[libclass-contract-perl] 01/01: Imported Debian patch 1.14-7

gregor herrmann gregoa at debian.org
Sun Jan 12 15:28:27 UTC 2014


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

gregoa pushed a commit to branch master
in repository libclass-contract-perl.

commit 53ac524dace5e60eef890f5d8c72af67c53ead7d
Author: Nacho Barrientos Arias <nacho at debian.org>
Date:   Sun Dec 29 21:41:32 2013 +0000

    Imported Debian patch 1.14-7
---
 debian/changelog | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 19 ++++++++++++++++
 debian/copyright | 26 ++++++++++++++++++++++
 debian/docs      |  1 +
 debian/install   |  3 +++
 debian/rules     | 49 +++++++++++++++++++++++++++++++++++++++++
 debian/watch     |  2 ++
 8 files changed, 168 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c826f4a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,67 @@
+libclass-contract-perl (1.14-7) unstable; urgency=low
+
+  * Orphaned. Set maintainer to Debian QA Group.
+
+ -- Nacho Barrientos Arias <nacho at debian.org>  Sun, 29 Dec 2013 21:41:32 +0000
+
+libclass-contract-perl (1.14-6) unstable; urgency=low
+
+  * Little maintenance release
+  * debian/control
+   + Bumping standards version to 3.7.3.
+   + Moving the Homepage information to the right place.
+   + New maintainer's email address.
+  * debian/watch
+   + Improved.
+
+ -- Nacho Barrientos Arias <nacho at debian.org>  Sun, 09 Mar 2008 11:22:12 +0100
+
+libclass-contract-perl (1.14-5) unstable; urgency=low
+
+  * New maintainer (closes: #399254).
+  * debian/copyright
+  - Added packaging license terms.
+  - Fixed source download URL.
+  * debian/control
+  - Jumped to debhelper compat level 5.
+  - Adding perl to Build-Depends-Indep.
+  - Adding homepage to long description.
+  * debian/rules
+  - Rebuilt.
+  - Removing useless commented lines.
+  - No longer running tests.
+  - Removing useless debhelper calls.
+  * debian/watch
+  - Added.
+
+ -- Nacho Barrientos Arias <chipi at criptonita.com>  Sun,  7 Jan 2007 15:12:39 +0100
+
+libclass-contract-perl (1.14-4) unstable; urgency=low
+
+  * QA upload.
+  * Set Maintainer to Debian QA Group.
+
+ -- Luk Claes <luk at debian.org>  Tue,  5 Dec 2006 20:45:32 +0100
+
+libclass-contract-perl (1.14-3) unstable; urgency=low
+
+  * Standards-Version: 3.5.9.
+  * properly reference /usr/share/common-licenses/Artistic version of Artistic license.
+
+ -- Paul Baker (w2gi) <pbaker at where2getit.com>  Wed, 12 Mar 2003 05:03:16 -0600
+
+libclass-contract-perl (1.14-2) unstable; urgency=low
+
+  * use make realclean target during debian/rules clean.
+  * Changes should not be in the debian/docs file.
+  * Standards-Version: 3.5.8.0.
+  * indep build depend on debhelper 3.0.18 or higher.
+
+ -- Paul Baker (w2gi) <pbaker at where2getit.com>  Fri,  7 Mar 2003 16:35:03 -0600
+
+libclass-contract-perl (1.14-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Paul Baker (w2gi) <pbaker at where2getit.com>  Thu, 27 Feb 2003 17:29:58 -0600
+
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..4abe493
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libclass-contract-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5)
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Class-Contract/
+
+Package: libclass-contract-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Design-by-Contract OO in Perl
+ The Class::Contract module implements strong encapsulation, static
+ inheritance, and design-by-contract condition checking for
+ object-oriented Perl. The module provides a declarative syntax for
+ attribute, method, constructor, and destructor definitions at both
+ the object and class level. Pre-conditions, post-conditions, and
+ class invariants are also fully supported.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c6005f8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Paul Baker (w2gi)
+<pbaker at where2getit.com> on Thu, 27 Feb 2003 17:25:26 -0600.
+
+Nacho Barrientos Arias <chipi at criptonita.com> adopted it on
+Sun, 07 Jan 2007 15:14:51 +0100 (see debian/changelog).
+
+It was downloaded from http://search.cpan.org/dist/Class-Contract/
+
+Upstream Author: Garrett Goebel <ggoebel at cpan.org>
+
+Copyright:
+
+  Copyright (c) 1997-2000, Damian Conway. All Rights Reserved.
+  This module is free software. It may be used, redistributed
+  and/or modified under the terms of the Perl Artistic License
+  (see /usr/share/common-licenses/Artistic)
+
+  Copyright (c) 2000-2001, C. Garrett Goebel. All Rights Reserved.
+  This module is free software. It may be used, redistributed
+  and/or modified under the terms of the Perl Artistic License
+  (see /usr/share/common-licenses/Artistic)
+
+Debian packaging stuff, (strictly changes from 1.14-5), are (C)
+  2007-2008, Nacho Barrientos Arias <nacho at debian.org>
+and is licensed under the GPL, see
+`/usr/share/common-licenses/GPL'.
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/install b/debian/install
new file mode 100644
index 0000000..cc52e8e
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+usr/share/man/man3
+usr/share/perl5/Class/Contract/
+usr/share/perl5/Class/Contract.pm
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a7740f9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,49 @@
+#!/usr/bin/make -f
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor DESTDIR=$(CURDIR)/debian/tmp
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+	rm -rf $(CURDIR)/debian/tmp
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	mkdir $(CURDIR)/debian/tmp
+	$(MAKE) install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=$(CURDIR)/debian/tmp
+	dh_installdocs
+	dh_installexamples $(CURDIR)/debian/tmp/usr/share/perl5/Class/demo.pl
+	dh_installchangelogs Changes
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+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..e271edc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Class-Contract/ .*/Class-Contract-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/libclass-contract-perl.git



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