[Pkg-xfce-commits] r5828 - goodies/trunk/xfce4-radio-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Mon Jun 20 09:55:50 UTC 2011


Author: corsac
Date: 2011-06-20 21:55:50 +0000 (Mon, 20 Jun 2011)
New Revision: 5828

Added:
   goodies/trunk/xfce4-radio-plugin/debian/docs
Modified:
   goodies/trunk/xfce4-radio-plugin/debian/changelog
   goodies/trunk/xfce4-radio-plugin/debian/control
   goodies/trunk/xfce4-radio-plugin/debian/rules
Log:
* debian/rules:
  - switch to debhelper 7 with overrides.
* debian/control:
  - drop cdbs build-dep, bump debhelper one.

Modified: goodies/trunk/xfce4-radio-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/changelog	2011-06-20 21:36:17 UTC (rev 5827)
+++ goodies/trunk/xfce4-radio-plugin/debian/changelog	2011-06-20 21:55:50 UTC (rev 5828)
@@ -1,9 +1,16 @@
-xfce4-radio-plugin (0.5.1-1) UNRELEASED; urgency=low
+xfce4-radio-plugin (0.5.1-1) unstable; urgency=low
 
+  [ Stefan Ott ]
   * New upstream release
 
- -- Stefan Ott <stefan at ott.net>  Sun, 19 Jun 2011 15:20:39 +0200
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - switch to debhelper 7 with overrides.
+  * debian/control:
+    - drop cdbs build-dep, bump debhelper one.
 
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 20 Jun 2011 23:55:16 +0200
+
 xfce4-radio-plugin (0.5.0-1) unstable; urgency=low
 
   [ Stefan Ott ]

Modified: goodies/trunk/xfce4-radio-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/control	2011-06-20 21:36:17 UTC (rev 5827)
+++ goodies/trunk/xfce4-radio-plugin/debian/control	2011-06-20 21:55:50 UTC (rev 5828)
@@ -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>, Stefan Ott <stefan at ott.net>
-Build-Depends: cdbs, debhelper (>= 7), xfce4-panel-dev (>= 4.8.0),
+Build-Depends: debhelper (>= 7.0.50~), xfce4-panel-dev (>= 4.8.0),
  libxml2-dev, libxml-parser-perl, intltool, libxfcegui4-dev, hardening-includes,
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/

Added: goodies/trunk/xfce4-radio-plugin/debian/docs
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/docs	                        (rev 0)
+++ goodies/trunk/xfce4-radio-plugin/debian/docs	2011-06-20 21:55:50 UTC (rev 5828)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+NEWS

Modified: goodies/trunk/xfce4-radio-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-radio-plugin/debian/rules	2011-06-20 21:36:17 UTC (rev 5827)
+++ goodies/trunk/xfce4-radio-plugin/debian/rules	2011-06-20 21:55:50 UTC (rev 5828)
@@ -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,6 +8,10 @@
 
 export CFLAGS LDFLAGS
 
-binary-post-install/xfce4-radio-plugin::
+override_dh_auto_install:
+	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 $@




More information about the Pkg-xfce-commits mailing list