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

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit fc518b5a5d69d767664ac3e17d49f8fc3ad01560
Author: Frank Lichtenheld <flichtenh...@astaro.com>
Date:   Sun Feb 20 00:22:00 2011 +0100

    Import Debian 1.1.1-2 release
    
    * Add liblocale-gettext-perl to Build-Depends-Indep: Fix FTBFS (LP:
      #179599). From Marco Rodrigues.
    * Remove XS- prefix from Vcs-* fields. dpkg supports them now.
    * Bump Standards-Version to 3.7.3 (no changes)
    * Build.PL: set create_packlist to 0 to avoid .packlist installation
---
 Build.PL                                    |  1 +
 debian/changelog                            | 10 ++++++++++
 debian/control                              |  8 ++++----
 lib/Parse/DebianChangelog/ChangesFilters.pm |  3 +++
 4 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/Build.PL b/Build.PL
index beed508..76c9fa5 100644
--- a/Build.PL
+++ b/Build.PL
@@ -296,6 +296,7 @@ my $b = $builder->new
       script_files => [ 'bin/parsechangelog' ],
       add_to_cleanup => [ 'messages.mo', 'blib', '$doc_pot_path~' ],
       install_path => {po => $base.'/locale', man => $base.'/man'},
+      create_packlist => 0,
       dist_abstract => 'parse Debian changelogs and output them in other 
formats',
       dist_author => ['Frank Lichtenheld <dj...@debian.org>']
       )->create_build_script;
diff --git a/debian/changelog b/debian/changelog
index 7e38952..6eb7aee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libparse-debianchangelog-perl (1.1.1-2) unstable; urgency=low
+
+  * Add liblocale-gettext-perl to Build-Depends-Indep: Fix FTBFS (LP:
+    #179599). From Marco Rodrigues.
+  * Remove XS- prefix from Vcs-* fields. dpkg supports them now.
+  * Bump Standards-Version to 3.7.3 (no changes)
+  * Build.PL: set create_packlist to 0 to avoid .packlist installation
+
+ -- Frank Lichtenheld <dj...@debian.org>  Fri, 11 Jan 2008 11:48:05 +0100
+
 libparse-debianchangelog-perl (1.1.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 6330d7c..1212b07 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: libparse-debianchangelog-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.0-7), po4a, libtimedate-perl, 
libhtml-parser-perl, libhtml-template-perl, libclass-accessor-perl, tidy, 
libxml-simple-perl, libio-string-perl, libmodule-build-perl, libtest-pod-perl, 
libtest-pod-coverage-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), po4a, libtimedate-perl, 
libhtml-parser-perl, libhtml-template-perl, libclass-accessor-perl, 
liblocale-gettext-perl, tidy, libxml-simple-perl, libio-string-perl, 
libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Frank Lichtenheld <dj...@debian.org>
-Standards-Version: 3.7.2
-XS-Vcs-git: git://source.djpig.de/git/Parse-DebianChangelog.git
-XS-Vcs-Browser: 
http://source.djpig.de/git/?p=Parse-DebianChangelog.git;a=summary
+Standards-Version: 3.7.3
+Vcs-git: git://source.djpig.de/git/Parse-DebianChangelog.git
+Vcs-Browser: http://source.djpig.de/git/?p=Parse-DebianChangelog.git;a=summary
 
 Package: libparse-debianchangelog-perl
 Architecture: all
diff --git a/lib/Parse/DebianChangelog/ChangesFilters.pm 
b/lib/Parse/DebianChangelog/ChangesFilters.pm
index 8434770..9af527a 100644
--- a/lib/Parse/DebianChangelog/ChangesFilters.pm
+++ b/lib/Parse/DebianChangelog/ChangesFilters.pm
@@ -34,6 +34,9 @@ is finalized.
 
 package Parse::DebianChangelog::ChangesFilters;
 
+use strict;
+use warnings;
+
 our @ISA = qw(Exporter);
 
 our %EXPORT_TAGS = ( 'all' => [ qw(

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to