[Python-apps-commits] r7169 - in packages/pondus/trunk/debian (4 files)
eike-guest at users.alioth.debian.org
eike-guest at users.alioth.debian.org
Thu Jun 9 21:59:16 UTC 2011
Date: Thursday, June 9, 2011 @ 21:59:15
Author: eike-guest
Revision: 7169
pondus: new upstream release 0.8.0; switch to debhelper7
Modified:
packages/pondus/trunk/debian/changelog
packages/pondus/trunk/debian/compat
packages/pondus/trunk/debian/control
packages/pondus/trunk/debian/rules
Modified: packages/pondus/trunk/debian/changelog
===================================================================
--- packages/pondus/trunk/debian/changelog 2011-06-09 21:25:04 UTC (rev 7168)
+++ packages/pondus/trunk/debian/changelog 2011-06-09 21:59:15 UTC (rev 7169)
@@ -1,3 +1,14 @@
+pondus (0.8.0-1) unstable; urgency=low
+
+ * new upstream release
+ * update Standards-Version to 3.9.2: no changes required
+ * switch to debhelper 7
+ * debian/control:
+ - update Description
+ - remove ${python:Breaks}
+
+ -- Eike Nicklas <eike at ephys.de> Thu, 09 Jun 2011 10:42:07 +0100
+
pondus (0.7.3-1) unstable; urgency=low
* switch from python-support to dh_python2
Modified: packages/pondus/trunk/debian/compat
===================================================================
--- packages/pondus/trunk/debian/compat 2011-06-09 21:25:04 UTC (rev 7168)
+++ packages/pondus/trunk/debian/compat 2011-06-09 21:59:15 UTC (rev 7169)
@@ -1 +1 @@
-5
+7
Modified: packages/pondus/trunk/debian/control
===================================================================
--- packages/pondus/trunk/debian/control 2011-06-09 21:25:04 UTC (rev 7168)
+++ packages/pondus/trunk/debian/control 2011-06-09 21:59:15 UTC (rev 7169)
@@ -4,8 +4,8 @@
Maintainer: Eike Nicklas <eike at ephys.de>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Build-Depends: debhelper (>=5.0.51), python (>=2.6.6-3)
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>=7.0.50~), python (>=2.6.6-3)
+Standards-Version: 3.9.2
X-Python-Version: >= 2.5
Homepage: http://bitbucket.org/eike/pondus/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/pondus/trunk/
@@ -15,10 +15,9 @@
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gobject, python-gtk2 (>=2.12)
Recommends: python-matplotlib
-Breaks: ${python:Breaks}
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 keeps track of your body weight and, optionally, the percentage of
+ bodyfat, muscle and water. It aims to be simple to use, lightweight and
+ fast. All data can be plotted to get a quick overview of the history of
+ your weight. A simple weight planner allows one to define "target weights"
+ and this plan can be compared with the actual measurements in a plot.
Modified: packages/pondus/trunk/debian/rules
===================================================================
--- packages/pondus/trunk/debian/rules 2011-06-09 21:25:04 UTC (rev 7168)
+++ packages/pondus/trunk/debian/rules 2011-06-09 21:59:15 UTC (rev 7169)
@@ -1,42 +1,17 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+ dh $@ --with python2
-build:
+override_dh_auto_build:
+
-clean:
- dh_testdir
- dh_testroot
- python setup.py clean -a
- find . -name '*\.py[co]' -delete
- dh_clean
+override_dh_auto_install:
+ python setup.py install --root=debian/pondus --install-layout=deb
-install:
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- python setup.py install --install-layout=deb --root $(CURDIR)/debian/pondus --no-compile
-
-binary-indep: build install
- dh_testdir
- dh_testroot
+override_dh_installchangelogs:
dh_installchangelogs NEWS
- dh_installdocs
- rm -f $(CURDIR)/debian/pondus/usr/share/doc/pondus/NEWS
- dh_installmenu
- dh_icons
- dh_python2
- 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
+override_dh_installdocs:
+ dh_installdocs
+ rm -f debian/pondus/usr/share/doc/pondus/NEWS
More information about the Python-apps-commits
mailing list