[librdf-generator-http-perl] 04/05: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Thu Mar 17 00:36:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository librdf-generator-http-perl.

commit 3d82511141aa290f1818c6824aa982855bf4f278
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Thu Mar 17 00:19:28 2016 +0000

    d/control
---
 debian/control | 39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index d9ff18a..e850d8d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,33 +5,32 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libhttp-message-perl,
- libmoo-perl,
- librdf-trine-perl,
- libtest-rdf-perl,
- libtype-tiny-perl,
- liburi-namespacemap-perl,
- liburi-perl,
- perl (>= 5.13.4)
-Standards-Version: 3.9.6
+                     libmoo-perl,
+                     librdf-trine-perl,
+                     libtest-rdf-perl,
+                     libtype-tiny-perl,
+                     liburi-namespacemap-perl,
+                     liburi-perl,
+                     perl (>= 5.13.4)
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-generator-http-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-generator-http-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librdf-generator-http-perl.git
 Homepage: https://metacpan.org/release/RDF-Generator-HTTP
 Testsuite: autopkgtest-pkg-perl
 
 Package: librdf-generator-http-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libhttp-message-perl,
- libmoo-perl,
- librdf-trine-perl,
- libtype-tiny-perl,
- liburi-namespacemap-perl,
- liburi-perl
-Description: Generate RDF from a HTTP request
- RDF::Generator::HTTP simply takes a HTTP::Message object, and based on its
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhttp-message-perl,
+         libmoo-perl,
+         librdf-trine-perl,
+         libtype-tiny-perl,
+         liburi-namespacemap-perl,
+         liburi-perl
+Description: Perl module to generate RDF from an HTTP request
+ RDF::Generator::HTTP simply takes an HTTP::Message object, and based on its
  content, especially the content the HTTP::Header object(s) it contains,
  creates a simple RDF representation of the contents. It is useful chiefly for
  recording data when crawling resources on the Web, but it may also have other
  uses.
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-generator-http-perl.git



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