[med-svn] r6966 - trunk/packages/mgltools/pybabel/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jun 9 13:05:04 UTC 2011
Author: tille
Date: 2011-06-09 13:05:03 +0000 (Thu, 09 Jun 2011)
New Revision: 6966
Modified:
trunk/packages/mgltools/pybabel/trunk/debian/changelog
trunk/packages/mgltools/pybabel/trunk/debian/compat
trunk/packages/mgltools/pybabel/trunk/debian/control
trunk/packages/mgltools/pybabel/trunk/debian/rules
Log:
Usual changes to mgltools and upload to unstable
Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog 2011-06-09 12:07:49 UTC (rev 6965)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog 2011-06-09 13:05:03 UTC (rev 6966)
@@ -1,3 +1,23 @@
+mgltools-pybabel (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: #616897
+ * 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 14:57:51 +0200
+
mgltools-pybabel (1.5.4.cvs.20100912-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/pybabel/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/compat 2011-06-09 12:07:49 UTC (rev 6965)
+++ trunk/packages/mgltools/pybabel/trunk/debian/compat 2011-06-09 13:05:03 UTC (rev 6966)
@@ -1 +1 @@
-5
+8
Modified: trunk/packages/mgltools/pybabel/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/control 2011-06-09 12:07:49 UTC (rev 6965)
+++ trunk/packages/mgltools/pybabel/trunk/debian/control 2011-06-09 13:05:03 UTC (rev 6966)
@@ -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/pybabel/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/rules 2011-06-09 12:07:49 UTC (rev 6965)
+++ trunk/packages/mgltools/pybabel/trunk/debian/rules 2011-06-09 13:05:03 UTC (rev 6966)
@@ -8,12 +8,7 @@
%:
dh $@ --with python2
-override_dh_clean:
- dh_clean
- find . -name CVS -a -type d| xargs -r rm -r
- rm -rf build build-stamp
-
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