--- libgeier-0.13.orig/debian/libgeier-dev.install
+++ libgeier-0.13/debian/libgeier-dev.install
@@ -0,0 +1,4 @@
+usr/lib/*.a
+usr/lib/*.so
+usr/include/*
+usr/lib/pkgconfig/*
--- libgeier-0.13.orig/debian/copyright
+++ libgeier-0.13/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Marvin Stark <marv@der-marv.de> on
+Mon, 15 Jan 2007 17:36:10 +0000.
+
+It was downloaded from <http://www.taxbird.de/sources.html>
+
+Copyright Holder: Jürgen Stuber <juergen@jstuber.net>
+ Stefan Siegl <stesie@brokenpipe.de>
+
+Upstream Author: Stefan Siegl <stesie@brokenpipe.de>
+
+License:
+
+ Copyright © 2005-2008 by Stefan Siegl <stesie@brokenpipe.de>
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 3 as
+ published by the Free Software Foundation.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
--- libgeier-0.13.orig/debian/watch
+++ libgeier-0.13/debian/watch
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+# download URL
+http://www.taxbird.de/download/libgeier/([\d\.]+)/libgeier-(.*)\.tar\.gz
--- libgeier-0.13.orig/debian/libgeier0.install
+++ libgeier-0.13/debian/libgeier0.install
@@ -0,0 +1,5 @@
+usr/lib/*.so.*
+usr/share/libgeier/*
+usr/bin/*
+usr/share/man/*
+usr/share/gtk-doc/*
--- libgeier-0.13.orig/debian/control
+++ libgeier-0.13/debian/control
@@ -0,0 +1,28 @@
+Source: libgeier
+Priority: optional
+Maintainer: Marvin Stark <marv@der-marv.de>
+Build-Depends: debhelper (>= 5), libxml2-dev, libxslt1-dev, libxmlsec1-dev, pkg-config, gtk-doc-tools
+Homepage: http://www.taxbird.de
+Standards-Version: 3.9.2
+Section: libs
+
+Package: libgeier-dev
+Section: libdevel
+Architecture: any
+Depends: libgeier0 (= ${binary:Version}), libxml2-dev, libxslt1-dev, libxmlsec1-dev, ${misc:Depends}
+Description: Development files for the libgeier library
+ GEIER is the first free library to send gathered tax declarations data to
+ the German inland revenue office. This package contains the shared library.
+ .
+ GEIER is a part of the Taxbird project.
+ .
+ This package provides development files for libgeier.
+
+Package: libgeier0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Elster client library (German tax declarations)
+ GEIER is the first free library to send gathered tax declarations data to
+ the German inland revenue office. This package contains the shared library.
+ .
+ GEIER is part of the Taxbird project.
--- libgeier-0.13.orig/debian/rules
+++ libgeier-0.13/debian/rules
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+config.status: configure
+ dh_testdir
+ # Configure the package.
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
+ --enable-gtk-doc --enable-gtk-doc-html --mandir=\$${prefix}/share/man CFLAGS="$(CFLAGS)"
+
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+
+ # Compile the package.
+ $(MAKE)
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ # Clean up after the build process.
+ [ ! -f Makefile ] || $(MAKE) distclean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Install the package into debian/tmp.
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_install --sourcedir=debian/tmp -X.la --list-missing
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- libgeier-0.13.orig/debian/compat
+++ libgeier-0.13/debian/compat
@@ -0,0 +1 @@
+5
--- libgeier-0.13.orig/debian/changelog
+++ libgeier-0.13/debian/changelog
@@ -0,0 +1,83 @@
+libgeier (0.13-1) unstable; urgency=low
+
+ * New upstream release
+ * Fixed Build dependencys
+
+ -- Marvin Stark <marv@der-marv.de> Tue, 20 Dec 2011 12:18:15 +0000
+
+libgeier (0.12-0.1) unstable; urgency=low
+
+ * Non-maintainer upload (Closes: #635280)
+ * Fixed some lintian warnings
+ I: libgeier source: missing-debian-source-format
+ W: libgeier source: debian-rules-missing-recommended-target build-arch
+ W: libgeier source: debian-rules-missing-recommended-target build-indep
+
+ -- Olaf Dietsche <olaf--mail.taxbird@olafdietsche.de> Sat, 23 Jul 2011 23:05:01 +0200
+
+libgeier
+
+ * New upstream release
+ * debian/control:
+ - Updated Standards-Version to 3.9.2
+
+ -- Marvin Stark <marv@der-marv.de> Tue, 26 Apr 2011 19:43:42 +0000
+
+libgeier (0.11-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Don't ship .la files (Closes: #621620).
+
+ -- Luk Claes <luk@debian.org> Wed, 22 Jun 2011 08:25:26 +0200
+
+libgeier (0.11-1) unstable; urgency=low
+
+ * New Upstream Version
+ * debian/control:
+ - Updated Standards-Version to 3.8.4
+
+ -- Marvin Stark <marv@der-marv.de> Sun, 31 Jan 2010 13:10:29 +0100
+
+libgeier (0.10-2) unstable; urgency=low
+
+ * debian/control:
+ - Added ${misc:Depends} to libgeier-dev dependencys (debhelper)
+ - Updated Standards-Version to 3.8.3
+ * Added watch file
+
+ -- Marvin Stark <marv@der-marv.de> Mon, 25 Jan 2010 21:09:50 +0100
+
+libgeier (0.10-1) unstable; urgency=low
+
+ * New Upstream Version (Closes: #511402)
+ * debian/control:
+ - Updated Standards-Version
+
+ -- Marvin Stark <marv@der-marv.de> Sun, 11 Jan 2009 14:30:02 +0100
+
+libgeier (0.9-2) unstable; urgency=low
+
+ * libgeier0:
+ - Removed Homepage from long description
+ * libgeier-dev:
+ - Removed python-dev from Depends:
+ upstream removed python bindings
+ * debian/control:
+ - Added Homepage field
+
+ -- Marvin Stark <marv@der-marv.de> Fri, 28 Mar 2008 18:25:58 +0000
+
+libgeier (0.9-1) unstable; urgency=low
+
+ * New upstream release
+ * Changed Standards-Version to 3.7.3
+ * Removed swig and python-support from Build-Depends
+ Upstream remove python bindings
+
+ -- Marvin Stark <marv@der-marv.de> Mon, 28 Jan 2008 21:45:54 +0000
+
+libgeier (0.7-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Marvin Stark <marv@der-marv.de> Mon, 15 Jan 2007 17:36:10 +0000
--- libgeier-0.13.orig/debian/source/format
+++ libgeier-0.13/debian/source/format
@@ -0,0 +1 @@
+1.0