r803 - in /trunk/boinc-app-seti/debian: changelog patches/005_mkdir_depdir_in_handwritten_rules.patch patches/series rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Mon Dec 31 15:34:18 UTC 2007


Author: fst
Date: Mon Dec 31 15:34:10 2007
New Revision: 803

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=803
Log:
debian/rules: Remove --disable-dependency-tracking from configure's 
arguments, because it breaks some handwritten rules in client/Makefile.am 
which require that $(DEPDIR) exists.
With this change 005_mkdir_depdir_in_handwritten_rules.patch is not required
anymore, so removed it.


Removed:
    trunk/boinc-app-seti/debian/patches/005_mkdir_depdir_in_handwritten_rules.patch
Modified:
    trunk/boinc-app-seti/debian/changelog
    trunk/boinc-app-seti/debian/patches/series
    trunk/boinc-app-seti/debian/rules

Modified: trunk/boinc-app-seti/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/changelog?rev=803&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/changelog (original)
+++ trunk/boinc-app-seti/debian/changelog Mon Dec 31 15:34:10 2007
@@ -9,17 +9,14 @@
       because they are not required for the new upstream version.
     - Updated 002_disable_static_linkage.patch and
       003_dont_use_own_jpeglib.patch for the new release.
-    - Added 005_mkdir_depdir_in_handwritten_rules.patch which adds "-mkdir
-      $(DEPDIR)" to some rules for object files in client/Makefile.am. When
-      building with CDBS $(DEPDIR) does not get created but it is required by
-      the aforementioned rules. This patch is only a workaround until I figure
-      out why $(DEPDIR) does not get created with CDBS and how to fix it
-      properly.
   * debian/control.in:
     - Bumped Standards-Version from 3.7.2 to 3.7.3, no changes required.
     - Changed my maintainer address to fst at debian.org.
+  * debian/rules: Remove --disable-dependency-tracking from configure's
+    arguments, because it breaks some handwritten rules in client/Makefile.am
+    which require that $(DEPDIR) exists.
 
- -- Frank S. Thomas <fst at debian.org>  Fri, 07 Dec 2007 08:52:11 +0100
+ -- Frank S. Thomas <fst at debian.org>  Mon, 31 Dec 2007 16:27:50 +0100
 
 boinc-app-seti (5.13+cvs20060510-3) unstable; urgency=low
 

Modified: trunk/boinc-app-seti/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/patches/series?rev=803&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/patches/series (original)
+++ trunk/boinc-app-seti/debian/patches/series Mon Dec 31 15:34:10 2007
@@ -1,3 +1,2 @@
 002_disable_static_linkage.patch
 003_dont_use_own_jpeglib.patch
-005_mkdir_depdir_in_handwritten_rules.patch

Modified: trunk/boinc-app-seti/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/rules?rev=803&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/rules (original)
+++ trunk/boinc-app-seti/debian/rules Mon Dec 31 15:34:10 2007
@@ -26,6 +26,12 @@
 endif
 
 DEB_CONFIGURE_SCRIPT_ENV += BOINCDIR="/usr/share/boinc-dev"
+
+# Remove --disable-dependency-tracking from configure's arguments,
+# because it breaks some handwritten rules in client/Makefile.am which
+# require that $(DEPDIR) exists.
+DEB_CONFIGURE_NORMAL_ARGS := \
+  $(subst --disable-dependency-tracking,,$(DEB_CONFIGURE_NORMAL_ARGS))
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
   --enable-client \




More information about the pkg-boinc-commits mailing list