[SCM] Debian packaging of libfile-changenotify-perl branch, master, updated. debian/0.22-1-2-g25255b8

gregor herrmann gregoa at debian.org
Thu Jul 5 20:26:57 UTC 2012


The following commit has been merged in the master branch:
commit 12b61ced7b1c7009d99e656c6ed9c6953154dacd
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:29:24 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index c3b9ee6..3e76c8d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,38 +1,41 @@
 Source: libfile-changenotify-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Franck Joncourt <franck at debian.org>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
- perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
+               perl (>= 5.11.4) | libmodule-build-perl
 Build-Depends-Indep: perl,
- liblinux-inotify2-perl (>= 1:1.2),
- liblist-moreutils-perl,
- libclass-load-perl,
- libmoose-perl,
- libmoosex-params-validate-perl,
- libmoosex-semiaffordanceaccessor-perl,
- libnamespace-autoclean-perl,
- libtest-exception-perl,
- libtest-without-module-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Franck Joncourt <franck at debian.org>,
- Salvatore Bonaccorso <carnil at debian.org>
+                     liblinux-inotify2-perl,
+                     liblist-moreutils-perl,
+                     libclass-load-perl,
+                     libmoose-perl,
+                     libmoosex-params-validate-perl,
+                     libmoosex-semiaffordanceaccessor-perl,
+                     libnamespace-autoclean-perl,
+                     libtest-exception-perl,
+                     libtest-without-module-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/File-ChangeNotify/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-changenotify-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-changenotify-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-changenotify-perl.git
+Homepage: http://search.cpan.org/dist/File-ChangeNotify/
 
 Package: libfile-changenotify-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liblist-moreutils-perl,
- libclass-load-perl,
- libmoose-perl,
- libmoosex-params-validate-perl,
- libmoosex-semiaffordanceaccessor-perl,
- libnamespace-autoclean-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liblist-moreutils-perl,
+         libclass-load-perl,
+         libmoose-perl,
+         libmoosex-params-validate-perl,
+         libmoosex-semiaffordanceaccessor-perl,
+         libnamespace-autoclean-perl
 Recommends: liblinux-inotify2-perl (>= 1:1.2)
 Description: module to monitor files for changes
  File::ChangeNotify is a Perl module that provides a way to monitor files for
  changes in an efficient and cross-platform manner. Developers can override
  the default mechanism by subclassing the included File::ChangeNotify::Watcher
  module, allowing for platform-specific optimizations.
+

-- 
Debian packaging of libfile-changenotify-perl



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