[Pkg-jed-commit] r87 - trunk/packages/jed/debian

Rafael Laboissiere rafael at costa.debian.org
Thu Sep 29 10:55:40 UTC 2005


Author: rafael
Date: 2005-09-29 10:55:40 +0000 (Thu, 29 Sep 2005)
New Revision: 87

Modified:
   trunk/packages/jed/debian/changelog
   trunk/packages/jed/debian/rules
Log:
Prevent compression of *.txt files



Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog	2005-09-28 06:42:27 UTC (rev 86)
+++ trunk/packages/jed/debian/changelog	2005-09-29 10:55:40 UTC (rev 87)
@@ -1,3 +1,14 @@
+jed (0.99.17.111-2) experimental; urgency=low
+
+  NOT YET RELEASED !
+
+  +++ Changes by Rafael Laboissiere
+
+  * debian/rules: Prevent compression of *.txt files in pacakge
+    jed-common.
+
+ --
+
 jed (0.99.17.111-1) experimental; urgency=low
 
   * New upstream release

Modified: trunk/packages/jed/debian/rules
===================================================================
--- trunk/packages/jed/debian/rules	2005-09-28 06:42:27 UTC (rev 86)
+++ trunk/packages/jed/debian/rules	2005-09-29 10:55:40 UTC (rev 87)
@@ -108,7 +108,7 @@
 	@echo
 	@echo --- INSTALL-ARCH-INDEP ---
 	@echo
-	dh_compress -i --exclude=libfuns.txt --exclude=jed_funs.txt
+	dh_compress -i --exclude=.txt
 
 	dh_fixperms -i
 	dh_installdeb -i




More information about the Pkg-jed-commit mailing list