[Pkg-xfce-commits] r7672 - goodies/trunk/xfce4-radio-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun May 26 09:30:36 UTC 2013
Author: corsac
Date: 2013-05-26 09:30:35 +0000 (Sun, 26 May 2013)
New Revision: 7672
Modified:
goodies/trunk/xfce4-radio-plugin/debian/changelog
goodies/trunk/xfce4-radio-plugin/debian/compat
goodies/trunk/xfce4-radio-plugin/debian/control
goodies/trunk/xfce4-radio-plugin/debian/rules
Log:
* debian/rules:
- switch to dh rules
- enable all hardening flags.
* debian/control:
- update debhelper build-dep to 9.
* debian/compat bumped to 9.
Modified: goodies/trunk/xfce4-radio-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/changelog 2013-05-26 06:54:33 UTC (rev 7671)
+++ goodies/trunk/xfce4-radio-plugin/debian/changelog 2013-05-26 09:30:35 UTC (rev 7672)
@@ -1,3 +1,14 @@
+xfce4-radio-plugin (0.5.1-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ - switch to dh rules
+ - enable all hardening flags.
+ * debian/control:
+ - update debhelper build-dep to 9.
+ * debian/compat bumped to 9.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 26 May 2013 09:37:11 +0200
+
xfce4-radio-plugin (0.5.1-1) unstable; urgency=low
[ Stefan Ott ]
Modified: goodies/trunk/xfce4-radio-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/compat 2013-05-26 06:54:33 UTC (rev 7671)
+++ goodies/trunk/xfce4-radio-plugin/debian/compat 2013-05-26 09:30:35 UTC (rev 7672)
@@ -1 +1 @@
-7
+9
Modified: goodies/trunk/xfce4-radio-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/control 2013-05-26 06:54:33 UTC (rev 7671)
+++ goodies/trunk/xfce4-radio-plugin/debian/control 2013-05-26 09:30:35 UTC (rev 7672)
@@ -4,7 +4,7 @@
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>, Stefan Ott <stefan at ott.net>
-Build-Depends: debhelper (>= 7.0.50~), xfce4-panel-dev (>= 4.8.0),
+Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.8.0),
libxml2-dev, libxml-parser-perl, intltool, libxfcegui4-dev, hardening-includes,
Standards-Version: 3.9.2
Homepage: http://goodies.xfce.org/
Modified: goodies/trunk/xfce4-radio-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/rules 2013-05-26 06:54:33 UTC (rev 7671)
+++ goodies/trunk/xfce4-radio-plugin/debian/rules 2013-05-26 09:30:35 UTC (rev 7672)
@@ -1,17 +1,14 @@
#!/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 DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-export CFLAGS LDFLAGS
+%:
+ dh $@ --parallel
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-static
+
override_dh_auto_install:
dh_auto_install
- -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
- -rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la
-
-%:
- dh $@
+ find debian/xfce4-radio-plugin -name '*.la' -delete
More information about the Pkg-xfce-commits
mailing list