--- svgtune-0.2.0.orig/.gbp.conf +++ svgtune-0.2.0/.gbp.conf @@ -0,0 +1,3 @@ +[DEFAULT] +debian-branch=debian +upstream-branch=master --- svgtune-0.2.0.orig/debian/changelog +++ svgtune-0.2.0/debian/changelog @@ -0,0 +1,36 @@ +svgtune (0.2.0-2) unstable; urgency=medium + + * debian/control + - added python-lxml to Build-Depends to make help2man run happy + (Closes: #784933). Thanks Logan Rosen for the report + + -- Yaroslav Halchenko Wed, 24 Jun 2015 00:09:25 -0400 + +svgtune (0.2.0-1) unstable; urgency=medium + + * Little helper grew up a little in the past day, so 3rd attempt to release + for Debian with codename "Why not?" (Closes: #544071) + * Boosted policy to 3.9.6 + * Vcs fields without X- prefix and carry a debian branch specification now + + -- Yaroslav Halchenko Sat, 25 Apr 2015 21:45:24 -0400 + +svgtune (0.1.0-2) UNRELEASED; urgency=low + + * 2nd attempt to release with codename "Andreas" + * Boosted policy compliance to 3.9.1 - no changes + * Updated debian/changelog + + -- Yaroslav Halchenko Fri, 26 Nov 2010 10:45:23 -0500 + +svgtune (0.1.0-1) UNRELEASED; urgency=low + + * New "upstream" release. + + -- Yaroslav Halchenko Tue, 23 Mar 2010 20:13:30 -0400 + +svgtune (0.0.2-1) UNRELEASED; urgency=low + + * Initial release with codename "Michael". + + -- Yaroslav Halchenko Fri, 28 Aug 2009 10:22:07 -0400 --- svgtune-0.2.0.orig/debian/compat +++ svgtune-0.2.0/debian/compat @@ -0,0 +1 @@ +7 --- svgtune-0.2.0.orig/debian/control +++ svgtune-0.2.0/debian/control @@ -0,0 +1,23 @@ +Source: svgtune +Section: graphics +Priority: optional +Maintainer: Yaroslav Halchenko +Build-Depends: cdbs, debhelper (>= 7), help2man, python, python-lxml +Standards-Version: 3.9.6 +Homepage: http://github.com/yarikoptic/svgtune +Vcs-Git: git://github.com/yarikoptic/svgtune.git -b debian +Vcs-Browser: http://github.com/yarikoptic/svgtune + + +Package: svgtune +Architecture: all +Depends: python, ${misc:Depends}, python-lxml +Suggests: inkscape +Description: tool to generate a set of .svg files out of a single .svg file + svgtune is a little helper to generate a set of .svg files out + of a single .svg file, by tuning respective groups/layers visibility, + transparency or anything else. + . + It might come very handy for generation of incremental figures to be + embedded into the presentation in any format which inkscape could + render using original .svg file (e.g. pdf, png). --- svgtune-0.2.0.orig/debian/copyright +++ svgtune-0.2.0/debian/copyright @@ -0,0 +1,23 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: svgtune +Maintainer: Yaroslav Halchenko +Upstream-Source-Location: http://github.com/yarikoptic/svgtune + +Files: * +Copyright: 2009-2010, Yaroslav Halchenko +License: GPL-2+ + This program 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 . + + On Debian GNU/Linux systems, the complete text of the GPL-2 License + can be found in `/usr/share/common-licenses/GPL-2'. --- svgtune-0.2.0.orig/debian/dirs +++ svgtune-0.2.0/debian/dirs @@ -0,0 +1 @@ +usr/bin --- svgtune-0.2.0.orig/debian/docs +++ svgtune-0.2.0/debian/docs @@ -0,0 +1 @@ +README.rst --- svgtune-0.2.0.orig/debian/gbp.conf +++ svgtune-0.2.0/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +upstream-branch = master +debian-branch = debian +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s --- svgtune-0.2.0.orig/debian/rules +++ svgtune-0.2.0/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk +DEB_MAKE_INSTALL_TARGET := install PREFIX=$(DEB_DESTDIR)