r6814 - in /trunk/libmoosex-getopt-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Aug 17 13:00:02 UTC 2007


Author: dmn
Date: Fri Aug 17 13:00:02 2007
New Revision: 6814

URL: http://svn.debian.org/wsvn/?sc=1&rev=6814
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libmoosex-getopt-perl/debian/
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/compat
    trunk/libmoosex-getopt-perl/debian/control
    trunk/libmoosex-getopt-perl/debian/copyright
    trunk/libmoosex-getopt-perl/debian/rules   (with props)
    trunk/libmoosex-getopt-perl/debian/watch

Added: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/changelog?rev=6814&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (added)
+++ trunk/libmoosex-getopt-perl/debian/changelog Fri Aug 17 13:00:02 2007
@@ -1,0 +1,5 @@
+libmoosex-getopt-perl (0.05-1) unstable; urgency=low
+
+  * Initial Release (Closes: #438488 -- ITP)
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 17 Aug 2007 15:57:44 +0300

Added: trunk/libmoosex-getopt-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/compat?rev=6814&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/compat (added)
+++ trunk/libmoosex-getopt-perl/debian/compat Fri Aug 17 13:00:02 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libmoosex-getopt-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/control?rev=6814&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/control (added)
+++ trunk/libmoosex-getopt-perl/debian/control Fri Aug 17 13:00:02 2007
@@ -1,0 +1,30 @@
+Source: libmoosex-getopt-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-7), libmoose-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.7.2
+
+Package: libmoosex-getopt-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.19)
+Description: A Moose role for processing command line options
+ MooseX::Getoptis a role which provides an alternate constructor for creating
+ objects using parameters passed in from the command line.
+ .
+ This module attempts to DWIM as much as possible with the command line
+ params by introspecting your class's attributes. It will use the name
+ of your attribute as the command line option, and if there is a type
+ constraint defined, it will configure Getopt::Long to handle the option
+ accordingly.
+ .
+ You can use the attribute metaclass MooseX::Getopt::Meta::Attribute
+ to get non-default commandline option names and aliases.
+ .
+ By default, attributes which start with an underscore are not given
+ commandline argument support, unless the attribute's metaclass is set
+ to MooseX::Getopt::Meta::Attribute. If you don't want you accessors
+ to have the leading underscore in thier name, you can do this:

Added: trunk/libmoosex-getopt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/copyright?rev=6814&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/copyright (added)
+++ trunk/libmoosex-getopt-perl/debian/copyright Fri Aug 17 13:00:02 2007
@@ -1,0 +1,37 @@
+This is the debian package for the MooseX-Getopt module.
+It was created by Damyan Ivanov <dmn at debian.org> using dh-make-perl.
+
+It was downloaded from http://www.cpan.org/authors/id/S/ST/STEVAN/
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+Authors:
+    Stevan Little <stevan at iinteractive.com>
+    Brandon L. Black <blblack at gmail.com>
+
+Copyright (C) 2007 Infinity Interactive, Inc.
+
+http://www.iinteractive.com
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself. 
+
+Perl license is:
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+    Foundation; either version 1, or (at your option) any later
+    version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    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'.
+
+
+The Debian packaging is (C) 2007, Damyan Ivanov <dmn at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libmoosex-getopt-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/rules?rev=6814&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/rules (added)
+++ trunk/libmoosex-getopt-perl/debian/rules Fri Aug 17 13:00:02 2007
@@ -1,0 +1,73 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -f Build ] || $(PERL) Build distclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do; this is arch-indep package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs ChangeLog
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libmoosex-getopt-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmoosex-getopt-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/watch?rev=6814&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/watch (added)
+++ trunk/libmoosex-getopt-perl/debian/watch Fri Aug 17 13:00:02 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/MooseX/MooseX-Getopt-([\d\.]+)\.(tar\.gz|tar|tgz)




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