r58117 - in /trunk/libobject-id-perl/debian: ./ changelog compat control copyright libobject-id-perl.docs rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Thu May 20 04:58:16 UTC 2010


Author: ivan
Date: Thu May 20 04:57:59 2010
New Revision: 58117

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

Added:
    trunk/libobject-id-perl/debian/
    trunk/libobject-id-perl/debian/changelog
    trunk/libobject-id-perl/debian/compat
    trunk/libobject-id-perl/debian/control
    trunk/libobject-id-perl/debian/copyright
    trunk/libobject-id-perl/debian/libobject-id-perl.docs
    trunk/libobject-id-perl/debian/rules   (with props)
    trunk/libobject-id-perl/debian/watch

Added: trunk/libobject-id-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/changelog?rev=58117&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/changelog (added)
+++ trunk/libobject-id-perl/debian/changelog Thu May 20 04:57:59 2010
@@ -1,0 +1,5 @@
+libobject-id-perl (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial Release (closes: Bug#582346).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Wed, 19 May 2010 20:40:26 -0700

Added: trunk/libobject-id-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/compat?rev=58117&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/compat (added)
+++ trunk/libobject-id-perl/debian/compat Thu May 20 04:57:59 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libobject-id-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/control?rev=58117&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/control (added)
+++ trunk/libobject-id-perl/debian/control Thu May 20 04:57:59 2010
@@ -1,0 +1,28 @@
+Source: libobject-id-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: libhash-fieldhash-perl (>= 0.10),
+ libsub-name-perl (>= 0.03),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Object-ID/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-id-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-id-perl/
+
+Package: libobject-id-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libhash-fieldhash-perl (>= 0.10),
+ libsub-name-perl (>= 0.03)
+Description: A unique identifier for any object
+ This is a unique identifier for any object, regardless of its type, structure
+ or contents. Its features are:
+ .
+ * Works on ANY object of any type
+ * Does not modify the object in any way
+ * Does not change with the object's contents
+ * Is O(1) to calculate (ie. doesn't matter how big the object is)
+ * The id is unique for the life of the process
+ * The id is always a true value

Added: trunk/libobject-id-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/copyright?rev=58117&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/copyright (added)
+++ trunk/libobject-id-perl/debian/copyright Thu May 20 04:57:59 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Michael G Schwern <schwern at pobox.com>
+Source: http://search.cpan.org/dist/Object-ID/
+Name: Object-ID
+
+Files: *
+Copyright: 2010, Michael G Schwern <schwern at pobox.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ivan Kohler <ivan-debian at 420.am>
+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/libobject-id-perl/debian/libobject-id-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/libobject-id-perl.docs?rev=58117&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/libobject-id-perl.docs (added)
+++ trunk/libobject-id-perl/debian/libobject-id-perl.docs Thu May 20 04:57:59 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libobject-id-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/rules?rev=58117&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/rules (added)
+++ trunk/libobject-id-perl/debian/rules Thu May 20 04:57:59 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libobject-id-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libobject-id-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-id-perl/debian/watch?rev=58117&op=file
==============================================================================
--- trunk/libobject-id-perl/debian/watch (added)
+++ trunk/libobject-id-perl/debian/watch Thu May 20 04:57:59 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Object-ID/   .*/Object-ID-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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