[Python-modules-commits] r3566 - in /packages/pyicu/trunk/debian: control rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Tue Nov 6 21:38:12 UTC 2007


Author: bzed-guest
Date: Tue Nov  6 21:38:12 2007
New Revision: 3566

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3566
Log:
back to unstable

Modified:
    packages/pyicu/trunk/debian/control
    packages/pyicu/trunk/debian/rules

Modified: packages/pyicu/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/debian/control?rev=3566&op=diff
==============================================================================
--- packages/pyicu/trunk/debian/control (original)
+++ packages/pyicu/trunk/debian/control Tue Nov  6 21:38:12 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bernd at bzed.de>
-Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.4), libicu-dev
+Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.4), libicu36-dev
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyicu/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/
 Homepage: http://pyicu.osafoundation.org/

Modified: packages/pyicu/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyicu/trunk/debian/rules?rev=3566&op=diff
==============================================================================
--- packages/pyicu/trunk/debian/rules (original)
+++ packages/pyicu/trunk/debian/rules Tue Nov  6 21:38:12 2007
@@ -8,7 +8,7 @@
 
 #this will change to libicu-dev, preparing everything to make the package
 #binNMUable when libicu-dev moves from experimental to unstable.
-LIBICUDEV:=libicu-dev
+LIBICUDEV:=libicu63-dev
 ICU_VER:=$(shell dpkg -s $(LIBICUDEV) | \
                  grep '^Version'      | \
                  sed 's,Version: ,,;s,-.*,,g')




More information about the Python-modules-commits mailing list