--- clipf-0.4.orig/Makefile +++ clipf-0.4/Makefile @@ -1,13 +1,11 @@ -ROOTDIR= -BINDIR=usr/bin -CONFDIR=etc -MANDIR=usr/share/man/man1 +#CONFDIR=$(DESTDIR)~/.clipf +#MANDIR=$(DESTDIR)usr/share/man/man1 install: - install -d $(ROOTDIR)/$(BINDIR) - install -m 755 clipf $(ROOTDIR)/$(BINDIR) - install -d $(ROOTDIR)/$(CONFDIR) - install -m 644 clipf.conf $(ROOTDIR)/$(CONFDIR) - install -d $(ROOTDIR)/$(MANDIR) - install -m 644 man/clipf.1 $(ROOTDIR)/$(MANDIR) + install -d $(DESTDIR)/usr/bin + install -m 755 clipf $(DESTDIR)/usr/bin + install -d $(DESTDIR)/etc + install -m 644 clipf.conf $(DESTDIR)/etc +# install -d $(ROOTDIR)$(MANDIR) +# install -m 644 man/clipf.1 $(ROOTDIR)$(MANDIR) --- clipf-0.4.orig/debian/docs +++ clipf-0.4/debian/docs @@ -0,0 +1,2 @@ +README +todo --- clipf-0.4.orig/debian/copyright +++ clipf-0.4/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Gaetano Paolone on +Thu, 25 Jun 2009 16:40:41 +0200. + +It was downloaded from + +Upstream Author: + + Galtsev Denis + +Copyright: + + + +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. + + + +The Debian packaging is: + + Copyright (C) 2009 Gaetano Paolone + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + --- clipf-0.4.orig/debian/menu +++ clipf-0.4/debian/menu @@ -0,0 +1,2 @@ +?package(clipf):needs="text" section="Applications/Office"\ + title="Clipf" command="clipf" --- clipf-0.4.orig/debian/changelog +++ clipf-0.4/debian/changelog @@ -0,0 +1,5 @@ +clipf (0.4-1) unstable; urgency=low + + * Initial release (Closes: #535266) + + -- Gaetano Paolone (bigpaul) Thu, 25 Jun 2009 16:40:41 +0200 --- clipf-0.4.orig/debian/rules +++ clipf-0.4/debian/rules @@ -0,0 +1,91 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + #docbook-to-man debian/clipf.sgml > clipf.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + #$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/clipf. + $(MAKE) DESTDIR=$(CURDIR)/debian/clipf install + + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs changelog + dh_installdocs + dh_installexamples +# dh_install + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installwm +# dh_installudev +# dh_lintian +# dh_undocumented + dh_installman man/clipf.1 + dh_link + dh_compress + dh_fixperms +# dh_perl +# dh_python + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- clipf-0.4.orig/debian/watch +++ clipf-0.4/debian/watch @@ -0,0 +1,11 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webserver directory +http://clipf.googlecode.com/files/clipf-(.*)\.tgz + --- clipf-0.4.orig/debian/install +++ clipf-0.4/debian/install @@ -0,0 +1,2 @@ +clipf usr/bin/ +clipf.conf etc/ --- clipf-0.4.orig/debian/compat +++ clipf-0.4/debian/compat @@ -0,0 +1 @@ +7 --- clipf-0.4.orig/debian/control +++ clipf-0.4/debian/control @@ -0,0 +1,24 @@ +Source: clipf +Section: misc +Priority: optional +Maintainer: Gaetano Paolone (bigpaul) +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 +Homepage: http://code.google.com/p/clipf/ + +Package: clipf +Architecture: all +Depends: python, ${misc:Depends} +Description: command line minimalistic personal finance manager + 'clipf' is a minimalistic personal finance manager with command + line interface, written on Python. + . + hierarchical list of income/expense items. Item defined + by segmented item code like food.drink.beer. Tab-completion + make it easy to enter even long item codes. Reporting by + item groups on any level of hierarchy. + . + Track turnover and remains by several independed accounts. + . + Export reports to text files also features aliases for + frequently used commands.