[med-svn] r6626 - in trunk/packages/mgltools/sff/trunk/debian: . source
Andreas Tille
tille at alioth.debian.org
Tue Apr 26 12:14:37 UTC 2011
Author: tille
Date: 2011-04-26 12:14:33 +0000 (Tue, 26 Apr 2011)
New Revision: 6626
Added:
trunk/packages/mgltools/sff/trunk/debian/source/
trunk/packages/mgltools/sff/trunk/debian/source/format
Modified:
trunk/packages/mgltools/sff/trunk/debian/README.Debian
trunk/packages/mgltools/sff/trunk/debian/changelog
trunk/packages/mgltools/sff/trunk/debian/compat
trunk/packages/mgltools/sff/trunk/debian/control
trunk/packages/mgltools/sff/trunk/debian/rules
Log:
dh_python2, general packaging updates
Modified: trunk/packages/mgltools/sff/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/README.Debian 2011-04-26 11:59:45 UTC (rev 6625)
+++ trunk/packages/mgltools/sff/trunk/debian/README.Debian 2011-04-26 12:14:33 UTC (rev 6626)
@@ -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/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog 2011-04-26 11:59:45 UTC (rev 6625)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog 2011-04-26 12:14:33 UTC (rev 6626)
@@ -1,3 +1,17 @@
+mgltools-sff (1.5.4.cvs.20100912-2) unstable; urgency=low
+
+ * Debhelper 8 (control+compat)
+ * debian/source/format: 3.0 (quilt)
+ * debian/control:
+ - Build-Depends: python-all-dev (>= 2.6) to enable python-support2
+ Closes: #616900
+ - XS-Python-Version: >= 2.6
+ Closes: #623906
+ * debian/rules: switch to short dh syntax which makes
+ dh_python2 easy
+
+ -- Andreas Tille <tille at debian.org> Tue, 26 Apr 2011 13:57:29 +0200
+
mgltools-sff (1.5.4.cvs.20100912-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/mgltools/sff/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/compat 2011-04-26 11:59:45 UTC (rev 6625)
+++ trunk/packages/mgltools/sff/trunk/debian/compat 2011-04-26 12:14:33 UTC (rev 6626)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/mgltools/sff/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/control 2011-04-26 11:59:45 UTC (rev 6625)
+++ trunk/packages/mgltools/sff/trunk/debian/control 2011-04-26 12:14:33 UTC (rev 6626)
@@ -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, swig (>= 1.3.20), python-numpy, mgltools-bhtree
-Standards-Version: 3.9.1.0
-XS-Python-Version: >= 2.5
+Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), swig (>= 1.3.20), python-numpy, mgltools-bhtree
+Standards-Version: 3.9.2
+XS-Python-Version: >= 2.6
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/sff/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/sff/trunk/
Homepage: http://mgltools.scripps.edu/
Modified: trunk/packages/mgltools/sff/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/rules 2011-04-26 11:59:45 UTC (rev 6625)
+++ trunk/packages/mgltools/sff/trunk/debian/rules 2011-04-26 12:14:33 UTC (rev 6626)
@@ -1,20 +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-sff
# 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
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-clean::
+override_dh_clean:
+ dh_clean
find . -name CVS -a -type d| xargs -r rm -r
rm -rf build build-stamp debian/Pmv
Added: trunk/packages/mgltools/sff/trunk/debian/source/format
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/source/format (rev 0)
+++ trunk/packages/mgltools/sff/trunk/debian/source/format 2011-04-26 12:14:33 UTC (rev 6626)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the debian-med-commit
mailing list