[SCM] Debian packaging of CQL-Parser CPAN distribution branch, master, updated. debian/1.10-1-7-g2309a92

Xavier Guimard x.guimard at free.fr
Sat Nov 24 17:48:31 UTC 2012


The following commit has been merged in the master branch:
commit 07901901e5649e69ffdd8d4ddf6577262b21f3df
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Nov 24 18:38:25 2012 +0100

    Bump Standards-Version to 3.9.4

diff --git a/debian/changelog b/debian/changelog
index b1a882d..5b6798d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libcql-parser-perl (1.12-1) UNRELEASED; urgency=low
   [ Xavier Guimard ]
   * New upstream version
   * Remove debian/patches/manpage_spelling.patch (now included in upstream)
+  * Bump Standards-Version to 3.9.4
 
  -- Xavier Guimard <x.guimard at free.fr>  Sat, 24 Nov 2012 18:32:36 +0100
 
diff --git a/debian/control b/debian/control
index dbb2cd6..ede4804 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,31 @@
 Source: libcql-parser-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ben Webb <bjwebb67 at googlemail.com>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libclass-accessor-perl, libclone-perl,
- libstring-tokenizer-perl, libtest-exception-perl, libtest-pod-perl, perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ben Webb <bjwebb67 at googlemail.com>
-Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/CQL-Parser/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcql-parser-perl.git
+Build-Depends-Indep: libclass-accessor-perl,
+                     libclone-perl,
+                     libstring-tokenizer-perl,
+                     libtest-exception-perl,
+                     libtest-pod-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcql-parser-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcql-parser-perl.git
+Homepage: http://search.cpan.org/dist/CQL-Parser/
 
 Package: libcql-parser-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl,
- libclone-perl, libstring-tokenizer-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-perl,
+         libclone-perl,
+         libstring-tokenizer-perl
 Description: Common Query Language parser
  CQL::Parser is a base class for boolean nodes in a CQL parse tree. See
  CQL::AndNode and CQL::OrNode. CQL::BooleanNode inherits from CQL::Node.
  Typically you'll want to use CQL::AndNode or CQL::OrNode to instantiate the
  object.
+

-- 
Debian packaging of CQL-Parser CPAN distribution



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