r34114 - in /trunk/libenv-ps1-perl/debian: control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Apr 25 18:25:54 UTC 2009
Author: gregoa
Date: Sat Apr 25 18:25:41 2009
New Revision: 34114
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34114
Log:
add perl-modules as an alternative build dependency
s/$packagename/$modulename/ in long description
simplify rmdir /usr/lib/... in d/rules
Modified:
trunk/libenv-ps1-perl/debian/control
trunk/libenv-ps1-perl/debian/rules
Modified: trunk/libenv-ps1-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/control?rev=34114&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/control (original)
+++ trunk/libenv-ps1-perl/debian/control Sat Apr 25 18:25:41 2009
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), perl-modules (>= 5.10) | libmodule-build-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
Standards-Version: 3.8.1
@@ -14,7 +14,7 @@
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: prompt string formatter
- libenv-ps1-perl supplies variables that are "tied" to environment
+ Env::PS1 supplies variables that are "tied" to environment
variables like 'PS1' and 'PS2', if read it takes the contents of the
variable as a format string like the ones bash(1) uses to format the
prompt.
Modified: trunk/libenv-ps1-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/rules?rev=34114&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/rules (original)
+++ trunk/libenv-ps1-perl/debian/rules Sat Apr 25 18:25:41 2009
@@ -14,7 +14,7 @@
install-stamp: build-stamp
dh install
find debian/$(shell dh_listpackages) -name .packlist -exec "rm" "{}" ";"
- rmdir debian/$(shell dh_listpackages)/usr/lib/perl5/auto/Env/PS1/ debian/$(shell dh_listpackages)/usr/lib/perl5/auto/Env/ debian/$(shell dh_listpackages)/usr/lib/perl5/auto/ debian/$(shell dh_listpackages)/usr/lib/perl5/ debian/$(shell dh_listpackages)/usr/lib/
+ rmdir --ignore-fail-on-non-empty --parents --verbose debian/$(shell dh_listpackages)/usr/lib/perl5/auto/Env/PS1
touch $@
binary-arch:
More information about the Pkg-perl-cvs-commits
mailing list