diff options
author | Junichi Uekawa <dancer@coreduo.netfort.gr.jp> | 2007-06-19 18:43:19 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@coreduo.netfort.gr.jp> | 2007-06-19 18:43:19 +0900 |
commit | f40f8c40f1128d42ebb242f05bf5601e76a9c0eb (patch) | |
tree | 29241055948010798cc1a17e21502d2bca6817c2 /debian | |
parent | 9e041e9678aa04a1e34aef47ded3f4737e439eb5 (diff) | |
download | pbuilder-f40f8c40f1128d42ebb242f05bf5601e76a9c0eb.tar pbuilder-f40f8c40f1128d42ebb242f05bf5601e76a9c0eb.tar.gz |
* pbuilder-doc.pdf: do not compress this file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/doc-base | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3a6e1a0..cd012dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ pbuilder (0.170) UNRELEASED; urgency=low * /var/cache/apt/archives is deleted when I set APTCACHE to /var/cache/apt/archives and I call pbuilder clean (closes: #425832) * fix pbuilder.8 manpage example, it was different from real output. + * pbuilder-doc.pdf: do not compress this file. - -- Junichi Uekawa <dancer@debian.org> Sun, 17 Jun 2007 22:55:19 +0900 + -- Junichi Uekawa <dancer@debian.org> Tue, 19 Jun 2007 18:42:35 +0900 pbuilder (0.169) unstable; urgency=low diff --git a/debian/doc-base b/debian/doc-base index c030cae..1999462 100644 --- a/debian/doc-base +++ b/debian/doc-base @@ -9,4 +9,4 @@ Index: /usr/share/doc/pbuilder/pbuilder-doc.html Files: /usr/share/doc/pbuilder/pbuilder-doc.html Format: PDF -Files: /usr/share/doc/pbuilder/pbuilder-doc.pdf.gz +Files: /usr/share/doc/pbuilder/pbuilder-doc.pdf diff --git a/debian/rules b/debian/rules index c70ec4c..d69391d 100755 --- a/debian/rules +++ b/debian/rules @@ -50,7 +50,7 @@ binary-indep: build install dh_installman pbuilder.8 pbuilderrc.5 pdebuild.1 debuild-pbuilder.1 dh_installchangelogs -i dh_link -i - dh_compress -i + dh_compress -i -X.pdf dh_fixperms -i dh_installdeb -i dh_gencontrol -i @@ -66,7 +66,7 @@ ifneq (,$(findstring ${ARCH},i386 amd64)) dh_installman -ppbuilder-uml pbuilder-user-mode-linux.1 pbuilder-uml.conf.5 pdebuild-user-mode-linux.1 dh_installchangelogs -a dh_link -a - dh_compress -a + dh_compress -a -X.pdf dh_fixperms -a dh_installdeb -a dh_gencontrol -a |