[Pkg-xfce-commits] r7015 - goodies/trunk/xfce4-cpugraph-plugin/debian

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Fri May 18 08:27:03 UTC 2012


Author: mrpouit-guest
Date: 2012-05-18 08:27:03 +0000 (Fri, 18 May 2012)
New Revision: 7015

Modified:
   goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
   goodies/trunk/xfce4-cpugraph-plugin/debian/compat
   goodies/trunk/xfce4-cpugraph-plugin/debian/control
   goodies/trunk/xfce4-cpugraph-plugin/debian/rules
Log:
* New upstream release.
* debian/compat: bumped to 9.
* debian/control:
  - bump debhelper b-dep to >= 9.
  - switch from libxfcegui4 to libxfce4ui, and from hardening-includes to
    dpkg-dev (>= 1.16.1).
  - bumped Standards-Version to 3.9.3.
* debian/rules:
  - clean up for the new dpkg-buildflags features.
  - don't install .la files.

Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/changelog	2012-05-16 19:24:59 UTC (rev 7014)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/changelog	2012-05-18 08:27:03 UTC (rev 7015)
@@ -1,3 +1,18 @@
+xfce4-cpugraph-plugin (1.0.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/compat: bumped to 9.
+  * debian/control:
+    - bump debhelper b-dep to >= 9.
+    - switch from libxfcegui4 to libxfce4ui, and from hardening-includes to
+      dpkg-dev (>= 1.16.1).
+    - bumped Standards-Version to 3.9.3.
+  * debian/rules:
+    - clean up for the new dpkg-buildflags features.
+    - don't install .la files.
+
+ -- Lionel Le Folgoc <mrpouit at gmail.com>  Fri, 18 May 2012 10:13:09 +0200
+
 xfce4-cpugraph-plugin (1.0.1-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/compat
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/compat	2012-05-16 19:24:59 UTC (rev 7014)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/compat	2012-05-18 08:27:03 UTC (rev 7015)
@@ -1 +1 @@
-7
+9

Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/control	2012-05-16 19:24:59 UTC (rev 7014)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/control	2012-05-18 08:27:03 UTC (rev 7015)
@@ -4,9 +4,9 @@
 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>
-Build-Depends: debhelper (>= 7), libxfcegui4-dev, xfce4-panel-dev (>= 4.8),
- intltool, hardening-includes
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), libxfce4ui-1-dev, xfce4-panel-dev (>= 4.8),
+ intltool, dpkg-dev (>= 1.16.1)
+Standards-Version: 3.9.3
 Homepage: http://goodies.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-cpugraph-plugin/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-cpugraph-plugin/

Modified: goodies/trunk/xfce4-cpugraph-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-cpugraph-plugin/debian/rules	2012-05-16 19:24:59 UTC (rev 7014)
+++ goodies/trunk/xfce4-cpugraph-plugin/debian/rules	2012-05-18 08:27:03 UTC (rev 7015)
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/hardening-includes/hardening.make
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
+export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-CFLAGS+=$(HARDENING_CFLAGS)
-LDFLAGS+=-Wl,-z,defs -Wl,--as-needed $(HARDENING_LDFLAGS)
+override_dh_install:
+	find debian/xfce4-cpugraph-plugin/usr/lib -name '*.la' -delete
+	dh_install --fail-missing
 
-export CFLAGS LDFLAGS
-
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list