--- tintii-2.2.3.orig/debian/compat +++ tintii-2.2.3/debian/compat @@ -0,0 +1 @@ +7 --- tintii-2.2.3.orig/debian/control +++ tintii-2.2.3/debian/control @@ -0,0 +1,15 @@ +Source: tintii +Maintainer: Stefan Ritter +Section: graphics +Priority: optional +Build-Depends: debhelper (>= 7), scons, wx2.8-headers, libwxbase2.8-dev, libwxgtk2.8-dev, libboost-dev, libboost-graph1.42-dev +Standards-Version: 3.9.0 +Homepage: http://www.indii.org/software/tintii/ + +Package: tintii +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Turns colour photos into b/w and highlights regions in colour + tintii takes full colour photos and processes them into black and white with + some select regions highlighted in colour. The technique is known as colour + popping or selective colouring – tintii makes it easy. --- tintii-2.2.3.orig/debian/docs +++ tintii-2.2.3/debian/docs @@ -0,0 +1 @@ +README.txt --- tintii-2.2.3.orig/debian/rules +++ tintii-2.2.3/debian/rules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh_testdir + scons + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + install -m 755 tintii debian/tintii/usr/bin/ + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs VERSION.txt + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installmime +# dh_lintian +# dh_bugfiles +# dh_undocumented + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- tintii-2.2.3.orig/debian/changelog +++ tintii-2.2.3/debian/changelog @@ -0,0 +1,19 @@ +tintii (2.2.3-2) unstable; urgency=low + + * Add debian/source 1.0 + * Bump Standards-Version to 3.9.0 + * Bump dependency of libboost-graph-dev from 1.40 to 1.42 (Closes: #590374) + + -- Stefan Ritter Tue, 27 Jul 2010 12:35:25 +0200 + +tintii (2.2.3-1) unstable; urgency=low + + * New upstream release + + -- Stefan Ritter Fri, 05 Feb 2010 15:10:34 +0100 + +tintii (2.2.2-1) unstable; urgency=low + + * Initial release (Closes: #547606) + + -- Stefan Ritter Tue, 26 Jan 2010 11:03:00 +0200 --- tintii-2.2.3.orig/debian/copyright +++ tintii-2.2.3/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Stefan Ritter on Thu, 24 Sep +2009 14:09:00 +0200. + +The source can be downloaded from http://www.indii.org/software/tintii/. + +Author: Lawrence Murray + +Files: * +Copyright: © 2007-2009 by Lawrence Murray +License: GPL-2 + tintii is published under the GNU Public License v2 without any + warranty implied or otherwise, with no suitability for any purpose. + Use this software at your own risk. + . + On Debian systems, the complete text of the GNU General Public + License, version 2, can be found in + /usr/share/common-licenses/GPL-2. + +Files: images/nuvola/* +Copyright: © 2003-2004 by David Vignoni +Licence: LGPL-2.1 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation, + version 2.1 of the License. + This library 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 + Lesser General Public License for more details. + You should have received a copy of the GNU Lesser General Public + License along with this library (see the the license.txt file); if + not, write to the Free Software Foundation, Inc., 51 Franklin St, + Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General + Public License, version 2.1, can be found in + /usr/share/common-licenses/LGPL-2.1. + +Files: debian/* +Copyright: © 2009 by Stefan Ritter +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 program 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, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- tintii-2.2.3.orig/debian/dirs +++ tintii-2.2.3/debian/dirs @@ -0,0 +1 @@ +usr/bin --- tintii-2.2.3.orig/debian/watch +++ tintii-2.2.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.indii.org/files/tint/releases/tintii-([\d\.]*)\.tar\.gz --- tintii-2.2.3.orig/debian/tintii.1 +++ tintii-2.2.3/debian/tintii.1 @@ -0,0 +1,17 @@ +.TH tintii 1 "" "" "tintii" + +.SH NAME +tintii \- Turns colour photos into b/w and highlights regions in colour + +.SH SYNOPSIS +.B tintii +.RI [ \-h\ \-\-verbose ] +.br + +.SH DESCRIPTION +tintii takes full colour photos and processes them into black and white with +some select regions highlighted in colour. The technique is known as colour +popping or selective colouring \- tintii makes it easy. + +.SH "SEE ALSO" +Homepage: http://www.indii.org/software/tintii \ No newline at end of file --- tintii-2.2.3.orig/debian/manpages +++ tintii-2.2.3/debian/manpages @@ -0,0 +1 @@ +debian/tintii.1 --- tintii-2.2.3.orig/debian/source/format +++ tintii-2.2.3/debian/source/format @@ -0,0 +1 @@ +1.0