[Pkg-xfce-commits] r4310 - in goodies/branches/experimental/xfce4-clipman-plugin/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Sun Oct 17 02:05:58 UTC 2010


Author: corsac
Date: 2010-10-17 14:05:46 +0000 (Sun, 17 Oct 2010)
New Revision: 4310

Added:
   goodies/branches/experimental/xfce4-clipman-plugin/debian/patches/series
Modified:
   goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog
   goodies/branches/experimental/xfce4-clipman-plugin/debian/control
   goodies/branches/experimental/xfce4-clipman-plugin/debian/rules
Log:
  - update dh build-dep to 7.0.50~ for overrides.
* debian/rules:
  - switch to dh7 tiny rules

Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog	2010-10-17 13:51:55 UTC (rev 4309)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/changelog	2010-10-17 14:05:46 UTC (rev 4310)
@@ -3,8 +3,11 @@
   * debian/control:
     - add build-dep on libxfcegui4-dev.
     - update standards version to 3.9.1.
+    - update dh build-dep to 7.0.50~ for overrides.
+  * debian/rules:
+    - switch to dh7 tiny rules
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 17 Oct 2010 15:51:30 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 17 Oct 2010 15:53:48 +0200
 
 xfce4-clipman-plugin (2:1.1.3-3) unstable; urgency=low
 

Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/control	2010-10-17 13:51:55 UTC (rev 4309)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/control	2010-10-17 14:05:46 UTC (rev 4310)
@@ -4,7 +4,7 @@
 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, cdbs, debhelper (>= 7), 
+Build-Depends: autotools-dev, cdbs, debhelper (>= 7.0.50~), 
  xfce4-panel-dev (>= 4.6.0), libxml2-dev, libxml-parser-perl, intltool,
  libx11-dev, pkg-config, libgtk2.0-dev, libexo-0.3-dev, 
  libxfconf-0-dev (>= 4.6.0), libglade2-dev, libunique-dev, libxfcegui4-dev

Added: goodies/branches/experimental/xfce4-clipman-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/patches/series	                        (rev 0)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/patches/series	2010-10-17 14:05:46 UTC (rev 4310)
@@ -0,0 +1 @@
+0001-daemon-Fix-possible-NULL-values-bug-6119-6120.patch

Modified: goodies/branches/experimental/xfce4-clipman-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-clipman-plugin/debian/rules	2010-10-17 13:51:55 UTC (rev 4309)
+++ goodies/branches/experimental/xfce4-clipman-plugin/debian/rules	2010-10-17 14:05:46 UTC (rev 4310)
@@ -1,8 +1,9 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-binary-post-install/xfce4-clipman-plugin::
+%:
+	dh $@
+
+override_dh_auto_install:
 	-rm -rf debian/xfce4-clipman-plugin/usr/lib/xfce4/panel-plugins/*.a
 	-rm -rf debian/xfce4-clipman-plugin/usr/lib/xfce4/panel-plugins/*.la
+	dh_auto_install




More information about the Pkg-xfce-commits mailing list