[SCM] librdf-vcard-perl Debian packaging branch, master, updated. debian/0.008-1-16-ge71aa0c
Jonas Smedegaard
dr at jones.dk
Sat Jun 23 02:40:22 UTC 2012
The following commit has been merged in the master branch:
commit e71aa0c5a79aa7fe2d9c2bf2d29cb9c104a21105
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Jun 23 04:38:23 2012 +0200
Prepare for release: Update changelog, control and copyright hints.
diff --git a/debian/changelog b/debian/changelog
index b46ee1d..0cf6d5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+librdf-vcard-perl (0.009-1) unstable; urgency=low
+
+ * New upstream release.
+
+ * Add patch 1001 to avoid auto-installing dependencies during build.
+ * Update copyright file format to 1.0.
+ * Improve copyright file Files sections for convenience copies of
+ external Perl modules.
+ * Bump standards-version to 3.9.3.
+ * Use anonscm.debian.org for Vcs-Browser field.
+ * Install examples.
+ * Update package relations:
+ + Depend on (not recommend) libxml-libxml-perl.
+ + Stop (build-)depending on libcommon-sense-perl or
+ librdf-trineshortcuts-perl.
+ + (Build-)depend on librdf-trinex-functions-perl and liburi-perl.
+ + Relax build-dependency on cdbs: Needlessly tight.
+ + Relax to build-depend unversioned on debhelper and devscripts:
+ Needed versions satisfied even in oldstable.
+ * List upstream issue tracker as contact, and metacpan.org URL as
+ Homepage.
+
+ -- Jonas Smedegaard <dr at jones.dk> Sat, 23 Jun 2012 04:37:11 +0200
+
librdf-vcard-perl (0.008-1) unstable; urgency=low
[ Harlan Lieberman-Berg ]
diff --git a/debian/control b/debian/control
index a4a68d4..960f92b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
Source: librdf-vcard-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,
- libnamespace-clean-perl,
librdf-trine-perl,
- librdf-trineshortcuts-perl,
+ librdf-trinex-functions-perl,
libtext-vfile-asdata-perl,
- libxml-libxml-perl
+ liburi-perl,
+ libxml-libxml-perl,
+ libnamespace-clean-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Smedegaard <dr at jones.dk>, Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>,
+Uploaders: Jonas Smedegaard <dr at jones.dk>,
+ Harlan Lieberman-Berg <H.LiebermanBerg at gmail.com>,
Florian Schlichting <fschlich at zedat.fu-berlin.de>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-vcard-perl
-Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-vcard-perl.git
-Homepage: http://search.cpan.org/dist/RDF-vCard/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-vcard-perl.git
+Homepage: https://metacpan.org/release/RDF-vCard
Package: librdf-vcard-perl
Architecture: all
diff --git a/debian/copyright_hints b/debian/copyright_hints
index fe8195a..4f60246 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,39 +1,50 @@
-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
+ TODO
+ bin/vcard2rdf
+ bin/vcard2xml
debian/README.source
debian/compat
debian/control
debian/control.in
debian/gbp.conf
- debian/patches/2001_disable_verification.patch
+ debian/patches/1001_no_auto-install_deps.patch
+ debian/patches/README
debian/patches/series
debian/source/format
- debian/source/local-options
debian/watch
+ examples/example.vcard
+ examples/example1.pl
+ examples/example2.pl
+ examples/example3.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/Scripts.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
+ inc/unicore/Name.pm
+ meta/changes.ttl
+ meta/doap.ttl
+ meta/makefile.ttl
+ meta/rt-bugs.ttl
t/01basic.t
Copyright: *No copyright*
License: UNKNOWN
@@ -50,18 +61,53 @@ Copyright: 2011, Toby Inkster
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: debian/rules
Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL
+License: GPL-2+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+ 19xx name of author
+ 19yy <name of author>
+ 2012, 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, - 2012, Adam Kennedy
License: UNKNOWN
FIXME
--
librdf-vcard-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list