r47406 - in /trunk/libalgorithm-diff-xs-perl/debian: ./ changelog compat control copyright libalgorithm-diff-xs-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Nov 18 03:24:59 UTC 2009


Author: jawnsy-guest
Date: Wed Nov 18 03:24:53 2009
New Revision: 47406

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

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

Added: trunk/libalgorithm-diff-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/changelog?rev=47406&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/changelog (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/changelog Wed Nov 18 03:24:53 2009
@@ -1,0 +1,5 @@
+libalgorithm-diff-xs-perl (0.01-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 17 Nov 2009 19:00:51 -0500

Added: trunk/libalgorithm-diff-xs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/compat?rev=47406&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/compat (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/compat Wed Nov 18 03:24:53 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libalgorithm-diff-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/control?rev=47406&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/control (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/control Wed Nov 18 03:24:53 2009
@@ -1,0 +1,26 @@
+Source: libalgorithm-diff-xs-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0),
+  libalgorithm-diff-perl (>= 1.19)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Algorithm-Diff-XS/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-diff-xs-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/
+
+Package: libalgorithm-diff-xs-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+  perl (>= 5.6.0), libalgorithm-diff-perl (>= 1.19)
+Description: Algorithm::Diff with XS core loop
+ Algorithm::Diff::XS is a simple re-packaging of Joe Schaefer's excellent but
+ not very well-known Algorithm::LCS with a drop-in interface that simply
+ re-uses the installed version of the Algorithm::Diff module.
+ .
+ Note that only the LCSidx function is optimized in XS at the moment, which
+ means only compact_diff will get significantly faster for large data sets,
+ while diff and sdiff will run in identical speed as Algorithm::Diff.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libalgorithm-diff-xs-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/copyright?rev=47406&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/copyright (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/copyright Wed Nov 18 03:24:53 2009
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Audrey Tang <cpan at audreyt.org>
+Source: http://search.cpan.org/dist/Algorithm-Diff-XS/
+Name: Algorithm-Diff-XS
+Disclaimer: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Audrey Tang <cpan at audreyt.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+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-diff-xs-perl/debian/libalgorithm-diff-xs-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/libalgorithm-diff-xs-perl.docs?rev=47406&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/libalgorithm-diff-xs-perl.docs (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/libalgorithm-diff-xs-perl.docs Wed Nov 18 03:24:53 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libalgorithm-diff-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/rules?rev=47406&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/rules (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/rules Wed Nov 18 03:24:53 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libalgorithm-diff-xs-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-xs-perl/debian/watch?rev=47406&op=file
==============================================================================
--- trunk/libalgorithm-diff-xs-perl/debian/watch (added)
+++ trunk/libalgorithm-diff-xs-perl/debian/watch Wed Nov 18 03:24:53 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Algorithm-Diff-XS/   .*/Algorithm-Diff-XS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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