--- dnsruby-1.53.orig/debian/gbp.conf
+++ dnsruby-1.53/debian/gbp.conf
@@ -0,0 +1,9 @@
+[DEFAULT]
+debian-branch = debian-sid
+debian-tag = debian/%(version)s
+upstream-branch = upstream
+upstream-tag = upstream/%(version)s
+pristine-tar = True
+
+[git-dch]
+meta = 1
--- dnsruby-1.53.orig/debian/rules
+++ dnsruby-1.53/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.53.orig/debian/compat
+++ dnsruby-1.53/debian/compat
@@ -0,0 +1 @@
+5
--- dnsruby-1.53.orig/debian/copyright
+++ dnsruby-1.53/debian/copyright
@@ -0,0 +1,28 @@
+This package was debianized by Ondřej Surý <ondrej@debian.org> on
+Thu, 10 Sep 2009 15:58:13 +0200.
+
+It was downloaded from http://rubyforge.org/projects/dnsruby/
+
+Upstream Author: Alex D <alexd@nominet.org.uk> 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ý <ondrej@debian.org>
+and is licensed under the GPL version 2.1 or later,
+see `/usr/share/common-licenses/GPL'.
--- dnsruby-1.53.orig/debian/watch
+++ dnsruby-1.53/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=2387 /frs/download.php/\d+/dnsruby-([\d\.]*).gem
--- dnsruby-1.53.orig/debian/control
+++ dnsruby-1.53/debian/control
@@ -0,0 +1,45 @@
+Source: dnsruby
+Section: ruby
+Priority: optional
+Maintainer: Ondřej Surý <ondrej@debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~), graphviz
+Standards-Version: 3.9.2
+Vcs-Browser: http://git.debian.org/?p=pkg-opendnssec/dnsruby.git;a=summary
+Vcs-Git: git://git.debian.org/git/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.
+
+Package: libdns-ruby1.8
+Architecture: all
+Depends: ruby-dnsruby
+Description: Ruby DNS client library (dummy package)
+ 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.
+ .
+ This package is a transitional package and can be safely removed
+ after upgrade.
+
+Package: libdns-ruby
+Architecture: all
+Depends: ruby-dnsruby
+Description: Ruby DNS client library (dummy package)
+ 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.
+ .
+ This package is a transitional package and can be safely removed
+ after upgrade.
--- dnsruby-1.53.orig/debian/ruby-dnsruby.docs
+++ dnsruby-1.53/debian/ruby-dnsruby.docs
@@ -0,0 +1,4 @@
+DNSSEC
+EXAMPLES
+README
+EVENTMACHINE
--- dnsruby-1.53.orig/debian/changelog
+++ dnsruby-1.53/debian/changelog
@@ -0,0 +1,83 @@
+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ý <ondrej@debian.org>  Mon, 21 Nov 2011 17:13:20 +0100
+
+dnsruby (1.52-2) unstable; urgency=low
+
+  * Convert package to gem2deb build system
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 25 May 2011 09:08:45 +0200
+
+dnsruby (1.52-1) unstable; urgency=low
+
+  * Imported Upstream version 1.52
+
+ -- Ondřej Surý <ondrej@debian.org>  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ý <ondrej@debian.org>  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ý <ondrej@debian.org>  Tue, 24 Aug 2010 16:24:58 +0200
+
+dnsruby (1.48-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 04 Aug 2010 11:38:37 +0200
+
+dnsruby (1.47-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ondřej Surý <ondrej@debian.org>  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ý <ondrej@debian.org>  Tue, 13 Apr 2010 13:11:46 +0200
+
+dnsruby (1.46-1) unstable; urgency=low
+
+  * Imported Upstream version 1.46
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 07 Apr 2010 13:58:29 +0200
+
+dnsruby (1.45-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 24 Mar 2010 19:16:29 +0100
+
+dnsruby (1.43-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ondřej Surý <ondrej@debian.org>  Wed, 24 Mar 2010 19:15:58 +0100
+
+dnsruby (1.42-1) unstable; urgency=low
+
+  * New upstream release 1.42
+
+ -- Ondřej Surý <ondrej@debian.org>  Mon, 25 Jan 2010 22:21:35 +0100
+
+dnsruby (1.37-1) unstable; urgency=low
+
+  * Initial release (Closes: #543320)
+
+ -- Ondřej Surý <ondrej@debian.org>  Thu, 10 Sep 2009 17:25:32 +0200
--- dnsruby-1.53.orig/debian/source/format
+++ dnsruby-1.53/debian/source/format
@@ -0,0 +1 @@
+1.0
