[Python-modules-commits] r23229 - in packages/python-fdb/trunk (18 files)
makowski-guest at users.alioth.debian.org
makowski-guest at users.alioth.debian.org
Mon Dec 31 21:22:34 UTC 2012
Date: Monday, December 31, 2012 @ 21:22:33
Author: makowski-guest
Revision: 23229
[svn-inject] Application des modifications Debian (0.9.9-2) pour le tronc
Added:
packages/python-fdb/trunk/debian/
packages/python-fdb/trunk/debian/changelog
packages/python-fdb/trunk/debian/clean
packages/python-fdb/trunk/debian/compat
packages/python-fdb/trunk/debian/control
packages/python-fdb/trunk/debian/copyright
packages/python-fdb/trunk/debian/docs
packages/python-fdb/trunk/debian/patches/
packages/python-fdb/trunk/debian/patches/01_fix_sphinxdoc.patch
packages/python-fdb/trunk/debian/patches/series
packages/python-fdb/trunk/debian/python-fdb-doc.doc-base
packages/python-fdb/trunk/debian/python-fdb-doc.docs
packages/python-fdb/trunk/debian/python-fdb.install
packages/python-fdb/trunk/debian/python3-fdb.install
packages/python-fdb/trunk/debian/rules
packages/python-fdb/trunk/debian/source/
packages/python-fdb/trunk/debian/source/format
packages/python-fdb/trunk/debian/watch
Property changes on: packages/python-fdb/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-fdb/trunk/debian/changelog
===================================================================
--- packages/python-fdb/trunk/debian/changelog (rev 0)
+++ packages/python-fdb/trunk/debian/changelog 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,13 @@
+python-fdb (0.9.9-2) UNRELEASED; urgency=low
+
+ * Fix missing build requires
+ * Build Sphinx doc
+ * Fix copyright
+
+ -- Philippe Makowski <pmakowski at ibphoenix.fr> Sun, 30 Dec 2012 17:51:10 +0100
+
+python-fdb (0.9.9-1) unstable; urgency=low
+
+ * Initial release (Closes: #696950)
+
+ -- Philippe Makowski <pmakowski at ibphoenix.fr> Sat, 25 Dec 2012 19:20:55 +0100
Added: packages/python-fdb/trunk/debian/clean
===================================================================
--- packages/python-fdb/trunk/debian/clean (rev 0)
+++ packages/python-fdb/trunk/debian/clean 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,3 @@
+fdb.egg-info/*
+docs/_sources/*
+
Added: packages/python-fdb/trunk/debian/compat
===================================================================
--- packages/python-fdb/trunk/debian/compat (rev 0)
+++ packages/python-fdb/trunk/debian/compat 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1 @@
+8
Added: packages/python-fdb/trunk/debian/control
===================================================================
--- packages/python-fdb/trunk/debian/control (rev 0)
+++ packages/python-fdb/trunk/debian/control 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,42 @@
+Source: python-fdb
+Section: python
+Priority: optional
+Maintainer: Philippe Makowski <pmakowski at ibphoenix.fr>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~),
+ firebird-dev, python-sphinx (>= 1.0.7+dfsg), python-setuptools, , python3-setuptools
+Standards-Version: 3.9.3
+Homepage: http://www.firebirdsql.org/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.1
+
+Package: python-fdb
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, firebird-dev
+Suggests: python-fdb-doc
+Description: Set of Firebird RDBMS bindings for Python2
+ FDB is a Python 2 library package that implements Python Database
+ API 2.0-compliant support for the open source relational database Firebird®.
+ In addition to the minimal feature set of the standard Python DB API,
+ FDB also exposes nearly the entire native client API of the database engine.
+
+Package: python3-fdb
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, firebird-dev
+Suggests: python-fdb-doc
+Description: Set of Firebird RDBMS bindings for Python3
+ FDB is a Python 3 library package that implements Python Database
+ API 2.0-compliant support for the open source relational database Firebird®.
+ In addition to the minimal feature set of the standard Python DB API,
+ FDB also exposes nearly the entire native client API of the database engine.
+
+Package: python-fdb-doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Section: doc
+Description: documentation for python-fdb
+ FDB is a Python library package that implements Python Database
+ API 2.0-compliant support for the open source relational database Firebird®.
+ In addition to the minimal feature set of the standard Python DB API,
+ FDB also exposes nearly the entire native client API of the database engine.
+
Added: packages/python-fdb/trunk/debian/copyright
===================================================================
--- packages/python-fdb/trunk/debian/copyright (rev 0)
+++ packages/python-fdb/trunk/debian/copyright 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fdb
+Upstream-Contact: Pavel Cisar <pcisar at ibphoenix.cz>
+Source: http://www.firebirdsql.org/
+
+Files: *
+License: permissive
+Copyright: (edited from upstream docs/license.txt)
+ Copyright (c) 2012 Pavel Cisar <pcisar at ibphoenix.cz>
+ The main portion of initial code (~95%); Current maintainer.
+ Copyright (c) 2012 Philippe Makowski <pmakowski at ibphoenix.fr>
+ Initial trace API & nbackup support; Python 3 support.
+ Copyright (c) 1998-2001 [alex] Alexander Kuznetsov <alexan at users.sourceforge.net>
+ Author of original version; maintained through version 2.0.
+ Copyright (c) 2002-2007 [dsr] David Rushby <woodsplitter at rocketmail.com>
+ Author of ~90% of current code and 100% of current documentation.
+ Copyright (c) 2001-2002 [maz] Marek Isalski <kinterbasdb at maz.nu>
+ Marek made important first steps in removing the limitations of
+ version 2.0 in preparation for version 3.0.
+ Copyright (c) 2001 [eac] Evgeny A. Cherkashin <eugeneai at icc.ru>
+ Evgeny wrote the first version of the distutils build script,
+ which was included in a 2.x point release.
+ Copyright (c) 2001-2002 [janez] Janez Jere <janez.jere at void.si>
+ Janez contributed several bugfixes, including fixes for the date
+ and time parameter conversion code in preparation for version 3.0.
+
+Files: debian/*
+Copyright: 2012, Philippe Makowski <pmakowski at ibphoenix.fr>
+License: permissive
+
+License: permissive
+ Permission to use, copy, modify, and distribute this software and
+ its documentation for any purpose and without fee or royalty is
+ hereby granted, provided that the above copyright notice appears
+ in all copies and that both the copyright notice and this
+ permission notice appear in supporting documentation or portions
+ thereof, including modifications, that you make.
+ The authors disclaim all warranties with regard to this software,
+ including all implied warranties of merchantability and fitness.
+ In no event shall any author be liable for any special, indirect
+ or consequential damages or any damages whatsoever resulting from
+ loss of use, data or profits, whether in an action of contract,
+ negligence or other tortious action, arising out of or in
+ connection with the use or performance of this software.
+
Added: packages/python-fdb/trunk/debian/docs
===================================================================
--- packages/python-fdb/trunk/debian/docs (rev 0)
+++ packages/python-fdb/trunk/debian/docs 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,2 @@
+README
+ReleaseNotes.txt
Added: packages/python-fdb/trunk/debian/patches/01_fix_sphinxdoc.patch
===================================================================
--- packages/python-fdb/trunk/debian/patches/01_fix_sphinxdoc.patch (rev 0)
+++ packages/python-fdb/trunk/debian/patches/01_fix_sphinxdoc.patch 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,28 @@
+Description: Disable creation of _sources directory by Sphinx
+ We do this to save some space as the sources of the documentation
+ are not really useful in a binary package.
+ .
+ This is a Debian specific patch.
+Forwarded: not-needed
+Author: Philippe Makowski <pmakowski at ibphoenix.fr>
+Origin: vendor
+
+--- fdb-0.9.9.orig/sphinx/conf.py 2012-11-29 11:58:19.000000000 +0100
++++ fdb-0.9.9/sphinx/conf.py 2012-12-30 15:40:03.320999590 +0100
+@@ -20,6 +20,7 @@
+ # is relative to the documentation root, use os.path.abspath to make it
+ # absolute, like shown here.
+ #sys.path.append(os.path.abspath('.'))
++sys.path.append(os.path.abspath('..'))
+
+ # General configuration
+ # ---------------------
+@@ -152,6 +153,8 @@
+
+ # If true, the reST sources are included in the HTML build as _sources/<name>.
+ #html_copy_source = True
++html_copy_source = False
++html_show_sourcelink = False
+
+ # If true, an OpenSearch description file will be output, and all pages will
+ # contain a <link> tag referring to it. The value of this option must be the
Added: packages/python-fdb/trunk/debian/patches/series
===================================================================
--- packages/python-fdb/trunk/debian/patches/series (rev 0)
+++ packages/python-fdb/trunk/debian/patches/series 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1 @@
+01_fix_sphinxdoc.patch
Added: packages/python-fdb/trunk/debian/python-fdb-doc.doc-base
===================================================================
--- packages/python-fdb/trunk/debian/python-fdb-doc.doc-base (rev 0)
+++ packages/python-fdb/trunk/debian/python-fdb-doc.doc-base 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,9 @@
+Document: python-fdb
+Title: python-fdb documentation
+Author: Pavel Cisar
+Abstract: This is documentation of python-fdb module.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-fdb-doc/docs/index.html
+Files: /usr/share/doc/python-fdb-doc/docs/*.html
Added: packages/python-fdb/trunk/debian/python-fdb-doc.docs
===================================================================
--- packages/python-fdb/trunk/debian/python-fdb-doc.docs (rev 0)
+++ packages/python-fdb/trunk/debian/python-fdb-doc.docs 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1 @@
+docs
Added: packages/python-fdb/trunk/debian/python-fdb.install
===================================================================
--- packages/python-fdb/trunk/debian/python-fdb.install (rev 0)
+++ packages/python-fdb/trunk/debian/python-fdb.install 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1 @@
+usr/lib/python2.*/
Added: packages/python-fdb/trunk/debian/python3-fdb.install
===================================================================
--- packages/python-fdb/trunk/debian/python3-fdb.install (rev 0)
+++ packages/python-fdb/trunk/debian/python3-fdb.install 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1 @@
+usr/lib/python3/
Added: packages/python-fdb/trunk/debian/rules
===================================================================
--- packages/python-fdb/trunk/debian/rules (rev 0)
+++ packages/python-fdb/trunk/debian/rules 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+PYTHON2=$(shell pyversions -r)
+PYTHON3=$(shell py3versions -r)
+
+%:
+ dh $@ --with sphinxdoc,python2,python3
+
+override_dh_auto_clean:
+ rm -rf docs
+ rm -rf build/
+ rm -rf sphinx/.build
+ dh_auto_clean
+
+override_dh_auto_install:
+ set -ex; for python in $(PYTHON3); do \
+ $$python setup.py install --install-layout=deb --root=debian/tmp; \
+ done
+ dh_auto_install
+
+override_dh_auto_build:
+ set -ex; for python in $(PYTHON3); do \
+ $$python setup.py build; \
+ done
+
+ # Build the HTML documentation.
+ make -C sphinx html
+ dh_auto_build
+
+override_dh_compress:
+ dh_compress -X.txt -X.js
+
+.PHONY: override_dh_auto_clean override_dh_auto_install override_dh_auto_test \
+override_dh_compress
Property changes on: packages/python-fdb/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-fdb/trunk/debian/source/format
===================================================================
--- packages/python-fdb/trunk/debian/source/format (rev 0)
+++ packages/python-fdb/trunk/debian/source/format 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-fdb/trunk/debian/watch
===================================================================
--- packages/python-fdb/trunk/debian/watch (rev 0)
+++ packages/python-fdb/trunk/debian/watch 2012-12-31 21:22:33 UTC (rev 23229)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/f/fdb/fdb-(.*).tar.gz
More information about the Python-modules-commits
mailing list