[med-svn] r6962 - trunk/packages/mgltools/networkeditor/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Jun 9 09:28:21 UTC 2011
Author: tille
Date: 2011-06-09 09:28:21 +0000 (Thu, 09 Jun 2011)
New Revision: 6962
Modified:
trunk/packages/mgltools/networkeditor/trunk/debian/changelog
trunk/packages/mgltools/networkeditor/trunk/debian/control
trunk/packages/mgltools/networkeditor/trunk/debian/rules
Log:
Upload to unstable to fix Python migration affecting bug
Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2011-06-09 08:19:41 UTC (rev 6961)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog 2011-06-09 09:28:21 UTC (rev 6962)
@@ -1,5 +1,6 @@
-mgltools-networkeditor (1.5.4.cvs.20100912-2) UNRELEASED; urgency=low
+mgltools-networkeditor (1.5.4.cvs.20100912-2) unstable; urgency=low
+ [ Thorsten Alteholz ]
* Debhelper 8 (control+compat)
* debian/source/format: 3.0 (quilt)
* debian/control: Build-Depends: python-all (>= 2.6) to enable
@@ -8,8 +9,12 @@
dh_python2 easy
Closes: #616893
- -- Thorsten Alteholz <debian at alteholz.de> Wed, 08 Jun 2011 11:50:44 +0200
+ [ Andreas Tille ]
+ * Delete (mysterious) empty CVS dirs in install target rather than
+ in clean target
+ -- Andreas Tille <tille at debian.org> Thu, 09 Jun 2011 11:21:18 +0200
+
mgltools-networkeditor (1.5.4.cvs.20100912-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/networkeditor/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/control 2011-06-09 08:19:41 UTC (rev 6961)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/control 2011-06-09 09:28:21 UTC (rev 6962)
@@ -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/networkeditor/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/rules 2011-06-09 08:19:41 UTC (rev 6961)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/rules 2011-06-09 09:28:21 UTC (rev 6962)
@@ -8,12 +8,6 @@
%:
dh $@ --with python2
-override_dh_clean:
- dh_clean
- find . -name CVS -a -type d| xargs -r rm -rf
- 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