debian/0000755000000000000000000000000011623146375007176 5ustar debian/gbp.conf0000644000000000000000000000016111623146333010605 0ustar [DEFAULT] debian-branch = debian-sid debian-tag = debian-sid/%(version)s pristine-tar = True [git-dch] meta = 1 debian/rules0000755000000000000000000000042711623146333010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DH_OPTIONS # 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 %: dh --with quilt $@ debian/compat0000644000000000000000000000000211623146333010366 0ustar 5 debian/copyright0000644000000000000000000000256611623146333011134 0ustar This is the debian package for the Net-DNS-SEC module. It was created by Ondřej Surý using dh-make-perl. It was downloaded from http://search.cpan.org/dist/Net-DNS-SEC/ Copyright (c) 2002 RIPE NCC. Author: Olaf M. Kolkman All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of the author not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Based on, and contains, code by Copyright (c) 1997-2001 Michael Fuhr. The Debian packaging is (C) 2008, Ondřej Surý and is licensed under the same terms as the software itself (see above). debian/source/0000755000000000000000000000000011623146333010470 5ustar debian/source/format0000644000000000000000000000001411623146333011676 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000070111623146333011345 0ustar libnet-dns-sec-perl for Debian ------------------------------ This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. Please see: /usr/share/doc/quilt/README.source for more information on how to apply the patches, modify patches, or remove a patch. -- Ondřej Surý , Tue, 11 May 2010 12:39:48 +0200 debian/patches/0000755000000000000000000000000011623146333010617 5ustar debian/patches/0001-remote_sha1.patch0000644000000000000000000000131211623146333014422 0ustar --- a/META.yml +++ b/META.yml @@ -14,7 +14,6 @@ requires: Crypt::OpenSSL::RSA: 0.19 Digest::BubbleBabble: 0.01 Digest::SHA: 5.23 - Digest::SHA1: 0 File::Basename: 0 Math::BigInt: 0 MIME::Base32: 0 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,8 +36,7 @@ WriteMakefile( MIME::Base32 => 0.0, Math::BigInt => 0.0, Time::Local => 0.0, - Digest::BubbleBabble => 0.01, - Digest::SHA1 => 0.0, + Digest::BubbleBabble => 0.01 }, 'ABSTRACT' => 'DNSSEC extensions to Net::DNS', 'AUTHOR' => 'Olaf M. Kolkman ', debian/patches/series0000644000000000000000000000002711623146333012033 0ustar 0001-remote_sha1.patch debian/control0000644000000000000000000000302011623146333010566 0ustar Source: libnet-dns-sec-perl Section: perl Priority: optional Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), libcrypt-openssl-bignum-perl (>= 0.03), libcrypt-openssl-dsa-perl (>= 0.1), libcrypt-openssl-rsa-perl (>= 0.19), libdigest-bubblebabble-perl (>= 0.0.1), libdigest-sha-perl, libnet-dns-perl (>= 0.64), libtest-simple-perl, libtime-local-perl, libmime-base32-perl Build-Depends-Indep: perl (>= 5.8.8-12) Maintainer: Ondřej Surý Standards-Version: 3.8.4 Homepage: http://www.net-dns.org/ Vcs-Browser: http://git.debian.org/?p=users/ondrej/libnet-dns-sec-perl.git Vcs-Git: git://git.debian.org/users/ondrej/libnet-dns-sec-perl.git Package: libnet-dns-sec-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-openssl-bignum-perl (>= 0.03), libcrypt-openssl-dsa-perl (>= 0.1), libcrypt-openssl-rsa-perl (>= 0.19), libdigest-bubblebabble-perl (>= 0.0.1), libdigest-sha-perl, libnet-dns-perl (>= 0.64), libtime-local-perl, libmime-base32-perl Description: DNSSEC extension to NET::DNS This module implements DNS Resource Record types that are relevant for DNSSEC operations. This package implements RFC4034 "Resource Records for the DNS Security Extensions" and RFC2931 "DNS Request and Transaction Signatures ( SIG(0)s )" . It also provides support for SIG0. That later is useful for dynamic updates using key-pairs. . RSA and DSA crypto routines are supported. debian/changelog0000644000000000000000000000133611623146333011045 0ustar libnet-dns-sec-perl (0.16-2) unstable; urgency=low * Update Vcs-* links * Remove Digest::SHA1 from dependencies (Closes: #594273) -- Ondřej Surý Thu, 18 Aug 2011 10:27:02 +0200 libnet-dns-sec-perl (0.16-1) unstable; urgency=low * New upstream version 0.16 (Closes: #574282) -- Ondřej Surý Tue, 11 May 2010 12:29:54 +0200 libnet-dns-sec-perl (0.15-1) unstable; urgency=low * New Upstream Version - 09-dnssec.t.dpatch fixed upstream -- Ondřej Surý Thu, 20 Aug 2009 17:18:30 +0200 libnet-dns-sec-perl (0.14-1) unstable; urgency=low * Initial Release. (Closes: #493118) -- Ondřej Surý Thu, 31 Jul 2008 21:00:24 +0100