[Pkg-xfce-commits] r4741 - goodies/branches/experimental/xfce4-verve-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Dec 27 08:44:51 UTC 2010
Author: corsac
Date: 2010-12-27 20:44:51 +0000 (Mon, 27 Dec 2010)
New Revision: 4741
Added:
goodies/branches/experimental/xfce4-verve-plugin/debian/manpages
Modified:
goodies/branches/experimental/xfce4-verve-plugin/debian/changelog
goodies/branches/experimental/xfce4-verve-plugin/debian/rules
Log:
switch to dh7.
Modified: goodies/branches/experimental/xfce4-verve-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-verve-plugin/debian/changelog 2010-12-27 19:56:20 UTC (rev 4740)
+++ goodies/branches/experimental/xfce4-verve-plugin/debian/changelog 2010-12-27 20:44:51 UTC (rev 4741)
@@ -18,6 +18,7 @@
- pick {C,LD}FLAGS from dpkg-buildflags.
- add -O1, -z,defs and --as-needed to LDFLAGS.
- add hardening flags to {C,LD}FLAGS.
+ - switch to dh7.
* Switch to 3.0 (quilt) source format.
* debian/compat bumped to 7.
@@ -26,7 +27,7 @@
- change libexo-0.3-dev b-dep to libexo-1-dev.
- add myself to Uploaders.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 27 Dec 2010 16:28:40 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 27 Dec 2010 21:40:02 +0100
xfce4-verve-plugin (0.3.6-1) unstable; urgency=low
Added: goodies/branches/experimental/xfce4-verve-plugin/debian/manpages
===================================================================
--- goodies/branches/experimental/xfce4-verve-plugin/debian/manpages (rev 0)
+++ goodies/branches/experimental/xfce4-verve-plugin/debian/manpages 2010-12-27 20:44:51 UTC (rev 4741)
@@ -0,0 +1 @@
+debian/verve-focus.1
Modified: goodies/branches/experimental/xfce4-verve-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-verve-plugin/debian/rules 2010-12-27 19:56:20 UTC (rev 4740)
+++ goodies/branches/experimental/xfce4-verve-plugin/debian/rules 2010-12-27 20:44:51 UTC (rev 4741)
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/hardening-includes/hardening.make
LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
@@ -10,4 +8,5 @@
export LDFLAGS CFLAGS
-DEB_INSTALL_MANPAGES_xfce4-verve-plugin := debian/verve-focus.1
+%:
+ dh $@
More information about the Pkg-xfce-commits
mailing list