[med-svn] r6615 - in trunk/packages/mgltools/gle/trunk/debian: . source

Andreas Tille tille at alioth.debian.org
Tue Apr 26 09:02:06 UTC 2011


Author: tille
Date: 2011-04-26 09:01:56 +0000 (Tue, 26 Apr 2011)
New Revision: 6615

Added:
   trunk/packages/mgltools/gle/trunk/debian/source/
   trunk/packages/mgltools/gle/trunk/debian/source/format
Modified:
   trunk/packages/mgltools/gle/trunk/debian/changelog
   trunk/packages/mgltools/gle/trunk/debian/compat
   trunk/packages/mgltools/gle/trunk/debian/control
   trunk/packages/mgltools/gle/trunk/debian/rules
Log:
dh_python2, general packaging updates


Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog	2011-04-26 08:20:36 UTC (rev 6614)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog	2011-04-26 09:01:56 UTC (rev 6615)
@@ -1,3 +1,17 @@
+mgltools-gle (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: 616890
+    - XS-Python-Version: >= 2.6
+      Closes: #623904
+  * debian/rules: switch to short dh syntax which makes
+    dh_python2 easy
+
+ -- Andreas Tille <tille at debian.org>  Tue, 26 Apr 2011 10:52:16 +0200
+
 mgltools-gle (1.5.4.cvs.20100912-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/gle/trunk/debian/compat
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/compat	2011-04-26 08:20:36 UTC (rev 6614)
+++ trunk/packages/mgltools/gle/trunk/debian/compat	2011-04-26 09:01:56 UTC (rev 6615)
@@ -1 +1 @@
-5
+8

Modified: trunk/packages/mgltools/gle/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/control	2011-04-26 08:20:36 UTC (rev 6614)
+++ trunk/packages/mgltools/gle/trunk/debian/control	2011-04-26 09:01:56 UTC (rev 6615)
@@ -4,10 +4,12 @@
 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), swig (>= 1.3.20), python-all-dev, python-numpy, libglu1-mesa-dev, mesa-common-dev
-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), swig (>= 1.3.20), python-all-dev (>= 2.6), python-numpy, libglu1-mesa-dev, mesa-common-dev
+Standards-Version: 3.9.2
+XS-Python-Version: >= 2.6
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/gle/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/gle/trunk/
 Homepage: http://mgltools.scripps.edu/

Modified: trunk/packages/mgltools/gle/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/rules	2011-04-26 08:20:36 UTC (rev 6614)
+++ trunk/packages/mgltools/gle/trunk/debian/rules	2011-04-26 09:01:56 UTC (rev 6615)
@@ -1,20 +1,16 @@
 #!/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-gle
 
 # 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
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+%:
+	dh $@ --with python2
 
-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/gle/trunk/debian/source/format
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/mgltools/gle/trunk/debian/source/format	2011-04-26 09:01:56 UTC (rev 6615)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list