[libxml-structured-perl] 01/02: prepare package upload

Mike Gabriel sunweaver at debian.org
Thu Sep 25 21:43:23 UTC 2014


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

sunweaver pushed a commit to branch master
in repository libxml-structured-perl.

commit e78fda6d5e67a0c141b77a263781f0b4e08232ae
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Sep 25 23:36:22 2014 +0200

    prepare package upload
---
 debian/changelog |  6 +++---
 debian/control   | 22 +++++++++++++---------
 debian/copyright | 19 +++++++------------
 debian/rules     |  3 +++
 4 files changed, 26 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c60684b..f6607bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libxml-structured-perl (1.0-1) unstable; urgency=low
+libxml-structured-perl (1.0-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #762880).
 
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Thu, 25 Sep 2014 22:26:10 +0200
+ -- Mike Gabriel <sunweaver at debian.org>  Thu, 25 Sep 2014 22:26:10 +0200
diff --git a/debian/control b/debian/control
index a4a469c..200b2e4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: libxml-structured-perl
 Section: perl
 Priority: optional
-Maintainer: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <sunweaver at debian.org>,
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/XML-Structured
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-structured-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-structured-perl.git
 
 Package: libxml-structured-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
- The XML::Structured module provides a way to convert xml data into a
- predefined perl data structure and back to xml. Unlike with modules like
- XML::Simple it is an error if the xml data does not match the provided
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+Description: Convert XML data into a predefined Perl data structure and back
+ The XML::Structured module provides a way to convert XML data into a
+ predefined Perl data structure and back to XML. Unlike with modules like
+ XML::Simple it is an error if the XML data does not match the provided
  skeleton (the "dtd"). Another advantage is that the order of the attributes
- and elements is taken from the dtd when converting back to xml.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ and elements is taken from the dtd when converting back to XML.
diff --git a/debian/copyright b/debian/copyright
index 100d929..b45bd58 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,14 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://metacpan.org/release/XML-Structured
-Upstream-Contact: unknown
 Upstream-Name: XML-Structured
-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.
+Upstream-Contact: Michael Schroeder <mls at suse.de>
+Source: https://metacpan.org/release/XML-Structured
 
 Files: *
-Copyright: unknown
-License: 
+Copyright: 2006, Michael Schroeder <mls at suse.de>
+License: Artistic or GPL-1+
+Comment:
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself. 
 
 Files: debian/*
 Copyright: 2014, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
diff --git a/debian/rules b/debian/rules
index 2d33f6a..de38de3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..
\ No newline at end of file

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



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