[SCM] tango branch, master, updated. debian/7.2.6+dfsg-12-4-g4db26c1

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sun Feb 19 16:37:33 UTC 2012


The following commit has been merged in the master branch:
commit 4db26c1b733c52685284c58c2174d370eab4f8ca
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sun Feb 19 15:37:35 2012 +0100

    build out of the box on squeeze

diff --git a/debian/changelog b/debian/changelog
index 1366d96..2872bb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ tango (7.2.6+dfsg-13) unstable; urgency=low
     - Polish, from Michał Kułach (Closes: #660097)
     - Dutch, from Jeroen Schot, (Closes: #660204)
     - Indone, from Izharul Haq, (Closes: #660100)
+  * Build out of the box on squeeze
+    - update Build-Deps
+    - use dpkg-buildflags --export=make instead of configure
 
  -- Picca Frédéric-Emmanuel <picca at debian.org>  Sun, 11 Dec 2011 15:30:40 +0100
 
diff --git a/debian/control b/debian/control
index 592265d..50d1710 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
 Build-Depends: debhelper (>= 8),
 	       dh-autoreconf,
 	       libcos4-dev (>= 4.1.3),
-	       libmysqlclient-dev
+	       libmysqlclient-dev,
 	       po-debconf
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 304dd68..3ff2a44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,10 @@ BUILDROOT=build
 PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
 VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)+.*/\1/p')
 
-CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
-CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
-CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS:=$(shell DEB_LDFLAGS_MAINT_STRIP="-Wl,-Bsymbolic-functions" dpkg-buildflags --get LDFLAGS)
+export CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
+export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
+export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS := $(shell DEB_LDFLAGS_MAINT_STRIP="-Wl,-Bsymbolic-functions" dpkg-buildflags --get LDFLAGS)
 
 get-orig-source:
 	uscan --verbose --force-download --download-current-version

-- 
TANGO distributed control system.



More information about the debian-science-commits mailing list