r903 - in /branches/boinc/experimental/debian: changelog rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Thu May 22 10:02:10 UTC 2008


Author: fst
Date: Thu May 22 10:02:10 2008
New Revision: 903

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=903
Log:
debian/rules: Do not list Makefile.ins in the clean target individually,
just remove all that can be found.


Modified:
    branches/boinc/experimental/debian/changelog
    branches/boinc/experimental/debian/rules

Modified: branches/boinc/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/changelog?rev=903&op=diff
==============================================================================
--- branches/boinc/experimental/debian/changelog (original)
+++ branches/boinc/experimental/debian/changelog Thu May 22 10:02:10 2008
@@ -13,6 +13,8 @@
     in all packages and created symlinks with the old names for the binaries
     and man pages. Also added an entry in debian/boinc-client.NEWS explaining
     this change.
+  * debian/rules: Do not list Makefile.ins in the clean target individually,
+    just remove all that can be found.
 
  -- Frank S. Thomas <fst at debian.org>  Tue, 15 Apr 2008 15:09:05 +0200
 

Modified: branches/boinc/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/rules?rev=903&op=diff
==============================================================================
--- branches/boinc/experimental/debian/rules (original)
+++ branches/boinc/experimental/debian/rules Thu May 22 10:02:10 2008
@@ -158,25 +158,7 @@
 	dh_clean update-boinc-applinks.1
 	
 	dh_clean \
-	  api/Makefile.in \
-	  apps/Makefile.in \
-	  client/Makefile.in \
-	  clientgui/Makefile.in \
-	  db/Makefile.in \
-	  doc/Makefile.in \
-	  doc/manpages/Makefile.in \
-	  lib/Makefile.in \
-	  m4/Makefile.in \
-	  py/Makefile.in \
-	  py/Boinc/Makefile.in \
-	  sched/Makefile.in \
-	  sea/Makefile.in \
-	  test/Makefile.in \
-	  tools/Makefile.in \
-	  zip/Makefile.in \
-	  zip/unzip/Makefile.in \
-	  zip/zip/Makefile.in \
-	  Makefile.in \
+	  `find -name Makefile.in` \
 	  aclocal.m4 \
 	  config.h.in \
 	  configure




More information about the pkg-boinc-commits mailing list