--- kabikaboo-1.7.orig/debian/menu +++ kabikaboo-1.7/debian/menu @@ -0,0 +1,2 @@ +?package(kabikaboo):needs="X11" section="Applications/Office"\ + title="kabikaboo" command="/usr/bin/kabikaboo" --- kabikaboo-1.7.orig/debian/control +++ kabikaboo-1.7/debian/control @@ -0,0 +1,22 @@ +Source: kabikaboo +Section: editors +Priority: extra +Maintainer: Jeremy Bicha +Uploaders: Dave Kerr , + Python Applications Packaging Team +Build-Depends: debhelper (>= 7), python-support (>= 0.8.4) +Standards-Version: 3.8.3 +Homepage: https://launchpad.net/kabikaboo +Vcs-Svn: svn://svn.debian.org/python-apps/packages/kabikaboo/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/kabikaboo/trunk/ + +Package: kabikaboo +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>=2.14), python-gtksourceview2 (>=2.2), + python-gtkspell | python-gnome2-extras (<<2.25), python-gnome2 +Description: Writing Assistant + Kabikaboo is a tree-based note pad, designed to help you plan a book or complex + project. Kabikaboo aims to make the author's life easier by providing a way to + edit and organize a collection of related text files. The program can be used + to plan a series of books, technical manuals, software projects, or anything + that would benefit from tree-based text organization. --- kabikaboo-1.7.orig/debian/compat +++ kabikaboo-1.7/debian/compat @@ -0,0 +1 @@ +7 --- kabikaboo-1.7.orig/debian/changelog +++ kabikaboo-1.7/debian/changelog @@ -0,0 +1,6 @@ +kabikaboo (1.7-1) unstable; urgency=low + + * Initial release + * Closes: 533447 + + -- Jeremy Bicha Thu, 24 Dec 2009 15:25:45 +0300 --- kabikaboo-1.7.orig/debian/pyversions +++ kabikaboo-1.7/debian/pyversions @@ -0,0 +1 @@ +2.5-2.7 --- kabikaboo-1.7.orig/debian/watch +++ kabikaboo-1.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/kabikaboo/+download http://launchpad.net/kabikaboo/.*/kabikaboo_(.*)\.tar\.gz --- kabikaboo-1.7.orig/debian/rules +++ kabikaboo-1.7/debian/rules @@ -0,0 +1,57 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +package = kabikaboo +DESTDIR = $(CURDIR)/debian/$(package)/usr/share/$(package) + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + +binary-indep: install + mkdir -p $(CURDIR)/debian/kabikaboo/usr/bin + mkdir -p $(CURDIR)/debian/kabikaboo/usr/share/applications + mkdir -p $(CURDIR)/debian/kabikaboo/usr/share/doc/kabikaboo + mkdir -p $(CURDIR)/debian/kabikaboo/usr/share/kabikaboo/src + mkdir -p $(CURDIR)/debian/kabikaboo/usr/share/kabikaboo/ui + mkdir -p $(CURDIR)/debian/kabikaboo/usr/share/man/man1 + mkdir -p $(CURDIR)/debian/kabikaboo/usr/share/gnome/help/ + mkdir -p $(CURDIR)/debian/kabikaboo/usr/share/pixmaps/ + cp -R help/ $(CURDIR)/debian/kabikaboo/usr/share/gnome/help/kabikaboo/ + cp -a src/* $(DESTDIR)/src/ + cp -a ui/* $(DESTDIR)/ui/ + cp -a kabikaboo $(CURDIR)/debian/kabikaboo/usr/bin/ + cp -a kabikaboo.desktop $(CURDIR)/debian/kabikaboo/usr/share/applications/ + cp -a kabikaboo.png $(DESTDIR)/ + cp -a man/kabikaboo.1 $(CURDIR)/debian/kabikaboo/usr/share/man/man1/ + cp -a debian/changelog $(CURDIR)/debian/kabikaboo/usr/share/doc/kabikaboo/ + + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installmenu + dh_pysupport + dh_installman + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- kabikaboo-1.7.orig/debian/copyright +++ kabikaboo-1.7/debian/copyright @@ -0,0 +1,43 @@ +Name: Kabikaboo +Source: http://launchpad.net/kabikaboo +# Packaging Copyright: 2009, Dave Kerr +# 2009, Jeremy Bicha +# License: GPL-2+ + +Files: * +Copyright: 2009, Dave Kerr + 2009, Jeremy Bicha +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 with + your Debian GNU/Linux system, in /usr/share/common-licenses/GPL-2, or with + the Debian GNU/Linux bash source package as the file COPYING. If not, + write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + +Files: help/C/* +Copyright: 2009, Dave Kerr + 2009, Jeremy Bicha + 2007, Gnome Documentation Project + 2004, Sun Microsystems + 2000, Eric Baudais +License: GFDL 1.1+ + + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; with + no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + + On Debian systems, a copy of the latest GNU Free Documentation + License, is available in /usr/share/common-licenses/GFDL as part of + the base-files package.