--- libemail-valid-loose-perl-0.05.orig/debian/changelog +++ libemail-valid-loose-perl-0.05/debian/changelog @@ -0,0 +1,31 @@ +libemail-valid-loose-perl (0.05-3) unstable; urgency=low + + * Fixed debian/rules file (closes: #467835) + * Uploaded to Debian Perl Group + * Set debhelper compatibility level to 6 + + -- Krzysztof Krzyżaniak (eloy) Tue, 26 Feb 2008 22:59:30 +0100 + +libemail-valid-loose-perl (0.05-2) unstable; urgency=low + + * fixed debian/watch file (closes: #450149) + * debian/control: debhelper (>= 5.0.0) moved to Build-Depends + + -- Krzysztof Krzyzaniak (eloy) Mon, 12 Nov 2007 12:30:33 +0100 + +libemail-valid-loose-perl (0.05-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Standards-Version: increased to 3.7.2.1 without additional changes. + * debian/compat: + + increased to 5 + + -- Krzysztof Krzyzaniak (eloy) Thu, 6 Jul 2006 14:36:27 +0200 + +libemail-valid-loose-perl (0.04-1) unstable; urgency=low + + * Initial Release (closes: #340404) + + -- Krzysztof Krzyzaniak (eloy) Wed, 23 Nov 2005 10:21:59 +0100 + --- libemail-valid-loose-perl-0.05.orig/debian/control +++ libemail-valid-loose-perl-0.05/debian/control @@ -0,0 +1,22 @@ +Source: libemail-valid-loose-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 6) +Build-Depends-Indep: perl (>= 5.8.0-7), libemail-valid-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Email-Valid-Loose/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-valid-loose-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-valid-loose-perl/ + + +Package: libemail-valid-loose-perl +Architecture: all +Enhances: libemail-valid-perl +Depends: ${perl:Depends}, ${misc:Depends}, libemail-valid-perl +Description: Email::Valid which allows dot immediately before at mark + Email::Valid::Loose is a subclass of Email::Valid, which allows dot (.) + immediately before at-mark (@). It is invalid in RFC822, but is commonly + used in some of mobile phone addresses in Japan (like docomo.ne.jp or + jp-t.ne.jp). --- libemail-valid-loose-perl-0.05.orig/debian/rules +++ libemail-valid-loose-perl-0.05/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt 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 + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-Wall -O2 -g" + touch build-stamp + +clean: + dh_testdir + dh_testroot + # Add commands to clean up after the build process here + [ ! -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 + [ ! -d $(TMP)/usr/lib/perl5 ] || 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_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 --- libemail-valid-loose-perl-0.05.orig/debian/compat +++ libemail-valid-loose-perl-0.05/debian/compat @@ -0,0 +1 @@ +6 --- libemail-valid-loose-perl-0.05.orig/debian/copyright +++ libemail-valid-loose-perl-0.05/debian/copyright @@ -0,0 +1,24 @@ +This is the debian package for the Email-Valid-Loose module. +It was created by Krzysztof Krzyzaniak (eloy) . + +It was downloaded from: +http://search.cpan.org/~miyagawa/Email-Valid-Loose-0.04/ + +The upstream author is: Tatsuhiko Miyagawa + +Copyright 2005, Tatsuhiko Miyagawa. + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. + +Perl is distributed under licenses: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in /usr/share/common-licenses/GPL' and + the Artistic Licence in /usr/share/common-licenses/Artistic'. --- libemail-valid-loose-perl-0.05.orig/debian/watch +++ libemail-valid-loose-perl-0.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Email-Valid-Loose/ .*/Email-Valid-Loose-v?(\d.+)\.(?:tar\.gz|tar|tgz)$