[SCM] Debian packaging of libhtml-rewriteattributes-perl branch, master, updated. 69ca0635650d3510116c9ecf0e1a6e539e29bda8

Xavier Guimard x.guimard at free.fr
Sat Dec 8 09:26:48 UTC 2012


The following commit has been merged in the master branch:
commit 568819a4fe115012b9e6eaf9648361fb66fb49eb
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Dec 8 10:20:48 2012 +0100

    Bump S-V to 3.9.4 + dh to 8

diff --git a/debian/changelog b/debian/changelog
index e2713c3..06f85be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libhtml-rewriteattributes-perl (0.04-2) UNRELEASED; urgency=low
+libhtml-rewriteattributes-perl (0.05-1) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -7,7 +7,12 @@ libhtml-rewriteattributes-perl (0.04-2) UNRELEASED; urgency=low
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:44:30 +0200
+  [ Xavier Guimard ]
+  * Imported Upstream version 0.05
+  * Bump Standards-Version to 3.9.4
+  * Use debhelper 8
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sat, 08 Dec 2012 10:18:34 +0100
 
 libhtml-rewriteattributes-perl (0.04-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 643bc0b..f158aab 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,29 @@
 Source: libhtml-rewriteattributes-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Niko Tyni <ntyni at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl,
- liburi-perl, libhtml-tagset-perl,
- libhtml-parser-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at debian.org>, Ansgar Burchardt <ansgar at debian.org>
-Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/HTML-RewriteAttributes/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-rewriteattributes-perl.git
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libhtml-parser-perl,
+                     libhtml-tagset-perl,
+                     liburi-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-rewriteattributes-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-rewriteattributes-perl.git
+Homepage: http://search.cpan.org/dist/HTML-RewriteAttributes/
 
 Package: libhtml-rewriteattributes-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- liburi-perl, libhtml-tagset-perl,
- libhtml-parser-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhtml-parser-perl,
+         libhtml-tagset-perl,
+         liburi-perl
 Description: concise attribute rewriting
  HTML::RewriteAttributes is designed for simple yet powerful HTML attribute
  rewriting. It runs a given callback function, potentially many times,
  for each attribute encountered.
+

-- 
Debian packaging of libhtml-rewriteattributes-perl



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