[libtest-classapi-perl] 01/07: Imported Debian patch 1.06-1
Jonas Genannt
jonas at brachium-system.net
Fri Feb 7 11:19:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository libtest-classapi-perl.
commit 69c7fada4dec8b7477f75262f848c6c9ba919529
Author: Jonas Genannt <jonas.genannt at capi2name.de>
Date: Fri Feb 17 20:56:36 2012 +0100
Imported Debian patch 1.06-1
---
debian/changelog | 37 +++++++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 18 ++++++++++++++++++
debian/copyright | 43 +++++++++++++++++++++++++++++++++++++++++++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 2 ++
7 files changed, 106 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..772f1f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,37 @@
+libtest-classapi-perl (1.06-1) unstable; urgency=low
+
+ * New upstream release
+ * Switch to dpkg-source 3.0 (quilt) format
+ * bumped dpkg compat version
+ * bumped standards version
+ * d/watch: added watch file
+ * d/rules: reduced files
+ * d/control: added ${misc:Depends}
+ * d/control: added Homepage field
+ * d/control: added DM-Upload field
+ * d/control: added libparams-util-perl to Depends
+ * d/copyright: update to DEP5
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Fri, 17 Feb 2012 20:56:36 +0100
+
+libtest-classapi-perl (1.05-1) unstable; urgency=low
+
+ * New Upstream Release
+ * new Build Dep: libparams-util-perl
+ * new standards version
+ * debian/rules: fixed Make clean
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Fri, 26 Sep 2008 20:08:38 +0200
+
+libtest-classapi-perl (1.02-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with Perl 5.10. Closes: #468020.
+
+ -- Mark Hymers <mhy at debian.org> Sat, 05 Apr 2008 15:48:58 +0100
+
+libtest-classapi-perl (1.02-1) unstable; urgency=low
+
+ * Initial Release (Closes: #343340)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Thu, 1 Dec 2005 20:23: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..c4d7989
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: libtest-classapi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl (>= 5.8.0-7), libclass-inspector-perl, libconfig-tiny-perl, libparams-util-perl
+Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Test-ClassAPI/
+DM-Upload-Allowed: yes
+
+Package: libtest-classapi-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-inspector-perl, libconfig-tiny-perl, libparams-util-perl
+Description: Perl extension for basic first-pass API testing for class trees
+ For many APIs with large numbers of classes, it can be very useful to be able
+ to do a quick once-over to make sure that classes, methods, and inheritance
+ is correct, before doing more comprehensive testing.
+ This module aims to provide such a capability.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0afc18b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=248
+Upstream-Contact: Adam Kennedy <adamk at cpan.org>
+Source: http://search.cpan.org/dist/Test-ClassAPI/
+Upstream-Name: Test-ClassAPI
+
+Files: *
+Copyright: 2002 - 2009, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1
+
+Files: inc/Module/*
+Copyright: 2002 - 2011, Brian Ingerson <ingy at cpan.org>
+ 2002 - 2011, Audrey Tang <autrijus at autrijus.org>
+ 2002 - 2011, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1
+
+Files: inc/Modules/Install/Base.pm
+Copyright: 2003 - 2004, Audrey Tang <autrijus at autrijus.org>
+License: Artistic or GPL-1
+
+Files: inc/Modules/Install/Can.pm
+Copyright: 2006, Audrey Tang <autrijus at autrijus.org>
+License: Artistic or GPL-1
+
+Files: debian/*
+Copyright: 2005 - 2012, Jonas Genannt <jonas.genannt at capi2name.de>
+ 2008, Mark Hymers <mhy at debian.org>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
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..9c99be1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Test/Test-ClassAPI-([\d\.]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-classapi-perl.git
More information about the Pkg-perl-cvs-commits
mailing list