r11953 - in /trunk/libgetopt-tabular-perl/debian: ./ changelog compat control copyright rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Jan 3 17:29:03 UTC 2008


Author: hanska-guest
Date: Thu Jan  3 17:29:02 2008
New Revision: 11953

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

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

Added: trunk/libgetopt-tabular-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/changelog?rev=11953&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/changelog (added)
+++ trunk/libgetopt-tabular-perl/debian/changelog Thu Jan  3 17:29:02 2008
@@ -1,0 +1,5 @@
+libgetopt-tabular-perl (0.3-1) unstable; urgency=low
+
+  * Initial Release (Closes: #458918)
+
+ -- David Paleino <d.paleino at gmail.com>  Thu, 03 Jan 2008 18:11:50 +0100

Added: trunk/libgetopt-tabular-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/compat?rev=11953&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/compat (added)
+++ trunk/libgetopt-tabular-perl/debian/compat Thu Jan  3 17:29:02 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libgetopt-tabular-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/control?rev=11953&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/control (added)
+++ trunk/libgetopt-tabular-perl/debian/control Thu Jan  3 17:29:02 2008
@@ -1,0 +1,34 @@
+Source: libgetopt-tabular-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+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.0
+Homepage: http://search.cpan.org/dist/Getopt-Tabular/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgetopt-tabular-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libgetopt-tabular-perl/
+
+Package: libgetopt-tabular-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: table-driven argument parsing for Perl 5
+ Getopt::Tabular is a Perl 5 module for table-driven argument parsing,
+ vaguely inspired by John Ousterhout's Tk_ParseArgv.
+ .
+ Some nice features of Getopt::Tabular are:
+  * Command-line arguments are carefully type-checked, both by pattern and
+    number -- e.g. if an option requires two integers, GetOptions makes sure
+    that exactly two integers follow it!
+  * The valid command-line arguments are specified in a data structure
+    separate from the call to GetOptions; this makes it easier to have very
+    long lists of options, and to parse options from multiple sources
+    (e.g. the command line, an environment variable, and a configuration file).
+  * Getopt::Tabular can intelligently generate help text based on your option
+    descriptions.
+  * The type system is extensible, and if you can define your desired argument
+    type using a single Perl regular expression then it's particularly easy to
+    extend.
+  * Options can be abbreviated and come in any order.
+  * A "spoof" mode in which arguments are parsed without side-effects.

Added: trunk/libgetopt-tabular-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/copyright?rev=11953&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/copyright (added)
+++ trunk/libgetopt-tabular-perl/debian/copyright Thu Jan  3 17:29:02 2008
@@ -1,0 +1,23 @@
+This is the debian package for the Getopt::Tabular 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/Getopt::Tabular/
+
+The upstream author is: Greg Ward <greg at bic.mni.mcgill.ca>
+
+Started in July, 1995 as ParseArgs.pm, with John Ousterhout's
+Tk_ParseArgv.c as a loose inspiration.  Many many features added over
+the ensuing months; documentation written in a mad frenzy 16-18 April,
+1996.  Renamed to Getopt::Tabular, revamped, reorganized, and
+documentation expanded 8-11 November, 1996.
+
+Copyright (c) 1995-97 Greg Ward. All rights reserved.  This is
+free software; you can redistribute it and/or modify it under the same
+terms as Perl itself.
+
+Perl is released under GNU General Public License (available at
+'/usr/share/common-licenses/GPL') or the Artistic License (available at
+'/usr/share/common-licenses/Artistic')
+
+The Debian packaging is (C) 2008, David Paleino <d.paleino at gmail.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libgetopt-tabular-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/rules?rev=11953&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/rules (added)
+++ trunk/libgetopt-tabular-perl/debian/rules Thu Jan  3 17:29:02 2008
@@ -1,0 +1,76 @@
+#!/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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we prevent this by setting the INSTALLVENDORARCH
+	# and VENDORARCHEXP environment variables.
+
+	$(PERL) Makefile.PL INSTALLDIRS=vendor \
+		INSTALLVENDORARCH=/usr/share/perl5/ \
+		VENDORARCHEXP=/usr/share/perl5/
+	$(MAKE)
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	touch $@
+
+binary-arch:
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	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/libgetopt-tabular-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgetopt-tabular-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libgetopt-tabular-perl/debian/watch?rev=11953&op=file
==============================================================================
--- trunk/libgetopt-tabular-perl/debian/watch (added)
+++ trunk/libgetopt-tabular-perl/debian/watch Thu Jan  3 17:29:02 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Getopt-Tabular/ .*/Getopt::Tabular-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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