r77925 - in /trunk/liburi-smarturi-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ju-guest at users.alioth.debian.org ju-guest at users.alioth.debian.org
Wed Jul 27 19:36:05 UTC 2011


Author: ju-guest
Date: Wed Jul 27 19:36:04 2011
New Revision: 77925

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

Added:
    trunk/liburi-smarturi-perl/debian/
    trunk/liburi-smarturi-perl/debian/changelog
    trunk/liburi-smarturi-perl/debian/compat
    trunk/liburi-smarturi-perl/debian/control
    trunk/liburi-smarturi-perl/debian/copyright
    trunk/liburi-smarturi-perl/debian/rules   (with props)
    trunk/liburi-smarturi-perl/debian/source/
    trunk/liburi-smarturi-perl/debian/source/format
    trunk/liburi-smarturi-perl/debian/watch

Added: trunk/liburi-smarturi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-smarturi-perl/debian/changelog?rev=77925&op=file
==============================================================================
--- trunk/liburi-smarturi-perl/debian/changelog (added)
+++ trunk/liburi-smarturi-perl/debian/changelog Wed Jul 27 19:36:04 2011
@@ -1,0 +1,5 @@
+liburi-smarturi-perl (0.031-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #635606)
+
+ -- Julien Vaubourg <julien at vaubourg.com>  Wed, 27 Jul 2011 21:07:51 +0200

Added: trunk/liburi-smarturi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-smarturi-perl/debian/compat?rev=77925&op=file
==============================================================================
--- trunk/liburi-smarturi-perl/debian/compat (added)
+++ trunk/liburi-smarturi-perl/debian/compat Wed Jul 27 19:36:04 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/liburi-smarturi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-smarturi-perl/debian/control?rev=77925&op=file
==============================================================================
--- trunk/liburi-smarturi-perl/debian/control (added)
+++ trunk/liburi-smarturi-perl/debian/control Wed Jul 27 19:36:04 2011
@@ -1,0 +1,35 @@
+Source: liburi-smarturi-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Julien Vaubourg <julien at vaubourg.com>
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: libclass-c3-componentised-perl,
+ libfile-find-rule-perl,
+ liblist-moreutils-perl,
+ libmoose-perl,
+ libnamespace-clean-perl,
+ liburi-perl (>= 1.51),
+ perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liburi-smarturi-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liburi-smarturi-perl/
+Homepage: http://search.cpan.org/dist/URI-SmartURI/
+
+Package: liburi-smarturi-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-c3-componentised-perl,
+ libfile-find-rule-perl,
+ liblist-moreutils-perl,
+ libmoose-perl,
+ libnamespace-clean-perl,
+ liburi-perl (>= 1.51),
+ perl
+Description: subclass of URI which add an hostless object
+ This is a sort of "subclass" of URI using delegation with some extra methods,
+ all the methods that work for URIs will work on these objects as well.
+ .
+ It's similar in spirit to URI::WithBase.
+ .
+ It's also completely safe to subclass for your own use.

Added: trunk/liburi-smarturi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-smarturi-perl/debian/copyright?rev=77925&op=file
==============================================================================
--- trunk/liburi-smarturi-perl/debian/copyright (added)
+++ trunk/liburi-smarturi-perl/debian/copyright Wed Jul 27 19:36:04 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Rafael Kitover <rkitover at cpan.org>
+Source: http://search.cpan.org/dist/URI-SmartURI/
+Name: URI-SmartURI
+
+Files: *
+Copyright: 2008, Rafael Kitover <rkitover at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Julien Vaubourg <julien at vaubourg.com>
+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/liburi-smarturi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-smarturi-perl/debian/rules?rev=77925&op=file
==============================================================================
--- trunk/liburi-smarturi-perl/debian/rules (added)
+++ trunk/liburi-smarturi-perl/debian/rules Wed Jul 27 19:36:04 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/liburi-smarturi-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liburi-smarturi-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-smarturi-perl/debian/source/format?rev=77925&op=file
==============================================================================
--- trunk/liburi-smarturi-perl/debian/source/format (added)
+++ trunk/liburi-smarturi-perl/debian/source/format Wed Jul 27 19:36:04 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/liburi-smarturi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-smarturi-perl/debian/watch?rev=77925&op=file
==============================================================================
--- trunk/liburi-smarturi-perl/debian/watch (added)
+++ trunk/liburi-smarturi-perl/debian/watch Wed Jul 27 19:36:04 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/URI-SmartURI/   .*/URI-SmartURI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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