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

Rafael Laboissiere rafael at costa.debian.org
Tue Sep 20 15:23:47 UTC 2005


Author: rafael
Date: 2005-09-20 15:23:46 +0000 (Tue, 20 Sep 2005)
New Revision: 70

Modified:
   trunk/packages/jed/debian/changelog
   trunk/packages/jed/debian/rules
Log:
Remove src/config.h in target clean, otherwise it gets into the diff.gz








Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog	2005-09-20 15:08:28 UTC (rev 69)
+++ trunk/packages/jed/debian/changelog	2005-09-20 15:23:46 UTC (rev 70)
@@ -12,8 +12,11 @@
   * debian/control:
     - Removed entry for jed-sl package
     - jed-common Conflicts with and Replaces jed-sl
-  * debian/rules: Dropped stuff related to jed-sl
-  * debian/compile: New script to compile/remove he *.slc files.
+  * debian/rules:
+    - Dropped stuff related to jed-sl
+    - (clean) Remove src/config.h, which is automatically generated by
+      configure, but is not removed by make distclean.
+  * debian/compile: New script to compile/remove the *.slc files.
   * debian/jed-common.postinst, debian/jed-common.prerm: Run
     /usr/share/jed/compile/jed-common with the approprite arguments.
   * debian/jed-sl.*: Removed files

Modified: trunk/packages/jed/debian/rules
===================================================================
--- trunk/packages/jed/debian/rules	2005-09-20 15:08:28 UTC (rev 69)
+++ trunk/packages/jed/debian/rules	2005-09-20 15:23:46 UTC (rev 70)
@@ -13,7 +13,7 @@
 	dh_testdir
 	dh_clean
 	-make distclean
-	rm -f build-stamp install-stamp
+	rm -f src/config.h build-stamp install-stamp
 
 build: build-stamp
 build-stamp: patch-stamp




More information about the Pkg-jed-commit mailing list