[Pkg-xfce-commits] r4214 - desktop/trunk/xfce4-mixer/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed Aug 11 05:49:27 UTC 2010
Author: corsac
Date: 2010-08-11 05:49:26 +0000 (Wed, 11 Aug 2010)
New Revision: 4214
Modified:
desktop/trunk/xfce4-mixer/debian/changelog
desktop/trunk/xfce4-mixer/debian/rules
Log:
call dpkg-buildflags for CFLAGS and LDFLAGS.
Modified: desktop/trunk/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog 2010-08-11 05:48:13 UTC (rev 4213)
+++ desktop/trunk/xfce4-mixer/debian/changelog 2010-08-11 05:49:26 UTC (rev 4214)
@@ -7,12 +7,13 @@
* Switch to 3.0 (quilt) format.
* debian/rules:
- drop all references to quilt
+ - call dpkg-buildflags for CFLAGS and LDFLAGS.
* debian/control:
- drop quilt build-dep
- update standards version to 3.9.1
- update debhelper build-dep to 7.0.50~ because of overrides.
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 11 Aug 2010 07:45:07 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 11 Aug 2010 07:46:41 +0200
xfce4-mixer (4.6.1-2) unstable; urgency=low
Modified: desktop/trunk/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules 2010-08-11 05:48:13 UTC (rev 4213)
+++ desktop/trunk/xfce4-mixer/debian/rules 2010-08-11 05:49:26 UTC (rev 4214)
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
%:
More information about the Pkg-xfce-commits
mailing list