Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merged updated Debian build-control files with the CVS tree.
  • Loading branch information
vogon committed Jul 30, 2002
1 parent 39a42d3 commit 0b05139
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
12 changes: 12 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions 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 changes: 4 additions & 0 deletions 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 change: 1 addition & 0 deletions debian/libphysfs0-dev.files
Expand Up @@ -2,3 +2,4 @@ usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/share/doc/libphysfs0-dev/*
usr/share/man/man3/*
7 changes: 4 additions & 3 deletions debian/rules
Expand Up @@ -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


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0b05139

Please sign in to comment.