[SCM] librdf-prefixes-perl Debian packaging branch, master, updated. debian/0.002-1-21-g199cd35
Jonas Smedegaard
dr at jones.dk
Thu Jun 14 20:00:35 UTC 2012
The following commit has been merged in the master branch:
commit 199cd358dbfcc6d0ce76102aaba79bf5a852b48f
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Jun 14 21:58:38 2012 +0200
Prepare for release: Update changelog, control and copyright_hints.
diff --git a/debian/changelog b/debian/changelog
index a905a85..826d9a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+librdf-prefixes-perl (0.003-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump standards-version to 3.9.3.
+ * Use anonscm.debian.org in Vcs-Browser field.
+ * Update copyright file:
+ + Fix double-indent in Copyright fields as per Policy §5.6.13.
+ + Improve Files sections for convenience copies of external Perl
+ modules.
+ + Extend coverage of main code.
+ + Bump format to 1.0.
+ * Add patch 1001 to avoid auto-installing dependencies during build.
+ * Improve long description based on upstream POD.
+ * Extend copyright coverage for packaging.
+ * Update package relations:
+ + Stop (build-)depending on libcommon-sense-perl.
+ + Build-depend on libtest-warn-perl.
+ + Relax build-dependency on cdbs: Needlessly tight.
+ + Relax to build-depend unversioned on debhelper and devscripts:
+ Needed versions satisfied even in oldstable.
+ * Use metacpan.org URL as homepage and main source, and add
+ bitbucket.org URL as secondary source.
+
+ -- Jonas Smedegaard <dr at jones.dk> Thu, 14 Jun 2012 21:50:11 +0200
+
librdf-prefixes-perl (0.002-1) unstable; urgency=low
[ Florian Schlichting ]
diff --git a/debian/control b/debian/control
index ec0a286..5abf2a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,19 @@
Source: librdf-prefixes-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
+ libtest-warn-perl
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.2
+Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-prefixes-perl
-Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-prefixes-perl.git
-Homepage: http://search.cpan.org/dist/RDF-Prefixes/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-prefixes-perl.git
+Homepage: https://metacpan.org/release/RDF-RDFa-Parser
Package: librdf-prefixes-perl
Architecture: all
@@ -23,5 +23,12 @@ Description: simple way to turn URIs into QNames
Resource Description Framework (RDF) is a standard model for data
interchange on the Web.
.
- RDF::Prefixes is a Perl library for converting URIs into Qualified
- Names (QNames).
+ RDF::Prefixes is not so much for managing namespaces/prefixes in code
+ (see RDF::Trine::NamespaceMap for that), but as a helper for code that
+ serialises data using namespaces.
+ .
+ It generates pretty prefixes, reducing "http://purl.org/dc/terms/" to
+ "dc" rather than something too generic like "ns01", and provides a
+ context for keeping track of namespaces already used, so that when
+ "http://purl.org/dc/elements/1.1/" is encountered, it won't stomp on
+ the previous definition of "dc".
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 0940712..758940b 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,14 +1,10 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+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
+Files: MANIFEST
META.yml
Makefile.PL
SIGNATURE
@@ -16,45 +12,97 @@ Files: Changes
debian/control
debian/control.in
debian/gbp.conf
+ debian/patches/1001_no_auto-install_deps.patch
+ debian/patches/README
+ debian/patches/series
debian/source/format
- debian/source/local-options
debian/watch
+ examples/basic.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
- t/00sig.t
+ inc/Module/Package/Dist/RDF.pm
+ inc/YAML/Tiny.pm
+ inc/unicore/Name.pm
+ meta/doap.ttl
+ meta/makefile.ttl
t/01basic.t
+ t/02warnings.t
+ t/03prefixes.t
+ t/04utf8.t
Copyright: *No copyright*
License: UNKNOWN
FIXME
+Files: Changes
+ inc/Module/Install/Package.pm
+ inc/Module/Package.pm
+Copyright: 2011
+ 2012
+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: README
lib/RDF/Prefixes.pm
-Copyright: 2010, Toby Inkster
+Copyright: 2010-2012, 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-2012, 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>
+ 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: MIT/X11 (BSD like)
+ FIXME
+
+Files: meta/changes.ttl
+Copyright: 2012."@en ; a dcs:Update
License: UNKNOWN
FIXME
Files: inc/Module/Install.pm
-Copyright: 2008-2009, Adam Kennedy
+Copyright: 2008, - 2012, Adam Kennedy
License: UNKNOWN
FIXME
--
librdf-prefixes-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list