--- bodr-9.orig/debian/watch
+++ bodr-9/debian/watch
@@ -0,0 +1,4 @@
+# See uscan(1) for format
+
+version=3
+http://sf.net/bodr/bodr-([\d\.]+)\.tar\.gz
--- bodr-9.orig/debian/rules
+++ bodr-9/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) $(CURDIR)/debian/bodr/usr/share/doc/bodr/ChangeLog \
+	      $(CURDIR)/debian/bodr/usr/share/doc/bodr/COPYING
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
+
+override_dh_auto_test:
+	# do nothing to fix FTBFS with bodr 9
--- bodr-9.orig/debian/bodr.docs
+++ bodr-9/debian/bodr.docs
@@ -0,0 +1 @@
+TODO
--- bodr-9.orig/debian/copyright
+++ bodr-9/debian/copyright
@@ -0,0 +1,49 @@
+This package was debianized by Egon Willighagen <e.willighagen@science.ru.nl>
+on Sun, 14 Jan 2007 10:35:39 +0100. It is currently maintained by the debichem
+team <debichem-devel@lists.alioth.debian.org>.
+
+The orig.tar.gz was downloaded from http://downloads.sourceforge.net/bodr/.
+
+Upstream Authors:
+
+  Geoff Hutchinson
+  Carsten Niehaus
+  Egon Willighagen
+  Joerg Buchwald
+  Martin Pfeiffer
+
+All the XSLT bibtexml-xslt/*.xsl files are downloaded from http://bibtexml.sf.net
+and licensed with the GPL 2.0 (see /usr/share/common-licenses/GPL-2.0). Copyright:
+
+  Copyright (C) 2006 Vidar Bronken Gundersen, Zeger W. Hendrikse (http://bibtexml.sf.net)
+
+All other files have the Copyright with the upstream Blue Obelisk authors:
+
+  Copyright (C) 2006-2010 The Blue Obelisk Project (http://www.blueobelisk.org/).
+
+License: The MIT License
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to
+  deal in the Software without restriction, including without limitation the
+  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+  sell copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions: 
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+  IN THE SOFTWARE.
+
+The Debian packaging is
+
+  Copyright (C) 2007 Egon Willighagen <e.willighagen@science.ru.nl>
+  Copyright (C) 2007-2010 The debichem team <debichem-devel@lists.alioth.debian.org>
+
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- bodr-9.orig/debian/compat
+++ bodr-9/debian/compat
@@ -0,0 +1 @@
+7
--- bodr-9.orig/debian/control
+++ bodr-9/debian/control
@@ -0,0 +1,22 @@
+Source: bodr
+Section: science
+Priority: optional
+Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
+Uploaders: Michael Banck <mbanck@debian.org>,
+ Daniel Leidert (dale) <daniel.leidert@wgdd.de>
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: xsltproc
+Standards-Version: 3.8.4
+Homepage: http://www.blueobelisk.org/
+Vcs-Browser: http://svn.debian.org/wsvn/debichem/
+Vcs-Svn: svn://svn.debian.org/svn/debichem/unstable/bodr/
+DM-Upload-Allowed: yes
+
+Package: bodr
+Architecture: all
+Depends: ${misc:Depends}
+Description: Blue Obelisk Data Repository
+ Common repository of chemical and physical facts that aim
+ to increase interoperability between chemistry programs.
+ .
+ See DOI 10.1021/ci050400b.
--- bodr-9.orig/debian/changelog
+++ bodr-9/debian/changelog
@@ -0,0 +1,109 @@
+bodr (9-1) unstable; urgency=low
+
+  * New upstream release 9.
+  * debian/compat: Bumped to dh level 7.
+  * debian/control (Standards-Version): Bumped to 3.8.4.
+    (Uploaders): Removed Egon Willighagen. Thanks for your work!
+    (Build-Depends): Increased debhelper version.
+    (Depends): Fixed debhelper-but-no-misc-depends.
+  * debian/copyright: Fixed copyright-with-old-dh-make-debian-copyright.
+    Updated.
+  * debian/rules: Rewritten for debhelper 7.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 27 Apr 2010 23:05:14 +0200
+
+bodr (8-1) unstable; urgency=low
+
+  * New upstream release 8.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sun, 02 Mar 2008 14:51:19 +0100
+
+bodr (7-1) unstable; urgency=low
+
+  * New upstream release 7.
+
+  [ Daniel Leidert ]
+  * debian/bodr.docs: Removed files automatically installed by the install
+    target.
+  * debian/control (Build-Depends): Removed dpatch.
+    (XS-DM-Upload-Allowed): Removed XS- prefix as of dpkg version 1.14.16.
+  * debian/copyright: Small improvements. Fixed bibtexml-xslt license
+    information.
+  * debian/rules: Removed dpatch stuff.
+    (install): Remove files we don't want in the documentation-directory.
+  * debian/patches/90_dont_install_changelog_and_license_twice.dpatch:
+    Removed. We can solve this without a patch in debian/rules.
+  * debian/patches/00list: Removed. dpatch is not necessary atm.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Sat, 01 Mar 2008 19:06:13 +0100
+
+bodr (6-3) unstable; urgency=low
+
+  * debian/control: Added XS-DM-Upload-Allowed for DM status.
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Mon, 07 Jan 2008 21:40:53 +0100
+
+bodr (6-2) UNRELEASED; urgency=low
+
+  [ Daniel Leidert ]
+  * debian/control: Homepage and Vcs fields transition.
+    (Maintainer): Set the debichem team as maintainer.
+    (Standards-Version): Updated to latest version (no other changes).
+    (Description): Slightly improved wording.
+  * debian/rules (binary-indep): Removed useless debhelper script calls.
+  * debian/watch: Updated.
+
+  [ LI Daobing ]
+  * debian/rules: lintian doesn't like "-$(MAKE) clean", see bug#325372
+
+ -- Daniel Leidert (dale) <daniel.leidert@wgdd.de>  Tue, 18 Dec 2007 00:14:04 +0100
+
+bodr (6-1) unstable; urgency=low
+
+  * New upstream release 6.
+    - Solves unclear copyright statements in elements/*.txt.
+  
+  [ Egon Willighagen ]
+  * debian/copyright: Added missing copyright and license information for the
+    bibtexml-xslt/*.xsl files.
+
+  [ Daniel Leidert ]
+  * debian/control: Added the XS-Vcs-Browser and XS-Vcs-Svn fields.
+    (Uploaders): Added myself.
+  * debian/copyright: Fixed download location.
+  * debian/watch: Added watch file.
+
+ -- Egon Willighagen <e.willighagen@science.ru.nl>  Sat, 10 Mar 2007 18:32:50 +0100
+
+bodr (5-2) unstable; urgency=low
+
+  [ Egon Willighagen ]
+  * debian/control: Fixed homepage format in description.
+    (Architecture): Package is architecture independent.
+    (Build-Depends, Build-Depends-Indep): Adjusted build-dependencies. Removed
+    autotools-dev dependency.
+  * debian/copyright: Added missing information - full authors list and the
+    MIT license text.
+  * debian/rules: Cleaned the file by removing commented and unused stuff.
+    Removed stuff related to compiling a program (we don't have to compile
+    anything). Fixed binary-arch/binary-indep targts according to changes in
+    debian/control.
+  * debian/dirs: Removed (unused).
+
+  [ Daniel Leidert ]
+  * debian/control (Build-Depends-Indep): Added dpatch.
+    (Uploaders): Added Michael Banck as sponsor.
+  * debian/rules: Added dpatch includes and targets.
+  * debian/patches/00list: Added.
+  * debian/patches/90_dont_install_changelog_and_license_twice.dpatch: Added.
+    - Makefile.in (docs_DATA): Do not install the files mentioned in
+      docs_DATA, because we install these files separately.
+
+ -- Egon Willighagen <e.willighagen@science.ru.nl>  Wed, 17 Jan 2007 16:20:51 +0100
+
+bodr (5-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Egon Willighagen <e.willighagen@science.ru.nl>  Sun, 14 Jan 2007 10:35:39 +0100
+
