--- trac-wikitablemacro-0.7785.orig/debian/compat +++ trac-wikitablemacro-0.7785/debian/compat @@ -0,0 +1 @@ +7 --- trac-wikitablemacro-0.7785.orig/debian/rules +++ trac-wikitablemacro-0.7785/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +DEB_PYTHON2_MODULE_PACKAGES=trac-wikitablemacro + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +rev = $$(tail -1 $(temp)/svn-export-log | sed -e 's/^.* \([0-9]\+\).*/\1/') +temp = $$(< temp) + +get-orig-source: + echo $$(mktemp -d) > temp + svn export http://trac-hacks.org/svn/wikitablemacro/0.11 $(temp)/source | tee $(temp)/svn-export-log + mv $(temp)/source $(temp)/trac-wikitablemacro-0.$(rev) + tar pczf $(CURDIR)/../trac-wikitablemacro_0.$(rev).orig.tar.gz -C $(temp) trac-wikitablemacro-0.$(rev) + $(RM) -r $(temp) temp + +.PHONY: get-orig-source + +clean:: + $(RM) -r temp WikiTableMacro.egg-info + --- trac-wikitablemacro-0.7785.orig/debian/control +++ trac-wikitablemacro-0.7785/debian/control @@ -0,0 +1,15 @@ +Source: trac-wikitablemacro +Section: python +Priority: extra +Maintainer: Al Nikolov +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-setuptools, python (>= 2.6.6-3~) +Standards-Version: 3.8.4 +Homepage: http://trac-hacks.org/wiki/WikiTableMacro +XS-Python-Version: all + +Package: trac-wikitablemacro +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, trac +Description: Table from an arbitrary SQL for Trac + This Trac Wiki macro draws a table from any raw SQL. + --- trac-wikitablemacro-0.7785.orig/debian/changelog +++ trac-wikitablemacro-0.7785/debian/changelog @@ -0,0 +1,12 @@ +trac-wikitablemacro (0.7785-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #617130). + + -- Luca Falavigna Thu, 27 Jun 2013 20:02:12 +0200 + +trac-wikitablemacro (0.7785-1) unstable; urgency=low + + * Initial release (Closes: #574633) + + -- Al Nikolov Thu, 19 Mar 2010 18:15:51 +0300 --- trac-wikitablemacro-0.7785.orig/debian/copyright +++ trac-wikitablemacro-0.7785/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by Al Nikolov on +Thu, 19 Mar 2010 18:00:18 +0300. + +It was downloaded from http://trac-hacks.org/wiki/WikiTableMacro + +Upstream Author(s): + + Martin Aspeli + Ryan J Ollos + +Copyright: + + Copyright (C) 2010 Martin Aspeli + +License: + + Copyright (C) 2010 Martin Aspeli + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. 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. + 3. Neither the name of the author nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + +The Debian packaging is (C) 2010, Al Nikolov and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.