[SCM] maria packaging branch, master, updated. debian/1.3.5-4-2-gab8b9b9

Ralf Treinen treinen at free.fr
Mon Nov 7 10:58:02 UTC 2011


The following commit has been merged in the master branch:
commit f85d6c723adf338d167015d6f5b241e8eeb1c741
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Nov 7 11:50:44 2011 +0100

    add recommended debian/rules targets

diff --git a/debian/changelog b/debian/changelog
index 92eef7f..a7c9796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+maria (1.3.5-5) unstable; urgency=low
+
+  * debian/rules: add targets build-{arch/indep}
+
+ -- Ralf Treinen <treinen at debian.org>  Mon, 07 Nov 2011 11:50:21 +0100
+
 maria (1.3.5-4) unstable; urgency=low
 
   * debian/control:
diff --git a/debian/rules b/debian/rules
index fab57fa..41beb37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,9 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   OPTFLAGS = -O0
 endif
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:
 	dh_testdir

-- 
maria packaging



More information about the debian-science-commits mailing list