Преглед изворни кода

Merged updated Debian build-control files with the CVS tree.

Colin пре 23 година
родитељ
комит
0b05139bd4
6 измењених фајлова са 24 додато и 6 уклоњено
  1. 12 0
      debian/changelog
  2. 1 1
      debian/control
  3. 2 2
      debian/files
  4. 4 0
      debian/libphysfs0-dev.dirs
  5. 1 0
      debian/libphysfs0-dev.files
  6. 4 3
      debian/rules

+ 12 - 0
debian/changelog

@@ -1,3 +1,15 @@
+libphysfs0 (0.1.7-cvs20020729) unstable; urgency=low
+
+  * Updated control files merged with CVS tree.
+
+ -- Colin Bayer <cbayer@localhost>  Mon, 29 Jul 2002 23:03:58 -0700
+
+libphysfs0 (0.1.7-2) unstable; urgency=low
+
+  * Fixed manpage install locations.
+
+ -- Colin Bayer <cbayer@localhost>  Mon, 29 Jul 2002 22:24:02 -0700
+
 libphysfs0 (0.1.7-1) unstable; urgency=low
 
   * Initial Release.

+ 1 - 1
debian/control

@@ -1,7 +1,7 @@
 Source: libphysfs0
 Priority: optional
 Maintainer: Colin Bayer <vogon@icculus.org>
-Build-Depends: debhelper (>> 3.0.0), binutils (>= 2.12.90.0.1-4 ), fileutils (>= 4.1-10 ), gcc-2.95 (>= 1 ), libc6 (>= 2.2.5-10 ), libncurses5 (>= 5.2.20020112a-8 ), zlib1g (>= 1 ), libncurses5-dev (>= 5.2.20020112a-8 ), zlib1g-dev (>= 1 ), doxygen
+Build-Depends: debhelper (>> 3.0.0), binutils (>= 2.12.90.0.1-4 ), fileutils (>= 4.1-10 ), gcc-2.95 (>= 1 ), libc6 (>= 2.2.5-10 ), libncurses5 (>= 5.2.20020112a-8 ), zlib1g (>= 1 ), libncurses5-dev (>= 5.2.20020112a-8 ), zlib1g-dev (>= 1 ), doxygen, autoconf2.13 (>= 2.13-44 ), autoconf (>= 2.53-4 ), automake (>= 1)
 Standards-Version: 3.5.2
 
 Package: libphysfs0-dev

+ 2 - 2
debian/files

@@ -1,2 +1,2 @@
-libphysfs0-dev_0.1.7-1_i386.deb devel optional
-libphysfs0_0.1.7-1_i386.deb libs optional
+libphysfs0-dev_0.1.7-cvs20020729_i386.deb devel optional
+libphysfs0_0.1.7-cvs20020729_i386.deb libs optional

+ 4 - 0
debian/libphysfs0-dev.dirs

@@ -1,2 +1,6 @@
 usr/lib
 usr/include
+usr/share/man/man3
+usr/share/doc/libphysfs0-dev
+usr/share/doc/libphysfs0-dev/latex
+usr/share/doc/libphysfs0-dev/html

+ 1 - 0
debian/libphysfs0-dev.files

@@ -2,3 +2,4 @@ usr/include/*
 usr/lib/lib*.a
 usr/lib/lib*.so
 usr/share/doc/libphysfs0-dev/*
+usr/share/man/man3/*

+ 4 - 3
debian/rules

@@ -33,6 +33,7 @@ major=0
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
+	./bootstrap
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 
@@ -70,12 +71,12 @@ install: build
 	# Add here commands to install the package into debian/tmp
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
 	install -d $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/latex
-	install -d $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/man/man3
 	install -d $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/html
-	install -D docs/README $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/README
+	install -d $(CURDIR)/debian/tmp/usr/share/man/man3
+	# install -D docs/README $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/README
 	install -D docs/latex/* $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/latex
 	install -D docs/html/* $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/html
-	install -D docs/man/man3/* $(CURDIR)/debian/tmp/usr/share/doc/libphysfs0-dev/man/man3
+	install -D docs/man/man3/* $(CURDIR)/debian/tmp/usr/share/man/man3
 
 # Build architecture-independent files here.
 binary-indep: build install