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

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Tue Sep 18 08:20:25 UTC 2007


Author: fst-guest
Date: Tue Sep 18 08:20:25 2007
New Revision: 706

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=706
Log:
debian/rules: Remove two binary files that are not removed by "make clean"
and use clean instead of distclean as DEB_MAKE_CLEAN_TARGET, because
distclean removes files that are needed to build this package. These
changes fixes the FTBFS if build twice in a row. (closes: #442513)


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=706&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/changelog (original)
+++ trunk/boinc-app-seti/debian/changelog Tue Sep 18 08:20:25 2007
@@ -1,8 +1,12 @@
-boinc-app-seti (5.13+cvs20060510-3) UNRELEASED; urgency=low
+boinc-app-seti (5.13+cvs20060510-3) unstable; urgency=low
 
   * NOT RELEASED YET
+  * debian/rules: Remove two binary files that are not removed by "make clean"
+    and use clean instead of distclean as DEB_MAKE_CLEAN_TARGET, because
+    distclean removes files that are needed to build this package. These
+    changes fixes the FTBFS if build twice in a row. (closes: #442513)
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun, 22 Jul 2007 10:52:12 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 18 Sep 2007 10:11:00 +0200
 
 boinc-app-seti (5.13+cvs20060510-2) 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=706&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/rules (original)
+++ trunk/boinc-app-seti/debian/rules Tue Sep 18 08:20:25 2007
@@ -7,7 +7,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-PKG=boinc-app-seti
+PKG = boinc-app-seti
 
 DEB_CONFIGURE_SCRIPT_ENV += BOINCDIR="/usr/share/boinc-dev"
 DEB_CONFIGURE_EXTRA_FLAGS := \
@@ -17,9 +17,10 @@
   --disable-server \
   --disable-static-linkage
 DEB_INSTALL_DOCS_ALL := AUTHORS
+DEB_MAKE_CLEAN_TARGET = clean
 
-APP_INFO_VERSION = $(shell echo $(DEB_VERSION) | cut -f 1 -d '-' | \
-  cut -f 1 -d '+' | sed -e 's/\.//g')
+UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | cut -f 1 -d '+')
+APP_INFO_VERSION = $(shell echo $(UPSTREAM_VERSION) | sed -e 's/\.//g')
 
 post-patches::
 	aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
@@ -31,4 +32,5 @@
 	  sed -e 's/VERSION/$(APP_INFO_VERSION)/' > debian/extra/app_info.xml
 
 clean::
+	dh_clean client/setiathome-$(UPSTREAM_VERSION).*
 	dh_clean debian/extra/app_info.xml




More information about the pkg-boinc-commits mailing list