--- libdansguardian-perl-0.6.orig/debian/changelog +++ libdansguardian-perl-0.6/debian/changelog @@ -0,0 +1,19 @@ +libdansguardian-perl (0.6-2.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 Thu, 07 Jan 2021 15:00:32 +0100 + +libdansguardian-perl (0.6-2) unstable; urgency=low + + * Fixed URL typo in watch file. + * Improve debian/rules + + -- Alejandro Garrido Mota Sat, 15 Aug 2009 11:57:41 -0430 + +libdansguardian-perl (0.6-1) unstable; urgency=low + + * Initial Release. (Closes: #511280) + + -- Alejandro Garrido Mota Sun, 10 May 2009 12:36:03 -0430 --- libdansguardian-perl-0.6.orig/debian/compat +++ libdansguardian-perl-0.6/debian/compat @@ -0,0 +1 @@ +7 --- libdansguardian-perl-0.6.orig/debian/control +++ libdansguardian-perl-0.6/debian/control @@ -0,0 +1,16 @@ +Source: libdansguardian-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Alejandro Garrido Mota +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/dansguardian/ + +Package: libdansguardian-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Simple module for administer dansguardian's control files + Dansguardian Perl module is small module for administer dansguardian's + content control files. It let you add, remove and get information from files + control. --- libdansguardian-perl-0.6.orig/debian/copyright +++ libdansguardian-perl-0.6/debian/copyright @@ -0,0 +1,26 @@ +Upstream-Maintainer: Alejandro Garrido Mota +Upstream-Source: http://search.cpan.org/dist/dansguardian/ +Upstream-Name: dansguardian + +Files: * +Copyright: 2008, Alejandro Garrido Mota +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Alejandro Garrido Mota +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + 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 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libdansguardian-perl-0.6.orig/debian/libdansguardian-perl.docs +++ libdansguardian-perl-0.6/debian/libdansguardian-perl.docs @@ -0,0 +1 @@ +README --- libdansguardian-perl-0.6.orig/debian/rules +++ libdansguardian-perl-0.6/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libdansguardian-perl-0.6.orig/debian/watch +++ libdansguardian-perl-0.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Dansguardian/ .*/Dansguardian-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$