r71896 - in /trunk/libhttp-negotiate-perl/debian: ./ changelog compat control copyright libhttp-negotiate-perl.docs rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Mar 22 23:46:01 UTC 2011


Author: periapt-guest
Date: Tue Mar 22 23:45:54 2011
New Revision: 71896

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71896
Log:
[svn-inject] Applying Debian modifications (6.00-1) to trunk

Added:
    trunk/libhttp-negotiate-perl/debian/
    trunk/libhttp-negotiate-perl/debian/changelog
    trunk/libhttp-negotiate-perl/debian/compat
    trunk/libhttp-negotiate-perl/debian/control
    trunk/libhttp-negotiate-perl/debian/copyright
    trunk/libhttp-negotiate-perl/debian/libhttp-negotiate-perl.docs
    trunk/libhttp-negotiate-perl/debian/rules   (with props)
    trunk/libhttp-negotiate-perl/debian/source/
    trunk/libhttp-negotiate-perl/debian/source/format
    trunk/libhttp-negotiate-perl/debian/watch

Added: trunk/libhttp-negotiate-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/changelog?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/changelog (added)
+++ trunk/libhttp-negotiate-perl/debian/changelog Tue Mar 22 23:45:54 2011
@@ -1,0 +1,5 @@
+libhttp-negotiate-perl (6.00-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #619336).
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 22 Mar 2011 23:07:15 +0000

Added: trunk/libhttp-negotiate-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/compat?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/compat (added)
+++ trunk/libhttp-negotiate-perl/debian/compat Tue Mar 22 23:45:54 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libhttp-negotiate-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/control?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/control (added)
+++ trunk/libhttp-negotiate-perl/debian/control Tue Mar 22 23:45:54 2011
@@ -1,0 +1,20 @@
+Source: libhttp-negotiate-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libhttp-message-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/HTTP-Negotiate/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhttp-negotiate-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhttp-negotiate-perl/
+
+Package: libhttp-negotiate-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libhttp-message-perl
+Description: implementation of content negotiation
+ HTTP::Negotiate provides a complete implementation of the HTTP content
+ negotiation algorithm. Content negotiation allows for the selection of a
+ preferred content representation based upon attributes of the negotiable
+ variants and the value of the various Accept* header fields in the request.

Added: trunk/libhttp-negotiate-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/copyright?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/copyright (added)
+++ trunk/libhttp-negotiate-perl/debian/copyright Tue Mar 22 23:45:54 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gisle Aas <gisle at activestate.com>
+Source: http://search.cpan.org/dist/HTTP-Negotiate/
+Name: HTTP-Negotiate
+
+Files: *
+Copyright: Gisle Aas <gisle at activestate.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libhttp-negotiate-perl/debian/libhttp-negotiate-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/libhttp-negotiate-perl.docs?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/libhttp-negotiate-perl.docs (added)
+++ trunk/libhttp-negotiate-perl/debian/libhttp-negotiate-perl.docs Tue Mar 22 23:45:54 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libhttp-negotiate-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/rules?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/rules (added)
+++ trunk/libhttp-negotiate-perl/debian/rules Tue Mar 22 23:45:54 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhttp-negotiate-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhttp-negotiate-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/source/format?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/source/format (added)
+++ trunk/libhttp-negotiate-perl/debian/source/format Tue Mar 22 23:45:54 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libhttp-negotiate-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-negotiate-perl/debian/watch?rev=71896&op=file
==============================================================================
--- trunk/libhttp-negotiate-perl/debian/watch (added)
+++ trunk/libhttp-negotiate-perl/debian/watch Tue Mar 22 23:45:54 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTTP-Negotiate/   .*/HTTP-Negotiate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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