[Python-apps-commits] r7776 - in packages/pyspread/trunk/debian (6 files)
anoteng-guest at users.alioth.debian.org
anoteng-guest at users.alioth.debian.org
Wed Nov 9 22:41:05 UTC 2011
Date: Wednesday, November 9, 2011 @ 22:40:59
Author: anoteng-guest
Revision: 7776
New upstream version
Bump python build-dependency version to >= 2.6.6-3~
Add Vcs-Browser field
Add ${Python:Depends}
Updated debian/copyright to latest DEP-5 version
Add DEP-3 headers to the patches
Modified:
packages/pyspread/trunk/debian/changelog
packages/pyspread/trunk/debian/control
packages/pyspread/trunk/debian/copyright
packages/pyspread/trunk/debian/patches/about_dialog_license.patch
packages/pyspread/trunk/debian/patches/disable_psyco.patch
packages/pyspread/trunk/debian/patches/remove_extra_COPYING.patch
Modified: packages/pyspread/trunk/debian/changelog
===================================================================
--- packages/pyspread/trunk/debian/changelog 2011-11-09 22:20:28 UTC (rev 7775)
+++ packages/pyspread/trunk/debian/changelog 2011-11-09 22:40:59 UTC (rev 7776)
@@ -2,4 +2,4 @@
* Initial release. (Closes: #601950)
- -- Andreas Noteng <andreas at noteng.no> Wed, 27 Jul 2011 20:29:28 +0200
+ -- Andreas Noteng <andreas at noteng.no> Wed, 09 Nov 2011 23:04:27 +0100
Modified: packages/pyspread/trunk/debian/control
===================================================================
--- packages/pyspread/trunk/debian/control 2011-11-09 22:20:28 UTC (rev 7775)
+++ packages/pyspread/trunk/debian/control 2011-11-09 22:40:59 UTC (rev 7776)
@@ -3,15 +3,16 @@
Priority: optional
Maintainer: Andreas Noteng <andreas at noteng.no>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python (>= 2.4)
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~)
X-Python-Version: >= 2.4
Standards-Version: 3.9.2
Homepage: http://pyspread.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/pyspread/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyspread/trunk/
Package: pyspread
Architecture: all
-Depends: ${misc:Depends}, python (>= 2.4), python-numpy (>= 1.1.0), python-wxgtk2.8 (>= 2.8.10.1)
+Depends: ${misc:Depends}, ${python:Depends}, python-numpy (>= 1.1.0), python-wxgtk2.8 (>= 2.8.10.1)
Recommends: python-pyme (>= 0.8.1), python-gmpy (>= 1.1.0), python-rpy (>= 1.0.3)
Description: cross-platform Python spreadsheet application
Pyspread is a cross-platform Python spreadsheet application. Instead of
Modified: packages/pyspread/trunk/debian/copyright
===================================================================
--- packages/pyspread/trunk/debian/copyright 2011-11-09 22:20:28 UTC (rev 7775)
+++ packages/pyspread/trunk/debian/copyright 2011-11-09 22:40:59 UTC (rev 7776)
@@ -1,17 +1,17 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: Pyspread
-Maintainer: Martin Manns
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=202&view=co&pathrev=202
+Upstream-Name: Pyspread
+Upstream-Contact: Martin Manns
Source: http://pyspread.sourceforge.net/index.html
Files: *, debian/pyspread.1
-Copyright: 2010 Martin Manns
-License: GPL-3
+Copyright: 2008-2011 Martin Manns
+License: GPL-3+
Files: debian/*
-Copyright: 2010 Andreas Noteng <andreas at noteng.no>
-License: GPL-3
+Copyright: 2010-2011 Andreas Noteng <andreas at noteng.no>
+License: GPL-3+
-License: GPL-3
+License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
Modified: packages/pyspread/trunk/debian/patches/about_dialog_license.patch
===================================================================
--- packages/pyspread/trunk/debian/patches/about_dialog_license.patch 2011-11-09 22:20:28 UTC (rev 7775)
+++ packages/pyspread/trunk/debian/patches/about_dialog_license.patch 2011-11-09 22:40:59 UTC (rev 7776)
@@ -1,3 +1,8 @@
+Description: Let the license dialog box read the GPLv3 license from
+ /usr/share/common-licenses/GPL instead of the package supplied one.
+Forwarded: not-needed
+Author: Andreas Noteng <andreas at noteng.no>
+Last-Update: 2011-11-09
Index: pyspread-0.1.2/_pyspread/_dialogs.py
===================================================================
--- pyspread-0.1.2.orig/_pyspread/_dialogs.py 2010-12-12 08:35:54.848435002 +0100
Modified: packages/pyspread/trunk/debian/patches/disable_psyco.patch
===================================================================
--- packages/pyspread/trunk/debian/patches/disable_psyco.patch 2011-11-09 22:20:28 UTC (rev 7775)
+++ packages/pyspread/trunk/debian/patches/disable_psyco.patch 2011-11-09 22:40:59 UTC (rev 7776)
@@ -1,3 +1,7 @@
+Description: Disable psyco to work around open upstream bug
+Forwarded: not-needed
+Author: Andreas Noteng <andreas at noteng.no>
+Last-Update: 2011-11-09
Index: pyspread-0.1.2/_pyspread/pyspread
===================================================================
--- pyspread-0.1.2.orig/_pyspread/pyspread 2010-11-07 22:40:24.549542002 +0100
Modified: packages/pyspread/trunk/debian/patches/remove_extra_COPYING.patch
===================================================================
--- packages/pyspread/trunk/debian/patches/remove_extra_COPYING.patch 2011-11-09 22:20:28 UTC (rev 7775)
+++ packages/pyspread/trunk/debian/patches/remove_extra_COPYING.patch 2011-11-09 22:40:59 UTC (rev 7776)
@@ -1,3 +1,7 @@
+Description: Do not install extra copies of the GPL license.
+Forwarded: not-needed
+Author: Andreas Noteng <andreas at noteng.no>
+Last-Update: 2011-11-09
Index: pyspread-0.1.2/setup.py
===================================================================
--- pyspread-0.1.2.orig/setup.py 2010-10-31 11:04:41.169915042 +0100
More information about the Python-apps-commits
mailing list