r11207 - in /trunk/libtest-perl-critic-perl/debian: ./ changelog compat control copyright rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sun Dec 16 01:37:42 UTC 2007


Author: hanska-guest
Date: Sun Dec 16 01:37:42 2007
New Revision: 11207

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

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

Added: trunk/libtest-perl-critic-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-perl-critic-perl/debian/changelog?rev=11207&op=file
==============================================================================
--- trunk/libtest-perl-critic-perl/debian/changelog (added)
+++ trunk/libtest-perl-critic-perl/debian/changelog Sun Dec 16 01:37:42 2007
@@ -1,0 +1,5 @@
+libtest-perl-critic-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- David Paleino <d.paleino at gmail.com>  Sun, 16 Dec 2007 02:23:24 +0100

Added: trunk/libtest-perl-critic-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-perl-critic-perl/debian/compat?rev=11207&op=file
==============================================================================
--- trunk/libtest-perl-critic-perl/debian/compat (added)
+++ trunk/libtest-perl-critic-perl/debian/compat Sun Dec 16 01:37:42 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libtest-perl-critic-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-perl-critic-perl/debian/control?rev=11207&op=file
==============================================================================
--- trunk/libtest-perl-critic-perl/debian/control (added)
+++ trunk/libtest-perl-critic-perl/debian/control Sun Dec 16 01:37:42 2007
@@ -1,0 +1,28 @@
+Source: libtest-perl-critic-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino at gmail.com>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Test-Perl-Critic/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-perl-critic-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-perl-critic-perl/
+
+Package: libtest-perl-critic-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libperl-critic-perl (>= 0.21)
+Description: Use Perl::Critic in test scripts
+ Test::Perl::Critic wraps the Perl::Critic engine in a convenient
+ subroutine suitable for test programs written using the Test::More
+ framework.  This makes it easy to integrate coding-standards
+ enforcement into the build process.  For ultimate convenience (at the
+ expense of some flexibility), see the criticism pragma.
+ .
+ If you'd like to try Perl::Critic without installing anything,
+ there is a web-service available at http://perlcritic.com.  The
+ web-service does not yet support all the configuration features that
+ are available in the native Perl::Critic API, but it should give you a
+ good idea of what it does.  You can also invoke the perlcritic
+ web-service from the command line by doing an HTTP-post.

Added: trunk/libtest-perl-critic-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-perl-critic-perl/debian/copyright?rev=11207&op=file
==============================================================================
--- trunk/libtest-perl-critic-perl/debian/copyright (added)
+++ trunk/libtest-perl-critic-perl/debian/copyright Sun Dec 16 01:37:42 2007
@@ -1,0 +1,26 @@
+This is the debian package for the Test-Perl-Critic module.
+It was created by David Paleino <d.paleino at gmail.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Test-Perl-Critic/
+
+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.
+
+The upstream author is: Jeffrey Thalhammer <thaljef at cpan.org>.
+
+
+Copyright (c) 2005-2006 Jeffrey Ryan Thalhammer.  All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.  The full text of this license
+can be found in the LICENSE file included with this module.
+
+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'.
+
+
+The Debian packaging is (C) 2007, David Paleino <d.paleino at gmail.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libtest-perl-critic-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-perl-critic-perl/debian/rules?rev=11207&op=file
==============================================================================
--- trunk/libtest-perl-critic-perl/debian/rules (added)
+++ trunk/libtest-perl-critic-perl/debian/rules Sun Dec 16 01:37:42 2007
@@ -1,0 +1,77 @@
+#!/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
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+
+	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_installexamples
+	dh_installchangelogs Changes
+	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/libtest-perl-critic-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-perl-critic-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtest-perl-critic-perl/debian/watch?rev=11207&op=file
==============================================================================
--- trunk/libtest-perl-critic-perl/debian/watch (added)
+++ trunk/libtest-perl-critic-perl/debian/watch Sun Dec 16 01:37:42 2007
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Test-Perl-Critic/ .*/Test-Perl-Critic-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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