Bug#596537: libtuxcap: NMU to remove explicit build dependencies on python2.5

Matthias Klose doko at debian.org
Sun Sep 12 14:41:10 UTC 2010


Package: libtuxcap

Attached is the debdiff to remove explicit build dependencies
on python2.5 or python2.5-dev.


diff -u libtuxcap-1.4.0.dfsg2/debian/changelog libtuxcap-1.4.0.dfsg2/debian/changelog
--- libtuxcap-1.4.0.dfsg2/debian/changelog
+++ libtuxcap-1.4.0.dfsg2/debian/changelog
@@ -1,3 +1,11 @@
+libtuxcap (1.4.0.dfsg2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-depend on python-dev (>= 2.6), python-dev (<< 2.7) instead of
+    python2.5-dev. Use python2.6 in debian/demos.patch. Closes: #596310.
+
+ -- Matthias Klose <doko at debian.org>  Sun, 12 Sep 2010 12:11:31 +0200
+
 libtuxcap (1.4.0.dfsg2-1) unstable; urgency=low
 
   * Initial release. Closes: #536867
diff -u libtuxcap-1.4.0.dfsg2/debian/patches/series libtuxcap-1.4.0.dfsg2/debian/patches/series
--- libtuxcap-1.4.0.dfsg2/debian/patches/series
+++ libtuxcap-1.4.0.dfsg2/debian/patches/series
@@ -5,0 +6 @@
+python-include.patch
only in patch2:
unchanged:
--- libtuxcap-1.4.0.dfsg2.orig/debian/patches/python-include.patch
+++ libtuxcap-1.4.0.dfsg2/debian/patches/python-include.patch
@@ -0,0 +1,30 @@
+diff -u libtuxcap-1.4.0.dfsg2/debian/demos.patch libtuxcap-1.4.0.dfsg2/debian/demos.patch
+--- libtuxcap-1.4.0.dfsg2/debian/demos.patch
++++ libtuxcap-1.4.0.dfsg2/debian/demos.patch
+@@ -813,7 +813,7 @@
+ -#MyExe will be built using the files MyClass.h and MyClass.cxx, and it will
+ -#be linked to all the libraries you specified above. 
+ -#You can build more than one executable per project
+-+INCLUDE_DIRECTORIES(/usr/include/tuxcap /usr/include/SDL /usr/include/python2.5/)
+++INCLUDE_DIRECTORIES(/usr/include/tuxcap /usr/include/SDL /usr/include/python2.6/)
+  
+  SET(MY_SOURCES main.cpp)
+  IF(APPLE)
+@@ -871,7 +871,7 @@
+ -#MyExe will be built using the files MyClass.h and MyClass.cxx, and it will
+ -#be linked to all the libraries you specified above. 
+ -#You can build more than one executable per project
+-+INCLUDE_DIRECTORIES(/usr/include/tuxcap /usr/include/SDL /usr/include/python2.5/)
+++INCLUDE_DIRECTORIES(/usr/include/tuxcap /usr/include/SDL /usr/include/python2.6/)
+  
+  SET(MY_SOURCES main.cpp)
+  IF(APPLE)
+@@ -929,7 +929,7 @@
+ -#MyExe will be built using the files MyClass.h and MyClass.cxx, and it will
+ -#be linked to all the libraries you specified above. 
+ -#You can build more than one executable per project
+-+INCLUDE_DIRECTORIES(/usr/include/tuxcap /usr/include/SDL /usr/include/python2.5/)
+++INCLUDE_DIRECTORIES(/usr/include/tuxcap /usr/include/SDL /usr/include/python2.6/)
+  
+  SET(MY_SOURCES main.cpp)
+  IF(APPLE)





More information about the Pkg-games-devel mailing list