[libtest-cmd-perl] 01/01: Imported Debian patch 1.05-8

gregor herrmann gregoa at debian.org
Sun Jan 12 16:46:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-cmd-perl.

commit ecd6c285057960b036b24f516a1ca4d6bf0446ab
Author: Nacho Barrientos Arias <nacho at debian.org>
Date:   Sun Dec 29 22:13:00 2013 +0000

    Imported Debian patch 1.05-8
---
 debian/changelog | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 16 +++++++++++
 debian/copyright | 31 +++++++++++++++++++++
 debian/docs      |  1 +
 debian/rules     | 48 ++++++++++++++++++++++++++++++++
 debian/watch     |  2 ++
 7 files changed, 182 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b9a3922
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,83 @@
+libtest-cmd-perl (1.05-8) unstable; urgency=low
+
+  * Orphaned. Set maintainer to Debian QA Group.
+
+ -- Nacho Barrientos Arias <nacho at debian.org>  Sun, 29 Dec 2013 22:13:00 +0000
+
+libtest-cmd-perl (1.05-7) unstable; urgency=low
+
+  * debian/rules
+   + Ignoring the non-existence of a directory on its deletion 
+     (closes: #467802).
+  * debian/control
+   + Changing maintainer's email address.
+   + Bumping standards version to 3.7.3.
+   + Moving the Homepage information to the right place.
+
+ -- Nacho Barrientos Arias <nacho at debian.org>  Sun, 02 Mar 2008 12:32:27 +0100
+
+libtest-cmd-perl (1.05-6) unstable; urgency=low
+
+  * New maintainer (Closes: #313466).
+  * debian/control
+   - Fixing fuzzy English in package description.
+   - Adding homepage in long description.
+   - Promoting debhelper required version to 5 (or greater).
+   - Bumping standards version to 3.7.2.
+  * debian/compat
+   - Moving from 4 to 5. 
+  * debian/copyright
+   - Adding package licensing related lines.
+   - Minor cosmetics adjustments.
+  * debian/rules
+   - No longer running tests.
+   - Moving from shell pwd to $(CURDIR).
+   - Removing some useless debhelper calls and comments.
+  * debian/watch
+   - Added. 
+
+ -- Nacho Barrientos Arias <chipi at criptonita.com>  Fri, 15 Dec 2006 18:26:05 +0100
+
+libtest-cmd-perl (1.05-5) unstable; urgency=low
+
+  * QA Upload
+  * debian/control:
+      - Switched maintainer to QA group.
+      - Switched section to perl to match override file.
+      - Minimum dependency on debhelper is now version 4.
+      - Removed unnecessary dependency on perl-modules.
+  * debian/compat - Added and set to 4.
+  * debian/rules:
+      - Switched from binary-arch to binary-indep target
+      - Removed DH_COMPAT setting.
+      - Added rmdir to remove empty /usr/lib directory.
+  * debian/copyright - Clarified file location of licenses.
+  * debian/changelog - Removed unnecessary emacs variables.
+  
+ -- Stephen Quinney <sjq at debian.org>  Sat,  9 Jul 2005 10:20:35 +0100
+
+libtest-cmd-perl (1.05-4) unstable; urgency=low
+
+  * Satisfied lintian report
+
+ -- Shell Hung <shell at debian.org>  Thu,  4 Mar 2004 20:49:22 +0800
+
+libtest-cmd-perl (1.05-3) unstable; urgency=low
+
+  * Fixed cannot build and prepare for perl5.8.x. (Closes: #162862) 
+
+ -- Shell Hung <shell at debian.org>  Wed,  9 Oct 2002 17:49:54 +0800
+
+libtest-cmd-perl (1.05-2) unstable; urgency=low
+
+  * Fixed typo in description. (Closes: #128218)
+
+ -- Shell Hung <shell at debian.org>  Tue,  8 Jan 2002 15:44:16 +0800
+
+libtest-cmd-perl (1.05-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #71289)
+
+ -- Shell Hung <shell at shellhung.org>  Sat,  5 Jan 2002 00:01:30 +0800
+
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..952104e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: libtest-cmd-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8)
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Test-Cmd/
+
+Package: libtest-cmd-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: perl module which provides a testing framework
+ The Test::Cmd module provides a framework for portable automated testing
+ of executable commands and scripts (in any language, not just Perl),
+ especially commands and scripts that interface with the file system.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..78f27ba
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Shell Hung <shell at debian.org> on
+Fri,  3 Aug 2001 18:09:38 +0800.
+
+Nacho Barrientos Arias <chipi at criptonita.com> adopted it on
+Fri, 15 Dec 2006 18:34:25 +0100.
+
+It was downloaded from http://search.cpan.org/dist/Test-Cmd/
+
+Upstream Author: Steven Knight <knight at baldmt.com>
+
+Copyright (c) 2000-2006, Steven Knight <knight at baldmt.com>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL' and
+    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C)
+  2001-2006, Shell Hung <shell at debian.org> 
+  2006, Nacho Barrientos Arias <chipi at criptonita.com>
+and is licensed under the GPL, see above.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bf8932f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,48 @@
+#!/usr/bin/make -f
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	[ ! -e Makefile ] || $(MAKE) distclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libtest-cmd-perl/usr
+	rm -rf $(CURDIR)/debian/libtest-cmd-perl/usr/lib
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b8711d2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/Test/Test-Cmd-([\d\.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-cmd-perl.git



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