[med-svn] r6987 - trunk/packages/mgltools/vision/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Jun 10 10:25:46 UTC 2011
Author: tille
Date: 2011-06-10 10:25:45 +0000 (Fri, 10 Jun 2011)
New Revision: 6987
Modified:
trunk/packages/mgltools/vision/trunk/debian/changelog
trunk/packages/mgltools/vision/trunk/debian/compat
trunk/packages/mgltools/vision/trunk/debian/rules
Log:
Usual cleanup as for other mgltools
Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog 2011-06-10 08:36:42 UTC (rev 6986)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog 2011-06-10 10:25:45 UTC (rev 6987)
@@ -1,3 +1,21 @@
+mgltools-vision (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: #616905
+ * Suppress lintian warning about duplicate license file
+
+ [ Andreas Tille ]
+ * debian/compat: 8
+ * debian/rules: Changes of permissions only in install target
+
+ -- Andreas Tille <tille at debian.org> Fri, 10 Jun 2011 11:50:06 +0200
+
mgltools-vision (1.5.4.cvs.20100912-1.1) unstable; urgency=low
* Non-maintainer upload.
Modified: trunk/packages/mgltools/vision/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/compat 2011-06-10 08:36:42 UTC (rev 6986)
+++ trunk/packages/mgltools/vision/trunk/debian/compat 2011-06-10 10:25:45 UTC (rev 6987)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/mgltools/vision/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/rules 2011-06-10 08:36:42 UTC (rev 6986)
+++ trunk/packages/mgltools/vision/trunk/debian/rules 2011-06-10 10:25:45 UTC (rev 6987)
@@ -8,14 +8,7 @@
%:
dh $@ --with python2
-override_dh_clean:
- dh_clean
- find . -name CVS -a -type d| xargs -r rm -r
- find . -name "runVision" | xargs -r chmod +x
- find . -name *.jpg -o -name *.png -o -name *.pdb -o -name *.gif | xargs -r chmod 644
-
override_dh_install:
dh_install
- find . -name CVS -a -type d| xargs -r rm -rf
- find . -name "runVision" | xargs -r chmod +x
-
+ find debian -name "runVision" | xargs -r chmod +x
+ find debian -name *.jpg -o -name *.png -o -name *.pdb -o -name *.gif | xargs -r chmod 644
More information about the debian-med-commit
mailing list