[SCM] Packaging BIND::Config::Parser in Debian branch, master, updated. 9f7662eecab58d06651270ed78cde6cb3f100250

Carlos Vicente cvicente at cpan.org
Wed Feb 15 20:41:53 UTC 2012


The following commit has been merged in the master branch:
commit 9d26edba960f0c5c14b18901c947220f1ca317eb
Author: Carlos Vicente <cvicente at cpan.org>
Date:   Wed Feb 15 12:37:49 2012 -0800

    Fixed some formatting issues

diff --git a/debian/changelog b/debian/changelog
index 80569c4..b3d4bcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libbind-config-parser-perl (0.01-1) UNRELEASED; urgency=low
+libbind-config-parser-perl (0.01-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #660008).
 
- -- Carlos Vicente <cvicente at cpan.org>  Wed, 15 Feb 2012 09:36:58 -0800
+ -- Carlos Vicente <cvicente at cpan.org>  Wed, 15 Feb 2012 09:41:19 -0800
diff --git a/debian/control b/debian/control
index dbaa137..c9893af 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: libbind-config-parser-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlos Vicente <cvicente at cpan.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libparse-recdescent-perl,
- perl
+                     perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libbind-config-parser-perl.git
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libbind-config-parser-perl.git
@@ -13,9 +13,10 @@ Homepage: http://search.cpan.org/dist/BIND-Config-Parser/
 
 Package: libbind-config-parser-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libparse-recdescent-perl
-Description: unknown
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libparse-recdescent-perl
+Description: Parse BIND Config file
  BIND::Config::Parser provides a lightweight parser to the configuration file
  syntax of BIND v8 and v9 using a Parse::RecDescent grammar.
  .
@@ -23,5 +24,4 @@ Description: unknown
  of the directives, it doesn't need to be kept updated as new directives are
  added, it simply knows how to carve up a BIND configuration file into logical
  chunks.
- .
- This description was automagically extracted from the module by dh-make-perl.
+
diff --git a/debian/copyright b/debian/copyright
index b335e92..841e3c4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,29 +1,15 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: unknown
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: BIND-Config-Parser
+Upstream-Contact: Matt Dainty <matt at bodgit-n-scarper.com>
 Source: http://search.cpan.org/dist/BIND-Config-Parser/
-Name: BIND-Config-Parser
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: unknown
-License: unparsable
+Copyright: 2005, Matt Dainty <matt at bodgit-n-scarper.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2012, Carlos Vicente <cvicente at cpan.org>
-License: unparsable or Artistic or GPL-1+
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -40,3 +26,5 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+
diff --git a/debian/libbind-config-parser-perl.docs b/debian/libbind-config-parser-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/libbind-config-parser-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Packaging BIND::Config::Parser in Debian



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