r46605 - in /trunk/libsys-filesystem-perl/debian: changelog control rules
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Oct 31 14:59:38 UTC 2009
Author: jawnsy-guest
Date: Sat Oct 31 14:59:32 2009
New Revision: 46605
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46605
Log:
Integrate new upstream release
Modified:
trunk/libsys-filesystem-perl/debian/changelog
trunk/libsys-filesystem-perl/debian/control
trunk/libsys-filesystem-perl/debian/rules
Modified: trunk/libsys-filesystem-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-filesystem-perl/debian/changelog?rev=46605&op=diff
==============================================================================
--- trunk/libsys-filesystem-perl/debian/changelog (original)
+++ trunk/libsys-filesystem-perl/debian/changelog Sat Oct 31 14:59:32 2009
@@ -2,8 +2,10 @@
[ Jonathan Yu ]
* New upstream release
- * Added myself to Copyright
+ * Added myself to Copyright and Uploaders
* Refreshed copyright information
+ * Now requires libparams-util-perl (>= 1.00)
+ * Use new --with quilt feature
[ gregor herrmann ]
* debian/copyright: fix "License: GPL-2+" stanza, which mentioned "version
Modified: trunk/libsys-filesystem-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-filesystem-perl/debian/control?rev=46605&op=diff
==============================================================================
--- trunk/libsys-filesystem-perl/debian/control (original)
+++ trunk/libsys-filesystem-perl/debian/control Sat Oct 31 14:59:32 2009
@@ -1,11 +1,12 @@
Source: libsys-filesystem-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), quilt, libmodule-build-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, perl (>= 5.10) | libmodule-build-perl,
+ libtest-pod-coverage-perl, libparams-util-perl (>= 1.00), libtest-pod-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,
+ Jonathan Yu <jawnsy at cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Sys-Filesystem/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsys-filesystem-perl/
@@ -16,7 +17,6 @@
Depends: ${perl:Depends}, ${misc:Depends}
Description: retrieve list of filesystems and their properties
Sys::Filesystem is intended to be a portable interface to list and query
- filesystem names and their properties. It hopes to provide a consistant
- API to list all, mounted, unmounted and special filesystems on a system,
- and query as many properties as possible with common aliases wherever
- possible.
+ filesystem names and their properties. It hopes to provide a consistant API
+ to list all, mounted, unmounted and special filesystems on a system, and
+ query as many properties as possible with common aliases wherever possible.
Modified: trunk/libsys-filesystem-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsys-filesystem-perl/debian/rules?rev=46605&op=diff
==============================================================================
--- trunk/libsys-filesystem-perl/debian/rules (original)
+++ trunk/libsys-filesystem-perl/debian/rules Sat Oct 31 14:59:32 2009
@@ -1,12 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
%:
- dh $@
-
-override_dh_auto_configure: $(QUILT_STAMPFN)
- dh_auto_configure
-
-override_dh_auto_clean: unpatch
- dh_auto_clean
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list