r25345 - in /trunk/libcoat-perl: CHANGES debian/changelog debian/compat debian/control debian/copyright debian/libcoat-perl.docs debian/rules lib/Coat.pm t/022_type_coercion_datetime.t

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Sep 19 11:13:44 UTC 2008


Author: ansgar-guest
Date: Fri Sep 19 11:13:41 2008
New Revision: 25345

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25345
Log:
* New upstream release.
  + remove dependency on libdatetime-perl
* refresh debian/rules for debhelper 7
* add myself to Uploaders
* convert debian/copyright to proposed machine-readable format
* debian/control: change Homepage field

Added:
    trunk/libcoat-perl/debian/libcoat-perl.docs
Modified:
    trunk/libcoat-perl/CHANGES
    trunk/libcoat-perl/debian/changelog
    trunk/libcoat-perl/debian/compat
    trunk/libcoat-perl/debian/control
    trunk/libcoat-perl/debian/copyright
    trunk/libcoat-perl/debian/rules
    trunk/libcoat-perl/lib/Coat.pm
    trunk/libcoat-perl/t/022_type_coercion_datetime.t

Modified: trunk/libcoat-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/CHANGES?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/CHANGES (original)
+++ trunk/libcoat-perl/CHANGES Fri Sep 19 11:13:41 2008
@@ -1,3 +1,8 @@
+2008-09-18 -- release 0.332
+
+    * bugfix: removed useless DateTime dependency in test suite, so Coat can be
+      built without this module installed.
+
 2008-07-04 -- release 0.331
 
     * bugfix: don't set undef values to 1 during type validation)

Modified: trunk/libcoat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/changelog?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/changelog (original)
+++ trunk/libcoat-perl/debian/changelog Fri Sep 19 11:13:41 2008
@@ -1,3 +1,14 @@
+libcoat-perl (0.332-1) unstable; urgency=low
+
+  * New upstream release.
+    + remove dependency on libdatetime-perl
+  * refresh debian/rules for debhelper 7
+  * add myself to Uploaders
+  * convert debian/copyright to proposed machine-readable format
+  * debian/control: change Homepage field
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 19 Sep 2008 13:13:21 +0200
+
 libcoat-perl (0.331-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libcoat-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/compat?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/compat (original)
+++ trunk/libcoat-perl/debian/compat Fri Sep 19 11:13:41 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libcoat-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/control?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/control (original)
+++ trunk/libcoat-perl/debian/control Fri Sep 19 11:13:41 2008
@@ -1,20 +1,21 @@
 Source: libcoat-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-12), libdatetime-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.8-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alexis Sukrieh <sukria at debian.org>,
  gregor herrmann <gregoa at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>
+ Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Ansgar Burchardt <ansgar at 43-1.org>
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcoat-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/
-Homepage: http://search.cpan.org/dist/Coat/
+Homepage: http://www.sukria.net/perl/coat/
 
 Package: libcoat-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl
+Depends: ${perl:Depends}, ${misc:Depends}
 Description:  light and Moose-compatible meta-class for Perl5
  This module was inspired by the excellent Moose meta class which provides
  enhanced object creation for Perl5.

Modified: trunk/libcoat-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/copyright?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/copyright (original)
+++ trunk/libcoat-perl/debian/copyright Fri Sep 19 11:13:41 2008
@@ -1,21 +1,22 @@
-This is the debian package for the Coat module.
-It was created by Alexis Sukrieh <sukria at debian.org> using dh-make-perl.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: Coat
+Upstream-Maintainer: Alexis Sukrieh <sukria+perl at sukria.net>
+Upstream-Source: http://search.cpan.org/dist/Coat/
 
-It was downloaded from http://search.cpan.org/dist/Coat/
+Files: *
+Copyright: © 2007, Alexis Sukrieh <sukria+perl at sukria.net>
+License: GPL-1+ | Artistic
+ This library 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'.
 
-This module was written by Alexis Sukrieh <sukria at cpan.org>
+Files: debian/*
+Copyright: © 2008, Alexis Sukrieh <sukria at debian.org>
+License: GPL-1+ | Artistic
+ The Debian packaging is licensed under the same terms as the software
+ itself (see above).
 
-Strong and helpful reviews were made by Stevan Little and 
-Matt (mst) Trout ; this module wouldn't be there without their help.
-Huge thank to them..
-
-Copyright 2006-2008 by Edenware - Alexis Sukrieh
-
-This library is released under the terms of the GPL licence and 
-under the same terms as Perl itself.
-
-On Debian systems, the complete text of the GNU General Public
-License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2008, Alexis Sukrieh <sukria at debian.org> and
-is licensed under the same terms as the software itself (see above).

Added: trunk/libcoat-perl/debian/libcoat-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/libcoat-perl.docs?rev=25345&op=file
==============================================================================
--- trunk/libcoat-perl/debian/libcoat-perl.docs (added)
+++ trunk/libcoat-perl/debian/libcoat-perl.docs Fri Sep 19 11:13:41 2008
@@ -1,0 +1,1 @@
+README

Modified: trunk/libcoat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/rules?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/rules (original)
+++ trunk/libcoat-perl/debian/rules Fri Sep 19 11:13:41 2008
@@ -1,60 +1,24 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean -X011_metaclass_attributes_inheritance.t.orig build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh clean --before dh_clean
+	dh_clean -X011_metaclass_attributes_inheritance.t.orig
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs CHANGES
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Modified: trunk/libcoat-perl/lib/Coat.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/lib/Coat.pm?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/lib/Coat.pm (original)
+++ trunk/libcoat-perl/lib/Coat.pm Fri Sep 19 11:13:41 2008
@@ -14,7 +14,7 @@
 use Coat::Object;
 use Coat::Types;
 
-$VERSION   = '0.331';
+$VERSION   = '0.332';
 $AUTHORITY = 'cpan:SUKRIA';
 
 # our exported keywords for class description

Modified: trunk/libcoat-perl/t/022_type_coercion_datetime.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/t/022_type_coercion_datetime.t?rev=25345&op=diff
==============================================================================
--- trunk/libcoat-perl/t/022_type_coercion_datetime.t (original)
+++ trunk/libcoat-perl/t/022_type_coercion_datetime.t Fri Sep 19 11:13:41 2008
@@ -2,7 +2,6 @@
 use strict;
 use warnings;
 
-use DateTime;
 use Coat::Types;
 use Coat::Meta::TypeConstraint;
 




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