r28463 - in /trunk/libhtml-template-pro-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 21 22:44:50 UTC 2008


Author: gregoa
Date: Sun Dec 21 22:44:47 2008
New Revision: 28463

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28463
Log:
Use iconv instead of konwert in debian/rules for converting README.ru to
UTF-8; saves us a build-dependency in debian/control.

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/control
    trunk/libhtml-template-pro-perl/debian/rules

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=28463&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Sun Dec 21 22:44:47 2008
@@ -10,6 +10,8 @@
   * Activate an additional test during build by setting TEST_SHARED_MEMORY in
     debian/rules and adding libipc-sharedcache-perl to Build-Depends in
     debian/control.
+  * Use iconv instead of konwert in debian/rules for converting README.ru to
+    UTF-8; saves us a build-dependency in debian/control.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:38 +0100
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/control?rev=28463&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Sun Dec 21 22:44:47 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.8.8-12),
-  libpcre3-dev, libtest-pod-perl, konwert, libipc-sharedcache-perl
+  libpcre3-dev, libtest-pod-perl, libipc-sharedcache-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
  Damyan Ivanov <dmn at debian.org>,

Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/rules?rev=28463&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Sun Dec 21 22:44:47 2008
@@ -4,7 +4,7 @@
 build-stamp:
 	# TEST_DIE=1, TEST_QUERY=1, and TEST_VANGUARD=1 fail
 	TEST_SHARED_MEMORY=1 dh build
-	konwert cp1251-utf8 README.ru > debian/README.ru
+	iconv -f CP1251 -t UTF-8 README.ru > debian/README.ru
 	touch $@
 
 clean:




More information about the Pkg-perl-cvs-commits mailing list