tags: patch
thanks

Find attached patches adding python-support and updating the hard-coded
dependency from python2.3 to python2.4

yours Martin
-- 
<[EMAIL PROTECTED]> ---- Debian GNU/Linux - The Universal Operating System
<CHS> wieso sagt mir keiner dass gestern montag war?
<maxx> CHS: gestern war montag
diff -ur snappea-3.0d3/debian/changelog snappea-3.0d3.fixed/debian/changelog
--- snappea-3.0d3/debian/changelog      2006-09-08 20:52:19.000000000 +0200
+++ snappea-3.0d3.fixed/debian/changelog        2006-09-08 20:44:35.000000000 
+0200
@@ -1,3 +1,10 @@
+snappea (3.0d3-18.1) unstable; urgency=low
+
+  * added python-support, bumped standards, replaced hard-coded python2.3 
+    dependency with python2.4 (Closes: #380954)
+
+ -- Martin Wuertele <[EMAIL PROTECTED]>  Fri,  8 Sep 2006 20:39:38 +0200
+
 snappea (3.0d3-18) unstable; urgency=low
 
   * Updated copyright file to include more comprehensive statements
Only in snappea-3.0d3.fixed/debian: compat
diff -ur snappea-3.0d3/debian/control snappea-3.0d3.fixed/debian/control
--- snappea-3.0d3/debian/control        2006-09-08 20:52:19.000000000 +0200
+++ snappea-3.0d3.fixed/debian/control  2006-09-08 20:39:00.000000000 +0200
@@ -2,13 +2,14 @@
 Section: math
 Priority: extra
 Maintainer: Ben Burton <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.67), python, python2.3-dev
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5.0.37.2), python-support, python-dev
+Standards-Version: 3.7.2
 
 Package: snappea
 Architecture: any
 Section: math
 Depends: ${shlibs:Depends}, ${python:Depends}, python-pmw, python-tk
+XB-Python-Version: ${python:Versions}
 Suggests: regina-normal
 Description: a program for creating and studying hyperbolic 3-manifolds
  SnapPea is Jeff Weeks' computational tool for mathematicians working in
Only in snappea-3.0d3.fixed/debian: pycompat
diff -ur snappea-3.0d3/debian/rules snappea-3.0d3.fixed/debian/rules
--- snappea-3.0d3/debian/rules  2006-09-08 20:52:19.000000000 +0200
+++ snappea-3.0d3.fixed/debian/rules    2006-09-08 20:39:00.000000000 +0200
@@ -3,9 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
 tmp = debian/tmp
 snappealib = $(tmp)/usr/lib/snappea
 pixmaps = $(tmp)/usr/share/pixmaps
@@ -70,6 +67,7 @@
        dh_compress -a
        dh_fixperms -a
        dh_makeshlibs -a
+       dh_pysupport 
        dh_python -a
        dh_installdeb -a
        #dh_perl -a
--- snappea-3.0d3/SnapPeaPython/Makefile.in     2006-09-08 20:52:19.000000000 
+0200
+++ snappea-3.0d3.fixed/SnapPeaPython/Makefile.in       2006-09-08 
20:38:58.000000000 +0200
@@ -135,7 +135,7 @@
 SUBDIRS = CuspedCensusData installation
 
 INCLUDES = -I../SnapPeaKernel/headers -I../SnapPeaKernel/unix_kit \
-  -I/usr/include/python2.3
+  -I/usr/include/python2.4
 
 
 pkglib_LTLIBRARIES = SnapPeaC.la
--- snappea-3.0d3/SnapPeaPython/Makefile.am     2006-09-08 20:52:19.000000000 
+0200
+++ snappea-3.0d3.fixed/SnapPeaPython/Makefile.am       2006-09-08 
20:38:58.000000000 +0200
@@ -1,7 +1,7 @@
 SUBDIRS = CuspedCensusData installation
 
 INCLUDES = -I../SnapPeaKernel/headers -I../SnapPeaKernel/unix_kit \
-  -I/usr/include/python2.3
+  -I/usr/include/python2.4
 
 pkglib_LTLIBRARIES = SnapPeaC.la
 

Attachment: signature.asc
Description: Digital signature

Reply via email to