[Python-apps-commits] r4376 - in packages/kabikaboo/trunk (10 files)
jbicha-guest at users.alioth.debian.org
jbicha-guest at users.alioth.debian.org
Sat Dec 26 20:27:22 UTC 2009
Date: Saturday, December 26, 2009 @ 20:27:21
Author: jbicha-guest
Revision: 4376
[svn-inject] Applying Debian modifications to trunk
Added:
packages/kabikaboo/trunk/debian/
packages/kabikaboo/trunk/debian/changelog
packages/kabikaboo/trunk/debian/compat
packages/kabikaboo/trunk/debian/control
packages/kabikaboo/trunk/debian/copyright
packages/kabikaboo/trunk/debian/menu
packages/kabikaboo/trunk/debian/pyversions
packages/kabikaboo/trunk/debian/rules
packages/kabikaboo/trunk/debian/watch
Modified:
packages/kabikaboo/trunk/kabikaboo.desktop
Property changes on: packages/kabikaboo/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/kabikaboo/trunk/debian/changelog
===================================================================
--- packages/kabikaboo/trunk/debian/changelog (rev 0)
+++ packages/kabikaboo/trunk/debian/changelog 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1,6 @@
+kabikaboo (1.7-1) unstable; urgency=low
+
+ * Initial release
+ * Closes 533447
+
+ -- Jeremy Bicha <jeremy at bicha.net> Thu, 24 Dec 2009 15:25:45 +0300
Added: packages/kabikaboo/trunk/debian/compat
===================================================================
--- packages/kabikaboo/trunk/debian/compat (rev 0)
+++ packages/kabikaboo/trunk/debian/compat 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1 @@
+7
Added: packages/kabikaboo/trunk/debian/control
===================================================================
--- packages/kabikaboo/trunk/debian/control (rev 0)
+++ packages/kabikaboo/trunk/debian/control 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1,22 @@
+Source: kabikaboo
+Section: editors
+Priority: extra
+Maintainer: Jeremy Bicha <jeremy at bicha.net>
+Uploaders: Dave Kerr <aidave at shaw.ca>,
+ Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-support (>= 0.8.4)
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/kabikaboo
+Vcs-Bzr: lp:kabikaboo/trunk
+Vcs-Browser: https://code.launchpad.net/~kabikaboo/kabikaboo/trunk
+
+Package: kabikaboo
+Architecture: all
+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.
Added: packages/kabikaboo/trunk/debian/copyright
===================================================================
--- packages/kabikaboo/trunk/debian/copyright (rev 0)
+++ packages/kabikaboo/trunk/debian/copyright 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1,43 @@
+Name: Kabikaboo
+Source: http://launchpad.net/kabikaboo
+# Packaging Copyright: 2009, Dave Kerr <aidave at shaw.ca>
+# 2009, Jeremy Bicha <jeremy at bicha.net>
+# License: GPL-2+
+
+Files: *
+Copyright: 2009, Dave Kerr <aidave at shaw.ca>
+ 2009, Jeremy Bicha <jeremy at bicha.net>
+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 <aidave at shaw.ca>
+ 2009, Jeremy Bicha <jeremy at bicha.net>
+ 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.
Added: packages/kabikaboo/trunk/debian/menu
===================================================================
--- packages/kabikaboo/trunk/debian/menu (rev 0)
+++ packages/kabikaboo/trunk/debian/menu 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1,2 @@
+?package(kabikaboo):needs="X11" section="Applications/Office"\
+ title="kabikaboo" command="/usr/bin/kabikaboo"
Added: packages/kabikaboo/trunk/debian/pyversions
===================================================================
--- packages/kabikaboo/trunk/debian/pyversions (rev 0)
+++ packages/kabikaboo/trunk/debian/pyversions 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1 @@
+2.5-2.7
Added: packages/kabikaboo/trunk/debian/rules
===================================================================
--- packages/kabikaboo/trunk/debian/rules (rev 0)
+++ packages/kabikaboo/trunk/debian/rules 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1,58 @@
+#!/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 $(CURDIR)/debian/kabikaboo/usr/share/pixmaps/
+ cp -a COPYING $(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
Property changes on: packages/kabikaboo/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/kabikaboo/trunk/debian/watch
===================================================================
--- packages/kabikaboo/trunk/debian/watch (rev 0)
+++ packages/kabikaboo/trunk/debian/watch 2009-12-26 20:27:21 UTC (rev 4376)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/kabikaboo/+download http://launchpad.net/kabikaboo/.*/kabikaboo_(.*)\.tar\.gz
Modified: packages/kabikaboo/trunk/kabikaboo.desktop
===================================================================
--- packages/kabikaboo/trunk/kabikaboo.desktop 2009-12-26 20:27:12 UTC (rev 4375)
+++ packages/kabikaboo/trunk/kabikaboo.desktop 2009-12-26 20:27:21 UTC (rev 4376)
@@ -1,6 +1,6 @@
[Desktop Entry]
Exec=kabikaboo
-Icon=/usr/share/kabikaboo/kabikaboo.png
+Icon=kabikaboo.png
Terminal=false
Type=Application
Categories=GNOME;GTK;Office;
More information about the Python-apps-commits
mailing list