From 005539079f0145f21fe041ed455377fbb280d81d Mon Sep 17 00:00:00 2001 From: aph Date: Mon, 17 Apr 2000 03:36:31 +0000 Subject: [PATCH] don't compress PDF git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@947 313b444b-1b9f-4f58-a734-7bb04f332e8d --- debian/changelog | 4 ++-- debian/rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3dc3e72..09e02b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ developers-reference (2.7.2) frozen unstable; urgency=medium (closes: Bug#52582, Bug#48926) * debian/rules: fix build error caused by newer debiandoc-sgml; remove constitution.en.html, since that is now located in the doc-debian - package (closes: Bug#54778, Bug#42014) + package (closes: Bug#54778, Bug#42014); don't compress .pdf file * * All changes below from Raphael Hertzog * @@ -30,7 +30,7 @@ developers-reference (2.7.2) frozen unstable; urgency=medium - added a section about managing Release Critical bugs - added a section about Quality Assurance effort - -- Adam Di Carlo Sun, 16 Apr 2000 22:41:25 -0400 + -- Adam Di Carlo Sun, 16 Apr 2000 23:24:33 -0400 developers-reference (2.7.1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 8553d5e..645e436 100755 --- a/debian/rules +++ b/debian/rules @@ -86,7 +86,7 @@ binary-indep: build # compress docdir (policy) find $(docdir) -type f \( -size +4k -or -iname "change*" \) \ - ! -name "*.html" ! -name "*.gif" \ + ! -name "*.html" ! -name "*.gif" ! -name "*.pdf" \ ! -name "copyright" | xargs $(compress) dpkg-gencontrol -isp -- 2.30.2