[libpod-tests-perl] 02/08: Imported Debian patch 1.19-3
Jonas Genannt
jonas at brachium-system.net
Tue Aug 26 18:43:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository libpod-tests-perl.
commit 9e6d927f28d45ef5b3591a08c2316f692f6eb394
Author: Jonas Genannt <jonas.genannt at capi2name.de>
Date: Thu Sep 22 18:22:56 2011 +0200
Imported Debian patch 1.19-3
---
debian/changelog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 15 +++++++++++++++
debian/copyright | 19 +++++++++++++++++++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 2 ++
7 files changed, 93 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7073927
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,51 @@
+libpod-tests-perl (1.19-3) unstable; urgency=low
+
+ * d/control: removed replaces and conflicts against
+ libtest-inline-perl (Closes: #642245)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Thu, 22 Sep 2011 18:22:56 +0200
+
+libpod-tests-perl (1.19-2) unstable; urgency=low
+
+ * switch to dpkg-source 3.0 (quilt) format
+ * bumped debhelper compat level
+ * bumped standards version
+ * d/control: removed perl version depend
+ * d/control: added ${misc:Depends}
+ * d/control: libtest-inline-perl removed version depend
+ * d/control: added Homepage field
+ * d/rules: reduced
+ * d/watch: added watch file
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Tue, 30 Aug 2011 17:20:48 +0200
+
+libpod-tests-perl (1.19-1) unstable; urgency=low
+
+ * New Upstream Release
+ * new standards version
+ * debian/rules: fixed Make clean
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Fri, 26 Sep 2008 19:57:12 +0200
+
+libpod-tests-perl (0.18-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with Perl 5.10. Closes: #467848
+
+ -- Mark Hymers <mhy at debian.org> Sat, 05 Apr 2008 21:09:05 +0100
+
+libpod-tests-perl (0.18-2) unstable; urgency=low
+
+ * debian/control:
+ + Conflicts with libtestinline-perl (<< 2.100)
+ + Replaces with libtestinline-perl (<< 2.100)
+ (Closes: 350395)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Sun, 29 Jan 2006 15:23:43 +0000
+
+libpod-tests-perl (0.18-1) unstable; urgency=low
+
+ * Initial Release (Closes: #343887)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Sun, 18 Dec 2005 20:45:13 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..393a21e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: libpod-tests-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Pod-Tests/
+
+Package: libpod-tests-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl extension for excts embedded tests and code examples from POD
+ This is a specialized POD viewer to extract embedded tests and code examples
+ from POD. It doesn't do much more than that.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9d78e7f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+This is the debian package for the Pod:Tests module.
+It was created by Jonas Genannt <jonas.genannt at capi2name.de> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/~adamk/
+
+The upstream author is: Adam Kennedy <cpan at ali.as>
+
+This module is Copyright (C) 2001-2003 Michael G Schwern <schwern at pobox.com>
+ 2005 Adam Kennedy <cpan at ali.as>
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.
+
+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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..510ac66
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Pod-Tests/ .*/Pod-Tests-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpod-tests-perl.git
More information about the Pkg-perl-cvs-commits
mailing list