--- pytracer-0.2.3.orig/debian/changelog +++ pytracer-0.2.3/debian/changelog @@ -0,0 +1,11 @@ +pytracer (0.2.3-1build1) precise; urgency=low + + * Rebuild to drop python2.6 dependencies and provides. + + -- Matthias Klose Sat, 14 Apr 2012 13:45:19 +0000 + +pytracer (0.2.3-1) unstable; urgency=low + + * Initial release (Closes: #562511) + + -- Yaroslav Halchenko Fri, 25 Dec 2009 17:26:57 -0500 --- pytracer-0.2.3.orig/debian/rules +++ pytracer-0.2.3/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_PYTHON_SYSTEM = pysupport +# for earlier cdbs versions +DEB_PYTHON_MODULE_PACKAGE = python-tracer +# for cdbs >= 0.4.54 +DEB_PYTHON_MODULE_PACKAGES = python-tracer +include /usr/share/cdbs/1/class/python-distutils.mk + --- pytracer-0.2.3.orig/debian/pyversions +++ pytracer-0.2.3/debian/pyversions @@ -0,0 +1 @@ +2.5- --- pytracer-0.2.3.orig/debian/README.source +++ pytracer-0.2.3/debian/README.source @@ -0,0 +1,11 @@ +pytracer for Debian +------------------- + +For easier tracking of upstream development and providing complete +development history within GIT which keeps debian packaging of +pytracer, SVN repository was git-svn-ed from SVN repository hosted at +google. Packages, including source tarballs, are generated directly +from GIT repository using git-buildpackage (debian/gbp.conf provides +necessary settings). + + -- Yaroslav Halchenko , Fri, 25 Dec 2009 17:50:51 -0500 --- pytracer-0.2.3.orig/debian/gbp.conf +++ pytracer-0.2.3/debian/gbp.conf @@ -0,0 +1,25 @@ +[DEFAULT] +# the default build command: +builder = debuild -i'\.(git\.*|gbp.conf|gitignore)' +# the default clean command: +cleaner = fakeroot debian/rules clean +# the default branch for upstream sources: +upstream-branch = master +# the default branch for the debian patch: +debian-branch = debian-release +# the default tag formats used: +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s + +# Options only affecting git-buildpackage +[git-buildpackage] +# ignore some any non-gitted files +ignore-new = True +#upstream-branch = dfsgclean +# uncomment this to automatically GPG sign tags +sign-tags = True +# use this for more svn-buildpackage like bahaviour: +export-dir = ../build-area/ +#tarball-dir = ../tarballs/ + + --- pytracer-0.2.3.orig/debian/control +++ pytracer-0.2.3/debian/control @@ -0,0 +1,22 @@ +Source: pytracer +Section: python +Priority: optional +Maintainer: Yaroslav Halchenko +Build-Depends: cdbs, debhelper (>= 7), python-setuptools, python-support (>= 0.6), python +Standards-Version: 3.8.3 +Homepage: http://code.google.com/p/pytracer/ +Vcs-Browser: http://git.onerussian.com/?p=deb/pytracer.git +Vcs-git: git://git.onerussian.com/deb/pytracer.git + + +Package: python-tracer +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Provides: ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: Centralized trace management using sys.settrace + Python tracer module allows several trace hooks to get registered and + unregistered and allow tracing to be turned on and off temporarily + without losing the trace hooks. You can also indicate filters on + events for which trace hooks should fire and mark methods that should + automatically be ignored. --- pytracer-0.2.3.orig/debian/copyright +++ pytracer-0.2.3/debian/copyright @@ -0,0 +1,16 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: pytracer +Upstream-Source-Location: http://code.google.com/p/pytracer/downloads/list + +Files: * +Copyright: Copyright, + 2008-2009, Rocky Bernstein +License: GPL-3+ + On Debian GNU/Linux systems, the complete text of the GPL version 3 License + can be found in `/usr/share/common-licenses/GPL-3`. + + +Files: debian/* +Copyright: Copyright 2009, + Yaroslav Halchenko +License: GPL-3+ --- pytracer-0.2.3.orig/debian/pycompat +++ pytracer-0.2.3/debian/pycompat @@ -0,0 +1 @@ +2 --- pytracer-0.2.3.orig/debian/watch +++ pytracer-0.2.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/pytracer/downloads/list \ + http://pytracer.googlecode.com/files/tracer-(.*)\.tar\.gz --- pytracer-0.2.3.orig/debian/compat +++ pytracer-0.2.3/debian/compat @@ -0,0 +1 @@ +7 --- pytracer-0.2.3.orig/debian/docs +++ pytracer-0.2.3/debian/docs @@ -0,0 +1,2 @@ +NEWS +README.txt