[Python-modules-commits] r9559 - in packages/tagpy/trunk/debian (changelog control rules)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Fri Aug 28 12:28:43 UTC 2009


    Date: Friday, August 28, 2009 @ 12:28:42
  Author: nijel
Revision: 9559

Boost 1.39 changed library name, adjust debian/rules and build depend on
this version.

Modified:
  packages/tagpy/trunk/debian/changelog
  packages/tagpy/trunk/debian/control
  packages/tagpy/trunk/debian/rules

Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog	2009-08-28 12:26:48 UTC (rev 9558)
+++ packages/tagpy/trunk/debian/changelog	2009-08-28 12:28:42 UTC (rev 9559)
@@ -2,8 +2,10 @@
 
   * New upstream version.
   * Bump standards to 3.8.3 (no changes needed).
+  * Boost 1.39 changed library name, adjust debian/rules and build depend on
+    this version.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Fri, 28 Aug 2009 14:15:36 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Fri, 28 Aug 2009 14:27:47 +0200
 
 tagpy (0.94.6-1) unstable; urgency=low
 

Modified: packages/tagpy/trunk/debian/control
===================================================================
--- packages/tagpy/trunk/debian/control	2009-08-28 12:26:48 UTC (rev 9558)
+++ packages/tagpy/trunk/debian/control	2009-08-28 12:28:42 UTC (rev 9559)
@@ -7,7 +7,7 @@
     python-support (>= 0.5.3),
     python-all-dev (>= 2.3.5-11), 
     libtag1-dev, 
-    libboost-python-dev,
+    libboost-python-dev (>= 1.39.2),
     pkg-config,
     quilt (>= 0.40),
     python-setuptools

Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules	2009-08-28 12:26:48 UTC (rev 9558)
+++ packages/tagpy/trunk/debian/rules	2009-08-28 12:28:42 UTC (rev 9559)
@@ -13,7 +13,7 @@
 override_dh_auto_configure-%:
 	SITECONF_NAME=siteconf$*.py python$* ./configure.py \
 			--taglib-inc-dir=`pkg-config --cflags-only-I taglib | sed 's/-I//'` \
-			--boost-python-libname=boost_python-mt-py`echo $* | tr -d .`
+			--boost-python-libname=boost_python-py`echo $* | tr -d .`
 
 override_dh_auto_configure: $(PYVERSIONS:%=override_dh_auto_configure-%)
 




More information about the Python-modules-commits mailing list