r10105 - in /trunk/libarray-printcols-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:50:40 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:50:40 2007
New Revision: 10105

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

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

Added: trunk/libarray-printcols-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libarray-printcols-perl/debian/changelog?rev=10105&op=file
==============================================================================
--- trunk/libarray-printcols-perl/debian/changelog (added)
+++ trunk/libarray-printcols-perl/debian/changelog Sat Dec  1 11:50:40 2007
@@ -1,0 +1,60 @@
+libarray-printcols-perl (2.1-8) unstable; urgency=low
+
+  * Added debian/watch file so uscan will actually work
+
+ -- Jay Bonci <jaybonci at debian.org>  Sun, 12 Sep 2004 01:33:13 -0400
+
+libarray-printcols-perl (2.1-7) unstable; urgency=low
+
+  * New maintainer (Closes: #159959)
+  * Added compat file per debhelper best practices
+  * Bumped to policy-version 3.6.1.0
+  * Changed section to perl
+  * debian/control: Build-Depends becomes Build-Depends-Indep
+  * Changed debhelper depends to be versioned (>= 4.1)
+  * Added a build-dependancy on perl
+  * Added a CPAN download url to the copyright file.
+  * Changed over to my standard rules template
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 11 Nov 2003 11:23:15 -0500
+
+libarray-printcols-perl (2.1-6) unstable; urgency=low
+
+  * don't try to replace bogus .orig
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat,  7 Sep 2002 07:54:54 -0700
+
+libarray-printcols-perl (2.1-5) unstable; urgency=low
+
+  * binary-arch vs. binary-indep (closes: Bug#153367)
+  * debian/copyright pedantry (closes: Bug#153391)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat,  7 Sep 2002 07:11:50 -0700
+
+libarray-printcols-perl (2.1-4) unstable; urgency=low
+
+  * Don't install .packlist
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Wed, 11 Apr 2001 12:33:24 -0700
+
+libarray-printcols-perl (2.1-3) unstable; urgency=low
+
+  * Coherent description (closes: Bug#93576)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Wed, 11 Apr 2001 11:36:43 -0700
+
+libarray-printcols-perl (2.1-2) unstable; urgency=low
+
+  * Removed gratuitous dh_suidregister
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Fri, 16 Feb 2001 03:16:47 -0800
+
+libarray-printcols-perl (2.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 25 Dec 2000 02:09:01 -0800
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/libarray-printcols-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libarray-printcols-perl/debian/compat?rev=10105&op=file
==============================================================================
--- trunk/libarray-printcols-perl/debian/compat (added)
+++ trunk/libarray-printcols-perl/debian/compat Sat Dec  1 11:50:40 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libarray-printcols-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libarray-printcols-perl/debian/control?rev=10105&op=file
==============================================================================
--- trunk/libarray-printcols-perl/debian/control (added)
+++ trunk/libarray-printcols-perl/debian/control Sat Dec  1 11:50:40 2007
@@ -1,0 +1,16 @@
+Source: libarray-printcols-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.0-16)
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+
+Package: libarray-printcols-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Print or format array elements in vertically sorted columns
+ Array::PrintCols, version 2.1, is a Perl 5 module which defines a
+ subroutine to print arrays of elements in alphabetically, vertically
+ sorted columns.  Optional arguments can be given to control either the
+ width or number of the columns, the total width of the output, and the
+ amount of indentation.

Added: trunk/libarray-printcols-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libarray-printcols-perl/debian/copyright?rev=10105&op=file
==============================================================================
--- trunk/libarray-printcols-perl/debian/copyright (added)
+++ trunk/libarray-printcols-perl/debian/copyright Sat Dec  1 11:50:40 2007
@@ -1,0 +1,27 @@
+This is the debian package for the Array::PrintCols module.
+It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+
+Array::PrintCols can be downloaded from CPAN at:
+http://search.cpan.org/dist/Array-PrintCols
+
+# Array::PrintCols.pm
+#
+#    Copyright (C) 1995  Alan K. Stebbens <aks at hub.ucsb.edu>
+#
+#    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 2 of the License, or
+#    (at your option) any later version.
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#
+# Author: Alan K. Stebbens <aks at hub.ucsb.edu>
+#
+# $Id: PrintCols.pm,v 1.2 1998/01/18 07:15:57 aks Exp $
+
+On Debian systems, the full text of the GPL may be found in the file
+/usr/share/common-licenses/GPL

Added: trunk/libarray-printcols-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libarray-printcols-perl/debian/rules?rev=10105&op=file
==============================================================================
--- trunk/libarray-printcols-perl/debian/rules (added)
+++ trunk/libarray-printcols-perl/debian/rules Sat Dec  1 11:50:40 2007
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Vendor test suite is broken, so no 'make test'
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libarray-printcols-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libarray-printcols-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libarray-printcols-perl/debian/watch?rev=10105&op=file
==============================================================================
--- trunk/libarray-printcols-perl/debian/watch (added)
+++ trunk/libarray-printcols-perl/debian/watch Sat Dec  1 11:50:40 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Array/Array-PrintCols-([0-9].*)\.tar.gz




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