From: joeyh Date: Tue, 2 Oct 2007 14:08:52 +0000 (+0000) Subject: housekeeping X-Git-Tag: 0.2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0dbe238ab2a52b40de5f40cdb9129dc6d51c0052;p=tools%2Fpristine-tar.git housekeeping --- diff --git a/Makefile b/Makefile index 12db66d..ba573c9 100644 --- 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 diff --git a/debian/control b/debian/control index d5a5264..3e37f4f 100644 --- a/debian/control +++ b/debian/control @@ -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. diff --git a/debian/rules b/debian/rules index 900adb8..b8530f9 100755 --- a/debian/rules +++ b/debian/rules @@ -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