[Pkg-xfce-commits] r5735 - goodies/trunk/xfce4-xkb-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri May 6 09:06:31 UTC 2011


Author: corsac
Date: 2011-05-06 21:06:28 +0000 (Fri, 06 May 2011)
New Revision: 5735

Added:
   goodies/trunk/xfce4-xkb-plugin/debian/docs
Modified:
   goodies/trunk/xfce4-xkb-plugin/debian/changelog
   goodies/trunk/xfce4-xkb-plugin/debian/control
   goodies/trunk/xfce4-xkb-plugin/debian/rules
Log:
  - update debhelper build-dep for overrides and drop cdbs.
* debian/rules:
  - switch to dh7 tiny rules with overrides.

Modified: goodies/trunk/xfce4-xkb-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/changelog	2011-05-06 21:02:15 UTC (rev 5734)
+++ goodies/trunk/xfce4-xkb-plugin/debian/changelog	2011-05-06 21:06:28 UTC (rev 5735)
@@ -7,8 +7,11 @@
   * debian/control:
     - switch libxfcegui4 build-dep to libxfce4ui now that the plugin has been
       ported.
+    - update debhelper build-dep for overrides and drop cdbs.
+  * debian/rules:
+    - switch to dh7 tiny rules with overrides.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 29 Apr 2011 08:04:38 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 06 May 2011 23:04:06 +0200
 
 xfce4-xkb-plugin (0.5.3.3-4) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-xkb-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/control	2011-05-06 21:02:15 UTC (rev 5734)
+++ goodies/trunk/xfce4-xkb-plugin/debian/control	2011-05-06 21:06:28 UTC (rev 5735)
@@ -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>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 7), libgtk2.0-dev,
+Build-Depends: debhelper (>= 7.0.50~), libgtk2.0-dev,
   libxfce4ui-1-dev (>= 4.8.0), xfce4-panel-dev (>= 4.8.0), libxml-parser-perl,
   libxklavier-dev (>= 5.0), librsvg2-dev, libwnck-dev, intltool,
   hardening-includes

Added: goodies/trunk/xfce4-xkb-plugin/debian/docs
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/docs	                        (rev 0)
+++ goodies/trunk/xfce4-xkb-plugin/debian/docs	2011-05-06 21:06:28 UTC (rev 5735)
@@ -0,0 +1,2 @@
+AUTHORS
+README

Modified: goodies/trunk/xfce4-xkb-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-xkb-plugin/debian/rules	2011-05-06 21:02:15 UTC (rev 5734)
+++ goodies/trunk/xfce4-xkb-plugin/debian/rules	2011-05-06 21:06:28 UTC (rev 5735)
@@ -1,7 +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)
@@ -11,6 +8,10 @@
 
 export CFLAGS LDFLAGS
 
-binary-post-install/xfce4-weather-plugin::
+%:
+	dh $@
+
+override_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_auto_install




More information about the Pkg-xfce-commits mailing list