[Pkg-xfce-commits] r6136 - goodies/trunk/xfce4-indicator-plugin/debian
Evgeni Golov
evgeni at alioth.debian.org
Tue Oct 18 02:15:03 UTC 2011
Author: evgeni
Date: 2011-10-18 14:15:02 +0000 (Tue, 18 Oct 2011)
New Revision: 6136
Modified:
goodies/trunk/xfce4-indicator-plugin/debian/changelog
goodies/trunk/xfce4-indicator-plugin/debian/compat
goodies/trunk/xfce4-indicator-plugin/debian/control
goodies/trunk/xfce4-indicator-plugin/debian/rules
Log:
new buildflags
Modified: goodies/trunk/xfce4-indicator-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/changelog 2011-10-18 14:04:33 UTC (rev 6135)
+++ goodies/trunk/xfce4-indicator-plugin/debian/changelog 2011-10-18 14:15:02 UTC (rev 6136)
@@ -3,8 +3,11 @@
* Add search-for-indicator-0.4-pc.patch from Ubuntu,
libindicator-dev moved the .pc file.
* Build-Depend on libindicator-dev (>=0.3.90)
+ * Bump debian/compat to 9 and Build-Depend on debhelper >= 8.9.0~
+ for new-style buildflags.
+ Drop the old ones from debian/rules.
- -- Evgeni Golov <evgeni at debian.org> Tue, 18 Oct 2011 16:00:22 +0200
+ -- Evgeni Golov <evgeni at debian.org> Tue, 18 Oct 2011 16:13:46 +0200
xfce4-indicator-plugin (0.3.1-2) unstable; urgency=low
Modified: goodies/trunk/xfce4-indicator-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/compat 2011-10-18 14:04:33 UTC (rev 6135)
+++ goodies/trunk/xfce4-indicator-plugin/debian/compat 2011-10-18 14:15:02 UTC (rev 6136)
@@ -1 +1 @@
-7
+9
Modified: goodies/trunk/xfce4-indicator-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/control 2011-10-18 14:04:33 UTC (rev 6135)
+++ goodies/trunk/xfce4-indicator-plugin/debian/control 2011-10-18 14:15:02 UTC (rev 6136)
@@ -4,8 +4,8 @@
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Evgeni Golov <evgeni at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 7), libxfcegui4-dev, xfce4-panel-dev (>= 4.8.0),
- libindicator-dev (>=0.3.90), intltool, hardening-includes
+Build-Depends: debhelper (>= 8.9.0~), libxfcegui4-dev, xfce4-panel-dev (>= 4.8.0),
+ libindicator-dev (>=0.3.90), intltool
Standards-Version: 3.9.2
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/
Modified: goodies/trunk/xfce4-indicator-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/rules 2011-10-18 14:04:33 UTC (rev 6135)
+++ goodies/trunk/xfce4-indicator-plugin/debian/rules 2011-10-18 14:15:02 UTC (rev 6136)
@@ -1,13 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/hardening-includes/hardening.make
-
-LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1
-CFLAGS+=$(HARDENING_CFLAGS)
-
-export CFLAGS LDFLAGS
-
%:
dh $@
More information about the Pkg-xfce-commits
mailing list