--- libtk-gbarr-perl-2.07.orig/debian/control +++ libtk-gbarr-perl-2.07/debian/control @@ -0,0 +1,27 @@ +Source: libtk-gbarr-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Carlo Segre , Gustavo Franco , Niko Tyni , gregor herrmann +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl, perl-tk +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-gbarr-perl/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-gbarr-perl/ + +Package: libtk-gbarr-perl +Architecture: all +Depends: ${perl:Depends}, perl-tk +Description: Various Tk Perl widgets + A contribution to the ever growing collection of Tk Widgets, currently it + includes: + . + Tk::Cloth - An OO interface to Tk::Canvas + Tk::TFrame - A frame with a title + Tk::NumEntry - An entry widget that accepts numbers and has up/down + buttons for in/decrement. + Tk::FireButton - Button that keeps invoking command when pressed + . + Tk::Pane and Tk::ProgressBar are no longer part of this + distribution, because they are included in standard Perl/Tk since + 800.016. --- libtk-gbarr-perl-2.07.orig/debian/rules +++ libtk-gbarr-perl-2.07/debian/rules @@ -0,0 +1,56 @@ +#!/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 + +package := $(shell grep Package debian/control | sed 's/^Package: //') +version := $(shell head -1 debian/changelog | \ + perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1') +debtmp := $(CURDIR)/debian/$(package) + +build: + dh_testdir + perl Makefile.PL verbose INSTALLDIRS=vendor + +clean: + dh_testdir + dh_testroot + [ ! -f Makefile ] || $(MAKE) clean + rm -f Makefile.old + # make sure all demo programs are not executable + chmod 0644 examples/* + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) PREFIX=$(debtmp)/usr install + + mv $(debtmp)/usr/lib/perl5/Tk $(debtmp)/usr/share/perl5/Tk + + #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 $(debtmp)/usr/lib/perl5 + +binary-indep: build install + dh_testdir + dh_testroot + dh_perl + dh_installdocs README TODO + dh_installexamples + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libtk-gbarr-perl-2.07.orig/debian/watch +++ libtk-gbarr-perl-2.07/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-GBARR-(.*)\.tar\.gz debian --- libtk-gbarr-perl-2.07.orig/debian/changelog +++ libtk-gbarr-perl-2.07/debian/changelog @@ -0,0 +1,30 @@ +libtk-gbarr-perl (2.07-2) unstable; urgency=low + + * Add dh_md5sums to debian/rules. + * Don't ignore errors of make clean. + + -- gregor herrmann Fri, 17 Aug 2007 13:31:27 +0200 + +libtk-gbarr-perl (2.07-1) unstable; urgency=low + + * New upstream release + + -- Carlo Segre Thu, 8 Jun 2006 14:36:49 -0500 + +libtk-gbarr-perl (2.06-2) unstable; urgency=low + + * Fixed FTBFS due to changed mv behaviour. (Closes: #339869) + * Upgraded Standards-Version to 3.6.2. + * Moved debhelper from Build-Depends-Indep to Build-Depends as per policy. + + -- Niko Tyni Sat, 17 Dec 2005 14:55:49 +0200 + +libtk-gbarr-perl (2.06-1) unstable; urgency=low + + * Initial Release (Closes: #304287) + * Maintainer - + Debian Perl Group + via Carlo Segre + + -- Carlo Segre Mon, 14 Mar 2005 00:14:56 -0600 + --- libtk-gbarr-perl-2.07.orig/debian/compat +++ libtk-gbarr-perl-2.07/debian/compat @@ -0,0 +1 @@ +5 --- libtk-gbarr-perl-2.07.orig/debian/copyright +++ libtk-gbarr-perl-2.07/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Carlo Segre on +Mon, 14 Mar 2005 00:14:56 -0600. + +It was downloaded from http://www.cpan.org/authors/id/S/SR/SREZIC/ + +Upstream Maintainer: Slaven Rezic + +Copyright (c) 1997-1998 Graham Barr . All rights reserved. +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +On Debian GNU/Linux systems, the complete text of these licenses can be found +in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic.