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

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Mon Nov 19 23:44:45 UTC 2007


Author: vdanjean
Date: Mon Nov 19 23:44:45 2007
New Revision: 9614

URL: http://svn.debian.org/wsvn/?sc=1&rev=9614
Log:
Fix gliches for first release

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=9614&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Mon Nov 19 23:44:45 2007
@@ -1,5 +1,6 @@
 libhtml-template-pro-perl (0.66-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #452034)
+  * Packaged for Koha (http://www.koha.org/)
 
- -- Vincent Danjean <vdanjean at debian.org>  Mon, 19 Nov 2007 23:42:00 +0100
+ -- Vincent Danjean <vdanjean at debian.org>  Tue, 20 Nov 2007 00:37:43 +0100

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/control?rev=9614&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Mon Nov 19 23:44:45 2007
@@ -1,10 +1,14 @@
 Source: libhtml-template-pro-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-12)
-Maintainer: Vincent Danjean <vdanjean at debian.org>
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-12),
+  libpcre3-dev, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/HTML-Template-Pro/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-pro-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/
 
 Package: libhtml-template-pro-perl
 Architecture: any

Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-template-pro-perl/debian/rules?rev=9614&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Mon Nov 19 23:44:45 2007
@@ -38,7 +38,7 @@
 	# and VENDORARCHEXP environment variables.
 
 	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+	$(PERL) Makefile.PL PCRE=1 INSTALLDIRS=vendor \
 		INSTALLVENDORARCH=/usr/lib/perl5/ \
 		VENDORARCHEXP=/usr/lib/perl5/
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
@@ -75,7 +75,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installexamples 
-	dh_installdocs README README.win32 README.ru
+	dh_installdocs README README.ru
 	dh_installchangelogs Changes
 	dh_shlibdeps
 	dh_strip




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