[SCM] Debian packaging of libfile-find-object-perl branch, master, updated. 9f38ad4661b4be07f797465179111f96fd54fe91

Xavier Guimard x.guimard at free.fr
Sun Nov 25 07:23:59 UTC 2012


The following commit has been merged in the master branch:
commit 00a8f880c12ffde3f3801fb523652e5253671e99
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 25 07:53:03 2012 +0100

    Bump S-V to 3.9.4 + dh 8

diff --git a/debian/changelog b/debian/changelog
index 060c4f9..3d20e8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ libfile-find-object-perl (0.2.5-1) UNRELEASED; urgency=low
   [ Xavier Guimard ]
   * Imported Upstream version 0.2.5
   * Update source format to 3.0 (quilt)
+  * Bump Standards-Version to 3.9.4
+  * Use debhelper 8
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 25 Nov 2012 07:49:12 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 83df182..c7b0351 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,29 @@
 Source: libfile-find-object-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libclass-xsaccessor-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,
- Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/File-Find-Object/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-find-object-perl.git
+           Jonathan Yu <jawnsy at cpan.org>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libclass-xsaccessor-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-find-object-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-find-object-perl.git
+Homepage: http://search.cpan.org/dist/File-Find-Object/
 
 Package: libfile-find-object-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-xsaccessor-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-xsaccessor-perl
 Description: object oriented File::Find replacement
  File::Find::Object does same job as File::Find but works like an object and
  with an iterator. As File::Find is not object oriented, one can't perform
  multiple searches in the same application. The second problem of File::Find
  is its file processing: after starting its main loop, one can't easily wait
  for another event and so get the next result.
+

-- 
Debian packaging of libfile-find-object-perl



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