r47161 - in /trunk/libalgorithm-permute-perl/debian: ./ changelog compat control copyright libalgorithm-permute-perl.docs rules watch

midget-guest at users.alioth.debian.org midget-guest at users.alioth.debian.org
Sat Nov 14 17:27:20 UTC 2009


Author: midget-guest
Date: Sat Nov 14 17:27:15 2009
New Revision: 47161

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

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

Added: trunk/libalgorithm-permute-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-permute-perl/debian/changelog?rev=47161&op=file
==============================================================================
--- trunk/libalgorithm-permute-perl/debian/changelog (added)
+++ trunk/libalgorithm-permute-perl/debian/changelog Sat Nov 14 17:27:15 2009
@@ -1,0 +1,5 @@
+libalgorithm-permute-perl (0.12-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #556219)
+
+ -- Dario Minnucci (midget) <debian at midworld.net>  Sat, 14 Nov 2009 18:20:31 +0100

Added: trunk/libalgorithm-permute-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-permute-perl/debian/compat?rev=47161&op=file
==============================================================================
--- trunk/libalgorithm-permute-perl/debian/compat (added)
+++ trunk/libalgorithm-permute-perl/debian/compat Sat Nov 14 17:27:15 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libalgorithm-permute-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-permute-perl/debian/control?rev=47161&op=file
==============================================================================
--- trunk/libalgorithm-permute-perl/debian/control (added)
+++ trunk/libalgorithm-permute-perl/debian/control Sat Nov 14 17:27:15 2009
@@ -1,0 +1,15 @@
+Source: libalgorithm-permute-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl
+Maintainer: Dario Minnucci (midget) <debian at midworld.net>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Algorithm-Permute/
+
+Package: libalgorithm-permute-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Handy and fast permutation with object oriented interface
+ This handy module makes performing permutation in Perl easy and fast,
+ although perhaps its algorithm is not the fastest on the earth. It supports
+ permutation r of n objects where 0 < r <= n.

Added: trunk/libalgorithm-permute-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-permute-perl/debian/copyright?rev=47161&op=file
==============================================================================
--- trunk/libalgorithm-permute-perl/debian/copyright (added)
+++ trunk/libalgorithm-permute-perl/debian/copyright Sat Nov 14 17:27:15 2009
@@ -1,0 +1,35 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Edwin Pratomo, edpratomo at cpan.org.
+    The object oriented interface is taken from Tom Phoenix's List::Permutor.
+    Robin Houston <robin at kitsite.com> invented and contributed the callback
+    style interface.
+Source: http://search.cpan.org/dist/Algorithm-Permute/
+Name: Algorithm-Permute
+
+Files: *
+Copyright: Edwin Pratomo, edpratomo at cpan.org.
+    The object oriented interface is taken from Tom Phoenix's List::Permutor.
+    Robin Houston <robin at kitsite.com> invented and contributed the callback
+    style interface.
+License-Alias: Perl
+License: Artistic or GPL-1+ 
+
+Files: debian/*
+Copyright: 2009, Dario Minnucci (midget) <debian at midworld.net>
+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/libalgorithm-permute-perl/debian/libalgorithm-permute-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-permute-perl/debian/libalgorithm-permute-perl.docs?rev=47161&op=file
==============================================================================
--- trunk/libalgorithm-permute-perl/debian/libalgorithm-permute-perl.docs (added)
+++ trunk/libalgorithm-permute-perl/debian/libalgorithm-permute-perl.docs Sat Nov 14 17:27:15 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libalgorithm-permute-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-permute-perl/debian/rules?rev=47161&op=file
==============================================================================
--- trunk/libalgorithm-permute-perl/debian/rules (added)
+++ trunk/libalgorithm-permute-perl/debian/rules Sat Nov 14 17:27:15 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libalgorithm-permute-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libalgorithm-permute-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-permute-perl/debian/watch?rev=47161&op=file
==============================================================================
--- trunk/libalgorithm-permute-perl/debian/watch (added)
+++ trunk/libalgorithm-permute-perl/debian/watch Sat Nov 14 17:27:15 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Algorithm-Permute/   .*/Algorithm-Permute-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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