[med-svn] r6644 - in trunk/packages/mgltools/dejavu/trunk/debian: . source

Andreas Tille tille at alioth.debian.org
Tue Apr 26 14:57:39 UTC 2011


Author: tille
Date: 2011-04-26 14:57:38 +0000 (Tue, 26 Apr 2011)
New Revision: 6644

Added:
   trunk/packages/mgltools/dejavu/trunk/debian/source/
   trunk/packages/mgltools/dejavu/trunk/debian/source/format
Modified:
   trunk/packages/mgltools/dejavu/trunk/debian/README.Debian
   trunk/packages/mgltools/dejavu/trunk/debian/changelog
   trunk/packages/mgltools/dejavu/trunk/debian/compat
   trunk/packages/mgltools/dejavu/trunk/debian/control
   trunk/packages/mgltools/dejavu/trunk/debian/rules
Log:
Switch to dh_python2, general packaging updates.


Modified: trunk/packages/mgltools/dejavu/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/README.Debian	2011-04-26 14:50:08 UTC (rev 6643)
+++ trunk/packages/mgltools/dejavu/trunk/debian/README.Debian	2011-04-26 14:57:38 UTC (rev 6644)
@@ -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/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog	2011-04-26 14:50:08 UTC (rev 6643)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog	2011-04-26 14:57:38 UTC (rev 6644)
@@ -1,3 +1,15 @@
+mgltools-dejavu (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 (>= 2.6) to enable
+    python-support2
+  * debian/rules: switch to short dh syntax which makes
+    dh_python2 easy
+    Closes: #616888
+
+ -- Andreas Tille <tille at debian.org>  Tue, 26 Apr 2011 16:49:59 +0200
+
 mgltools-dejavu (1.5.4.cvs.20100912-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/dejavu/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/compat	2011-04-26 14:50:08 UTC (rev 6643)
+++ trunk/packages/mgltools/dejavu/trunk/debian/compat	2011-04-26 14:57:38 UTC (rev 6644)
@@ -1 +1 @@
-7
+8

Modified: trunk/packages/mgltools/dejavu/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/control	2011-04-26 14:50:08 UTC (rev 6643)
+++ trunk/packages/mgltools/dejavu/trunk/debian/control	2011-04-26 14:57:38 UTC (rev 6644)
@@ -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, mesa-common-dev, x11proto-core-dev, libx11-dev, python-numpy
-Standards-Version: 3.9.1.0
-XS-Python-Version: >= 2.5
+Build-Depends: debhelper (>= 8), python-all (>= 2.6), mesa-common-dev, x11proto-core-dev, libx11-dev, python-numpy
+Standards-Version: 3.9.2
+XS-Python-Version: >= 2.6
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/dejavu/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/dejavu/trunk/
 Homepage: http://mgltools.scripps.edu/

Modified: trunk/packages/mgltools/dejavu/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/rules	2011-04-26 14:50:08 UTC (rev 6643)
+++ trunk/packages/mgltools/dejavu/trunk/debian/rules	2011-04-26 14:57:38 UTC (rev 6644)
@@ -1,21 +1,15 @@
 #!/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-dejavu
 
 # 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
 	find . -name RELNOTES | xargs -r chmod -x
 	rm -rf build build-stamp debian/Pmv

Added: trunk/packages/mgltools/dejavu/trunk/debian/source/format
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/mgltools/dejavu/trunk/debian/source/format	2011-04-26 14:57:38 UTC (rev 6644)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list