[Python-apps-commits] r596 - in packages/pondus/trunk/debian (control rules)

eike-guest at users.alioth.debian.org eike-guest at users.alioth.debian.org
Tue Feb 5 21:06:17 UTC 2008


    Date: Tuesday, February 5, 2008 @ 21:06:17
  Author: eike-guest
Revision: 596

add dep on python-gobject; install upstream NEWS as changelog

Modified:
  packages/pondus/trunk/debian/control
  packages/pondus/trunk/debian/rules

Modified: packages/pondus/trunk/debian/control
===================================================================
--- packages/pondus/trunk/debian/control	2008-02-05 20:37:26 UTC (rev 595)
+++ packages/pondus/trunk/debian/control	2008-02-05 21:06:17 UTC (rev 596)
@@ -2,15 +2,16 @@
 Section: x11
 Priority: optional
 Maintainer: Eike Nicklas <eike at ephys.de>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>=5.0.38), python
 Build-Depends-Indep: python-support(>=0.6)
 Standards-Version: 3.7.3
-XS-Python-Version: >= 2.4
+XS-Python-Version: current, >= 2.4
 Homepage: http://www.ephys.de/software/pondus/
 
 Package: pondus
 Architecture: all
-Depends: ${python:Depends}, python-gtk2 (>=2.4), python-matplotlib
+Depends: ${python:Depends}, python-gobject, python-gtk2 (>=2.4), 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,

Modified: packages/pondus/trunk/debian/rules
===================================================================
--- packages/pondus/trunk/debian/rules	2008-02-05 20:37:26 UTC (rev 595)
+++ packages/pondus/trunk/debian/rules	2008-02-05 21:06:17 UTC (rev 596)
@@ -24,7 +24,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs NEWS
 	dh_installdocs
 	dh_installmenu
 	dh_icons




More information about the Python-apps-commits mailing list