[med-svn] r6670 - trunk/packages/mgltools/geomutils/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Apr 27 09:16:02 UTC 2011
Author: tille
Date: 2011-04-27 09:15:41 +0000 (Wed, 27 Apr 2011)
New Revision: 6670
Modified:
trunk/packages/mgltools/geomutils/trunk/debian/README.Debian
trunk/packages/mgltools/geomutils/trunk/debian/changelog
trunk/packages/mgltools/geomutils/trunk/debian/compat
trunk/packages/mgltools/geomutils/trunk/debian/control
trunk/packages/mgltools/geomutils/trunk/debian/rules
Log:
Switch to dh_python2, packaging updates
Modified: trunk/packages/mgltools/geomutils/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/README.Debian 2011-04-27 08:34:32 UTC (rev 6669)
+++ trunk/packages/mgltools/geomutils/trunk/debian/README.Debian 2011-04-27 09:15:41 UTC (rev 6670)
@@ -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/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog 2011-04-27 08:34:32 UTC (rev 6669)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog 2011-04-27 09:15:41 UTC (rev 6670)
@@ -1,3 +1,14 @@
+mgltools-geomutils (1.5.4.cvs.20100912-2) unstable; urgency=low
+
+ * Debhelper 8 (control+compat)
+ * debian/control: Build-Depends: python-all-dev (>= 2.6) to enable
+ python-support2
+ * debian/rules: switch to short dh syntax which makes
+ dh_python2 easy
+ Closes: #616889
+
+ -- Andreas Tille <tille at debian.org> Wed, 27 Apr 2011 09:58:44 +0200
+
mgltools-geomutils (1.5.4.cvs.20100912-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/geomutils/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/compat 2011-04-27 08:34:32 UTC (rev 6669)
+++ trunk/packages/mgltools/geomutils/trunk/debian/compat 2011-04-27 09:15:41 UTC (rev 6670)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/mgltools/geomutils/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/control 2011-04-27 08:34:32 UTC (rev 6669)
+++ trunk/packages/mgltools/geomutils/trunk/debian/control 2011-04-27 09:15:41 UTC (rev 6670)
@@ -6,9 +6,9 @@
XS-Autobuild: yes
Uploaders: Steffen Moeller <moeller at debian.org>, Sargis Dallakyan <sargis at scripps.edu>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7), python-central (>= 0.5.6), cdbs (>= 0.4), python-all-dev (>= 2.5), swig, python-numpy
-Standards-Version: 3.9.1.0
-XS-Python-Version: >= 2.5
+Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig, python-numpy
+Standards-Version: 3.9.2
+XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/geomutils/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/geomutils/trunk/
Homepage: http://mgltools.scripps.edu/
Modified: trunk/packages/mgltools/geomutils/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/rules 2011-04-27 08:34:32 UTC (rev 6669)
+++ trunk/packages/mgltools/geomutils/trunk/debian/rules 2011-04-27 09:15:41 UTC (rev 6670)
@@ -1,21 +1,14 @@
#!/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-geomutils
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-export DEB_PYTHON_SYSTEM=pycentral
+%:
+ dh $@ --with python2
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-# not required since source format 3.0
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-clean::
+override_dh_clean:
+ dh_clean
find . -name CVS -a -type d| xargs -r rm -r
rm -rf build build-stamp debian/Pmv
More information about the debian-med-commit
mailing list