[libspring-ldap-java] 06/08: Do not compress the sample files in the documentation package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Sep 9 10:20:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libspring-ldap-java.

commit a1fb1d83ba35c89bb3c4894f3e2f85aedf0e9a4b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Sep 9 10:30:49 2014 +0200

    Do not compress the sample files in the documentation package
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2e0575e..70099f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libspring-ldap-java (1.3.1.RELEASE-5) UNRELEASED; urgency=medium
 
   * Team upload.
   * Generate Java 5 compatible bytecode
+  * Do not compress the sample files in the documentation package
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
diff --git a/debian/rules b/debian/rules
index ec25967..a49d202 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@ override_dh_auto_build:
 		mv $${DOC_GEN}/pdf/index.pdf $${DOC_GEN}/pdf/spring-ldap-reference.pdf
 	ant -f debian/build.xml reference
 
+override_dh_compress-indep:
+	dh_compress -X.java -X.xml -X.pdf
+
 get-orig-source:
 	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
 	uscan \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-ldap-java.git



More information about the pkg-java-commits mailing list