[med-svn] r6973 - trunk/packages/mgltools/support/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jun 9 14:39:09 UTC 2011
Author: tille
Date: 2011-06-09 14:39:09 +0000 (Thu, 09 Jun 2011)
New Revision: 6973
Modified:
trunk/packages/mgltools/support/trunk/debian/changelog
trunk/packages/mgltools/support/trunk/debian/compat
trunk/packages/mgltools/support/trunk/debian/control
trunk/packages/mgltools/support/trunk/debian/rules
Log:
As for other mgltools
Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog 2011-06-09 14:25:29 UTC (rev 6972)
+++ trunk/packages/mgltools/support/trunk/debian/changelog 2011-06-09 14:39:09 UTC (rev 6973)
@@ -1,3 +1,22 @@
+mgltools-support (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: #616901
+ * Suppress lintian warning about duplicate license file
+
+ [ Andreas Tille ]
+ * Added myself to Uploaders
+ * debian/compat: 8
+ * debian/rules: No need for overriding dh_clean
+
+ -- Andreas Tille <tille at debian.org> Thu, 09 Jun 2011 16:34:43 +0200
+
mgltools-support (1.5.4.cvs.20100912-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/support/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/compat 2011-06-09 14:25:29 UTC (rev 6972)
+++ trunk/packages/mgltools/support/trunk/debian/compat 2011-06-09 14:39:09 UTC (rev 6973)
@@ -1 +1 @@
-5
+8
Modified: trunk/packages/mgltools/support/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/control 2011-06-09 14:25:29 UTC (rev 6972)
+++ trunk/packages/mgltools/support/trunk/debian/control 2011-06-09 14:39:09 UTC (rev 6973)
@@ -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/support/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/rules 2011-06-09 14:25:29 UTC (rev 6972)
+++ trunk/packages/mgltools/support/trunk/debian/rules 2011-06-09 14:39:09 UTC (rev 6973)
@@ -9,8 +9,3 @@
%:
dh $@ --with python2
-
-override_dh_clean:
- dh_clean
- find . -name CVS -a -type d| xargs -r rm -r
- rm -rf build build-stamp
More information about the debian-med-commit
mailing list