[Python-modules-commits] r14952 - in packages/hachoir-wx/trunk/debian (8 files)

mca-guest at users.alioth.debian.org mca-guest at users.alioth.debian.org
Sun Nov 21 23:36:09 UTC 2010


    Date: Sunday, November 21, 2010 @ 23:36:08
  Author: mca-guest
Revision: 14952

fix Depends and Build-Depends, fix Homepage URL, remove outdated UTL from man page
Switch to dpkg-source 3.0 (quilt) format
patch fix project URL from upstream trunk
bump standard version to 3.9.1, reference GPL-2

Added:
  packages/hachoir-wx/trunk/debian/patches/
  packages/hachoir-wx/trunk/debian/patches/fix-project-url.patch
  packages/hachoir-wx/trunk/debian/patches/series
Modified:
  packages/hachoir-wx/trunk/debian/changelog
  packages/hachoir-wx/trunk/debian/control
  packages/hachoir-wx/trunk/debian/copyright
  packages/hachoir-wx/trunk/debian/hachoir-wx.1
  packages/hachoir-wx/trunk/debian/source/format

Modified: packages/hachoir-wx/trunk/debian/changelog
===================================================================
--- packages/hachoir-wx/trunk/debian/changelog	2010-11-21 22:56:21 UTC (rev 14951)
+++ packages/hachoir-wx/trunk/debian/changelog	2010-11-21 23:36:08 UTC (rev 14952)
@@ -1,10 +1,24 @@
 hachoir-wx (0.3-2) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:13:15 +0100
+  [ Michel Casabona ]
+  * control: 
+    - fix URL in Homepage:
+    - Build-Depends-Indep: python-all instead of python-all-dev
+    - add ${misc:Depends} to Depends: 
+    - Depends on either python-wxgtk2.6 or python-wxgtk2.8
+  * remove outdated URL from man page
+    Thanks to Mike Hommey (Closes: #604040)
+  * bump Standards-Version to 3.9.1
+    - reference GPL-2 in the copyright file
+  * Switch to dpkg-source 3.0 (quilt) format
+  * fix-project-url.patch: fix URL in README and version.py
 
+ -- Michel Casabona <michel.casabona at free.fr>  Mon, 22 Nov 2010 00:29:10 +0100
+
 hachoir-wx (0.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/hachoir-wx/trunk/debian/control
===================================================================
--- packages/hachoir-wx/trunk/debian/control	2010-11-21 22:56:21 UTC (rev 14951)
+++ packages/hachoir-wx/trunk/debian/control	2010-11-21 23:36:08 UTC (rev 14952)
@@ -4,15 +4,15 @@
 Maintainer: Michel Casabona <michel.casabona at free.fr>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>=5), python (>= 2.4), cdbs (>= 0.4.43), python-support (>= 0.4)
-Build-Depends-Indep: python-all-dev (>= 2.4)
-Standards-Version: 3.8.0
-Homepage: http://hachoir.org/wiki/hachoir-wx
+Build-Depends-Indep: python-all (>= 2.4)
+Standards-Version: 3.9.1
+Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-wx
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-wx/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-wx/trunk/
 
 Package: python-hachoir-wx
 Architecture: all
-Depends: ${python:Depends}, python-hachoir-parser (>= 1.2), python-wxgtk2.6 (>= 2.6.3.2.1.1)
+Depends: ${python:Depends}, ${misc:Depends}, python-hachoir-parser (>= 1.2), python-wxgtk2.6 (>= 2.6.3.2.1.1) | python-wxgtk2.8
 Description: wxWidgets GUI for the hachoir binary parser
  hachoir-wx is a wxWidgets-based program that's meant to provide a
  (more) user-friendly interface to the facilities provided by the

Modified: packages/hachoir-wx/trunk/debian/copyright
===================================================================
--- packages/hachoir-wx/trunk/debian/copyright	2010-11-21 22:56:21 UTC (rev 14951)
+++ packages/hachoir-wx/trunk/debian/copyright	2010-11-21 23:36:08 UTC (rev 14952)
@@ -27,4 +27,4 @@
 and is licensed under the GPL.
 
 On Debian systems, the complete text of the GNU General Public
-License can be found in `/usr/share/common-licenses/GPL'.
+License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

Modified: packages/hachoir-wx/trunk/debian/hachoir-wx.1
===================================================================
--- packages/hachoir-wx/trunk/debian/hachoir-wx.1	2010-11-21 22:56:21 UTC (rev 14951)
+++ packages/hachoir-wx/trunk/debian/hachoir-wx.1	2010-11-21 23:36:08 UTC (rev 14952)
@@ -9,9 +9,9 @@
 .TP
 \fB\-h\fR, \fB\-\-help\fR
 show this help message and exit
-.IP
+.TP
 Hachoir library:
-.IP
+.TP
 Configure Hachoir library
 .TP
 \fB\-\-verbose\fR
@@ -25,5 +25,3 @@
 .TP
 \fB\-\-debug\fR
 Debug mode
-.PP
-http://hachoir.org/wiki/hachoir\-wx

Added: packages/hachoir-wx/trunk/debian/patches/fix-project-url.patch
===================================================================
--- packages/hachoir-wx/trunk/debian/patches/fix-project-url.patch	                        (rev 0)
+++ packages/hachoir-wx/trunk/debian/patches/fix-project-url.patch	2010-11-21 23:36:08 UTC (rev 14952)
@@ -0,0 +1,20 @@
+--- a/README
++++ b/README
+@@ -4,7 +4,7 @@
+ 
+ For latest updates, to ask for a feature (please do!), and
+ bleeding(-edge) source code see the website:
+-http://hachoir.org/wiki/hachoir-wx
++http://bitbucket.org/haypo/hachoir/wiki/hachoir-wx
+ 
+ Everyone is very welcome to contribute code =)
+ 
+--- a/hachoir_wx/version.py
++++ b/hachoir_wx/version.py
+@@ -1,5 +1,5 @@
+ PACKAGE = "hachoir-wx"
+ VERSION = "0.3"
+-WEBSITE = 'http://hachoir.org/wiki/hachoir-wx'
++WEBSITE = 'http://bitbucket.org/haypo/hachoir/wiki/hachoir-wx'
+ LICENSE = 'GNU GPL v2'
+ 

Added: packages/hachoir-wx/trunk/debian/patches/series
===================================================================
--- packages/hachoir-wx/trunk/debian/patches/series	                        (rev 0)
+++ packages/hachoir-wx/trunk/debian/patches/series	2010-11-21 23:36:08 UTC (rev 14952)
@@ -0,0 +1 @@
+fix-project-url.patch

Modified: packages/hachoir-wx/trunk/debian/source/format
===================================================================
--- packages/hachoir-wx/trunk/debian/source/format	2010-11-21 22:56:21 UTC (rev 14951)
+++ packages/hachoir-wx/trunk/debian/source/format	2010-11-21 23:36:08 UTC (rev 14952)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list