r46590 - in /trunk/liblingua-en-inflect-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Oct 31 14:38:39 UTC 2009


Author: gregoa
Date: Sat Oct 31 14:37:01 2009
New Revision: 46590

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46590
Log:
debian/rules: don't install Build.PL into /usr/share/perl5.

Modified:
    trunk/liblingua-en-inflect-perl/debian/changelog
    trunk/liblingua-en-inflect-perl/debian/control
    trunk/liblingua-en-inflect-perl/debian/rules

Modified: trunk/liblingua-en-inflect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/changelog?rev=46590&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/changelog (original)
+++ trunk/liblingua-en-inflect-perl/debian/changelog Sat Oct 31 14:37:01 2009
@@ -19,6 +19,7 @@
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * debian/control: remove versioned conflict against ancient version of
     libcoy-perl.
+  * debian/rules: don't install Build.PL into /usr/share/perl5.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 27 Oct 2009 08:45:51 -0400
 

Modified: trunk/liblingua-en-inflect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/control?rev=46590&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/control (original)
+++ trunk/liblingua-en-inflect-perl/debian/control Sat Oct 31 14:37:01 2009
@@ -1,7 +1,7 @@
 Source: liblingua-en-inflect-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>

Modified: trunk/liblingua-en-inflect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/rules?rev=46590&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/rules (original)
+++ trunk/liblingua-en-inflect-perl/debian/rules Sat Oct 31 14:37:01 2009
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh --with quilt $@
+
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) -v $(TMP)/usr/share/perl5/Lingua/EN/Build.pl




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