[Pkg-xfce-commits] r5905 - goodies/trunk/xfce4-screenshooter/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Aug 1 05:47:11 UTC 2011


Author: corsac
Date: 2011-08-01 05:47:11 +0000 (Mon, 01 Aug 2011)
New Revision: 5905

Modified:
   goodies/trunk/xfce4-screenshooter/debian/changelog
   goodies/trunk/xfce4-screenshooter/debian/control
   goodies/trunk/xfce4-screenshooter/debian/rules
Log:
  - drop cdbs build-dep.
  - update debhelper dependency to 7.0.50~ for overrides.
* debian/rules:
  - switch to dh tiny rules.
* debian/docs added.

Modified: goodies/trunk/xfce4-screenshooter/debian/changelog
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog	2011-08-01 05:40:05 UTC (rev 5904)
+++ goodies/trunk/xfce4-screenshooter/debian/changelog	2011-08-01 05:47:11 UTC (rev 5905)
@@ -5,8 +5,13 @@
   * debian/control:
     - switch libxfcegui4-dev to libxfce4ui-dev.
     - add build-dep on libexo-1-dev.
+    - drop cdbs build-dep.
+    - update debhelper dependency to 7.0.50~ for overrides.
+  * debian/rules:
+    - switch to dh tiny rules.
+  * debian/docs added.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 01 Aug 2011 07:35:01 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 01 Aug 2011 07:47:01 +0200
 
 xfce4-screenshooter (1.7.9-2) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-screenshooter/debian/control
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/control	2011-08-01 05:40:05 UTC (rev 5904)
+++ goodies/trunk/xfce4-screenshooter/debian/control	2011-08-01 05:47:11 UTC (rev 5905)
@@ -3,9 +3,9 @@
 Priority: optional
 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), autotools-dev, cdbs, libxml-parser-perl,
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libxml-parser-perl,
  xfce4-panel-dev (>= 4.8.0), libgtk2.0-dev, intltool, libcurl4-gnutls-dev,
- libxmlrpc-c3-dev, libsoup2.4-dev, libxfce4ui-dev, hardening-includes, 
+ libxmlrpc-c3-dev, libsoup2.4-dev, libxfce4ui-1-dev, hardening-includes, 
  libexo-1-dev
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/projects/applications/xfce4-screenshooter

Modified: goodies/trunk/xfce4-screenshooter/debian/rules
===================================================================
--- goodies/trunk/xfce4-screenshooter/debian/rules	2011-08-01 05:40:05 UTC (rev 5904)
+++ goodies/trunk/xfce4-screenshooter/debian/rules	2011-08-01 05:47:11 UTC (rev 5905)
@@ -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,8 @@
 
 export CFLAGS LDFLAGS
 
-DEB_DH_SHLIBDEPS_ARGS_xfce4-screenshooter = -X debian/xfce4-screenshooter/usr/lib/xfce4-screenshooter/xfce4/panel-plugins/xfce4-screenshooter-plugin -- -dRecommends debian/xfce4-screenshooter/usr/lib/xfce4-screenshooter/xfce4/panel-plugins/xfce4-screenshooter-plugin -dDepends
+override_dh_shlibdeps:
+	dh_shlibdeps -X debian/xfce4-screenshooter/usr/lib/xfce4-screenshooter/xfce4/panel-plugins/xfce4-screenshooter-plugin -- -dRecommends debian/xfce4-screenshooter/usr/lib/xfce4-screenshooter/xfce4/panel-plugins/xfce4-screenshooter-plugin -dDepends
+
+%:
+	dh $@




More information about the Pkg-xfce-commits mailing list