[libpg-hstore-perl] 02/04: Restructure control file with cme.

Bas Couwenberg sebastic at xs4all.nl
Fri Jan 9 22:53:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository libpg-hstore-perl.

commit eb2e0d83e087b56c3a0f326ab59e225ee9f815cd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jan 9 23:45:38 2015 +0100

    Restructure control file with cme.
---
 debian/changelog |  1 +
 debian/control   | 14 +++++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 720e5c0..9c9c882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libpg-hstore-perl (1.04-2) UNRELEASED; urgency=low
   [ Bas Couwenberg ]
   * Bump Standards-Version to 3.9.5, no changes required.
   * Add upstream metadata.
+  * Restructure control file with cme.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
diff --git a/debian/control b/debian/control
index 855e4ef..b4fbfcb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libpg-hstore-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 9.20120312), perl
-Standards-Version: 3.9.5
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312),
+               perl
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpg-hstore-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpg-hstore-perl.git
 Homepage: https://metacpan.org/release/Pg-hstore
 
 Package: libpg-hstore-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl module for working with PostgreSQLs HSTORE data type
  Pg::hstore decodes and encodes PostgreSQLs HSTORE data type into/from Perl
  hash refs.
  .
  This module was previously known as DBD::Pg::hstore, but has been renamed
  to Pg::hstore because it's not DBD specific.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpg-hstore-perl.git



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