[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-75-g41ba98e

Steffen Moeller moeller at debian.org
Sun Dec 5 19:33:39 UTC 2010


The following commit has been merged in the master branch:
commit b09ab1b7879a938f996dd2b071947032ff9b8034
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Dec 5 20:28:21 2010 +0100

    Series of changes to help 6.10.58-4

diff --git a/.gitignore b/.gitignore
index 60ce08d..4548a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ autom4te.cache/
 autoreconf-stamp
 */*.po
 version.h
+.gitignore
diff --git a/debian/changelog b/debian/changelog
index 71c49c7..158a9a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ boinc (6.10.58+dfsg-4) experimental; urgency=low
 
   * Added boinc-server package, work mostly done
     by Frank Thomas a few years back.
+  * Removing dependency on util-linux which is
+    an essential package (lintian error)
+  * Some changes (cleanups?) to debian/rules.
 
  -- Steffen Moeller <moeller at debian.org>  Sun, 05 Dec 2010 20:05:52 +0100
 
diff --git a/debian/control b/debian/control
index c73ff7c..fe5f5cc 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Description: metapackage for the BOINC client and the manager
 Package: boinc-client
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), adduser,
- lsb-base (>= 3.0-6), ca-certificates, util-linux
+ lsb-base (>= 3.0-6), ca-certificates
 Suggests: boinc-app-seti, boinc-manager
 Breaks: udev (<< 136-1)
 Description: core client for the BOINC distributed computing infrastructure
diff --git a/debian/rules b/debian/rules
index a85e928..3db8adc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,6 +120,7 @@ test-stamp:
 	  debian/conffiles/global_prefs_override.xml
 	touch $@
 
+autoreconf: autoreconf-stamp
 autoreconf-stamp:
 	dh_testdir
 	cp -f /usr/share/misc/config.guess config.guess
@@ -128,7 +129,7 @@ autoreconf-stamp:
 	touch $@
 
 build: test-stamp build-stamp
-build-stamp: autoreconf-stamp build-boinc-client-stamp
+build-stamp: autoreconf build-boinc-client-stamp
 	dh_testdir
 	./configure $(CFGFLAGS)
 	$(MAKE)
@@ -144,7 +145,7 @@ build-stamp: autoreconf-stamp build-boinc-client-stamp
 	fi
 	touch $@
 
-build-boinc-client-stamp: autoreconf-stamp
+build-boinc-client-stamp: autoreconf
 	dh_testdir
 	./configure $(CFGFLAGS_boinc-client)
 	$(MAKE)
@@ -157,7 +158,7 @@ clean-patched:
 		quilt pop -a ; \
 		$(RM) -r .pc ; \
 	fi
-	dh clean 
+	dh clean autoreconf-stamp build-boinc-client-stamp build-stamp
 	dh_clean \
 	  client/boinc.optimized \
 	  update-boinc-applinks.1 \
@@ -247,4 +248,4 @@ get-orig-source:
 	$$EXB -r $$VERSION -t $(origDir); \
 	rm -f $$EXB
 
-.PHONY: build clean clean-patched install binary-arch binary get-orig-source
+.PHONY: build clean clean-patched autoreconf install binary-arch binary get-orig-source

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list