r33652 - in /trunk/libtest-portability-files-perl/debian: ./ changelog compat control copyright rules watch

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Tue Apr 21 12:34:38 UTC 2009


Author: roam-guest
Date: Tue Apr 21 12:34:33 2009
New Revision: 33652

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

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

Added: trunk/libtest-portability-files-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-portability-files-perl/debian/changelog?rev=33652&op=file
==============================================================================
--- trunk/libtest-portability-files-perl/debian/changelog (added)
+++ trunk/libtest-portability-files-perl/debian/changelog Tue Apr 21 12:34:33 2009
@@ -1,0 +1,5 @@
+libtest-portability-files-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #519771)
+
+ -- Peter Pentchev <roam at ringlet.net>  Tue, 21 Apr 2009 15:14:08 +0300

Added: trunk/libtest-portability-files-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-portability-files-perl/debian/compat?rev=33652&op=file
==============================================================================
--- trunk/libtest-portability-files-perl/debian/compat (added)
+++ trunk/libtest-portability-files-perl/debian/compat Tue Apr 21 12:34:33 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libtest-portability-files-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-portability-files-perl/debian/control?rev=33652&op=file
==============================================================================
--- trunk/libtest-portability-files-perl/debian/control (added)
+++ trunk/libtest-portability-files-perl/debian/control Tue Apr 21 12:34:33 2009
@@ -1,0 +1,28 @@
+Source: libtest-portability-files-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Test-Portability-Files/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-portability-files-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-portability-files-perl/
+
+Package: libtest-portability-files-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl module to check that file names in a distribution are portable
+ Test::Portability::Files is used to check the portability across operating
+ systems of the names of the files present in the distribution of a module.
+ The tests use the advices given in perlport/"Files and Filesystems". The
+ author of a distribution can select which tests to execute.
+ .
+ To use this module, simply copy the code from the synopsis in a test file
+ named t/portfs.t for example, and add it to your MANIFEST. You can delete the
+ call to options() to enable only most common tests.
+ .
+ By default, not all tests are enabled because some are judged too cumbersome
+ to be practical, especially since some of the most limited platforms (like
+ MS-DOS) seem to be no longer supported. Here are the default options:

Added: trunk/libtest-portability-files-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-portability-files-perl/debian/copyright?rev=33652&op=file
==============================================================================
--- trunk/libtest-portability-files-perl/debian/copyright (added)
+++ trunk/libtest-portability-files-perl/debian/copyright Tue Apr 21 12:34:33 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Sébastien Aperghis-Tramoni <sebastien at aperghis.net>
+Upstream-Source: http://search.cpan.org/dist/Test-Portability-Files/
+Upstream-Name: Test-Portability-Files
+
+Files: *
+Copyright: Copyright (C) 2004 Sébastien Aperghis-Tramoni
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: Copyright (C) 2009  Peter Pentchev <roam at ringlet.net>
+License: Artistic | GPL-1+
+
+License: Artistic
+    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'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libtest-portability-files-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-portability-files-perl/debian/rules?rev=33652&op=file
==============================================================================
--- trunk/libtest-portability-files-perl/debian/rules (added)
+++ trunk/libtest-portability-files-perl/debian/rules Tue Apr 21 12:34:33 2009
@@ -1,0 +1,51 @@
+#!/usr/bin/make -f
+# debhelper rules for building the Test::Portability::Files Perl module
+
+# 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) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libtest-portability-files-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-portability-files-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-portability-files-perl/debian/watch?rev=33652&op=file
==============================================================================
--- trunk/libtest-portability-files-perl/debian/watch (added)
+++ trunk/libtest-portability-files-perl/debian/watch Tue Apr 21 12:34:33 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Test-Portability-Files/   .*/Test-Portability-Files-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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