r6925 - in /trunk/libhash-case-perl/debian: ./ changelog compat control copyright rules

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Sat Aug 18 17:12:55 UTC 2007


Author: azatoth-guest
Date: Sat Aug 18 17:12:55 2007
New Revision: 6925

URL: http://svn.debian.org/wsvn/?sc=1&rev=6925
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libhash-case-perl/debian/
    trunk/libhash-case-perl/debian/changelog
    trunk/libhash-case-perl/debian/compat
    trunk/libhash-case-perl/debian/control
    trunk/libhash-case-perl/debian/copyright
    trunk/libhash-case-perl/debian/rules   (with props)

Added: trunk/libhash-case-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhash-case-perl/debian/changelog?rev=6925&op=file
==============================================================================
--- trunk/libhash-case-perl/debian/changelog (added)
+++ trunk/libhash-case-perl/debian/changelog Sat Aug 18 17:12:55 2007
@@ -1,0 +1,5 @@
+libhash-case-perl (1.004-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Carl Fürstenberg <azatoth at gmail.com>  Sat, 18 Aug 2007 18:40:52 +0200

Added: trunk/libhash-case-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhash-case-perl/debian/compat?rev=6925&op=file
==============================================================================
--- trunk/libhash-case-perl/debian/compat (added)
+++ trunk/libhash-case-perl/debian/compat Sat Aug 18 17:12:55 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libhash-case-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhash-case-perl/debian/control?rev=6925&op=file
==============================================================================
--- trunk/libhash-case-perl/debian/control (added)
+++ trunk/libhash-case-perl/debian/control Sat Aug 18 17:12:55 2007
@@ -1,0 +1,21 @@
+Source: libhash-case-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.49)
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer:  Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Carl Fürstenberg <azatoth at gmail.com>
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-debcontrol-perl/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debcontrol-perl/
+
+Package: libhash-case-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description:  base class for hashes with key-casing requirements
+ Hash::Case is the base class for various classes which tie special
+ treatment for the casing of keys.  Be aware of the differences in
+ implementation: Lower and Upper are tied native hashes:
+ these hashes have no need for hidden fields or other assisting
+ data structured.  A case Preserve hash will actually create
+ three hashes.

Added: trunk/libhash-case-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhash-case-perl/debian/copyright?rev=6925&op=file
==============================================================================
--- trunk/libhash-case-perl/debian/copyright (added)
+++ trunk/libhash-case-perl/debian/copyright Sat Aug 18 17:12:55 2007
@@ -1,0 +1,11 @@
+This is the debian package for the Hash-Case module.
+It was created by Carl Fürstenberg <azatoth at gmail.com> using dh-make-perl.
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+
+
+The Debian packaging is (C) 2007, Carl Fürstenberg <azatoth at gmail.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libhash-case-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhash-case-perl/debian/rules?rev=6925&op=file
==============================================================================
--- trunk/libhash-case-perl/debian/rules (added)
+++ trunk/libhash-case-perl/debian/rules Sat Aug 18 17:12:55 2007
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk

Propchange: trunk/libhash-case-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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