[SCM] libxml-libxml-lazybuilder-perl Debian packaging branch, master, updated. upstream/0.05-11-g6266a14

Jonas Smedegaard dr at jones.dk
Sat Nov 3 03:22:35 UTC 2012


The following commit has been merged in the master branch:
commit 6266a14402886f95070cf09527b43ddaeceb86e9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Nov 3 04:20:53 2012 +0100

    Prepare for release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index e85becc..b9f1109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,21 @@
-libxml-libxml-lazybuilder-perl (0.05-1) UNRELEASED; urgency=low
+libxml-libxml-lazybuilder-perl (0.05-1) unstable; urgency=low
 
   * New upstream release.
 
   [ Jonas Smedegaard ]
   * Update copyright file:
     + Extend coverage of main code.
+    + Adjust syntax to file format 1.0.
+    + Fix use comment and license pseudo-sections to obey silly
+      restrictions of copyright format 1.0.
+    + Quote licenses in comments.
   * Update package relations:
-    + Relax to (build-)depend unversioned on cdbs, debhelper and
+    + Relax to build-depend unversioned on cdbs, debhelper and
       devscripts: Needed versions satisfied in stable, and
       oldstable no longer supported.
+  * Rewrite short and long description, to match upstream POD.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Fri, 20 Jul 2012 10:33:46 -0500
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 03 Nov 2012 04:20:32 +0100
 
 libxml-libxml-lazybuilder-perl (0.03-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f7eee43..7202f97 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,9 @@ Package: libxml-libxml-lazybuilder-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
-Description: easy and lazy way to create XML document for XML::LibXML
+Description: easy and lazy way to create XML documents for XML::LibXML
  XML::LibXML is a Perl interface to the GNOME libxml2 library.
  .
- With XML::LibXML::LazyBuilder you can describe XML documents like
- simple function call instead of using createElement, appendChild,
- etc...
+ XML::LibXML::LazyBuilder This module significantly abridges the
+ overhead of working with XML::LibXML by enabling developers to write
+ concise, nested structures that evaluate into XML::LibXML objects.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index f920dfb..fccfa68 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: FIXME
 Upstream-Contact: FIXME
 Source: FIXME
@@ -6,6 +6,8 @@ Disclaimer: Autogenerated by CDBS
 
 Files: Changes
  MANIFEST
+ MANIFEST.SKIP
+ META.json
  META.yml
  Makefile.PL
  debian/README.source
@@ -14,7 +16,6 @@ Files: Changes
  debian/control.in
  debian/gbp.conf
  debian/source/format
- debian/source/local-options
  debian/watch
  t/XML-LibXML-LazyBuilder.t
  t/package.t
@@ -24,12 +25,12 @@ License: UNKNOWN
 
 Files: README
  lib/XML/LibXML/LazyBuilder.pm
-Copyright: 2008, Toru Hisai
+Copyright: 2008, 2012 Toru Hisai
 License: UNKNOWN
  FIXME
 
 Files: debian/rules
 Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL
+License: GPL-2+
  FIXME
 

-- 
libxml-libxml-lazybuilder-perl Debian packaging



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