[pkg-boinc-commits] r359 - trunk/boinc/debian

Frank S. Thomas fst-guest at costa.debian.org
Mon Feb 6 11:20:41 UTC 2006


Author: fst-guest
Date: 2006-02-06 11:20:40 +0000 (Mon, 06 Feb 2006)
New Revision: 359

Modified:
   trunk/boinc/debian/changelog
   trunk/boinc/debian/rules
Log:
Remove some binaries that are left by make distclean.


Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-02-05 20:21:13 UTC (rev 358)
+++ trunk/boinc/debian/changelog	2006-02-06 11:20:40 UTC (rev 359)
@@ -1,10 +1,14 @@
 boinc (5.2.15-3) unstable; urgency=low
 
   [ Frank S. Thomas ]
-  * Call configure properly with the --build and --host switches as described
-    in autotools-dev's README.Debian.
+  * debian/control:
+    - Call configure properly with the --build and --host switches as
+      described in autotools-dev's README.Debian.
+    - Remove *.unmodified binaries in the clean target, because those files
+      are not removed by make distclean. This is needed to rebuild the
+      packages in an already used source tree.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun,  5 Feb 2006 20:35:05 +0100
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon,  6 Feb 2006 12:19:04 +0100
 
 boinc (5.2.15-2) unstable; urgency=low
 

Modified: trunk/boinc/debian/rules
===================================================================
--- trunk/boinc/debian/rules	2006-02-05 20:21:13 UTC (rev 358)
+++ trunk/boinc/debian/rules	2006-02-06 11:20:40 UTC (rev 359)
@@ -96,6 +96,12 @@
 	-$(MAKE) distclean
 	
 	dh_clean \
+	  client/boinc.unmodified \
+	  clientgui/boincmgr.unmodified \
+	  lib/boinccmd \
+	  lib/boinccmd.unmodified
+	
+	dh_clean \
 	  boinc_client.1 \
 	  boinc_cmd.1 \
 	  boincmgr.1




More information about the pkg-boinc-commits mailing list