r12679 - in /trunk/libwx-perl/debian: control rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Mon Jan 14 02:42:03 UTC 2008


Author: roberto
Date: Mon Jan 14 02:42:03 2008
New Revision: 12679

URL: http://svn.debian.org/wsvn/?sc=1&rev=12679
Log:
Add Build-Depends on libyaml-perl and remove spurious .pl extension from man page.

Modified:
    trunk/libwx-perl/debian/control
    trunk/libwx-perl/debian/rules

Modified: trunk/libwx-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/control?rev=12679&op=diff
==============================================================================
--- trunk/libwx-perl/debian/control (original)
+++ trunk/libwx-perl/debian/control Mon Jan 14 02:42:03 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>
-Build-Depends: debhelper (>= 5), quilt, libalien-wxwidgets-perl, xvfb, xbase-clients, xfonts-base, libtest-pod-perl
+Build-Depends: debhelper (>= 5), quilt, libalien-wxwidgets-perl, xvfb, xbase-clients, xfonts-base, libtest-pod-perl, libyaml-perl
 Standards-Version: 3.7.3
 Homepage: http://wxperl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwx-perl/

Modified: trunk/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/rules?rev=12679&op=diff
==============================================================================
--- trunk/libwx-perl/debian/rules (original)
+++ trunk/libwx-perl/debian/rules Mon Jan 14 02:42:03 2008
@@ -65,6 +65,7 @@
 	mv $(TMP)/usr/bin/wx_overload.pl $(TMP)/usr/bin/wx_overload
 	mv $(TMP)/usr/bin/wx_xspp.pl $(TMP)/usr/bin/wx_xspp
 	rename 's/build:://' $(TMP)/usr/share/man/man3/build*
+	rename 's/\.pl//' $(TMP)/usr/share/man/man1/wx_xspp.pl*
 
 	find $(TMP) -type f -name .packlist | xargs rm -f
 	[ ! -d /$(TMP)/usr/share/perl5 ] \




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