r842 - in /trunk/boinc-app-seti/debian: changelog rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Thu Jan 31 14:17:46 UTC 2008


Author: fst
Date: Thu Jan 31 14:17:46 2008
New Revision: 842

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=842
Log:
debian/rules: Run the autotools in the autoreconf-stamp target instead of
CDBS' post-patches target to avoid that configure runs twice, see #462382
for details.

Modified:
    trunk/boinc-app-seti/debian/changelog
    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=842&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/changelog (original)
+++ trunk/boinc-app-seti/debian/changelog Thu Jan 31 14:17:46 2008
@@ -7,8 +7,11 @@
       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.
+  * debian/rules: Run the autotools in the autoreconf-stamp target instead of
+    CDBS' post-patches target to avoid that configure runs twice, see #462382
+    for details.
 
- -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 15:44:01 +0100
+ -- Frank S. Thomas <fst at debian.org>  Thu, 31 Jan 2008 15:13:46 +0100
 
 boinc-app-seti (5.13+cvs20060510-4) unstable; urgency=low
 

Modified: trunk/boinc-app-seti/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/rules?rev=842&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/rules (original)
+++ trunk/boinc-app-seti/debian/rules Thu Jan 31 14:17:46 2008
@@ -57,8 +57,10 @@
 UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | cut -f 1 -d '+')
 APP_INFO_VERSION = $(subst .,,$(UPSTREAM_VERSION))
 
-post-patches::
+post-patches:: autoreconf-stamp
+autoreconf-stamp:
 	aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
+	touch $@
 
 install/$(PKG)::
 	cp client/seti_boinc debian/$(PKG)/usr/lib/$(PKG)/setiathome_enhanced
@@ -69,6 +71,7 @@
 clean::
 	dh_clean client/setiathome-$(UPSTREAM_VERSION).*
 	dh_clean debian/extra/app_info.xml
+	dh_clean autoreconf-stamp
 
 origDir ?= .
 




More information about the pkg-boinc-commits mailing list