[libcgi-xmlapplication-perl] 01/04: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Sat Dec 14 02:01:16 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libcgi-xmlapplication-perl.
commit e472daddacc03495f8c211d0ada51fd8f68f92fc
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Dec 14 02:50:35 2013 +0100
Apply wrap-and-sort
---
debian/changelog | 1 +
debian/control | 12 +++++++++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 508d80a..5e881df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libcgi-xmlapplication-perl (1.1.3-7) UNRELEASED; urgency=low
[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
copyright"
+ * Apply wrap-and-sort
-- Fabrizio Regalli <fabreg at fabreg.it> Fri, 10 Jun 2011 19:13:42 +0200
diff --git a/debian/control b/debian/control
index 8e60e3a..0eda4b8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,25 @@ Source: libcgi-xmlapplication-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
Standards-Version: 3.9.2
Homepage: https://metacpan.org/release/CGI-XMLApplication/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-xmlapplication-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-xmlapplication-perl.git
-Build-Depends-Indep: perl, libxml-libxml-perl, libxml-libxslt-perl
+Build-Depends-Indep: libxml-libxml-perl,
+ libxml-libxslt-perl,
+ perl
Build-Depends: debhelper (>= 5.0.0)
Package: libcgi-xmlapplication-perl
Section: perl
Priority: optional
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-libxml-perl, libxml-libxslt-perl
+Depends: libxml-libxml-perl,
+ libxml-libxslt-perl,
+ ${misc:Depends},
+ ${perl:Depends}
Description: perl module for creating XML-DOM and OO based CGI scripts
This module provides an XML-DOM and object-oriented extension to the
CGI module. The XML-DOM extension allows one to generate the output
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-xmlapplication-perl.git
More information about the Pkg-perl-cvs-commits
mailing list