[SCM] Debian packaging of libuser-simple-perl branch, master, updated. 7adfe278d2e4743edca321bb4370578c927139ad

gregor herrmann gregoa at debian.org
Thu Jul 5 21:06:18 UTC 2012


The following commit has been merged in the master branch:
commit 0e0f57639d09e1c224da90aa5d127ba6aeb820f8
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:03:46 2012 -0600

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

diff --git a/debian/control b/debian/control
index 1b96a0a..58c0ac5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,26 @@
 Source: libuser-simple-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7), libdate-calc-perl, libdbi-perl,
- libdbd-sqlite3-perl, libtest-pod-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libdate-calc-perl,
+                     libdbi-perl,
+                     libdbd-sqlite3-perl,
+                     libtest-pod-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/User-Simple/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libuser-simple-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libuser-simple-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libuser-simple-perl.git
+Homepage: http://search.cpan.org/dist/User-Simple/
 
 Package: libuser-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdate-calc-perl, libdbi-perl
-Description:  Simple user sessions management
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdate-calc-perl,
+         libdbi-perl
+Description: Simple user sessions management
  User::Simple provides a very simple framework for validating users,
  managing their sessions and storing a minimal set of information (this
  is, a meaningful user login/password pair and the user's name) via a
@@ -26,3 +32,4 @@ Description:  Simple user sessions management
  mind, but should work with any DBI handle, be it from a real database
  (i.e. PostgreSQL, Firebird, MySQL) or from a file-based one
  (DBD::CSV, DBD::XBase, DBD::DBM, etc.)
+

-- 
Debian packaging of libuser-simple-perl



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