[SCM] libxml-atom-microformats-perl Debian packaging branch, master, updated. debian/0.003-2-12-gdf5deb5

Jonas Smedegaard dr at jones.dk
Tue Jun 26 08:43:31 UTC 2012


The following commit has been merged in the master branch:
commit df5deb5bc5ff1f1aeecdc3e4702c5f2d91a2d1cc
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 26 10:40:24 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 1bb9448..ff024a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+libxml-atom-microformats-perl (0.003-3) unstable; urgency=low
+
+  * Use anonscm.debian.org for Vcs-Browser field.
+  * Add debian/patches/README to source documenting numbering micro-
+    policy.
+  * Add patch 1002 to avoid auto-installing dependencies during build.
+  * Improve copyright Files sections for convenience copies of external
+    Perl modules.
+  * List upstream issue tracker as contact, and metacpan.org URL as
+    Homepage.
+  * Update package relations:
+    + Relax build-dependency on cdbs: Needlessly tight.
+    + Relax to build-depend unversioned on debhelper and devscripts:
+      Needed versions satisfied even in oldstable.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 26 Jun 2012 10:38:37 +0200
+
 libxml-atom-microformats-perl (0.003-2) unstable; urgency=low
 
   * Team upload
diff --git a/debian/control b/debian/control
index 31c32a0..57637af 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,31 @@
 Source: libxml-atom-microformats-perl
 Section: perl
 Priority: optional
-Build-Depends: devscripts (>= 2.10.7~),
+Build-Depends: devscripts,
+ cdbs (>= 0.4.73~),
  perl,
- cdbs (>= 0.4.85~),
- debhelper (>= 7.0.1),
+ debhelper,
  dh-buildinfo,
  libcommon-sense-perl,
  libhtml-microformats-perl,
  libjson-perl,
+ librdf-rdfa-parser-perl,
  librdf-trine-perl,
  librdf-query-perl,
  libxml-atom-owl-perl,
- libxml-libxml-perl (>= 1.95+dfsg),
- librdf-rdfa-parser-perl
+ libxml-libxml-perl (>= 1.95+dfsg)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>,
  Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libxml-atom-microformats-perl
-Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libxml-atom-microformats-perl.git
-Homepage: http://search.cpan.org/dist/XML-Atom-Microformats/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-atom-microformats-perl.git
+Homepage: https://metacpan.org/release/XML-Atom-Microformats
 
 Package: libxml-atom-microformats-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
 Description: parse microformats in Atom content
  The XML::Atom::Microformats module brings the functionality of
  HTML::Microformats to Atom 1.0 Syndication feeds. It finds microformats
diff --git a/debian/copyright_hints b/debian/copyright_hints
index a8146b1..3f5d3a2 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,14 +1,11 @@
-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
 Disclaimer: Autogenerated by CDBS
 
 Files: Changes
- Changes.ttl
- Changes.xml
  MANIFEST
- MANIFEST.SKIP
  META.yml
  Makefile.PL
  SIGNATURE
@@ -17,46 +14,88 @@ Files: Changes
  debian/control.in
  debian/gbp.conf
  debian/patches/1001_fix_typo.patch
- debian/patches/2001_stupify-Module-Install.patch
+ debian/patches/1002_no_auto-install_deps.patch
+ debian/patches/README
  debian/patches/series
  debian/source/format
- debian/source/local-options
  debian/watch
+ examples/identica.pl
+ examples/simple-example.pl
  inc/Module/AutoInstall.pm
  inc/Module/Install/AutoInstall.pm
+ inc/Module/Install/AutoManifest.pm
  inc/Module/Install/Base.pm
  inc/Module/Install/Can.pm
- inc/Module/Install/DOAPChangeSets.pm
  inc/Module/Install/Fetch.pm
  inc/Module/Install/Include.pm
  inc/Module/Install/Makefile.pm
- inc/Module/Install/ReadmeFromPod.pm
+ inc/Module/Install/TrustMetaYml.pm
  inc/Module/Install/Win32.pm
  inc/Module/Install/WriteAll.pm
- inc/Test/Signature.pm
+ inc/Module/Package/Dist/RDF.pm
+ inc/YAML/Tiny.pm
+ meta/changes.ttl
+ meta/doap.ttl
+ meta/makefile.ttl
  t/01basic.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
+Files: inc/Scalar/Util.pm
+ inc/Scalar/Util/PP.pm
+Copyright: 1997-2007, Graham Barr <gbarr at pobox.com>.
+  1997-2009, Graham Barr <gbarr at pobox.com>.
+License: Perl
+ FIXME
+
+Files: inc/Module/Install/Package.pm
+ inc/Module/Package.pm
+Copyright: 2011
+License: UNKNOWN
+ FIXME
+
 Files: README
  lib/XML/Atom/Microformats.pm
-Copyright: 2010, Toby Inkster
+Copyright: 2010-2011, Toby Inkster
 License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL
+Copyright: 2011, Florian Schlichting <fschlich at zedat.fu-berlin.de>
+  2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL-2+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+  19xx name of author
+  19yy <name of author>
+  2011, Toby Inkster <tobyink at cpan.org>
+  HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+  HOLDERS AND/OR OTHER PARTIES
+  Holder
+  Holder maintains some semblance of
+  Holder may not be used to endorse or promote
+  Holder to include your
+  Holder" is whoever is named in the or s for
+  Holder, but only to the
+  Holder. A Package modified in such
+  disclaimer" for the program, if
+  holder saying it may be
+  interest in the
+  notices and associated disclaimers
+  the software, and
+License: GPL-ever
  FIXME
 
 Files: inc/Module/Install/Metadata.pm
 Copyright: 
-License: UNKNOWN
+License: MIT/X11 (BSD like)
  FIXME
 
 Files: inc/Module/Install.pm
-Copyright: 2008, - 2010, Adam Kennedy
+Copyright: 2008, - 2011, Adam Kennedy
 License: UNKNOWN
  FIXME
 

-- 
libxml-atom-microformats-perl Debian packaging



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