housekeeping
authorjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 2 Oct 2007 14:08:52 +0000 (14:08 +0000)
committerjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Tue, 2 Oct 2007 14:08:52 +0000 (14:08 +0000)
Makefile
debian/control
debian/rules

index 12db66d..ba573c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
 bsd-gzip: bsd-gzip.c
        gcc -O2 -DNO_COMPRESS_SUPPORT -DNO_BZIP2_SUPPORT -lz \
                -o bsd-gzip bsd-gzip.c 
+
+clean:
+       rm -f bsd-gzip
index d5a5264..3e37f4f 100644 (file)
@@ -7,9 +7,9 @@ Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/pristine-tar/trunk
 
 Package: pristine-tar
-Architecture: all
+Architecture: any
 Section: utils
-Depends: xdelta
+Depends: xdelta, ${shlibs:Depends}, ${misc:Depends}
 Description: regenerate pristine tarballs
  pristine-tar can generate a pristine upstream tarball using only a small
  binary delta file and a revision control checkout of the upstream branch.
index 900adb8..b8530f9 100755 (executable)
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
 build:
+       $(MAKE)
        pod2man -c "pristine-tar" pristine-tar > pristine-tar.1
 
 clean:
        dh_testdir
        dh_testroot
+       $(MAKE) clean
        dh_clean pristine-tar.1
 
 binary-arch: build