[Pkg-xfce-commits] r4324 - goodies/branches/experimental/xfce4-datetime-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Oct 17 08:48:21 UTC 2010
Author: corsac
Date: 2010-10-17 20:48:21 +0000 (Sun, 17 Oct 2010)
New Revision: 4324
Modified:
goodies/branches/experimental/xfce4-datetime-plugin/debian/changelog
goodies/branches/experimental/xfce4-datetime-plugin/debian/compat
goodies/branches/experimental/xfce4-datetime-plugin/debian/control
goodies/branches/experimental/xfce4-datetime-plugin/debian/rules
Log:
- update debhelper build dep to 7.0.50~ for overrides.
* debian/rules:
- switch to dh7 rules with overrides.
* debian/compat switched to 7.
Modified: goodies/branches/experimental/xfce4-datetime-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-datetime-plugin/debian/changelog 2010-10-17 20:34:31 UTC (rev 4323)
+++ goodies/branches/experimental/xfce4-datetime-plugin/debian/changelog 2010-10-17 20:48:21 UTC (rev 4324)
@@ -8,8 +8,12 @@
* debian/control:
- switch to xfce section.
- update standards version to 3.9.1.
+ - update debhelper build dep to 7.0.50~ for overrides.
+ * debian/rules:
+ - switch to dh7 rules with overrides.
+ * debian/compat switched to 7.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 17 Oct 2010 22:34:13 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 17 Oct 2010 22:41:34 +0200
xfce4-datetime-plugin (0.6.1-1) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-datetime-plugin/debian/compat
===================================================================
--- goodies/branches/experimental/xfce4-datetime-plugin/debian/compat 2010-10-17 20:34:31 UTC (rev 4323)
+++ goodies/branches/experimental/xfce4-datetime-plugin/debian/compat 2010-10-17 20:48:21 UTC (rev 4324)
@@ -1 +1 @@
-4
+7
Modified: goodies/branches/experimental/xfce4-datetime-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-datetime-plugin/debian/control 2010-10-17 20:34:31 UTC (rev 4323)
+++ goodies/branches/experimental/xfce4-datetime-plugin/debian/control 2010-10-17 20:48:21 UTC (rev 4324)
@@ -4,7 +4,9 @@
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: autotools-dev, intltool, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev (>= 4.4.0), xfce4-panel-dev (>= 4.4.0), libxml2-dev, libxml-parser-perl
+Build-Depends: autotools-dev, intltool, cdbs, debhelper (>= 7.0.50~),
+ libgtk2.0-dev, libxfcegui4-dev (>= 4.4.0), xfce4-panel-dev (>= 4.4.0),
+ libxml2-dev, libxml-parser-perl
Standards-Version: 3.9.1
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-datetime-plugin/
Modified: goodies/branches/experimental/xfce4-datetime-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-datetime-plugin/debian/rules 2010-10-17 20:34:31 UTC (rev 4323)
+++ goodies/branches/experimental/xfce4-datetime-plugin/debian/rules 2010-10-17 20:48:21 UTC (rev 4324)
@@ -1,8 +1,9 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-binary-post-install/xfce4-datetime-plugin::
+
+%:
+ dh $@
+
+override_dh_auto_install:
-rm -rf debian/xfce4-datetime-plugin/usr/lib/xfce4/panel-plugins/*.a
-rm -rf debian/xfce4-datetime-plugin/usr/lib/xfce4/panel-plugins/*.la
+ dh_auto_install
More information about the Pkg-xfce-commits
mailing list