[SCM] librdf-linkeddata-perl Debian packaging branch, master, updated. debian/0.30-1-11-gd469c48

Jonas Smedegaard dr at jones.dk
Tue Apr 24 15:06:32 UTC 2012


The following commit has been merged in the master branch:
commit d469c48447873fcb272346196a823bd0551a5ec4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 24 11:06:00 2012 -0400

    Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index 165ecb6..ad17220 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+librdf-linkeddata-perl (0.40-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+  [ gregor herrmann ]
+  * Remove debian/source/local-options; abort-on-upstream-changes and
+    unapply-patches are default in dpkg-source since 1.16.1.
+
+  [ Jonas Smedegaard ]
+  * Bump standards-version to 3.9.3.
+  * Use anonscm.debian.org for Vcs-Browser field.
+  * Update copyright file:
+    + Fix double-indent in Copyright fields as per Policy §5.6.13.
+    + Extend/adjust a few copyright years.
+  * Update short description, based on upstream change.
+  * Update package relations:
+    + (Build-)depend on libhtml-html5-writer-perl,
+      libmoosex-undeftolerant-perl and librdf-rdfa-generator-perl:
+      Needed by new upstream release.
+    + Tigten (build-)dependency on libnamespace-autoclean-perl to be
+      versioned: Needed by new upstream release.
+    + Suggest libplack-middleware-crossorigin-perl: Recommend by new
+      upstream release, but not yet packaged for Debian.
+    + 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, 24 Apr 2012 11:01:45 -0400
+
 librdf-linkeddata-perl (0.30-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 2553b7d..6333bd9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,21 @@
 Source: librdf-linkeddata-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,
  libmoose-perl,
  libmoosex-log-log4perl-perl,
  liblog-log4perl-perl,
  librdf-trine-perl,
  libplack-perl,
- libnamespace-autoclean-perl,
+ libnamespace-autoclean-perl (>= 0.12),
  libwww-perl,
+ libhtml-html5-writer-perl,
+ libmoosex-undeftolerant-perl,
+ librdf-rdfa-generator-perl,
  librdf-helper-properties-perl,
  liburi-perl (>= 1.52),
  libconfig-jfdi-perl,
@@ -22,9 +25,9 @@ Build-Depends: devscripts (>= 2.10.7~),
  libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-linkeddata-perl
-Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-linkeddata-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-linkeddata-perl.git
 Homepage: http://search.cpan.org/dist/RDF-LinkedData/
 
 Package: librdf-linkeddata-perl
@@ -32,7 +35,7 @@ Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
 Recommends: ${cdbs:Recommends}
 Suggests: ${cdbs:Suggests}
-Description: Linked Data server implementation
+Description: simple Linked Data implementation
  Resource Description Framework (RDF) is a standard model for data
  interchange on the Web.
  .
diff --git a/debian/copyright_hints b/debian/copyright_hints
index b8ec88c..6575990 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
  README
  SIGNATURE
@@ -17,7 +18,6 @@ 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
@@ -26,51 +26,62 @@ Files: Changes
  inc/Module/Install/DOAPChangeSets.pm
  inc/Module/Install/Fetch.pm
  inc/Module/Install/Makefile.pm
+ inc/Module/Install/RDF.pm
  inc/Module/Install/Repository.pm
  inc/Module/Install/Scripts.pm
  inc/Module/Install/Win32.pm
  inc/Module/Install/WriteAll.pm
+ meta/changes.ttl
+ meta/people.ttl
+ meta/project.ttl
  rdf_linkeddata.json
  rdf_linkeddata_end.json
  script/write_sqlite-db.pl
  t/00-load.t
  t/10-basic.t
+ t/11-constructor.t
  t/15-process.t
  t/19_config_file.t
  t/20-psgi-basic.t
  t/25-psgi-endpoint.t
  t/data/basic.ttl
  xt/0-signature.t
+ xt/critic.t
  xt/pod-coverage.t
  xt/pod.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
+Files: debian/rules
+Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
+License: GPL-2+
+ FIXME
+
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: MIT/X11 (BSD like)
+ FIXME
+
 Files: lib/RDF/LinkedData.pm
- lib/RDF/LinkedData/ProviderRole.pm
 Copyright: & LICENSE
- 2010-2011, Kjetil Kjernsmo, Gregory Todd Williams and ABC Startsiden AS
+  2010, Gregory Todd Williams and ABC Startsiden AS, 2010-2012, Kjetil Kjernsmo
 License: Perl
  FIXME
 
-Files: debian/rules
-Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL
+Files: lib/Plack/App/RDF/LinkedData.pm
+Copyright: & LICENSE
+  2010-2012, Kjetil Kjernsmo
+License: Perl
  FIXME
 
 Files: script/linked_data.psgi
-Copyright: 2010, ABC Startsiden AS and 2010-2011, Kjetil
+Copyright: 2010, ABC Startsiden AS and Gregory Todd Williams and
 License: Perl
  FIXME
 
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: UNKNOWN
- FIXME
-
 Files: inc/Module/Install.pm
-Copyright: 2008, - 2010, Adam Kennedy
+Copyright: 2008, - 2011, Adam Kennedy
 License: UNKNOWN
  FIXME
 

-- 
librdf-linkeddata-perl Debian packaging



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