--- douf00-3.0.0.orig/debian/changelog +++ douf00-3.0.0/debian/changelog @@ -0,0 +1,14 @@ +douf00 (3.0.0-1) unstable; urgency=low + + * New upstream version. + * [ba7cc02c] Add debian/pyversions to ensure to use 2.5 or later. + * [6f3dd2a8] Ignore `current' version in debian/watch. + * [fca81f62] Updating copyright information. + + -- Bernd Zeimetz Mon, 14 Feb 2011 16:07:45 +0100 + +douf00 (2.0.1-1) unstable; urgency=low + + * Initial release. (Closes: #543783) + + -- Bernd Zeimetz Tue, 15 Sep 2009 00:15:42 +0200 --- douf00-3.0.0.orig/debian/rules +++ douf00-3.0.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +%: + dh $@ + --- douf00-3.0.0.orig/debian/control +++ douf00-3.0.0/debian/control @@ -0,0 +1,20 @@ +Source: douf00 +Section: x11 +Priority: optional +Maintainer: Bernd Zeimetz +Build-Depends: debhelper (>= 7.0.14), python +Build-Depends-Indep: python-support (>= 0.7.1) +Standards-Version: 3.8.3 +Homepage: http://github.com/natano/presentation/tree/master +Vcs-Git: git://github.com/natano/presentation.git +Vcs-Browser: http://github.com/natano/presentation/tree/debian + +Package: douf00 +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.8, python-cairo, python-poppler +Description: lightweight, slim and straight forward Presentation Tool + It assists novice as well as experienced speakers when giving lectures + and business meetings. With its simple presenters Screen that includes + current slide - next slide (preview) as well as timers it is designed + to assist those of us, that are willing to step up their lectures + to the next level. --- douf00-3.0.0.orig/debian/docs +++ douf00-3.0.0/debian/docs @@ -0,0 +1 @@ +README --- douf00-3.0.0.orig/debian/pyversions +++ douf00-3.0.0/debian/pyversions @@ -0,0 +1 @@ +2.5- --- douf00-3.0.0.orig/debian/copyright +++ douf00-3.0.0/debian/copyright @@ -0,0 +1,45 @@ +This package was debianized by Bernd Zeimetz on +Wed, 26 Aug 2009 23:40:47 +0200 + +The upstream source is available at http://github.com/natano/presentation/ - +which is also the place where the debian packaging is available. + +Upstream Author: + + Martin Natano + +Copyright: + + Copyright (c) 2010 Martin Natano + All rights reserved. + +License: + + 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. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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: + + Copyright (C) 2009-2011 Bernd Zeimetz + +and is licensed under the same license as the upstream code, see above. + --- douf00-3.0.0.orig/debian/watch +++ douf00-3.0.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://data.nicenamecrew.com/tools/DouF00/DouF00-([0-9.]*)\.tar\.gz --- douf00-3.0.0.orig/debian/compat +++ douf00-3.0.0/debian/compat @@ -0,0 +1 @@ +7 --- douf00-3.0.0.orig/debian/gbp.conf +++ douf00-3.0.0/debian/gbp.conf @@ -0,0 +1,19 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +upstream-branch = debian_upstream +debian-branch = debian +upstream-tag = debian_upstream/%(version)s +debian-tag = debian/%(version)s +pristine-tar = False + +[git-buildpackage] +sign-tags = True + +# Options only affecting git-dch +[git-dch] +git-log = --no-merges +id-length = 8 +meta = True +meta-closes = Closes|LP +