--- pondus-0.7.2.orig/debian/copyright
+++ pondus-0.7.2/debian/copyright
@@ -0,0 +1,30 @@
+Name: Pondus
+Maintainer: Eike Nicklas <eike@ephys.de>
+Source: http://www.ephys.de/software/pondus/
+
+Files: debian/*
+Copyright: © 2007-2009 Eike Nicklas <eike@ephys.de>
+License: Expat
+
+Files: *
+Copyright: © 2007-2009 Eike Nicklas <eike@ephys.de>
+License: Expat
+
+License: Expat
+ 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.
--- pondus-0.7.2.orig/debian/watch
+++ pondus-0.7.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.ephys.de/software/pondus/files/pondus-(.*)\.tar\.gz
--- pondus-0.7.2.orig/debian/control
+++ pondus-0.7.2/debian/control
@@ -0,0 +1,25 @@
+Source: pondus
+Section: x11
+Priority: optional
+Maintainer: Eike Nicklas <eike@ephys.de>
+Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>,
+           Debian-Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
+Build-Depends: debhelper (>=5.0.51), python (>=2.5)
+Build-Depends-Indep: python-support(>=0.6)
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
+Homepage: http://www.ephys.de/software/pondus/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/pondus/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pondus/trunk/
+
+Package: pondus
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject, python-gtk2 (>=2.12)
+Recommends: python-matplotlib
+XB-Python-Version: ${python:Versions}
+Description: personal weight manager for GTK+2
+ Pondus keeps track of your body weight. It aims to be simple to use,
+ lightweight and fast. The data can be plotted to get a quick overview
+ of the history of your weight. A simple weight planner allows to define
+ "target weights" and this plan can be compared with the actual
+ measurements in a plot.
--- pondus-0.7.2.orig/debian/rules
+++ pondus-0.7.2/debian/rules
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	python setup.py clean -a
+	find . -name '*\.py[co]' -delete
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	python setup.py install --prefix=/usr --root $(CURDIR)/debian/pondus --no-compile
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs NEWS
+	dh_installdocs
+	rm -f $(CURDIR)/debian/pondus/usr/share/doc/pondus/NEWS
+	dh_installmenu
+	dh_icons
+	dh_pysupport
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- pondus-0.7.2.orig/debian/changelog
+++ pondus-0.7.2/debian/changelog
@@ -0,0 +1,127 @@
+pondus (0.7.2-1) unstable; urgency=low
+
+  * new upstream release
+  * update Standards-Version to 3.8.4: no changes required
+  * debian/control:
+    - python2.4 is not available any more: adjust Depends and
+      XS-Python-Version
+
+ -- Eike Nicklas <eike@ephys.de>  Sun, 14 Feb 2010 17:59:41 +0100
+
+pondus (0.7.1-1) unstable; urgency=low
+
+  * new upstream release
+  * debian/control:
+    - add ${misc:Depends} to Depends to make lintian happy
+  * debian/watch:
+    - fix for new upstream homepage structure
+
+ -- Eike Nicklas <eike@ephys.de>  Mon, 18 Jan 2010 11:06:53 +0100
+
+pondus (0.7.0-1) unstable; urgency=low
+
+  * new upstream release
+  * debian/control:
+    - bump python-gtk2 dependency to >=2.12 (new upstream requirement)
+  * debian/copyright:
+    - conform to DEP-5
+    - change license of upstream code from GPL-3+ to Expat
+    - change license of Debian packaging from GPL-3+ to Expat
+
+ -- Eike Nicklas <eike@ephys.de>  Mon, 21 Dec 2009 23:20:50 +0100
+
+pondus (0.6.0-2) unstable; urgency=low
+
+  * update Standards-Version to 3.8.3: no changes required
+  * fix installation with python2.6 (Closes: #557918)
+
+ -- Eike Nicklas <eike@ephys.de>  Wed, 25 Nov 2009 23:25:25 +0100
+
+pondus (0.6.0-1) unstable; urgency=low
+
+  * new upstream release
+  * update Standards-Version to 3.8.2: no changes required
+
+ -- Eike Nicklas <eike@ephys.de>  Sun, 19 Jul 2009 12:53:58 +0100
+
+pondus (0.5.3-1) unstable; urgency=low
+
+  * new upstream bugfix release
+  * debian/rules:
+    - don't make all .py files executable, since shebang was removed
+
+ -- Eike Nicklas <eike@ephys.de>  Wed, 10 Dec 2008 22:48:56 +0100
+
+pondus (0.5.2-1) unstable; urgency=low
+
+  [ Eike Nicklas]
+  * new upstream release
+
+  [ Marco Rodrigues ]
+  * debian/watch:
+    + Fix URL to work correctly.
+
+  [ Sandro Tosi ]
+  * debian/control
+    - switch Vcs-Browser field to viewsvn
+
+ -- Eike Nicklas <eike@ephys.de>  Wed, 07 Dec 2008 10:33:52 +0100
+
+pondus (0.5.1-1) unstable; urgency=low
+
+  * new upstream bugfix release
+
+ -- Eike Nicklas <eike@ephys.de>  Fri, 05 Sep 2008 09:57:09 +0100
+
+pondus (0.5.0-1) UNRELEASED; urgency=low
+
+  * new upstream release
+  * update Standards-Version to 3.8.0: no changes required
+  * debian/control:
+     - depend on python-elementree (new upstream requirement)
+
+ -- Eike Nicklas <eike@ephys.de>  Mon, 25 Aug 2008 09:17:14 +0100
+
+pondus (0.4.1-1) unstable; urgency=low
+
+  * new upstream bugfix release
+
+ -- Eike Nicklas <eike@ephys.de>  Fri, 16 May 2008 01:12:20 +0100
+
+pondus (0.4.0-1) unstable; urgency=low
+
+  * new upstream release
+  * debian/control: update Description
+
+ -- Eike Nicklas <eike@ephys.de>  Sat, 12 Apr 2008 10:32:13 +0100
+
+pondus (0.3.0-1) unstable; urgency=low
+
+  * new upstream release
+  * debian/control:
+    - remove gettext from Build-Depends-Indep; *.mo now distributed
+      with upstream
+    - mention plotting capability in Description
+    - move python-matplotlib from Depends to Recommends as it is not
+      strictly required any more
+    - depend on python-gtk2 >= 2.6 (updated upstream requirement)
+  * debian/copyright:
+    - use proposed machine-readable format
+
+ -- Eike Nicklas <eike@ephys.de>  Thu, 06 Mar 2008 20:25:48 +0100
+
+pondus (0.2.0-1) unstable; urgency=low
+
+  * new upstream release
+  * debian/control:
+    - require debhelper >= 5.0.51 since dh_icons is used in debian/rules
+    - add Debian-Med Packaging Team to uploaders
+    - add gettext to Build-Depends-Indep
+
+ -- Eike Nicklas <eike@ephys.de>  Mon, 18 Feb 2008 21:54:24 +0100
+
+pondus (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #463873)
+
+ -- Eike Nicklas <eike@ephys.de>  Fri, 01 Feb 2008 20:15:52 +0100
--- pondus-0.7.2.orig/debian/menu
+++ pondus-0.7.2/debian/menu
@@ -0,0 +1,6 @@
+?package(pondus): \
+    needs="X11" \
+    section="Applications/Data Management" \
+    title="Pondus" \
+    icon="/usr/share/pixmaps/pondus.xpm" \
+    command="/usr/bin/pondus"
--- pondus-0.7.2.orig/debian/compat
+++ pondus-0.7.2/debian/compat
@@ -0,0 +1 @@
+5
