[SCM] librdf-endpoint-perl Debian packaging branch, master, updated. debian/0.04-1-27-gaed461e

Jonas Smedegaard dr at jones.dk
Tue Jun 12 21:02:14 UTC 2012


The following commit has been merged in the master branch:
commit aed461e7d5226af2256047238e5374106bcb5165
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 12 22:57:34 2012 +0200

    Prepare for release: Update changelog, control and copyright_hints.

diff --git a/debian/changelog b/debian/changelog
index 62ce1a6..038f823 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,22 @@
-librdf-endpoint-perl (0.05-1) UNRELEASED; urgency=low
+librdf-endpoint-perl (0.05-1) unstable; urgency=low
 
   * New upstream release.
 
   * Update copyright file:
     + Document more convenience copies of external Perl modules.
-  * Install PSGI script only as example file.
-  * Relax to suggest (not (build-)depend on) libconfig-jfdi-perl: Needed
-    only for PSGI file shipped only as example.
   * Add patch 1001 to use Codemirror 2.x.
   * Recommend libjs-codemirror, and avoid installing local copy of old
     Codemirror.
-  * Git-ignore quilt -pc dir, to ease use of git-buildpackage.
+  * Git-ignore quilt .pc dir, to ease use of git-buildpackage.
   * Update copyright file:
     + Extend copyright coverage to include recent years.
+  * Add patch 1002 to fix serve HTML-friendly XHTML.
+    Thanks to Toby Inkster.
+  * Add README.Debian and sample uWSGI setup files.
+  * Add symlink to Codemirror, for serving also static files via Plack.
+  * Build-depend on libtest-pod-perl and libtest-pod-coverage-perl.
 
- -- Jonas Smedegaard <dr at jones.dk>  Tue, 12 Jun 2012 21:09:40 +0200
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 12 Jun 2012 22:57:03 +0200
 
 librdf-endpoint-perl (0.04-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 4cd0178..57d3f7f 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,9 @@ Build-Depends: devscripts,
  libhtml-html5-parser-perl,
  libhttp-negotiate-perl | libwww-perl (<< 6),
  libxml-libxml-perl (>= 1.70),
- libtest-www-mechanize-psgi-perl
+ libtest-www-mechanize-psgi-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Standards-Version: 3.9.3
diff --git a/debian/copyright_hints b/debian/copyright_hints
index de5812e..30ec785 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -11,14 +11,19 @@ Files: Changes
  META.yml
  Makefile.PL
  SIGNATURE
+ debian/README.Debian
  debian/compat
  debian/control
  debian/control.in
  debian/gbp.conf
  debian/patches/1001_use_codemirror2.patch
+ debian/patches/1002_fix_serve_html-friendly-xhtml.patch
  debian/patches/README
  debian/patches/series
  debian/source/format
+ debian/uwsgi/README
+ debian/uwsgi/etc/apache2/conf.d/rdf_endpoint
+ debian/uwsgi/etc/uwsgi/apps-available/rdf_endpoint.ini
  debian/watch
  inc/Module/Install/Base.pm
  inc/Module/Install/Can.pm
@@ -35,7 +40,6 @@ Files: Changes
  share/results.html
  share/www/css/docs.css
  share/www/css/sparqlcolors.css
- share/www/js/codemirror-config.js
  share/www/js/codemirror.js
  share/www/js/editor.js
  share/www/js/highlight.js

-- 
librdf-endpoint-perl Debian packaging



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