[Python-modules-commits] r30695 - in packages/cairocffi/trunk (12 files)
jcjaskula-guest at users.alioth.debian.org
jcjaskula-guest at users.alioth.debian.org
Sun Sep 21 03:29:21 UTC 2014
Date: Sunday, September 21, 2014 @ 03:29:20
Author: jcjaskula-guest
Revision: 30695
[svn-inject] Application des modifications Debian (0.5.4-1) pour le tronc
Added:
packages/cairocffi/trunk/debian/
packages/cairocffi/trunk/debian/changelog
packages/cairocffi/trunk/debian/compat
packages/cairocffi/trunk/debian/control
packages/cairocffi/trunk/debian/copyright
packages/cairocffi/trunk/debian/patches/
packages/cairocffi/trunk/debian/patches/series
packages/cairocffi/trunk/debian/python-cairocffi-doc.docs
packages/cairocffi/trunk/debian/rules
packages/cairocffi/trunk/debian/source/
packages/cairocffi/trunk/debian/source/format
packages/cairocffi/trunk/debian/watch
Property changes on: packages/cairocffi/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/cairocffi/trunk/debian/changelog
===================================================================
--- packages/cairocffi/trunk/debian/changelog (rev 0)
+++ packages/cairocffi/trunk/debian/changelog 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1,5 @@
+cairocffi (0.5.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #762125)
+
+ -- Jean-Christophe Jaskula <jean.christophe.jaskula at gmail.com> Sun, 14 Sep 2014 11:07:37 -0400
Added: packages/cairocffi/trunk/debian/compat
===================================================================
--- packages/cairocffi/trunk/debian/compat (rev 0)
+++ packages/cairocffi/trunk/debian/compat 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1 @@
+9
Added: packages/cairocffi/trunk/debian/control
===================================================================
--- packages/cairocffi/trunk/debian/control (rev 0)
+++ packages/cairocffi/trunk/debian/control 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1,56 @@
+Source: cairocffi
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jean-Christophe Jaskula <jean.christophe.jaskula at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3),
+ debhelper (>= 9),
+ python-all-dev,
+ python-setuptools,
+ python3-all,
+ python3-all-dev,
+ python3-setuptools,
+ quilt,
+ python-cffi, python3-cffi,
+ python-sphinx | python3-sphinx,
+ python-pytest, python3-pytest,
+ libcairo2,
+ libgdk-pixbuf2.0-0,
+ libgtk2.0-dev,
+ shared-mime-info
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Standards-Version: 3.9.5
+Homepage: https://pythonhosted.org/cairocffi/
+
+Package: python-cairocffi
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-cffi, libcairo2
+Description: cffi-based cairo bindings for Python
+ cairocffi is a CFFI-based drop-in replacement for Pycairo,
+ a set of Python bindings and object-oriented API for cairo.
+ Cairo is a 2D vector graphics library with support for multiple backends
+ including image buffers, PNG, PostScript, PDF, and SVG file output.
+ .
+
+Package: python3-cairocffi
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, python3-cffi, libcairo2
+Description: cffi-based cairo bindings for Python
+ cairocffi is a CFFI-based drop-in replacement for Pycairo,
+ a set of Python bindings and object-oriented API for cairo.
+ Cairo is a 2D vector graphics library with support for multiple backends
+ including image buffers, PNG, PostScript, PDF, and SVG file output.
+ .
+
+Package: python-cairocffi-doc
+Architecture: all
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Section: doc
+Description: cffi-based cairo bindings for Python
+ cairocffi is a CFFI-based drop-in replacement for Pycairo,
+ a set of Python bindings and object-oriented API for cairo.
+ Cairo is a 2D vector graphics library with support for multiple backends
+ including image buffers, PNG, PostScript, PDF, and SVG file output.
+ .
+
Added: packages/cairocffi/trunk/debian/copyright
===================================================================
--- packages/cairocffi/trunk/debian/copyright (rev 0)
+++ packages/cairocffi/trunk/debian/copyright 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1,60 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cairocffi
+Source: https://github.com/SimonSapin/cairocffi
+
+Files: *
+Copyright: 2014 Simon Sapin <simon.sapin at exyr.org>
+License: BSD-3-clause
+ Some rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ .
+ * The names of the contributors may not be used to endorse or
+ promote products derived from this software without specific
+ prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# If you want to use GPL v2 or later for the /debian/* files use
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2014 Jean-Christophe Jaskula <jean.christophe.jaskula at gmail.com>
+License: GPL-2+
+ 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
Added: packages/cairocffi/trunk/debian/patches/series
===================================================================
Added: packages/cairocffi/trunk/debian/python-cairocffi-doc.docs
===================================================================
--- packages/cairocffi/trunk/debian/python-cairocffi-doc.docs (rev 0)
+++ packages/cairocffi/trunk/debian/python-cairocffi-doc.docs 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1 @@
+docs/_build/html
Added: packages/cairocffi/trunk/debian/rules
===================================================================
--- packages/cairocffi/trunk/debian/rules (rev 0)
+++ packages/cairocffi/trunk/debian/rules 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Sun, 14 Sep 2014 11:07:37 -0400
+export PYBUILD_NAME=cairocffi
+
+export PYBUILD_TEST_PYTEST=1
+export PYBUILD_AFTER_TEST=rm -rf {build_dir}/*/__pycache__
+
+%:
+ dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_test:
+ LC_ALL=C.UTF-8 dh_auto_test
+
+override_dh_auto_build:
+ dh_auto_build
+ PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ docs/_build/html
+
+override_dh_clean:
+ dh_clean
+ rm -rf docs/_build
+
+override_dh_sphinxdoc:
+ifneq "$(shell dh_listpackages | grep -- -doc)" ""
+ dh_sphinxdoc
+endif
Property changes on: packages/cairocffi/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/cairocffi/trunk/debian/source/format
===================================================================
--- packages/cairocffi/trunk/debian/source/format (rev 0)
+++ packages/cairocffi/trunk/debian/source/format 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/cairocffi/trunk/debian/watch
===================================================================
--- packages/cairocffi/trunk/debian/watch (rev 0)
+++ packages/cairocffi/trunk/debian/watch 2014-09-21 03:29:20 UTC (rev 30695)
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/cairocffi-\.tar\.gz/ \
+ https://github.com/SimonSapin/cairocffi/tags .*/v?(\d\S*)\.tar\.gz
More information about the Python-modules-commits
mailing list