r60658 - in /trunk/libstring-camelcase-perl/debian: ./ changelog compat control copyright rules watch

antgel-guest at users.alioth.debian.org antgel-guest at users.alioth.debian.org
Tue Jul 27 15:41:18 UTC 2010


Author: antgel-guest
Date: Tue Jul 27 15:41:10 2010
New Revision: 60658

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

Added:
    trunk/libstring-camelcase-perl/debian/
    trunk/libstring-camelcase-perl/debian/changelog
    trunk/libstring-camelcase-perl/debian/compat
    trunk/libstring-camelcase-perl/debian/control
    trunk/libstring-camelcase-perl/debian/copyright
    trunk/libstring-camelcase-perl/debian/rules   (with props)
    trunk/libstring-camelcase-perl/debian/watch

Added: trunk/libstring-camelcase-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-camelcase-perl/debian/changelog?rev=60658&op=file
==============================================================================
--- trunk/libstring-camelcase-perl/debian/changelog (added)
+++ trunk/libstring-camelcase-perl/debian/changelog Tue Jul 27 15:41:10 2010
@@ -1,0 +1,5 @@
+libstring-camelcase-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Antony Gelberg <antony.gelberg at gmail.com>  Wed, 26 May 2010 15:39:18 +0300

Added: trunk/libstring-camelcase-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-camelcase-perl/debian/compat?rev=60658&op=file
==============================================================================
--- trunk/libstring-camelcase-perl/debian/compat (added)
+++ trunk/libstring-camelcase-perl/debian/compat Tue Jul 27 15:41:10 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libstring-camelcase-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-camelcase-perl/debian/control?rev=60658&op=file
==============================================================================
--- trunk/libstring-camelcase-perl/debian/control (added)
+++ trunk/libstring-camelcase-perl/debian/control Tue Jul 27 15:41:10 2010
@@ -1,0 +1,19 @@
+Source: libstring-camelcase-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antony Gelberg <antony.gelberg at gmail.com>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/String-CamelCase/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-camelcase-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-camelcase-perl/
+
+Package: libstring-camelcase-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl
+Description: CamelCase and de-camelcase strings
+ Provides functions to CamelCase and de-camelcase strings.
+ Also includes wordsplit which returns a list of the words in the string, 
+ whether they are camelized or separated by underscores.

Added: trunk/libstring-camelcase-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-camelcase-perl/debian/copyright?rev=60658&op=file
==============================================================================
--- trunk/libstring-camelcase-perl/debian/copyright (added)
+++ trunk/libstring-camelcase-perl/debian/copyright Tue Jul 27 15:41:10 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: YAMASHINA Hio, <hio at cpan.org>
+Source: http://search.cpan.org/dist/String-CamelCase/
+Name: String-CamelCase
+
+Files: *
+Copyright: YAMASHINA Hio, <hio at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Antony Gelberg <antony.gelberg at gmail.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 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 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libstring-camelcase-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-camelcase-perl/debian/rules?rev=60658&op=file
==============================================================================
--- trunk/libstring-camelcase-perl/debian/rules (added)
+++ trunk/libstring-camelcase-perl/debian/rules Tue Jul 27 15:41:10 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libstring-camelcase-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libstring-camelcase-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-camelcase-perl/debian/watch?rev=60658&op=file
==============================================================================
--- trunk/libstring-camelcase-perl/debian/watch (added)
+++ trunk/libstring-camelcase-perl/debian/watch Tue Jul 27 15:41:10 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/String-CamelCase/   .*/String-CamelCase-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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