From scm-commit at wald.intevation.org Mon Jul 7 12:11:28 2008 From: scm-commit at wald.intevation.org (scm-commit@wald.intevation.org) Date: Mon, 7 Jul 2008 12:11:28 +0200 (CEST) Subject: [Lohnrechner-commits] r79 - in trunk: . debian Message-ID: <20080707101128.38B3B406C6@pyrosoma.intevation.org> Author: khruskowski Date: 2008-07-07 12:11:28 +0200 (Mon, 07 Jul 2008) New Revision: 79 Added: trunk/debian/ trunk/debian/changelog trunk/debian/control trunk/debian/copyright trunk/debian/files trunk/debian/postinst trunk/debian/prerm trunk/debian/rules Log: Added files needed for debian packaging Added: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2008-06-30 15:04:24 UTC (rev 78) +++ trunk/debian/changelog 2008-07-07 10:11:28 UTC (rev 79) @@ -0,0 +1,5 @@ +lohnrechner (0.0.20080630) stable; urgency=low + + * First Debian Package release. + + -- Karl-Heinz Ruskowski Mon, 30 Jun 2008 17:45:11 +0200 Added: trunk/debian/control =================================================================== --- trunk/debian/control 2008-06-30 15:04:24 UTC (rev 78) +++ trunk/debian/control 2008-07-07 10:11:28 UTC (rev 79) @@ -0,0 +1,12 @@ +Source: lohnrechner +Section: x11 +Priority: optional +Maintainer: Karl-Heinz Ruskowski +Standards-Version: 0.0.20080630 +Build-Depends: python (>=2.3.5-2), python-tk (>=2.3.5-2) + +Package: lohnrechner +Architecture: any +Depends: python (>=2.3.5-2), python-tk (>=2.3.5-2) +Description: Income tax calculator for germany + Income tax and social insurance contributions calculator for germany written in python using simple tkinter userinterface Added: trunk/debian/copyright =================================================================== --- trunk/debian/copyright 2008-06-30 15:04:24 UTC (rev 78) +++ trunk/debian/copyright 2008-07-07 10:11:28 UTC (rev 79) @@ -0,0 +1,18 @@ +This package was debianized by Karl-Heinz Ruskowski on +Mon, 30 Jun 2008 17:45:11 +0200. + +It was downloaded from: http://wald.intevation.org/projects/lohnrechner/ + +Upstream author: Sascha Wilde + +This software is copyright (c) 2005, 2006, 2007, 2008 by + Intevation GmbH + Georgstraße 4, D-49074 Osnabrueck, + Germany +Development. + +You are free to distribute this software under the terms of +the GNU General Public License either version 2 of the License, +or (at your option) any later version. +On Debian systems, the complete text of the GNU General Public +License can be found in the file `/usr/share/common-licenses/GPL-2'. Added: trunk/debian/files =================================================================== --- trunk/debian/files 2008-06-30 15:04:24 UTC (rev 78) +++ trunk/debian/files 2008-07-07 10:11:28 UTC (rev 79) @@ -0,0 +1 @@ +lohnrechner_0.0.20080630_i386.deb x11 optional Added: trunk/debian/postinst =================================================================== --- trunk/debian/postinst 2008-06-30 15:04:24 UTC (rev 78) +++ trunk/debian/postinst 2008-07-07 10:11:28 UTC (rev 79) @@ -0,0 +1,2 @@ +#!/bin/sh +ln -s /usr/lib/lohnrechner/lohnrechner.py /usr/bin/lohnrechner Added: trunk/debian/prerm =================================================================== --- trunk/debian/prerm 2008-06-30 15:04:24 UTC (rev 78) +++ trunk/debian/prerm 2008-07-07 10:11:28 UTC (rev 79) @@ -0,0 +1,3 @@ +#!/bin/sh +rm -f /usr/bin/lohnrechner +rm -Rf /usr/lib/lohnrechner Added: trunk/debian/rules =================================================================== --- trunk/debian/rules 2008-06-30 15:04:24 UTC (rev 78) +++ trunk/debian/rules 2008-07-07 10:11:28 UTC (rev 79) @@ -0,0 +1,35 @@ +#!/usr/bin/make -f + +INST_TARGET_LIB=usr/lib/lohnrechner + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: + dh_install -m 0755 lohnrechner.py $(INST_TARGET_LIB) + dh_install -m 0755 LST2008.py $(INST_TARGET_LIB) + +# Build architecture-dependent files here. +binary-arch: + dh_testdir + dh_testroot + dh_installdocs README + dh_installdocs Programmablaufplan.txt + dh_installdocs NEWS + dh_installchangelogs + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: install binary-arch +.PHONY: build build-stamp clean binary-arch binary install Property changes on: trunk/debian/rules ___________________________________________________________________ Name: svn:executable + * From scm-commit at wald.intevation.org Mon Jul 7 12:17:48 2008 From: scm-commit at wald.intevation.org (scm-commit@wald.intevation.org) Date: Mon, 7 Jul 2008 12:17:48 +0200 (CEST) Subject: [Lohnrechner-commits] r80 - trunk/debian Message-ID: <20080707101748.61DCC406BE@pyrosoma.intevation.org> Author: khruskowski Date: 2008-07-07 12:17:48 +0200 (Mon, 07 Jul 2008) New Revision: 80 Modified: trunk/debian/copyright Log: added email adress Modified: trunk/debian/copyright =================================================================== --- trunk/debian/copyright 2008-07-07 10:11:28 UTC (rev 79) +++ trunk/debian/copyright 2008-07-07 10:17:48 UTC (rev 80) @@ -1,4 +1,4 @@ -This package was debianized by Karl-Heinz Ruskowski on +This package was debianized by Karl-Heinz Ruskowski on Mon, 30 Jun 2008 17:45:11 +0200. It was downloaded from: http://wald.intevation.org/projects/lohnrechner/