[med-svn] r6983 - trunk/packages/mgltools/viewerframework/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Jun 10 08:06:48 UTC 2011


Author: tille
Date: 2011-06-10 08:06:48 +0000 (Fri, 10 Jun 2011)
New Revision: 6983

Modified:
   trunk/packages/mgltools/viewerframework/trunk/debian/changelog
   trunk/packages/mgltools/viewerframework/trunk/debian/compat
   trunk/packages/mgltools/viewerframework/trunk/debian/control
   trunk/packages/mgltools/viewerframework/trunk/debian/rules
Log:
Package fails to install - same is true for current package in Debian - bug will be filed.  Error is
 Compiling /usr/lib/python2.7/dist-packages/ViewerFramework/VF.py ...
 SyntaxError: ('cannot assign to __debug__', ('/usr/lib/python2.7/dist-packages/ViewerFramework/VF.py', 263, None, 'self.__debug__ = 0\n'))


Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2011-06-10 06:39:09 UTC (rev 6982)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2011-06-10 08:06:48 UTC (rev 6983)
@@ -1,3 +1,27 @@
+mgltools-viewerframework (1.5.4.cvs.20100912-2) UNRELEASED; urgency=low
+
+  * package not released because installation ends in
+    Compiling /usr/lib/python2.7/dist-packages/ViewerFramework/VF.py ...
+    SyntaxError: ('cannot assign to __debug__', ('/usr/lib/python2.7/dist-packages/ViewerFramework/VF.py', 263, None, 'self.__debug__ = 0\n'))
+    needs to be fixed
+
+  [ 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>  Fri, 10 Jun 2011 09:58:41 +0200
+
 mgltools-viewerframework (1.5.4.cvs.20100912-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/compat	2011-06-10 06:39:09 UTC (rev 6982)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/compat	2011-06-10 08:06:48 UTC (rev 6983)
@@ -1 +1 @@
-5
+8

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/control	2011-06-10 06:39:09 UTC (rev 6982)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/control	2011-06-10 08:06:48 UTC (rev 6983)
@@ -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/viewerframework/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/rules	2011-06-10 06:39:09 UTC (rev 6982)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/rules	2011-06-10 08:06:48 UTC (rev 6983)
@@ -10,6 +10,4 @@
 
 override_dh_clean:
 	dh_clean
-	find . -name CVS -a -type d| xargs -r rm -r
 	find . -name *.png -o -name *.pdb -o -name *.gif -exec chmod 644 '{}' \;
-	rm -rf build build-stamp 




More information about the debian-med-commit mailing list