[SCM] BOINC packaging branch, debian/topic/boinc-server, updated. debian/6.2.18-2-12-gf4fe1ba

Steffen Moeller moeller at inb.uni-luebeck.de
Mon Feb 2 16:36:44 UTC 2009


The following commit has been merged in the debian/topic/boinc-server branch:
commit cc5f5e9b75412c4d7a2b96a4077e01e2ff81cf96
Author: Steffen Moeller <moeller at inb.uni-luebeck.de>
Date:   Fri Jan 30 18:12:05 2009 +0100

    Implementing a dh_clean with a make binary to perform a repackaging.

diff --git a/debian/rules b/debian/rules
index 75e3166..5e8c542 100755
--- a/debian/rules
+++ b/debian/rules
@@ -214,6 +214,11 @@ binary-arch: install
 
 binary: binary-arch
 
+# To recreate the packaging without
+repackage:
+	dh_clean
+	$(MAKE) debian/rules binary
+
 origDir ?= .
 
 get-orig-source:
@@ -225,4 +230,4 @@ get-orig-source:
 	$$EXB -r $$LATEST_VERSION -t $(origDir); \
 	rm -f $$EXB
 
-.PHONY: build clean clean-patched install binary-arch binary get-orig-source
+.PHONY: build clean clean-patched install binary-arch binary get-orig-source repackage

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list