--- libdata-validate-domain-perl-0.10.orig/debian/changelog +++ libdata-validate-domain-perl-0.10/debian/changelog @@ -0,0 +1,49 @@ +libdata-validate-domain-perl (0.10-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sun, 27 Dec 2020 17:26:02 +0100 + +libdata-validate-domain-perl (0.10-1) unstable; urgency=low + + * New upstream release + * Move to dh(9) + + -- Alexander Wirt Fri, 29 Jun 2012 23:52:18 +0200 + +libdata-validate-domain-perl (0.09-1) unstable; urgency=low + + * New upstream release + * Only try to delete $(TMP)/usr/lib/perl5 if its really there + (Closes: #467720) + + -- Alexander Wirt Tue, 26 Feb 2008 23:13:26 +0100 + +libdata-validate-domain-perl (0.08-1) unstable; urgency=low + + * New upstream release + * Bump standards version (No changes) + * Don't ignore errors in clean target + + -- Alexander Wirt Sun, 27 Jan 2008 20:51:07 +0100 + +libdata-validate-domain-perl (0.03-1) unstable; urgency=low + + * New upstream release (Closes: #381508) + * Added dependency to libnet-domain-tld-perl + + -- Alexander Wirt Mon, 7 Aug 2006 09:23:13 +0200 + +libdata-validate-domain-perl (0.01-2) unstable; urgency=low + + * New Maintainer + + -- Alexander Wirt Mon, 3 Oct 2005 16:39:04 +0200 + +libdata-validate-domain-perl (0.01-1) unstable; urgency=low + + * Initial Release. + + -- Marc 'HE' Brockschmidt Thu, 7 Jul 2005 13:31:20 +0200 + --- libdata-validate-domain-perl-0.10.orig/debian/compat +++ libdata-validate-domain-perl-0.10/debian/compat @@ -0,0 +1 @@ +9 --- libdata-validate-domain-perl-0.10.orig/debian/control +++ libdata-validate-domain-perl-0.10/debian/control @@ -0,0 +1,14 @@ +Source: libdata-validate-domain-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl, libnet-domain-tld-perl +Maintainer: Alexander Wirt +Standards-Version: 3.9.3 + +Package: libdata-validate-domain-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libnet-domain-tld-perl +Description: perl domain name validation functions + Data::Validate::Domain collects domain validation routines to make input + validation and untainting easier and more readable. --- libdata-validate-domain-perl-0.10.orig/debian/copyright +++ libdata-validate-domain-perl-0.10/debian/copyright @@ -0,0 +1,15 @@ +This is the debian package for the Data-Validate-Domain module. +It was created by Marc 'HE' Brockschmidt . + +The upstream author is Neil Neely . + +Copyright (c) 2005 Neil Neely. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.2 or, +at your option, any later version of Perl 5 you may have available. + +Perl is distributed under the terms of the GPL or Artistic license. +On Debian systems the complete license texts can be found at + /usr/share/common-licenses/GPL and + /usr/share/common-licenses/Artistic --- libdata-validate-domain-perl-0.10.orig/debian/rules +++ libdata-validate-domain-perl-0.10/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libdata-validate-domain-perl-0.10.orig/debian/watch +++ libdata-validate-domain-perl-0.10/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 2; this line is compulsory! +version=2 +http://www.cpan.org/modules/by-module/Data/Data-Validate-Domain-(.*)(.tar.gz|.tar|.tgz)