r29640 - in /trunk/libthread-queue-perl/debian: ./ changelog compat control copyright examples rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 13 15:14:03 UTC 2009


Author: dmn
Date: Tue Jan 13 15:14:00 2009
New Revision: 29640

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

Added:
    trunk/libthread-queue-perl/debian/
    trunk/libthread-queue-perl/debian/changelog
    trunk/libthread-queue-perl/debian/compat
    trunk/libthread-queue-perl/debian/control
    trunk/libthread-queue-perl/debian/copyright
    trunk/libthread-queue-perl/debian/examples
    trunk/libthread-queue-perl/debian/rules   (with props)
    trunk/libthread-queue-perl/debian/watch

Added: trunk/libthread-queue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/changelog?rev=29640&op=file
==============================================================================
--- trunk/libthread-queue-perl/debian/changelog (added)
+++ trunk/libthread-queue-perl/debian/changelog Tue Jan 13 15:14:00 2009
@@ -1,0 +1,5 @@
+libthread-queue-perl (2.11-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #511674)
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 13 Jan 2009 16:43:42 +0200

Added: trunk/libthread-queue-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/compat?rev=29640&op=file
==============================================================================
--- trunk/libthread-queue-perl/debian/compat (added)
+++ trunk/libthread-queue-perl/debian/compat Tue Jan 13 15:14:00 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libthread-queue-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/control?rev=29640&op=file
==============================================================================
--- trunk/libthread-queue-perl/debian/control (added)
+++ trunk/libthread-queue-perl/debian/control Tue Jan 13 15:14:00 2009
@@ -1,0 +1,36 @@
+Source: libthread-queue-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libthreads-shared-perl (>= 1.21),
+ libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Thread-Queue/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libthread-queue-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libthread-queue-perl/
+
+Package: libthread-queue-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libthreads-shared-perl (>= 1.21)
+Description: Perl module for thread-safe queues
+ Thread::Queue provides thread-safe FIFO queues that can be accessed
+ safely by any number of threads.
+ .
+ Any data types supported by threads::shared can be passed via queues:
+ .
+  * Ordinary scalars
+  * Array refs
+  * Hash refs
+  * Scalar refs
+  * Objects based on the above
+ .
+ If not already thread-shared, complex data types will be cloned (recursively,
+ if needed, and including any blessings and read-only settings) into
+ thread-shared structures before being placed onto a queue.
+ .
+ This package contains a newer version of the core Perl module Thread::Queue.
+ Unless you need higher version than the one present in perl-modules, there is
+ no need to install or depend on this package.

Added: trunk/libthread-queue-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/copyright?rev=29640&op=file
==============================================================================
--- trunk/libthread-queue-perl/debian/copyright (added)
+++ trunk/libthread-queue-perl/debian/copyright Tue Jan 13 15:14:00 2009
@@ -1,0 +1,31 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jerry D. Hedden <jdhedden AT cpan DOT org>
+Upstream-Source: http://search.cpan.org/dist/Thread-Queue/
+Upstream-Name: Thread-Queue
+
+Files: *
+Copyright: Jerry D. Hedden <jdhedden AT cpan DOT org>
+License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn at debian.org>
+License: Artistic | GPL-1+
+ Debian packaging is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+
+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/libthread-queue-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/examples?rev=29640&op=file
==============================================================================
--- trunk/libthread-queue-perl/debian/examples (added)
+++ trunk/libthread-queue-perl/debian/examples Tue Jan 13 15:14:00 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libthread-queue-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/rules?rev=29640&op=file
==============================================================================
--- trunk/libthread-queue-perl/debian/rules (added)
+++ trunk/libthread-queue-perl/debian/rules Tue Jan 13 15:14:00 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	RUN_MAINTAINER_TESTS=1 dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libthread-queue-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libthread-queue-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-queue-perl/debian/watch?rev=29640&op=file
==============================================================================
--- trunk/libthread-queue-perl/debian/watch (added)
+++ trunk/libthread-queue-perl/debian/watch Tue Jan 13 15:14:00 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Thread-Queue/   .*/Thread-Queue-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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