r65604 - in /trunk/libversion-next-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

diocles at users.alioth.debian.org diocles at users.alioth.debian.org
Wed Dec 8 22:32:40 UTC 2010


Author: diocles
Date: Wed Dec  8 22:32:32 2010
New Revision: 65604

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

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

Added: trunk/libversion-next-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libversion-next-perl/debian/changelog?rev=65604&op=file
==============================================================================
--- trunk/libversion-next-perl/debian/changelog (added)
+++ trunk/libversion-next-perl/debian/changelog Wed Dec  8 22:32:32 2010
@@ -1,0 +1,5 @@
+libversion-next-perl (0.002-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Tim Retout <diocles at debian.org>  Wed, 8 Dec 2010 21:28:40 +0000

Added: trunk/libversion-next-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libversion-next-perl/debian/compat?rev=65604&op=file
==============================================================================
--- trunk/libversion-next-perl/debian/compat (added)
+++ trunk/libversion-next-perl/debian/compat Wed Dec  8 22:32:32 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libversion-next-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libversion-next-perl/debian/control?rev=65604&op=file
==============================================================================
--- trunk/libversion-next-perl/debian/control (added)
+++ trunk/libversion-next-perl/debian/control Wed Dec  8 22:32:32 2010
@@ -1,0 +1,25 @@
+Source: libversion-next-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libsub-exporter-perl, libtest-exception-perl (>= 0.29),
+ perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Retout <diocles at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Version-Next/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libversion-next-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libversion-next-perl/
+
+Package: libversion-next-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl, perl
+Description: increment Perl module version numbers simply and correctly
+ Version::Next provides a simple, correct way to increment a Perl module
+ version number. It does not attempt to guess what the original version number
+ author intended, it simply increments in the smallest possible fashion.
+ Decimals are incremented like an odometer. Dotted decimals are incremented
+ piecewise and presented in a standardized way.
+ .
+ If more complex version manipulation is necessary, you may wish to consider
+ Perl::Version.

Added: trunk/libversion-next-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libversion-next-perl/debian/copyright?rev=65604&op=file
==============================================================================
--- trunk/libversion-next-perl/debian/copyright (added)
+++ trunk/libversion-next-perl/debian/copyright Wed Dec  8 22:32:32 2010
@@ -1,0 +1,42 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: David Golden <dagolden at cpan.org>
+Source: http://search.cpan.org/dist/Version-Next/
+Name: Version-Next
+
+Files: *
+Copyright: David Golden <dagolden at cpan.org>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2010, Tim Retout <diocles at debian.org>
+License: Apache-2.0 or Artistic or GPL-1+
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+     http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian GNU/Linux systems, the complete text of the Apache License,
+ Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libversion-next-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libversion-next-perl/debian/rules?rev=65604&op=file
==============================================================================
--- trunk/libversion-next-perl/debian/rules (added)
+++ trunk/libversion-next-perl/debian/rules Wed Dec  8 22:32:32 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libversion-next-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libversion-next-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libversion-next-perl/debian/source/format?rev=65604&op=file
==============================================================================
--- trunk/libversion-next-perl/debian/source/format (added)
+++ trunk/libversion-next-perl/debian/source/format Wed Dec  8 22:32:32 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libversion-next-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libversion-next-perl/debian/watch?rev=65604&op=file
==============================================================================
--- trunk/libversion-next-perl/debian/watch (added)
+++ trunk/libversion-next-perl/debian/watch Wed Dec  8 22:32:32 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Version-Next/   .*/Version-Next-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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