r12191 - in packages/trunk/libtuxcap/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Wed May 4 21:00:52 UTC 2011


Author: miriam
Date: 2011-05-04 21:00:46 +0000 (Wed, 04 May 2011)
New Revision: 12191

Added:
   packages/trunk/libtuxcap/debian/patches/python-include.patch
Modified:
   packages/trunk/libtuxcap/debian/changelog
   packages/trunk/libtuxcap/debian/patches/series
Log:
Acknowledge NMUs



Modified: packages/trunk/libtuxcap/debian/changelog
===================================================================
--- packages/trunk/libtuxcap/debian/changelog	2011-05-04 20:51:34 UTC (rev 12190)
+++ packages/trunk/libtuxcap/debian/changelog	2011-05-04 21:00:46 UTC (rev 12191)
@@ -1,11 +1,29 @@
 libtuxcap (1.4.0.dfsg2-2) UNRELEASED; urgency=low
 
+  * Upgraded Standards-Version from 3.8.3 to 3.9.2
   * Modified libmagick* packages in Build-Depends.
     The new ones which are: libmagickwand-dev, libmagick++-dev
-  * Added kfreebsd.patch. Closes: #568166
+  * Acknowledged NMUs
 
- -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 03 Feb 2010 15:36:26 +0100
+ -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 04 May 2011 22:54:42 +0200
 
+libtuxcap (1.4.0.dfsg2-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * (Build-)Depend on python-dev instead of python2.5-dev. Closes: #596310.
+  * debian/patches/kfreebsd.patch:
+    - Fixes FTBFS on kfreebsd ports. Closes: #568166.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 01 May 2011 21:35:03 +0200
+
+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

Added: packages/trunk/libtuxcap/debian/patches/python-include.patch
===================================================================
--- packages/trunk/libtuxcap/debian/patches/python-include.patch	                        (rev 0)
+++ packages/trunk/libtuxcap/debian/patches/python-include.patch	2011-05-04 21:00:46 UTC (rev 12191)
@@ -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)

Modified: packages/trunk/libtuxcap/debian/patches/series
===================================================================
--- packages/trunk/libtuxcap/debian/patches/series	2011-05-04 20:51:34 UTC (rev 12190)
+++ packages/trunk/libtuxcap/debian/patches/series	2011-05-04 21:00:46 UTC (rev 12191)
@@ -3,4 +3,5 @@
 particles_res.patch
 abs_dirs.patch
 includes.patch
+python-include.patch
 kfreebsd.patch




More information about the Pkg-games-commits mailing list