r66487 - in /trunk/libmoosex-multimethods-perl/debian: changelog control copyright libmoosex-multimethods-perl.docs rules source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Dec 27 02:17:56 UTC 2010


Author: jawnsy-guest
Date: Mon Dec 27 02:17:50 2010
New Revision: 66487

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66487
Log:
builds clean, looks good, dch -r

Added:
    trunk/libmoosex-multimethods-perl/debian/source/
    trunk/libmoosex-multimethods-perl/debian/source/format
Removed:
    trunk/libmoosex-multimethods-perl/debian/libmoosex-multimethods-perl.docs
Modified:
    trunk/libmoosex-multimethods-perl/debian/changelog
    trunk/libmoosex-multimethods-perl/debian/control
    trunk/libmoosex-multimethods-perl/debian/copyright
    trunk/libmoosex-multimethods-perl/debian/rules

Modified: trunk/libmoosex-multimethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-multimethods-perl/debian/changelog?rev=66487&op=diff
==============================================================================
--- trunk/libmoosex-multimethods-perl/debian/changelog (original)
+++ trunk/libmoosex-multimethods-perl/debian/changelog Mon Dec 27 02:17:50 2010
@@ -1,5 +1,5 @@
-libmoosex-multimethods-perl (0.10-1) UNRELEASED; urgency=low
+libmoosex-multimethods-perl (0.10-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: 608086)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 23:40:48 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 26 Dec 2010 21:34:20 -0500

Modified: trunk/libmoosex-multimethods-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-multimethods-perl/debian/control?rev=66487&op=diff
==============================================================================
--- trunk/libmoosex-multimethods-perl/debian/control (original)
+++ trunk/libmoosex-multimethods-perl/debian/control Mon Dec 27 02:17:50 2010
@@ -1,12 +1,20 @@
 Source: libmoosex-multimethods-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libaliased-perl, libdevel-declare-perl (>= 0.004000),
- libdevel-partialdump-perl, libmoose-perl,
- libmoosex-method-signatures-perl (>= 0.29), libmoosex-types-perl,
- libmoosex-types-varianttable-perl (>= 0.03), libnamespace-autoclean-perl,
- libsub-install-perl, perl
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl,
+ libmoosex-declare-perl,
+ libtest-nowarnings-perl,
+ libtest-exception-perl,
+ libaliased-perl,
+ libdevel-declare-perl,
+ libdevel-partialdump-perl,
+ libmoose-perl,
+ libmoosex-method-signatures-perl,
+ libmoosex-types-perl,
+ libmoosex-types-varianttable-perl,
+ libnamespace-autoclean-perl,
+ libsub-install-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -16,12 +24,18 @@
 
 Package: libmoosex-multimethods-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libaliased-perl,
- libdevel-declare-perl (>= 0.004000), libdevel-partialdump-perl, libmoose-perl,
- libmoosex-method-signatures-perl (>= 0.29), libmoosex-types-perl,
- libmoosex-types-varianttable-perl (>= 0.03), libnamespace-autoclean-perl,
+Depends: ${misc:Depends}, ${perl:Depends},
+ libaliased-perl,
+ libdevel-declare-perl,
+ libdevel-partialdump-perl,
+ libmoose-perl,
+ libmoosex-method-signatures-perl,
+ libmoosex-types-perl,
+ libmoosex-types-varianttable-perl,
+ libnamespace-autoclean-perl,
  libsub-install-perl
-Description: Multi Method Dispatch based on Moose type constraints
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: Moose extension enabling multiple method dispatch
+ MooseX::MultiMethods is a Perl module providing multiple method dispatch
+ based on Moose type constraints. When invoking a method declared as "multi",
+ a matching variant will be selected based on the passed parameters and the
+ declared type constraints.

Modified: trunk/libmoosex-multimethods-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-multimethods-perl/debian/copyright?rev=66487&op=diff
==============================================================================
--- trunk/libmoosex-multimethods-perl/debian/copyright (original)
+++ trunk/libmoosex-multimethods-perl/debian/copyright Mon Dec 27 02:17:50 2010
@@ -2,17 +2,9 @@
 Maintainer: Florian Ragwitz <rafl at debian.org>
 Source: http://search.cpan.org/dist/MooseX-MultiMethods/
 Name: MooseX-MultiMethods
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Florian Ragwitz <rafl at debian.org>
+Copyright: 2010, Florian Ragwitz <rafl at debian.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -23,8 +15,8 @@
  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 GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ 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
@@ -32,5 +24,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ 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'.

Modified: trunk/libmoosex-multimethods-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-multimethods-perl/debian/rules?rev=66487&op=diff
==============================================================================
--- trunk/libmoosex-multimethods-perl/debian/rules (original)
+++ trunk/libmoosex-multimethods-perl/debian/rules Mon Dec 27 02:17:50 2010
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/man/man3/MooseX::MultiMethods::Meta::Method.3pm

Added: trunk/libmoosex-multimethods-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-multimethods-perl/debian/source/format?rev=66487&op=file
==============================================================================
--- trunk/libmoosex-multimethods-perl/debian/source/format (added)
+++ trunk/libmoosex-multimethods-perl/debian/source/format Mon Dec 27 02:17:50 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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