r6264 - in /trunk/libgd-barcode-perl/debian: ./ changelog compat control copyright examples rules watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Aug 5 20:42:00 UTC 2007


Author: tincho-guest
Date: Sun Aug  5 20:42:00 2007
New Revision: 6264

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

Added:
    trunk/libgd-barcode-perl/debian/
    trunk/libgd-barcode-perl/debian/changelog
    trunk/libgd-barcode-perl/debian/compat
    trunk/libgd-barcode-perl/debian/control
    trunk/libgd-barcode-perl/debian/copyright
    trunk/libgd-barcode-perl/debian/examples
    trunk/libgd-barcode-perl/debian/rules   (with props)
    trunk/libgd-barcode-perl/debian/watch

Added: trunk/libgd-barcode-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/changelog?rev=6264&op=file
==============================================================================
--- trunk/libgd-barcode-perl/debian/changelog (added)
+++ trunk/libgd-barcode-perl/debian/changelog Sun Aug  5 20:42:00 2007
@@ -1,0 +1,14 @@
+libgd-barcode-perl (1.15-2) unstable; urgency=low
+
+  * Modified dependencies to allow libgd-gd2-noxpm-perl alternative packages.
+  * Removed dependencies on gd1 libraries, to ease transition.
+    (Closes: #392622)
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Fri, 13 Oct 2006 18:26:36 -0300
+
+libgd-barcode-perl (1.15-1) unstable; urgency=low
+
+  * Initial release. (Closes: #263831: ITP: libgd-barcode-perl -- Create
+    barcode image with GD - Debian Bug report logs)
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Mon, 31 Jul 2006 16:08:39 -0300

Added: trunk/libgd-barcode-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/compat?rev=6264&op=file
==============================================================================
--- trunk/libgd-barcode-perl/debian/compat (added)
+++ trunk/libgd-barcode-perl/debian/compat Sun Aug  5 20:42:00 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libgd-barcode-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/control?rev=6264&op=file
==============================================================================
--- trunk/libgd-barcode-perl/debian/control (added)
+++ trunk/libgd-barcode-perl/debian/control Sun Aug  5 20:42:00 2007
@@ -1,0 +1,15 @@
+Source: libgd-barcode-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Martín Ferrari <martin.ferrari at gmail.com>
+Standards-Version: 3.7.2
+
+Package: libgd-barcode-perl
+Architecture: all
+Depends: ${perl:Depends}, libgd-gd2-noxpm-perl | libgd-gd2-perl
+Description: Library to create barcode images (GD::Barcode)
+ GD::Barcode creates barcode images. It supports the following barcode formats:
+ COOP2of5, Code39, EAN13 (JAN13), EAN8 (JAN8), IATA2of5, ITF (Interleaved2of5),
+ Industrial2of5, Matrix2of5, NW7, QRcode, UPC-A and UPC-E.

Added: trunk/libgd-barcode-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/copyright?rev=6264&op=file
==============================================================================
--- trunk/libgd-barcode-perl/debian/copyright (added)
+++ trunk/libgd-barcode-perl/debian/copyright Sun Aug  5 20:42:00 2007
@@ -1,0 +1,17 @@
+Package debianized by Martín Ferrari <martin.ferrari at gmail.com>.
+
+The upstream author is: Kawai Takanori (川合 孝å
¸) <GCD00051 at nifty.ne.jp>.
+
+This module is based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22".
+
+The GD::Barocde module is Copyright (c) 2000 Kawai Takanori. Japan.
+All rights reserved.
+
+You may distribute under the terms of either the GNU General Public
+License or the Artistic License, as specified in the Perl README file.
+
+A copy of the GNU General Public License is in
+/usr/share/common-licenses/GPL.
+
+A copy of the Artistic License is in
+/usr/share/common-licenses/Artistic.

Added: trunk/libgd-barcode-perl/debian/examples
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/examples?rev=6264&op=file
==============================================================================
--- trunk/libgd-barcode-perl/debian/examples (added)
+++ trunk/libgd-barcode-perl/debian/examples Sun Aug  5 20:42:00 2007
@@ -1,0 +1,1 @@
+sample/*

Added: trunk/libgd-barcode-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/rules?rev=6264&op=file
==============================================================================
--- trunk/libgd-barcode-perl/debian/rules (added)
+++ trunk/libgd-barcode-perl/debian/rules Sun Aug  5 20:42:00 2007
@@ -1,0 +1,75 @@
+#!/usr/bin/make -f
+# Based on dh-make-perl
+
+# 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) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	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/libgd-barcode-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libgd-barcode-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libgd-barcode-perl/debian/watch?rev=6264&op=file
==============================================================================
--- trunk/libgd-barcode-perl/debian/watch (added)
+++ trunk/libgd-barcode-perl/debian/watch Sun Aug  5 20:42:00 2007
@@ -1,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/GD/GD-Barcode-(.*)\.(?:tar\.gz|tar|tgz)




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