[med-svn] r6971 - trunk/packages/mgltools/symserv/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Jun 9 14:24:40 UTC 2011


Author: tille
Date: 2011-06-09 14:24:39 +0000 (Thu, 09 Jun 2011)
New Revision: 6971

Modified:
   trunk/packages/mgltools/symserv/trunk/debian/changelog
   trunk/packages/mgltools/symserv/trunk/debian/compat
   trunk/packages/mgltools/symserv/trunk/debian/control
   trunk/packages/mgltools/symserv/trunk/debian/rules
Log:
As in other mgltools


Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog	2011-06-09 14:17:27 UTC (rev 6970)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog	2011-06-09 14:24:39 UTC (rev 6971)
@@ -1,3 +1,23 @@
+mgltools-symserv (1.5.4.cvs.20100912-2) unstable; urgency=low
+
+  [ Thorsten Alteholz ]
+  * Build-Depends: debhelper (>= 8)
+  * debian/source/format: 3.0 (quilt)
+  * debian/control: Build-Depends: python-all (>= 2.6) to enable
+    python-support2
+  * debian/rules: switch to short dh syntax which makes
+    dh_python2 easy
+    Closes: #616902
+  * Suppress lintian warning about duplicate license file
+
+  [ Andreas Tille ]
+  * Added myself to Uploaders
+  * debian/compat: 8
+  * Delete (mysterious) empty CVS dirs in install target rather than
+    in clean target
+
+ -- Andreas Tille <tille at debian.org>  Thu, 09 Jun 2011 16:20:32 +0200
+
 mgltools-symserv (1.5.4.cvs.20100912-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/symserv/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/compat	2011-06-09 14:17:27 UTC (rev 6970)
+++ trunk/packages/mgltools/symserv/trunk/debian/compat	2011-06-09 14:24:39 UTC (rev 6971)
@@ -1 +1 @@
-5
+8

Modified: trunk/packages/mgltools/symserv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/control	2011-06-09 14:17:27 UTC (rev 6970)
+++ trunk/packages/mgltools/symserv/trunk/debian/control	2011-06-09 14:24:39 UTC (rev 6971)
@@ -4,7 +4,10 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 XS-Autobuild: yes
-Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>, Thorsten Alteholz <debian at alteholz.de>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Sargis Dallakyan <sargis at scripps.edu>,
+ Thorsten Alteholz <debian at alteholz.de>,
+ Andreas Tille <tille at debian.org>
 Build-Depends: debhelper (>= 8), python-all (>= 2.6)
 Standards-Version: 3.9.2
 XS-Python-Version: >= 2.5

Modified: trunk/packages/mgltools/symserv/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/rules	2011-06-09 14:17:27 UTC (rev 6970)
+++ trunk/packages/mgltools/symserv/trunk/debian/rules	2011-06-09 14:24:39 UTC (rev 6971)
@@ -10,11 +10,8 @@
 
 override_dh_clean:
 	dh_clean
-	find . -name CVS -a -type d| xargs -r rm -r
-	rm -rf build build-stamp
 	find . -name *.png -o -name *.pdb -o -name *.gif -exec file chmod 644 '{}' \;
 
 override_dh_install:
 	dh_install
-	find . -name CVS -a -type d| xargs -r rm -rf
-
+	find debian -type d -name CVS -empty -delete




More information about the debian-med-commit mailing list