r10345 - in /trunk/libtest-differences-perl/debian: ./ changelog compat control copyright rules watch
vdanjean at users.alioth.debian.org
vdanjean at users.alioth.debian.org
Sat Dec 1 12:17:51 UTC 2007
Author: vdanjean
Date: Sat Dec 1 12:17:51 2007
New Revision: 10345
URL: http://svn.debian.org/wsvn/?sc=1&rev=10345
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libtest-differences-perl/debian/
trunk/libtest-differences-perl/debian/changelog
trunk/libtest-differences-perl/debian/compat
trunk/libtest-differences-perl/debian/control
trunk/libtest-differences-perl/debian/copyright
trunk/libtest-differences-perl/debian/rules (with props)
trunk/libtest-differences-perl/debian/watch
Added: trunk/libtest-differences-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-differences-perl/debian/changelog?rev=10345&op=file
==============================================================================
--- trunk/libtest-differences-perl/debian/changelog (added)
+++ trunk/libtest-differences-perl/debian/changelog Sat Dec 1 12:17:51 2007
@@ -1,0 +1,11 @@
+libtest-differences-perl (0.47-2) unstable; urgency=low
+
+ * Adds debian/watch so uscan will actually work.
+
+ -- Jay Bonci <jaybonci at debian.org> Mon, 11 Oct 2004 01:44:50 -0400
+
+libtest-differences-perl (0.47-1) unstable; urgency=low
+
+ * Initial Release (Closes: #178083)
+
+ -- Jay Bonci <jaybonci at debian.org> Sun, 21 Sep 2003 03:35:41 -0400
Added: trunk/libtest-differences-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-differences-perl/debian/compat?rev=10345&op=file
==============================================================================
--- trunk/libtest-differences-perl/debian/compat (added)
+++ trunk/libtest-differences-perl/debian/compat Sat Dec 1 12:17:51 2007
@@ -1,0 +1,1 @@
+4
Added: trunk/libtest-differences-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-differences-perl/debian/control?rev=10345&op=file
==============================================================================
--- trunk/libtest-differences-perl/debian/control (added)
+++ trunk/libtest-differences-perl/debian/control Sat Dec 1 12:17:51 2007
@@ -1,0 +1,15 @@
+Source: libtest-differences-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libtext-diff-perl
+Standards-Version: 3.6.1.0
+
+Package: libtest-differences-perl
+Architecture: all
+Depends: ${perl:Depends}, libtext-diff-perl
+Description: Test string and data structure differences in perl
+ CPAN's Test::Differences compares data structures and strings
+ and returns their differences in a UNIX diff fashion if they
+ are "not ok". Useful for comparing large structures easily
+ when running tests.
Added: trunk/libtest-differences-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-differences-perl/debian/copyright?rev=10345&op=file
==============================================================================
--- trunk/libtest-differences-perl/debian/copyright (added)
+++ trunk/libtest-differences-perl/debian/copyright Sat Dec 1 12:17:51 2007
@@ -1,0 +1,18 @@
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Thu, 23 Jan 2003 10:00:55 -0500.
+
+It was downloaded from http://search.cpan.org/dist/Test-Differences
+
+Upstream Author: Barrie Slaymaker <barries at slaysys.com>
+
+Copyright:
+
+You may use this software under the terms of the GNU public license,
+any version, or the Artistic license
+
+Please see
+/usr/share/common-licenses/Artistic
+ - or -
+/usr/share/common-licenses/GPL
+
+For more information regarding these licensing options
Added: trunk/libtest-differences-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-differences-perl/debian/rules?rev=10345&op=file
==============================================================================
--- trunk/libtest-differences-perl/debian/rules (added)
+++ trunk/libtest-differences-perl/debian/rules Sat Dec 1 12:17:51 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+ dh_testdir
+ # Add here commands to compile the package.
+ perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+ dh_testdir
+ dh_testroot
+
+ -$(MAKE) clean
+ rm -f Makefile.old
+ dh_clean
+
+install:
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+ -find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installman
+ dh_installchangelogs Changes
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_perl
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Propchange: trunk/libtest-differences-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libtest-differences-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtest-differences-perl/debian/watch?rev=10345&op=file
==============================================================================
--- trunk/libtest-differences-perl/debian/watch (added)
+++ trunk/libtest-differences-perl/debian/watch Sat Dec 1 12:17:51 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Test/Test-Differences-([0-9].*)\.tar.gz
More information about the Pkg-perl-cvs-commits
mailing list