[Pkg-xfce-commits] r5737 - goodies/trunk/xfce4-wmdock-plugin/debian

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


Author: corsac
Date: 2011-05-06 21:23:51 +0000 (Fri, 06 May 2011)
New Revision: 5737

Added:
   goodies/trunk/xfce4-wmdock-plugin/debian/docs
Modified:
   goodies/trunk/xfce4-wmdock-plugin/debian/changelog
   goodies/trunk/xfce4-wmdock-plugin/debian/control
   goodies/trunk/xfce4-wmdock-plugin/debian/rules
Log:
  - switch to dh7 tiny rules
  - override dh_auto_test to not do anything.
  - remove Simon, Emanuele and Enrique from uploaders. 
  - drop build-dep on cdbs and update debhelper one for overrides.
* debian/docs added, install docs previously installed by cdbs.

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/changelog	2011-05-06 21:08:47 UTC (rev 5736)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/changelog	2011-05-06 21:23:51 UTC (rev 5737)
@@ -7,10 +7,15 @@
     - pick build flags from dpkg-buildflags.
     - add -O1, -z,defs and --as-needed to LDFLAGS.
     - add hardening flags to build flags.
+    - switch to dh7 tiny rules
+    - override dh_auto_test to not do anything.
   * debian/control:
     - add build-dep on hardening-includes.
+    - remove Simon, Emanuele and Enrique from uploaders. 
+    - drop build-dep on cdbs and update debhelper one for overrides.
+  * debian/docs added, install docs previously installed by cdbs.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 29 Apr 2011 08:14:18 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 06 May 2011 23:23:12 +0200
 
 xfce4-wmdock-plugin (0.3.2-2) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/control	2011-05-06 21:08:47 UTC (rev 5736)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/control	2011-05-06 21:23:51 UTC (rev 5737)
@@ -2,11 +2,10 @@
 Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Enrique Monge <emonge at debian.org.sv>, Emanuele Rocca <ema at debian.org>,
- Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>,
+Uploaders: Yves-Alexis Perez <corsac at debian.org>,
  Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 6), autotools-dev, cdbs, xfce4-panel-dev,
- libwnck-dev, intltool, libxfcegui4-dev, hardening-includes
+Build-Depends: debhelper (>= 7.0.50~), xfce4-panel-dev, libwnck-dev, intltool, 
+ libxfcegui4-dev, hardening-includes
 Standards-Version: 3.9.2
 Homepage: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/

Added: goodies/trunk/xfce4-wmdock-plugin/debian/docs
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/docs	                        (rev 0)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/docs	2011-05-06 21:23:51 UTC (rev 5737)
@@ -0,0 +1,4 @@
+AUTHORS
+README
+TODO
+changelog.gz

Modified: goodies/trunk/xfce4-wmdock-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/rules	2011-05-06 21:08:47 UTC (rev 5736)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/rules	2011-05-06 21:23:51 UTC (rev 5737)
@@ -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)
@@ -9,3 +7,8 @@
 CFLAGS+=$(HARDENING_CFLAGS)
 
 export CFLAGS LDFLAGS
+
+override_dh_auto_test:
+
+%:
+	dh $@




More information about the Pkg-xfce-commits mailing list