--- dnsruby-1.54.orig/debian/changelog +++ dnsruby-1.54/debian/changelog @@ -0,0 +1,97 @@ +dnsruby (1.54-2) unstable; urgency=medium + + * Fix Vcs-Urls to point to anonscm.d.o + * Update d/gbp.conf for master/pristine-tar/upstream branch names + + -- Ondřej Surý Wed, 27 Aug 2014 10:12:44 +0200 + +dnsruby (1.54-1) unstable; urgency=low + + * New upstream version 1.54 + * Drop libruby- transitional packages + + -- Ondřej Surý Mon, 26 Aug 2013 08:53:19 +0200 + +dnsruby (1.53-1) unstable; urgency=low + + * Build-Depends on gem2deb 0.2.3~ to allow backports + * Conflict with 1.52-2~ instead of 1.52 to allow backports + * Imported Upstream version 1.53 + + -- Ondřej Surý Mon, 21 Nov 2011 17:13:20 +0100 + +dnsruby (1.52-2) unstable; urgency=low + + * Convert package to gem2deb build system + + -- Ondřej Surý Wed, 25 May 2011 09:08:45 +0200 + +dnsruby (1.52-1) unstable; urgency=low + + * Imported Upstream version 1.52 + + -- Ondřej Surý Sat, 19 Mar 2011 15:23:12 +0100 + +dnsruby (1.51-1) unstable; urgency=low + + * New upstrem release 1.51 + * Add script to repack gem to tar.gz + + -- Ondřej Surý Thu, 02 Dec 2010 16:14:49 +0100 + +dnsruby (1.49-1) unstable; urgency=low + + * New upstream release + * Bump standards version to 3.9.1 + + -- Ondřej Surý Tue, 24 Aug 2010 16:24:58 +0200 + +dnsruby (1.48-1) unstable; urgency=low + + * New upstream release + + -- Ondřej Surý Wed, 04 Aug 2010 11:38:37 +0200 + +dnsruby (1.47-1) unstable; urgency=low + + * New upstream release. + + -- Ondřej Surý Fri, 28 May 2010 12:28:44 +0200 + +dnsruby (1.46-2) unstable; urgency=low + + * Add source format + * Bump standards version to 3.8.4 + * Update debian/watch file + + -- Ondřej Surý Tue, 13 Apr 2010 13:11:46 +0200 + +dnsruby (1.46-1) unstable; urgency=low + + * Imported Upstream version 1.46 + + -- Ondřej Surý Wed, 07 Apr 2010 13:58:29 +0200 + +dnsruby (1.45-1) unstable; urgency=low + + * New upstream release + + -- Ondřej Surý Wed, 24 Mar 2010 19:16:29 +0100 + +dnsruby (1.43-1) unstable; urgency=low + + * New upstream release + + -- Ondřej Surý Wed, 24 Mar 2010 19:15:58 +0100 + +dnsruby (1.42-1) unstable; urgency=low + + * New upstream release 1.42 + + -- Ondřej Surý Mon, 25 Jan 2010 22:21:35 +0100 + +dnsruby (1.37-1) unstable; urgency=low + + * Initial release (Closes: #543320) + + -- Ondřej Surý Thu, 10 Sep 2009 17:25:32 +0200 --- dnsruby-1.54.orig/debian/compat +++ dnsruby-1.54/debian/compat @@ -0,0 +1 @@ +5 --- dnsruby-1.54.orig/debian/control +++ dnsruby-1.54/debian/control @@ -0,0 +1,23 @@ +Source: dnsruby +Section: ruby +Priority: optional +Maintainer: Ondřej Surý +Uploaders: Debian Ruby Extras Maintainers +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~), graphviz +Standards-Version: 3.9.2 +Vcs-Browser: http://anonscm.debian.org/?p=pkg-nlnetlabs/dnsruby.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-nlnetlabs/dnsruby.git +Homepage: http://rubyforge.org/projects/dnsruby/ +XS-Ruby-Versions: all + +Package: ruby-dnsruby +Provides: libdns-ruby, libdns-ruby1.8 +Conflicts: libdns-ruby (<< 1.52-2~), libdns-ruby1.8 (<< 1.52-2~), libdns-ruby-doc +Replaces: libdns-ruby (<< 1.52-2~), libdns-ruby1.8 (<< 1.52-2~) +Architecture: all +XB-Ruby-Versions: ${ruby:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter +Description: Ruby DNS and DNSSEC client library + Dnsruby is a pure Ruby DNS client library. It provides a complete DNS + client implementation, including full DNSSEC support. Dnsruby is + currently used in projects such as OpenDNSSEC and ISC's DLV service. --- dnsruby-1.54.orig/debian/copyright +++ dnsruby-1.54/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ondřej Surý on +Thu, 10 Sep 2009 15:58:13 +0200. + +It was downloaded from http://rubyforge.org/projects/dnsruby/ + +Upstream Author: Alex D and others. + +Copyright: + + Copyright (C) 2007 by Nominet UK + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + On a Debian system, the license can be found at + /usr/share/common-licenses/Apache-2.0 . + +setup.rb file is copyright (c) 2000-2005 Minero Aoki and is licenced +under the GPL version 2.1, see `/usr/share/common-licenses/GPL-2.1'. + +The Debian packaging is copyright 2009, Ondřej Surý +and is licensed under the GPL version 2.1 or later, +see `/usr/share/common-licenses/GPL'. --- dnsruby-1.54.orig/debian/gbp.conf +++ dnsruby-1.54/debian/gbp.conf @@ -0,0 +1,9 @@ +[DEFAULT] +debian-branch = master +debian-tag = debian/%(version)s +upstream-branch = upstream +upstream-tag = upstream/%(version)s +pristine-tar = True + +[git-dch] +meta = 1 --- dnsruby-1.54.orig/debian/ruby-dnsruby.docs +++ dnsruby-1.54/debian/ruby-dnsruby.docs @@ -0,0 +1,4 @@ +DNSSEC +EXAMPLES +README +EVENTMACHINE --- dnsruby-1.54.orig/debian/rules +++ dnsruby-1.54/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 +# +# Uncomment to ignore all test failures (but the tests will run anyway) +#export DH_RUBY_IGNORE_TESTS=all +# +# Uncomment to ignore some test failures (but the tests will run anyway). +# Valid values: +#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems +export DH_RUBY_IGNORE_TESTS=ruby1.9.1 +# +# If you need to specify the .gemspec (eg there is more than one) +#export DH_RUBY_GEMSPEC=gem.gemspec + +%: + dh $@ --buildsystem=ruby --with ruby --- dnsruby-1.54.orig/debian/source/format +++ dnsruby-1.54/debian/source/format @@ -0,0 +1 @@ +1.0 --- dnsruby-1.54.orig/debian/watch +++ dnsruby-1.54/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://rubyforge.org/frs/?group_id=2387 /frs/download.php/\d+/dnsruby-([\d\.]*).gem