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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 22 03:49:17 UTC 2009


Author: jawnsy-guest
Date: Wed Jul 22 03:49:11 2009
New Revision: 40450

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

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

Added: trunk/libalgorithm-merge-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-merge-perl/debian/changelog?rev=40450&op=file
==============================================================================
--- trunk/libalgorithm-merge-perl/debian/changelog (added)
+++ trunk/libalgorithm-merge-perl/debian/changelog Wed Jul 22 03:49:11 2009
@@ -1,0 +1,5 @@
+libalgorithm-merge-perl (0.08-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 21 Jul 2009 19:38:11 -0400

Added: trunk/libalgorithm-merge-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-merge-perl/debian/compat?rev=40450&op=file
==============================================================================
--- trunk/libalgorithm-merge-perl/debian/compat (added)
+++ trunk/libalgorithm-merge-perl/debian/compat Wed Jul 22 03:49:11 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libalgorithm-merge-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-merge-perl/debian/control?rev=40450&op=file
==============================================================================
--- trunk/libalgorithm-merge-perl/debian/control (added)
+++ trunk/libalgorithm-merge-perl/debian/control Wed Jul 22 03:49:11 2009
@@ -1,0 +1,22 @@
+Source: libalgorithm-merge-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), 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/Algorithm-Merge/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-merge-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalgorithm-merge-perl/
+
+Package: libalgorithm-merge-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libalgorithm-diff-perl
+Description: Perl module for three-way merge of textual data
+ Algorithm::Merge provides three-way merge and diff functions, complementing
+ the functionality offered by Algorithm::Diff (libalgorithm-diff-perl). Given
+ three sets of items, known as the original, left and right, this module can
+ take a three-way difference or merge them. Taking a difference provides an
+ array reference that is very similar to the behaviour of Algorithm::Diff. One
+ can also implement custom conflict resolution using the CONFLICT callback.

Added: trunk/libalgorithm-merge-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-merge-perl/debian/copyright?rev=40450&op=file
==============================================================================
--- trunk/libalgorithm-merge-perl/debian/copyright (added)
+++ trunk/libalgorithm-merge-perl/debian/copyright Wed Jul 22 03:49:11 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: James G. Smith <jsmith at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Algorithm-Merge/
+Upstream-Name: Algorithm-Merge
+
+Files: *
+Copyright: 2003, 2007 Texas A&M University
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+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/libalgorithm-merge-perl/debian/libalgorithm-merge-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-merge-perl/debian/libalgorithm-merge-perl.docs?rev=40450&op=file
==============================================================================
--- trunk/libalgorithm-merge-perl/debian/libalgorithm-merge-perl.docs (added)
+++ trunk/libalgorithm-merge-perl/debian/libalgorithm-merge-perl.docs Wed Jul 22 03:49:11 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libalgorithm-merge-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-merge-perl/debian/rules?rev=40450&op=file
==============================================================================
--- trunk/libalgorithm-merge-perl/debian/rules (added)
+++ trunk/libalgorithm-merge-perl/debian/rules Wed Jul 22 03:49:11 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libalgorithm-merge-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-merge-perl/debian/watch?rev=40450&op=file
==============================================================================
--- trunk/libalgorithm-merge-perl/debian/watch (added)
+++ trunk/libalgorithm-merge-perl/debian/watch Wed Jul 22 03:49:11 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Algorithm-Merge/   .*/Algorithm-Merge-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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