[SCM] libtest-rdf-perl Debian packaging branch, master, updated. debian/0.24-1-11-g6a6b00c
Jonas Smedegaard
dr at jones.dk
Tue Jun 12 14:40:45 UTC 2012
The following commit has been merged in the master branch:
commit 6a6b00c35b242df601b5766b6b372048df3cb27e
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Jun 12 16:35:35 2012 +0200
Prepare for release: Update changelog, control and copyright_hints.
diff --git a/debian/changelog b/debian/changelog
index da3ca6d..e689904 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+libtest-rdf-perl (0.26-1) unstable; urgency=low
+
+ * New upstream release.
+
+ * Introduce RDF in long description, and rewrap at 72 chars.
+ * Bump standards-version to 3.9.3.
+ * Update copyright file:
+ + Fix double-indent in Copyright fields as per Policy §5.6.13.
+ + Decument more convenience copies of external Perl modules.
+ * Extend copyright years for packaging.
+ * Update package relations:
+ + Relax build-dependency on cdbs: Needlessly tight.
+ + Relax build-depend unversioned on debhelper and devscripts: Needed
+ versions satisfied even in oldstable.
+
+ -- Jonas Smedegaard <dr at jones.dk> Tue, 12 Jun 2012 16:34:03 +0200
+
libtest-rdf-perl (0.24-1) unstable; urgency=low
[ Florian Schlichting ]
diff --git a/debian/control b/debian/control
index 290a2f6..0253000 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
Source: libtest-rdf-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,
librdf-trine-perl (>= 0.134),
libscalar-list-utils-perl,
@@ -12,7 +12,7 @@ Build-Depends: devscripts (>= 2.10.7~),
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/libtest-rdf-perl
Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libtest-rdf-perl.git
Homepage: http://search.cpan.org/dist/Test-RDF/
@@ -22,6 +22,9 @@ Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Description: Test RDF data for content, validity and equality
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web.
+ .
This Perl module, Test::RDF, provides tools for testing code which
- deals with RDF. It exports functions such as is_valid_rdf(), has_subject(),
- isomorph_graphs(), and pattern_ok().
+ deals with RDF. It exports functions such as is_valid_rdf(),
+ has_subject(), isomorph_graphs(), and pattern_ok().
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 6764bf0..d18a37a 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,14 +1,15 @@
-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
MANIFEST
MANIFEST.SKIP
META.yml
+ MYMETA.json
+ MYMETA.yml
Makefile.PL
SIGNATURE
debian/compat
@@ -16,19 +17,21 @@ Files: Changes
debian/control.in
debian/gbp.conf
debian/source/format
- debian/source/local-options
debian/watch
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
- inc/Module/Install/Bugtracker.pm
inc/Module/Install/Can.pm
inc/Module/Install/DOAPChangeSets.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
+ inc/Module/Install/RDF.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/Repository.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
+ meta/changes.ttl
+ meta/people.ttl
+ meta/project.ttl
t/00-load.t
t/are_subgraphs.t
t/has_literal.t
@@ -36,6 +39,7 @@ Files: Changes
t/is_rdf.t
t/is_valid_rdf.t
t/isomorph_graphs.t
+ t/pattern_ok.t
xt/0-signature.t
xt/01-critic.t
xt/manifest.t
@@ -47,22 +51,23 @@ License: UNKNOWN
Files: README
lib/Test/RDF.pm
-Copyright: 2010, ABC Startsiden AS and 2010-2011, Kjetil Kjernsmo
+Copyright: 2010, ABC Startsiden AS and 2010-2012, Kjetil Kjernsmo
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: 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
--
libtest-rdf-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list