Author: tille
Date: 2011-04-10 18:17:10 +0000 (Sun, 10 Apr 2011)
New Revision: 6512

Added:
   trunk/packages/mgltools/pyglf/trunk/debian/source/
   trunk/packages/mgltools/pyglf/trunk/debian/source/format
Removed:
   trunk/packages/mgltools/pyglf/trunk/debian/pycompat
Modified:
   trunk/packages/mgltools/pyglf/trunk/debian/changelog
   trunk/packages/mgltools/pyglf/trunk/debian/control
   trunk/packages/mgltools/pyglf/trunk/debian/rules
Log:
Build-Depends freeglut2 instead of glut; use dh_python2 instead of py-compat; 
some packaging updates


Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog        2011-04-10 
17:58:26 UTC (rev 6511)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog        2011-04-10 
18:17:10 UTC (rev 6512)
@@ -1,18 +1,32 @@
+mgltools-pyglf (1.5.4.cvs.20100912-2) unstable; urgency=low
+
+  * debian/control
+    - Standards-Version: 3.9.2 (no changes needed)
+    - Build-Depend: freeglut3-dev (instead of libglut3-dev)
+      Closes: 543696
+    - Build-Depends: python-all-dev (>= 2.6) (and dropped
+      python-central)
+    - Dropped Build-Depends cdbs
+  * Debhelper 8.0 (control+contrib)
+  * debian/source/format: 3.0 (quilt)
+  * debian/rules: switch to short dh syntax which makes
+    dh_python2 easy
+
+ -- Andreas Tille <ti...@debian.org>  Sun, 10 Apr 2011 19:11:57 +0200
+
 mgltools-pyglf (1.5.4.cvs.20100912-1) unstable; urgency=low
 
+  [Steffen Moeller]
   * New upstream version.
   * Adjusted dependencies (Closes: #596321, #586846).
 
- -- Steffen Moeller <moel...@debian.org>  Sun, 12 Sep 2010 00:20:31 +0200
-
-mgltools-pyglf (1.5.4.cvs.20090603-2) UNRELEASED; urgency=low
-
+  [Andreas Tille]
   * debian/control:
     - Enhances: autodocktools
     - debhelper 7
     - Standards-Version: 3.8.3 (no changes needed)
 
- -- Andreas Tille <ti...@debian.org>  Fri, 16 Oct 2009 22:50:53 +0200
+ -- Steffen Moeller <moel...@debian.org>  Sun, 12 Sep 2010 00:20:31 +0200
 
 mgltools-pyglf (1.5.4.cvs.20090603-1.1) unstable; urgency=low
 

Modified: trunk/packages/mgltools/pyglf/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/control  2011-04-10 17:58:26 UTC 
(rev 6511)
+++ trunk/packages/mgltools/pyglf/trunk/debian/control  2011-04-10 18:17:10 UTC 
(rev 6512)
@@ -6,8 +6,9 @@
 XS-Autobuild: yes
 Uploaders: Steffen Moeller <moel...@debian.org>, Sargis Dallakyan 
<sar...@scripps.edu>,
  Andreas Tille <ti...@debian.org>
-Build-Depends: debhelper (>= 7), python-central (>= 0.5.6), cdbs (>= 0.4), 
python-all-dev, libxi-dev, swig, libglu1-mesa-dev, libxmu-dev, mesa-common-dev, 
libglut3-dev, python-numpy
-Standards-Version: 3.9.1.0
+Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), libxi-dev, swig,
+ libglu1-mesa-dev, libxmu-dev, mesa-common-dev, freeglut3-dev, python-numpy
+Standards-Version: 3.9.2
 XS-Python-Version: >= 2.5
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pyglf/trunk/?rev=0&sc=0
 Vcs-Svn: 
svn://svn.debian.org/svn/debian-med/trunk/packages/mgltools/pyglf/trunk/

Deleted: trunk/packages/mgltools/pyglf/trunk/debian/pycompat
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/pycompat 2011-04-10 17:58:26 UTC 
(rev 6511)
+++ trunk/packages/mgltools/pyglf/trunk/debian/pycompat 2011-04-10 18:17:10 UTC 
(rev 6512)
@@ -1 +0,0 @@
-2

Modified: trunk/packages/mgltools/pyglf/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/rules    2011-04-10 17:58:26 UTC 
(rev 6511)
+++ trunk/packages/mgltools/pyglf/trunk/debian/rules    2011-04-10 18:17:10 UTC 
(rev 6512)
@@ -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-pyglf
 
 # 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/pyglf/trunk/debian/source/format
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/source/format                    
        (rev 0)
+++ trunk/packages/mgltools/pyglf/trunk/debian/source/format    2011-04-10 
18:17:10 UTC (rev 6512)
@@ -0,0 +1 @@
+3.0 (quilt)


_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to