[Python-modules-commits] r14930 - in packages/hachoir-subfile/trunk/debian (4 files)
mca-guest at users.alioth.debian.org
mca-guest at users.alioth.debian.org
Sat Nov 20 17:55:24 UTC 2010
Date: Saturday, November 20, 2010 @ 17:55:20
Author: mca-guest
Revision: 14930
fix URLs (Closes: #604040), fix lintian warnings, reference GPL-2
switch to dpkg-source 3.0 (quilt) format
Modified:
packages/hachoir-subfile/trunk/debian/changelog
packages/hachoir-subfile/trunk/debian/control
packages/hachoir-subfile/trunk/debian/copyright
packages/hachoir-subfile/trunk/debian/source/format
Modified: packages/hachoir-subfile/trunk/debian/changelog
===================================================================
--- packages/hachoir-subfile/trunk/debian/changelog 2010-11-20 15:25:26 UTC (rev 14929)
+++ packages/hachoir-subfile/trunk/debian/changelog 2010-11-20 17:55:20 UTC (rev 14930)
@@ -1,10 +1,23 @@
hachoir-subfile (0.5.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:13 +0100
+ [ Michel Casabona ]
+ * control:
+ - fix URL in Homepage:
+ - Build-Depends-Indep: python-all instead of python-all-dev
+ - add ${misc:Depends} to Depends:
+ * 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> Sat, 20 Nov 2010 15:58:10 +0100
+
hachoir-subfile (0.5.3-1) unstable; urgency=low
[ Michel Casabona ]
Modified: packages/hachoir-subfile/trunk/debian/control
===================================================================
--- packages/hachoir-subfile/trunk/debian/control 2010-11-20 15:25:26 UTC (rev 14929)
+++ packages/hachoir-subfile/trunk/debian/control 2010-11-20 17:55:20 UTC (rev 14930)
@@ -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.7.3
-Homepage: http://hachoir.org/wiki/hachoir-subfile
+Build-Depends-Indep: python-all (>= 2.4)
+Standards-Version: 3.9.1
+Homepage: http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile
Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-subfile/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/hachoir-subfile/trunk/
Package: python-hachoir-subfile
Architecture: all
-Depends: ${python:Depends}, python-hachoir-parser (>= 1.1), python-hachoir-regex (>= 1.0.3)
+Depends: ${python:Depends}, ${misc:Depends}, python-hachoir-parser (>= 1.1), python-hachoir-regex (>= 1.0.3)
Suggests: python-profiler
Description: find subfiles in any binary stream
hachoir-subfile is a tool based on hachoir-parser to find subfiles
Modified: packages/hachoir-subfile/trunk/debian/copyright
===================================================================
--- packages/hachoir-subfile/trunk/debian/copyright 2010-11-20 15:25:26 UTC (rev 14929)
+++ packages/hachoir-subfile/trunk/debian/copyright 2010-11-20 17:55:20 UTC (rev 14930)
@@ -25,4 +25,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-subfile/trunk/debian/source/format
===================================================================
--- packages/hachoir-subfile/trunk/debian/source/format 2010-11-20 15:25:26 UTC (rev 14929)
+++ packages/hachoir-subfile/trunk/debian/source/format 2010-11-20 17:55:20 UTC (rev 14930)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list