[Python-apps-commits] r6521 - in packages/pondus/trunk/debian (6 files)

eike-guest at users.alioth.debian.org eike-guest at users.alioth.debian.org
Fri Jan 21 22:32:31 UTC 2011


    Date: Friday, January 21, 2011 @ 22:32:29
  Author: eike-guest
Revision: 6521

pondus: new upstream release 0.7.3

Modified:
  packages/pondus/trunk/debian/changelog
  packages/pondus/trunk/debian/control
  packages/pondus/trunk/debian/copyright
  packages/pondus/trunk/debian/rules
  packages/pondus/trunk/debian/source/format
  packages/pondus/trunk/debian/watch

Modified: packages/pondus/trunk/debian/changelog
===================================================================
--- packages/pondus/trunk/debian/changelog	2011-01-20 21:46:40 UTC (rev 6520)
+++ packages/pondus/trunk/debian/changelog	2011-01-21 22:32:29 UTC (rev 6521)
@@ -1,3 +1,21 @@
+pondus (0.7.3-1) unstable; urgency=low
+
+  * switch from python-support to dh_python2
+  * update Standards-Version to 3.9.1: no changes required
+  * debian/control:
+    - update homepage
+  * debian/copyright:
+    - update for 2010 and 2011
+    - update to conform with DEP5 candidate
+  * debian/rules:
+    - add '--install-layout=deb' and remove '--prefix=/usr'
+  * debian/source/format:
+    - change source format to 3.0 (quilt)
+  * debian/watch:
+    - update homepage
+
+ -- Eike Nicklas <eike at ephys.de>  Fri, 21 Dec 2010 21:30:38 +0100
+
 pondus (0.7.2-1) unstable; urgency=low
 
   * new upstream release

Modified: packages/pondus/trunk/debian/control
===================================================================
--- packages/pondus/trunk/debian/control	2011-01-20 21:46:40 UTC (rev 6520)
+++ packages/pondus/trunk/debian/control	2011-01-21 22:32:29 UTC (rev 6521)
@@ -4,11 +4,10 @@
 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.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/
+Build-Depends: debhelper (>=5.0.51), python (>=2.6.6-3)
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
+Homepage: http://bitbucket.org/eike/pondus/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/pondus/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pondus/trunk/
 
@@ -16,7 +15,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-gobject, python-gtk2 (>=2.12)
 Recommends: python-matplotlib
-XB-Python-Version: ${python:Versions}
+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

Modified: packages/pondus/trunk/debian/copyright
===================================================================
--- packages/pondus/trunk/debian/copyright	2011-01-20 21:46:40 UTC (rev 6520)
+++ packages/pondus/trunk/debian/copyright	2011-01-21 22:32:29 UTC (rev 6521)
@@ -1,26 +1,20 @@
-Name: Pondus
-Maintainer: Eike Nicklas <eike at ephys.de>
-Source: http://www.ephys.de/software/pondus/
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Pondus
+Upstream-Contact: Eike Nicklas <eike at ephys.de>
+Source: http://bitbucket.org/eike/pondus/downloads
 
-Files: debian/*
-Copyright: © 2007-2009 Eike Nicklas <eike at ephys.de>
+Copyright: 2007-2011 Eike Nicklas <eike at ephys.de>
 License: Expat
-
-Files: *
-Copyright: © 2007-2009 Eike Nicklas <eike at 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
@@ -28,3 +22,7 @@
  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.
+
+Files: debian/*
+Copyright: 2007-2011 Eike Nicklas <eike at ephys.de>
+License: Expat

Modified: packages/pondus/trunk/debian/rules
===================================================================
--- packages/pondus/trunk/debian/rules	2011-01-20 21:46:40 UTC (rev 6520)
+++ packages/pondus/trunk/debian/rules	2011-01-21 22:32:29 UTC (rev 6521)
@@ -18,7 +18,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	python setup.py install --prefix=/usr --root $(CURDIR)/debian/pondus --no-compile
+	python setup.py install --install-layout=deb --root $(CURDIR)/debian/pondus --no-compile
 
 binary-indep: build install
 	dh_testdir
@@ -28,7 +28,7 @@
 	rm -f $(CURDIR)/debian/pondus/usr/share/doc/pondus/NEWS
 	dh_installmenu
 	dh_icons
-	dh_pysupport
+	dh_python2
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Modified: packages/pondus/trunk/debian/source/format
===================================================================
--- packages/pondus/trunk/debian/source/format	2011-01-20 21:46:40 UTC (rev 6520)
+++ packages/pondus/trunk/debian/source/format	2011-01-21 22:32:29 UTC (rev 6521)
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Modified: packages/pondus/trunk/debian/watch
===================================================================
--- packages/pondus/trunk/debian/watch	2011-01-20 21:46:40 UTC (rev 6520)
+++ packages/pondus/trunk/debian/watch	2011-01-21 22:32:29 UTC (rev 6521)
@@ -1,2 +1,2 @@
 version=3
-http://www.ephys.de/software/pondus/files/pondus-(.*)\.tar\.gz
+https://bitbucket.org/eike/pondus/downloads/pondus-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list