r40407 - in /trunk/libstring-diff-perl/debian: ./ changelog compat control copyright libstring-diff-perl.docs rules watch
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue Jul 21 13:59:22 UTC 2009
Author: jawnsy-guest
Date: Tue Jul 21 13:59:15 2009
New Revision: 40407
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40407
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libstring-diff-perl/debian/
trunk/libstring-diff-perl/debian/changelog
trunk/libstring-diff-perl/debian/compat
trunk/libstring-diff-perl/debian/control
trunk/libstring-diff-perl/debian/copyright
trunk/libstring-diff-perl/debian/libstring-diff-perl.docs
trunk/libstring-diff-perl/debian/rules (with props)
trunk/libstring-diff-perl/debian/watch
Added: trunk/libstring-diff-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-diff-perl/debian/changelog?rev=40407&op=file
==============================================================================
--- trunk/libstring-diff-perl/debian/changelog (added)
+++ trunk/libstring-diff-perl/debian/changelog Tue Jul 21 13:59:15 2009
@@ -1,0 +1,5 @@
+libstring-diff-perl (0.04-1) UNRELEASED; urgency=low
+
+ * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org> Tue, 21 Jul 2009 05:44:26 -0400
Added: trunk/libstring-diff-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-diff-perl/debian/compat?rev=40407&op=file
==============================================================================
--- trunk/libstring-diff-perl/debian/compat (added)
+++ trunk/libstring-diff-perl/debian/compat Tue Jul 21 13:59:15 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libstring-diff-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-diff-perl/debian/control?rev=40407&op=file
==============================================================================
--- trunk/libstring-diff-perl/debian/control (added)
+++ trunk/libstring-diff-perl/debian/control Tue Jul 21 13:59:15 2009
@@ -1,0 +1,21 @@
+Source: libstring-diff-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libyaml-perl, libalgorithm-diff-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/String-Diff/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-diff-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-diff-perl/
+
+Package: libstring-diff-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libalgorithm-diff-perl
+Description: Perl module to extract differences between two strings
+ String::Diff is a Perl module that allows developers to easily determine the
+ changes occurring between two strings (the "difference"). It marks additions
+ or deletions with an arbitrary character, making it suitable for display on
+ web pages, terminal windows, etc. It can print both strings in full, or join
+ them together into one string with the differences marked appropriately.
Added: trunk/libstring-diff-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-diff-perl/debian/copyright?rev=40407&op=file
==============================================================================
--- trunk/libstring-diff-perl/debian/copyright (added)
+++ trunk/libstring-diff-perl/debian/copyright Tue Jul 21 13:59:15 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Kazuhiro Osawa <ko at yappo.ne.jp>
+Upstream-Source: http://search.cpan.org/dist/String-Diff/
+Upstream-Name: String-Diff
+
+Files: *
+Copyright: Kazuhiro Osawa <ko at yappo.ne.jp>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | 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/libstring-diff-perl/debian/libstring-diff-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-diff-perl/debian/libstring-diff-perl.docs?rev=40407&op=file
==============================================================================
--- trunk/libstring-diff-perl/debian/libstring-diff-perl.docs (added)
+++ trunk/libstring-diff-perl/debian/libstring-diff-perl.docs Tue Jul 21 13:59:15 2009
@@ -1,0 +1,1 @@
+README
Added: trunk/libstring-diff-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-diff-perl/debian/rules?rev=40407&op=file
==============================================================================
--- trunk/libstring-diff-perl/debian/rules (added)
+++ trunk/libstring-diff-perl/debian/rules Tue Jul 21 13:59:15 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libstring-diff-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libstring-diff-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-diff-perl/debian/watch?rev=40407&op=file
==============================================================================
--- trunk/libstring-diff-perl/debian/watch (added)
+++ trunk/libstring-diff-perl/debian/watch Tue Jul 21 13:59:15 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/String-Diff/ .*/String-Diff-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list