[med-svn] r6758 - trunk/packages/mgltools/mglutil/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue May 3 12:49:04 UTC 2011
Author: tille
Date: 2011-05-03 12:49:03 +0000 (Tue, 03 May 2011)
New Revision: 6758
Modified:
trunk/packages/mgltools/mglutil/trunk/debian/README.Debian
trunk/packages/mgltools/mglutil/trunk/debian/changelog
trunk/packages/mgltools/mglutil/trunk/debian/compat
trunk/packages/mgltools/mglutil/trunk/debian/control
trunk/packages/mgltools/mglutil/trunk/debian/rules
Log:
dh_python2 + packaging updates
Modified: trunk/packages/mgltools/mglutil/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/README.Debian 2011-05-03 12:03:44 UTC (rev 6757)
+++ trunk/packages/mgltools/mglutil/trunk/debian/README.Debian 2011-05-03 12:49:03 UTC (rev 6758)
@@ -11,7 +11,7 @@
patches and providing more himself. Also, the leader of the Molecular
Graphics Labs, Prof. Michael Sanner, is thanked for his support.
-Please be continously reminded that that closer a software gets towards
+Please be continuously reminded that that closer a software gets towards
identifying or further describing functional compounds in medicine,
the harder it is to get access to free (as in beer) solutions. And it
certainly does not get much closer than with the AutoDockToolkit. To
Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog 2011-05-03 12:03:44 UTC (rev 6757)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog 2011-05-03 12:49:03 UTC (rev 6758)
@@ -1,3 +1,14 @@
+mgltools-mglutil (1.5.4.cvs.20100912-2) unstable; urgency=low
+
+ * Debhelper 8 (control+compat)
+ * debian/control:
+ - Build-Depends: python-all (>= 2.6) to enable python-support2
+ Closes: 616891
+ * debian/rules: switch to short dh syntax which makes
+ dh_python2 easy
+
+ -- Andreas Tille <tille at debian.org> Tue, 03 May 2011 14:07:16 +0200
+
mgltools-mglutil (1.5.4.cvs.20100912-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/mglutil/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/compat 2011-05-03 12:03:44 UTC (rev 6757)
+++ trunk/packages/mgltools/mglutil/trunk/debian/compat 2011-05-03 12:49:03 UTC (rev 6758)
@@ -1 +1 @@
-5
+8
Modified: trunk/packages/mgltools/mglutil/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/control 2011-05-03 12:03:44 UTC (rev 6757)
+++ trunk/packages/mgltools/mglutil/trunk/debian/control 2011-05-03 12:49:03 UTC (rev 6758)
@@ -4,10 +4,11 @@
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>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.5.6), cdbs (>= 0.4), python-all
-Standards-Version: 3.9.1.0
-XS-Python-Version: >= 2.5
+Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 8), python-all (>= 2.6)
+Standards-Version: 3.9.2
+XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pybabel/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/pybabel/trunk/
Homepage: http://mgltools.scripps.edu/
Modified: trunk/packages/mgltools/mglutil/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/rules 2011-05-03 12:03:44 UTC (rev 6757)
+++ trunk/packages/mgltools/mglutil/trunk/debian/rules 2011-05-03 12:49:03 UTC (rev 6758)
@@ -1,22 +1,17 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
+# debian/rules for mgltools-util
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export DEB_PYTHON_SYSTEM=pycentral
+PYVERS := $(shell pyversions -vs)
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-# not longer required because of source format 3.0
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+%:
+ dh $@ --with python2
-clean::
+override_dh_clean:
+ dh_clean
find . -name CVS -a -type d| xargs -r rm -r
find . -name "*.gif" | xargs -r chmod -x
find . -name "*.csh" -o -name "getlatest" | xargs -r chmod +x
More information about the debian-med-commit
mailing list