[Python-modules-commits] r23999 - in packages/grapefruit/trunk (15 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue Apr 23 22:01:30 UTC 2013


    Date: Tuesday, April 23, 2013 @ 22:01:28
  Author: laarmen-guest
Revision: 23999

[svn-inject] Application des modifications Debian (0.1~a3-1) pour le tronc

Added:
  packages/grapefruit/trunk/debian/
  packages/grapefruit/trunk/debian/changelog
  packages/grapefruit/trunk/debian/clean
  packages/grapefruit/trunk/debian/compat
  packages/grapefruit/trunk/debian/control
  packages/grapefruit/trunk/debian/copyright
  packages/grapefruit/trunk/debian/python-grapefruit-doc.doc-base
  packages/grapefruit/trunk/debian/python-grapefruit-doc.docs
  packages/grapefruit/trunk/debian/python-grapefruit-doc.links
  packages/grapefruit/trunk/debian/python-grapefruit.docs
  packages/grapefruit/trunk/debian/python-grapefruit.install
  packages/grapefruit/trunk/debian/rules
  packages/grapefruit/trunk/debian/source/
  packages/grapefruit/trunk/debian/source/format
  packages/grapefruit/trunk/debian/watch


Property changes on: packages/grapefruit/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/grapefruit/trunk/debian/changelog
===================================================================
--- packages/grapefruit/trunk/debian/changelog	                        (rev 0)
+++ packages/grapefruit/trunk/debian/changelog	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1,5 @@
+grapefruit (0.1~a3-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #706042)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Tue, 23 Apr 2013 22:50:55 +0200

Added: packages/grapefruit/trunk/debian/clean
===================================================================
--- packages/grapefruit/trunk/debian/clean	                        (rev 0)
+++ packages/grapefruit/trunk/debian/clean	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1 @@
+grapefruit.egg-info/*

Added: packages/grapefruit/trunk/debian/compat
===================================================================
--- packages/grapefruit/trunk/debian/compat	                        (rev 0)
+++ packages/grapefruit/trunk/debian/compat	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1 @@
+8

Added: packages/grapefruit/trunk/debian/control
===================================================================
--- packages/grapefruit/trunk/debian/control	                        (rev 0)
+++ packages/grapefruit/trunk/debian/control	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1,46 @@
+Source: grapefruit
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 8),
+ python-all (>= 2.6.6-3~),
+ python-pytest,
+ python-sphinx (>= 1.0.7+dfsg),
+Standards-Version: 3.9.4
+Homepage: https://github.com/xav/Grapefruit
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/grapefruit/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/grapefruit/trunk/
+
+Package: python-grapefruit
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-grapefruit-doc
+Description: Backend-agnostic audio decoding Python package
+ GrapeFruit is a pure Python module that let you easily manipulate and convert
+ color information. Its Primary goal is to be natural and flexible.
+ .
+ The following color systems are supported by GrapeFruit:
+   * RGB (sRGB)
+   * HSL
+   * HSV
+   * YIQ
+   * YUV
+   * CIE-XYZ
+   * CIE-LAB (with the illuminant you want)
+   * CMY
+   * CMYK
+   * HTML/CSS color definition (#RRGGBB, #RGB or the X11 color name)
+   * RYB (artistic color wheel)
+
+Package: python-grapefruit-doc
+Section: doc
+Architecture: all
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Recommends: python-grapefruit
+Description: Backend-agnostic audio decoding Python package - documentation
+ GrapeFruit is a pure Python module that let you easily manipulate and convert
+ color information. Its Primary goal is to be natural and flexible.
+ .
+ This package provides the documentation for GrapeFruit.

Added: packages/grapefruit/trunk/debian/copyright
===================================================================
--- packages/grapefruit/trunk/debian/copyright	                        (rev 0)
+++ packages/grapefruit/trunk/debian/copyright	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1,46 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: grapefruit
+Source: https://github.com/xav/Grapefruit
+
+Files: *
+Copyright: 2008-2012 Xavier Basty
+           2012 Christian Oudard <christian.oudard at gmail.com>
+License: Apache
+
+Files: debian/*
+Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
+License: Apache
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ On Debian systems, a copy of the license should be at
+ /usr/share/common-licenses/Apache-2.0

Added: packages/grapefruit/trunk/debian/python-grapefruit-doc.doc-base
===================================================================
--- packages/grapefruit/trunk/debian/python-grapefruit-doc.doc-base	                        (rev 0)
+++ packages/grapefruit/trunk/debian/python-grapefruit-doc.doc-base	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1,12 @@
+Document: grapefruit
+Title: Grapefruit
+Author: Xavier Basty
+Abstract: Python module to manipulate color information easily
+Section: Graphics
+
+Format: HTML
+Index: /usr/share/doc/python-grapefruit-doc/html/index.html
+Files: /usr/share/doc/python-grapefruit-doc/html/*.html
+
+Format: Text
+Files: /usr/share/doc/python-grapefruit-doc/rst/*.txt

Added: packages/grapefruit/trunk/debian/python-grapefruit-doc.docs
===================================================================
--- packages/grapefruit/trunk/debian/python-grapefruit-doc.docs	                        (rev 0)
+++ packages/grapefruit/trunk/debian/python-grapefruit-doc.docs	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1 @@
+doc/_build/html

Added: packages/grapefruit/trunk/debian/python-grapefruit-doc.links
===================================================================
--- packages/grapefruit/trunk/debian/python-grapefruit-doc.links	                        (rev 0)
+++ packages/grapefruit/trunk/debian/python-grapefruit-doc.links	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1 @@
+/usr/share/doc/python-grapefruit-doc/html/_sources /usr/share/doc/python-grapefruit-doc/rst

Added: packages/grapefruit/trunk/debian/python-grapefruit.docs
===================================================================
--- packages/grapefruit/trunk/debian/python-grapefruit.docs	                        (rev 0)
+++ packages/grapefruit/trunk/debian/python-grapefruit.docs	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1 @@
+README

Added: packages/grapefruit/trunk/debian/python-grapefruit.install
===================================================================
--- packages/grapefruit/trunk/debian/python-grapefruit.install	                        (rev 0)
+++ packages/grapefruit/trunk/debian/python-grapefruit.install	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1 @@
+usr/lib/

Added: packages/grapefruit/trunk/debian/rules
===================================================================
--- packages/grapefruit/trunk/debian/rules	                        (rev 0)
+++ packages/grapefruit/trunk/debian/rules	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+PYVERS :=  $(shell pyversions -r)
+
+%:
+	dh $@ --with python2,sphinxdoc
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=$(shell pwd) make -C doc/ html
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	set -ex; \
+	for py in $(shell pyversion -r); do \
+		PYTHONPATH=$(CURDIR) $$py -m pytest; \
+	done
+endif
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf doc/_build


Property changes on: packages/grapefruit/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/grapefruit/trunk/debian/source/format
===================================================================
--- packages/grapefruit/trunk/debian/source/format	                        (rev 0)
+++ packages/grapefruit/trunk/debian/source/format	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/grapefruit/trunk/debian/watch
===================================================================
--- packages/grapefruit/trunk/debian/watch	                        (rev 0)
+++ packages/grapefruit/trunk/debian/watch	2013-04-23 22:01:28 UTC (rev 23999)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(a|b|rc)/~$1/,dversionmangle=s/\+dfsg//; \
+http://github.com/xav/Grapefruit/downloads /downloads/xav/Grapefruit/grapefruit-(.+?)(?:\.tar)?\.tar\.gz




More information about the Python-modules-commits mailing list