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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed May 28 12:26:00 UTC 2008


    Date: Wednesday, May 28, 2008 @ 12:25:59
  Author: nijel
Revision: 5496

Fix configure params for new version.

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

Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog	2008-05-28 12:25:35 UTC (rev 5495)
+++ packages/tagpy/trunk/debian/changelog	2008-05-28 12:25:59 UTC (rev 5496)
@@ -2,10 +2,11 @@
 
   * New upstream version.
     - Build depend on python-setuptools.
+    - Fix configure params for new version.
   * Use new homepage.
   * Adjust watch file to use PyPi which is now official download site.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 28 May 2008 14:21:55 +0200
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 28 May 2008 14:25:42 +0200
 
 tagpy (0.93-5) unstable; urgency=low
 

Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules	2008-05-28 12:25:35 UTC (rev 5495)
+++ packages/tagpy/trunk/debian/rules	2008-05-28 12:25:59 UTC (rev 5496)
@@ -14,7 +14,7 @@
 		PYTHON=python$$v ; \
 		$$PYTHON ./configure \
 			--taglib-inc-dir=`pkg-config --cflags-only-I taglib | sed 's/-I//'` \
-			--boost-python-lib-names=boost_python-mt-py`echo $$v | tr -d .`; \
+			--boost-python-libname=boost_python-mt-py`echo $$v | tr -d .`; \
 		$$PYTHON setup.py build ; \
 	done
 	touch $@




More information about the Python-modules-commits mailing list