changeset 120:efff8b9e7046

Add debian package description It may not be complete yet. Also classic getan should be installed in a seperate package.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 12 Dec 2011 09:58:17 +0100
parents 01b80032d193
children 804211b988aa
files debian/changelog debian/compat debian/control debian/copyright debian/pyversions debian/rules debian/source/format
diffstat 7 files changed, 41 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/changelog	Mon Dec 12 09:58:17 2011 +0100
@@ -0,0 +1,5 @@
+getan (1.0dev1-1) stable; urgency=low
+
+  * Initial Package
+
+ -- Bjoern Ricks <bjoern.ricks@intevation.de>  Mon, 12 Dec 2011 09:37:49 +0100
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/compat	Mon Dec 12 09:58:17 2011 +0100
@@ -0,0 +1,1 @@
+8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/control	Mon Dec 12 09:58:17 2011 +0100
@@ -0,0 +1,15 @@
+Source: getan
+Section: misc
+Priority: optional
+Maintainer: Bjoern Ricks <bjoern.ricks@intevation.de>
+Build-Depends: debhelper (>= 7), python, python-setuptools
+Standards-Version: 3.9.1.0
+
+Package: getan
+Architecture: all
+Homepage: http://hg.intevation.org/getan/
+Depends: python, python-urwid
+Description: getan - A worklog like tool
+ getan is a worklog like tool to keep track of your time working on a project.
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/copyright	Mon Dec 12 09:58:17 2011 +0100
@@ -0,0 +1,2 @@
+Copyright (C) 2008 - 2011 Intevation GmbH
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/pyversions	Mon Dec 12 09:58:17 2011 +0100
@@ -0,0 +1,1 @@
+2.4-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/rules	Mon Dec 12 09:58:17 2011 +0100
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@
+
+PYVERS=$(shell pyversions -vs)
+
+override_dh_auto_install: $(PYVERS:%=install-python%)
+	dh_auto_install
+
+install-python%:
+	python setup.py install --root $(CURDIR)/debian/getan --install-layout=deb
+
+override_dh_install:
+	dh_install
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/source/format	Mon Dec 12 09:58:17 2011 +0100
@@ -0,0 +1,1 @@
+3.0 (quilt)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)