[Python-modules-commits] r1990 - in /packages/hachoir-parser/trunk/debian: ./ changelog compat control copyright pycompat pyversions rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Apr 5 16:09:24 UTC 2007


Author: piotr
Date: Thu Apr  5 16:09:24 2007
New Revision: 1990

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1990
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/hachoir-parser/trunk/debian/   (with props)
    packages/hachoir-parser/trunk/debian/changelog
    packages/hachoir-parser/trunk/debian/compat
    packages/hachoir-parser/trunk/debian/control
    packages/hachoir-parser/trunk/debian/copyright
    packages/hachoir-parser/trunk/debian/pycompat
    packages/hachoir-parser/trunk/debian/pyversions
    packages/hachoir-parser/trunk/debian/rules   (with props)

Propchange: packages/hachoir-parser/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/hachoir-parser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/debian/changelog?rev=1990&op=file
==============================================================================
--- packages/hachoir-parser/trunk/debian/changelog (added)
+++ packages/hachoir-parser/trunk/debian/changelog Thu Apr  5 16:09:24 2007
@@ -1,0 +1,19 @@
+hachoir-parser (0.8.1-1) unstable; urgency=low
+
+  * New upstream release
+  * python-setuptools is now optional, remove it from Build-Depends
+  * no longer requires hachoir-core to build
+
+ -- Michel Casabona <michel.casabona at free.fr>  Sun, 28 Jan 2007 12:55:56 +0100
+
+hachoir-parser (0.7.0-2) UNRELEASED; urgency=low
+
+  * convert to python-support 
+
+ -- Michel Casabona <michel.casabona at free.fr>  Mon, 22 Jan 2007 17:44:47 +0100
+
+hachoir-parser (0.7.0-1) UNRELEASED; urgency=low
+
+  * source package automatically created by stdeb
+
+ -- Michel Casabona <michel.casabona at free.fr>  Tue, 19 Dec 2006 16:40:53 +0100

Added: packages/hachoir-parser/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/debian/compat?rev=1990&op=file
==============================================================================
--- packages/hachoir-parser/trunk/debian/compat (added)
+++ packages/hachoir-parser/trunk/debian/compat Thu Apr  5 16:09:24 2007
@@ -1,0 +1,1 @@
+5

Added: packages/hachoir-parser/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/debian/control?rev=1990&op=file
==============================================================================
--- packages/hachoir-parser/trunk/debian/control (added)
+++ packages/hachoir-parser/trunk/debian/control Thu Apr  5 16:09:24 2007
@@ -1,0 +1,27 @@
+Source: hachoir-parser
+Section: python
+Priority: optional
+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.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/hachoir-parser/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/?op=log
+
+Package: python-hachoir-parser
+Architecture: all
+Depends: ${python:Depends}, python-hachoir-core (>= 0.7.2)
+Description: Package of Hachoir parsers used to open binary files
+ hachoir-parser is a package of most common file format parsers written for
+ Hachoir framework. Not all parsers are complete, some are very good and other
+ are poor: only parser first level of the tree for example.
+ .
+ A perfect parser have no "raw" field: with a perfect parser you are able to
+ know *each* bit meaning. Some good (but not perfect ;-)) parsers:
+  * Matroska video
+  * Microsoft RIFF (AVI video, WAV audio, CDA file)
+  * PNG picture
+  * TAR and ZIP archive
+ .
+  Homepage: http://hachoir.org/wiki/hachoir-parser

Added: packages/hachoir-parser/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/debian/copyright?rev=1990&op=file
==============================================================================
--- packages/hachoir-parser/trunk/debian/copyright (added)
+++ packages/hachoir-parser/trunk/debian/copyright Thu Apr  5 16:09:24 2007
@@ -1,0 +1,29 @@
+This package was debianised by Michel Casabona <michel.casabona at free.fr>
+on Tue, 19 Dec 2006 16:40:53 CEST
+
+It was downloaded from <http://hachoir.org/wiki/Install/>
+
+Author(s): Victor Stinner <victor.stinner AT haypocalc.com>
+           Julien Muchembled <jm AT jm10.no-ip.com>
+
+Copyright:
+
+    This package 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 2
+    of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+The Debian packaging is (C) 2007, Michel Casabona <michel.casabona at free.fr>
+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'.

Added: packages/hachoir-parser/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/debian/pycompat?rev=1990&op=file
==============================================================================
--- packages/hachoir-parser/trunk/debian/pycompat (added)
+++ packages/hachoir-parser/trunk/debian/pycompat Thu Apr  5 16:09:24 2007
@@ -1,0 +1,1 @@
+2

Added: packages/hachoir-parser/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/debian/pyversions?rev=1990&op=file
==============================================================================
--- packages/hachoir-parser/trunk/debian/pyversions (added)
+++ packages/hachoir-parser/trunk/debian/pyversions Thu Apr  5 16:09:24 2007
@@ -1,0 +1,1 @@
+2.4-

Added: packages/hachoir-parser/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-parser/trunk/debian/rules?rev=1990&op=file
==============================================================================
--- packages/hachoir-parser/trunk/debian/rules (added)
+++ packages/hachoir-parser/trunk/debian/rules Thu Apr  5 16:09:24 2007
@@ -1,0 +1,7 @@
+#! /usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+

Propchange: packages/hachoir-parser/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list