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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Dec 20 17:19:52 UTC 2007


Author: dmn
Date: Thu Dec 20 17:19:51 2007
New Revision: 11442

URL: http://svn.debian.org/wsvn/?sc=1&rev=11442
Log:
* drop redundant README from docs, install FAQ instead
* re-code README.ru in UTF-8
  + remove it in clean target
  + add konwert to Build-Depends

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/trunk/libhtml-template-pro-perl/debian/changelog?rev=11442&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Thu Dec 20 17:19:51 2007
@@ -11,6 +11,12 @@
   * debian/watch - now using a dist-based URL
   * debian/rules - removing empty /usr/share/perl5/
 
+  [ Damyan Ivanov ]
+  * drop redundant README from docs, install FAQ instead
+  * re-code README.ru in UTF-8
+    + remove it in clean target
+    + add konwert to Build-Depends
+
  -- David Paleino <d.paleino at gmail.com>  Thu, 20 Dec 2007 09:38:01 +0100
 
 libhtml-template-pro-perl (0.66-1) unstable; urgency=low

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/control?rev=11442&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Thu Dec 20 17:19:51 2007
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-12),
-  libpcre3-dev, libtest-pod-perl
+  libpcre3-dev, libtest-pod-perl, konwert
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Danjean <vdanjean at debian.org>,
  David Paleino <d.paleino at gmail.com>

Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/rules?rev=11442&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Thu Dec 20 17:19:51 2007
@@ -43,6 +43,7 @@
 		VENDORARCHEXP=/usr/lib/perl5/
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
+	konwert cp1251-utf8 README.ru > debian/README.ru
 
 	touch $@
 
@@ -50,7 +51,7 @@
 	dh_testdir
 	dh_testroot
 
-	dh_clean build-stamp install-stamp
+	dh_clean build-stamp install-stamp debian/README.ru
 
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
@@ -76,7 +77,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installexamples 
-	dh_installdocs README README.ru
+	dh_installdocs FAQ debian/README.ru
 	dh_installchangelogs Changes
 	dh_shlibdeps
 	dh_strip




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