r47417 - in /trunk/libalgorithm-diff-perl/debian: changelog compat control libalgorithm-diff-perl.docs libalgorithm-diff-perl.examples rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Nov 18 13:49:32 UTC 2009


Author: jawnsy-guest
Date: Wed Nov 18 13:49:26 2009
New Revision: 47417

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47417
Log:
* Add myself to Uploaders and Copyright
* Rewrite control description
* Standards-Version 3.8.3 (no changes)
* Install scripts + README via example + docs file
* Update to new short debhelper rules format
* Recommend the forthcoming libalgorithm-diff-xs-perl module
* Change my email address.

Added:
    trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.docs
    trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.examples
Modified:
    trunk/libalgorithm-diff-perl/debian/changelog
    trunk/libalgorithm-diff-perl/debian/compat
    trunk/libalgorithm-diff-perl/debian/control
    trunk/libalgorithm-diff-perl/debian/rules

Modified: trunk/libalgorithm-diff-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/changelog?rev=47417&op=diff
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/changelog (original)
+++ trunk/libalgorithm-diff-perl/debian/changelog Wed Nov 18 13:49:26 2009
@@ -1,10 +1,19 @@
 libalgorithm-diff-perl (1.19.02-2) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * Add myself to Uploaders and Copyright
+  * Rewrite control description
+  * Standards-Version 3.8.3 (no changes)
+  * Install scripts + README via example + docs file
+  * Update to new short debhelper rules format
+  * Recommend the forthcoming libalgorithm-diff-xs-perl module
 
   [ gregor herrmann ]
   * debian/watch: improved regexp for matching upstream releases.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
+  * Change my email address.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -14,10 +23,7 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
-  [ gregor herrmann ]
-  * Change my email address.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 14 Mar 2008 15:16:29 +0100
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 18 Nov 2009 05:23:06 -0500
 
 libalgorithm-diff-perl (1.19.02-1) unstable; urgency=low
 

Modified: trunk/libalgorithm-diff-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/compat?rev=47417&op=diff
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/compat (original)
+++ trunk/libalgorithm-diff-perl/debian/compat Wed Nov 18 13:49:26 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libalgorithm-diff-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/control?rev=47417&op=diff
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/control (original)
+++ trunk/libalgorithm-diff-perl/debian/control Wed Nov 18 13:49:26 2009
@@ -1,11 +1,11 @@
 Source: libalgorithm-diff-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
-Standards-Version: 3.7.3
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Algorithm-Diff/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-diff-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalgorithm-diff-perl/
@@ -13,7 +13,12 @@
 Package: libalgorithm-diff-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: a perl library for finding Longest Common Sequences in text
- This module provides routines that allow one to analyze text in perl
- arrays to produce a Longest Common Sequence, which can in turn be
- used to produce the same information as the common Unix tool 'diff'
+Recommends: libalgorithm-diff-xs-perl
+Description: module to find differences between files
+ Algorithm::Diff is a Perl module that allows users to analyze text based on a
+ Longest Common Subsequence (LCS) algorithm. It can compare two files and find
+ the differences between them, which can produce the same information as the
+ common Unix tool 'diff'.
+ .
+ There is an XS-optimized implementation of the core loop, which accelerates
+ some types of diff output (see libalgorithm-diff-xs-perl).

Added: trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.docs?rev=47417&op=file
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.docs (added)
+++ trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.docs Wed Nov 18 13:49:26 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.examples?rev=47417&op=file
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.examples (added)
+++ trunk/libalgorithm-diff-perl/debian/libalgorithm-diff-perl.examples Wed Nov 18 13:49:26 2009
@@ -1,0 +1,4 @@
+cdiff.pl
+diffnew.pl
+diff.pl
+htmldiff.pl

Modified: trunk/libalgorithm-diff-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/rules?rev=47417&op=diff
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/rules (original)
+++ trunk/libalgorithm-diff-perl/debian/rules Wed Nov 18 13:49:26 2009
@@ -1,75 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# remove scripts, we install them as examples later
-	$(RM) -fv $(TMP)/usr/share/perl5/Algorithm/*.pl
-
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples *.pl
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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