debian/0000755000000000000000000000000012216141350007161 5ustar debian/rules0000755000000000000000000000142412216141321010240 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 PYVERS := $(shell pyversions -r) PY3VERS := $(shell py3versions -r) %: dh $@ --with python2,python3,pypy .PHONY: build_doc override_dh_auto_build: build_doc # python2.x is expected to done in the auto build... for PYTHON in $(PY3VERS) pypy; do \ $$PYTHON setup.py build; \ done dh_auto_build dh $@ --with python2,python3,pypy override_dh_auto_install: # python2.x is expected to done in the auto install... for PYTHON in $(PY3VERS) pypy; do \ $$PYTHON setup.py install --skip-build --root debian/tmp \ --install-layout deb; \ done dh_auto_install .PHONY: build_doc clean_doc override_dh_auto_clean: clean_doc dh_auto_clean build_doc: $(MAKE) -C $(CURDIR)/docs devhelp clean_doc: $(MAKE) -C $(CURDIR)/docs clean debian/wand-doc.doc-base0000644000000000000000000000045512216141321012256 0ustar Document: wand-doc Title: Wand Manual Author: Hong Minhee Abstract: Wand is a ctypes-based simple ImageMagick binding for Python. Section: Programming/Python Format: HTML Index: /usr/share/doc/wand-doc/html/index.html Files: /usr/share/doc/wand-doc/html/*.html /usr/share/doc/wand-doc/html/*/*.html debian/python-wand.docs0000644000000000000000000000001312216141321012273 0ustar README.rst debian/watch0000644000000000000000000000016512216141321010212 0ustar version=3 opts="uversionmangle=s/([a-z]+\d+)$/~\\1/" \ https://github.com/dahlia/wand/tags .*/(\d[a\d\.]+)\.tar\.gz debian/python-wand.install0000644000000000000000000000004112216141321013012 0ustar usr/lib/python2*/dist-packages/* debian/compat0000644000000000000000000000000212216141321010355 0ustar 9 debian/changelog0000644000000000000000000000351412216141321011034 0ustar wand (0.3.5-1) unstable; urgency=low * New upstream release * Use pypy support from dh-python * No more need to link images in doc to save the size -- Changwoo Ryu Wed, 18 Sep 2013 05:59:53 +0900 wand (0.3.3-1) unstable; urgency=low * New upstream release -- Changwoo Ryu Sun, 04 Aug 2013 19:49:30 +0900 wand (0.3.2-1) unstable; urgency=low * New upstream release * Add Build-Depends on python*-setuptools -- Changwoo Ryu Thu, 18 Jul 2013 01:35:52 +0900 wand (0.3.0-1) unstable; urgency=low * New upstream release * debian/control: update Vcs-* fields to use the canonical URIs * Add python3- and pypy- packages -- Changwoo Ryu Sun, 23 Jun 2013 02:08:25 +0900 wand (0.2.4-1) unstable; urgency=low * New upstream release * debian/watch: Add uversionmangle for some upstream versions -- Changwoo Ryu Thu, 30 May 2013 12:13:12 +0900 wand (0.2.3-1) unstable; urgency=low * New upstream release * Fix FTBFS w/ python3-sphinx (Closes: #697786) * Add git-buildpackage config, debian/gbp.conf. * Update github tarball link pattern in debian/watch * Clean up - Add document clean rule in debian/rules - Improve package description based on the document - Update copyright years * Standards-Version: 3.9.4 -- Changwoo Ryu Sat, 26 Jan 2013 00:55:07 +0900 wand (0.2.2-2) unstable; urgency=low * python-wand and wand-doc suggest each other * Use debhelper 9 * Add doc-base entry for wand-doc * Use HTML built for Devhelp * Replace duplicated images with symlinks -- Changwoo Ryu Sun, 21 Oct 2012 03:34:02 +0900 wand (0.2.2-1) unstable; urgency=low * Initial release (Closes: #688897) -- Changwoo Ryu Tue, 02 Oct 2012 10:22:20 +0900 debian/pypy-wand.docs0000644000000000000000000000001312216141321011753 0ustar README.rst debian/pypy-wand.install0000644000000000000000000000003612216141321012476 0ustar usr/lib/pypy*/dist-packages/* debian/control0000644000000000000000000000546112216141321010570 0ustar Source: wand Section: python Priority: optional Maintainer: Changwoo Ryu Build-Depends: debhelper (>= 9.0.0), dh-python (>> 1.20130913), libmagickwand-dev, pypy, python-all (>= 2.6.6-3~), python-setuptools, python3-all (>= 3.2~), python3-setuptools, python-sphinx (>= 1.0.7+dfsg), Standards-Version: 3.9.4 Homepage: https://github.com/dahlia/wand Vcs-Git: git://anonscm.debian.org/users/cwryu/wand.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/cwryu/wand.git;a=summary X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-wand Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmagickwand5, Suggests: wand-doc Description: Python interface for ImageMagick library (Python 2 build) Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This module is built for Python version 2.x. Package: python3-wand Architecture: all Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmagickwand5, Suggests: wand-doc Description: Python interface for ImageMagick library (Python 3 build) Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This module is built for Python version 3.x. Package: pypy-wand Architecture: all Depends: ${pypy:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmagickwand5, Suggests: wand-doc Description: Python interface for ImageMagick library (PyPy build) Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This module is built for PyPy. Package: wand-doc Architecture: all Section: doc Depends: ${misc:Depends}, libjs-sphinxdoc, Suggests: python-wand Description: Python interface for ImageMagick library - documentation Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This package includes documentation for Wand. debian/wand-doc.install0000644000000000000000000000006312216141321012242 0ustar docs/_build/devhelp/* usr/share/doc/wand-doc/html/ debian/gbp.conf0000644000000000000000000000012412216141321010573 0ustar [DEFAULT] pristine-tar = True debian-branch = master upstream-branch = upstream-0.3 debian/python3-wand.docs0000644000000000000000000000001312216141321012356 0ustar README.rst debian/wand-doc.links0000644000000000000000000000145312216141321011720 0ustar usr/share/doc/wand-doc/html usr/share/devhelp/books/Wand usr/share/doc/wand-doc/html usr/share/doc/pypy-wand/html usr/share/doc/wand-doc/html usr/share/doc/python-wand/html usr/share/doc/wand-doc/html usr/share/doc/python3-wand/html usr/share/javascript/sphinxdoc/1.0/doctools.js usr/share/doc/wand-doc/html/_static/doctools.js usr/share/javascript/sphinxdoc/1.0/jquery.js usr/share/doc/wand-doc/html/_static/jquery.js usr/share/javascript/sphinxdoc/1.0/searchtools.js usr/share/doc/wand-doc/html/_static/searchtools.js usr/share/javascript/sphinxdoc/1.0/sidebar.js usr/share/doc/wand-doc/html/_static/sidebar.js usr/share/javascript/sphinxdoc/1.0/underscore.js usr/share/doc/wand-doc/html/_static/underscore.js usr/share/javascript/sphinxdoc/1.0/websupport.js usr/share/doc/wand-doc/html/_static/websupport.js debian/copyright0000644000000000000000000000251212216141321011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: wand Source: https://github.com/dahlia/wand Files: * Copyright: 2011-2013 Hong Minhee License: Expat Files: debian/* Copyright: 2012-2013 Changwoo Ryu License: Expat License: Expat 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. debian/python3-wand.install0000644000000000000000000000004112216141321013075 0ustar usr/lib/python3*/dist-packages/* debian/source/0000755000000000000000000000000012216141321010457 5ustar debian/source/format0000644000000000000000000000001412216141321011665 0ustar 3.0 (quilt)