--- lemonpos-0.7.orig/debian/changelog +++ lemonpos-0.7/debian/changelog @@ -0,0 +1,67 @@ +lemonpos (0.7-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #340883) + * Add 'debaian uupdate' to debian/watch + * Simplify lemonpos.install and lemonpos-data.install files + + -- Steve Stalcup Tue, 10 Mar 2009 18:41:48 -0400 + +lemonpos (0.6.1-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #325153) + * Renamed source package from lemonpos-kde4 to lemonpos, since -kde4 extension + is no longer needed + + -- Alessandro Ghersi Wed, 04 Feb 2009 05:37:05 +0100 + +lemonpos-kde4 (0.6-0ubuntu1) jaunty; urgency=low + + [ Alessandro Ghersi ] + * New upstream release (LP: #323485) + * debian/control: Drop libphonon-dev from build-dep and bumped kdelibs5-dev to 4.2.0 + * debian/control: Drop quilt from build-dep, there isn't series file + * debian/rules: remove THIS_SHOULD_GO_TO_UNSTABLE = 1, remove include debian/cdbs/kde.mk + and replace with include /usr/share/cdbs/1/class/kde4.mk + * debian/cdbs: remove obsolete kde.mk file + + [ Steve Stalcup ] + * Remove debian/cdbs completely, as we use kde4.mk in Ubuntu's cdbs package now + * Add lemonpos-data package to debian/control + * Add lemonpos-data.install file + * Update lemonpos.install file + + -- Steve Stalcup Sat, 31 Jan 2009 08:59:05 -0500 + +lemonpos-kde4 (0.5-0ubuntu4) jaunty; urgency=low + + * lemonpos has some files already available in squeeze package, add + a Conflicts field for it until a proper fix is found (LP: #305549). + + -- Luca Falavigna Sun, 28 Dec 2008 14:08:32 +0100 + +lemonpos-kde4 (0.5-0ubuntu3) intrepid; urgency=low + + * Create lemonpos.install file + * Update FSF address in debian/copyright + * Added lemon.1 and squeeze.1 manpages + + -- Steve Stalcup Mon, 28 Jul 2008 20:12:26 -0400 + +lemonpos-kde4 (0.5-0ubuntu2) intrepid; urgency=low + + * Fix paths for intrepid + + -- Steve Stalcup Mon, 28 Jul 2008 06:34:10 -0400 + +lemonpos-kde4 (0.5-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #235098) + + -- Steve Stalcup Mon, 26 May 2008 18:15:15 -0400 + +lemonpos-kde4 (0.4.1-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #189254) + + -- Steve Stalcup Fri, 01 Feb 2008 10:44:22 -0500 + --- lemonpos-0.7.orig/debian/lemon.1 +++ lemonpos-0.7/debian/lemon.1 @@ -0,0 +1,60 @@ +.TH "lemon" "1" +.if n .ad l +.nh + +.SH "NAME" +lemonpos \- Open Source point of sale for Linux + +.SH "SYNOPSIS" +.B lemon +.RI [ Qt-options ] +.RI [ KDE-options ] +\&... + +.SH "DESCRIPTION" +This package is a configurable general point of sale, not focused to a specific +sector. It can be used at a general store, a fast-food restaurant or a book +store. + +.SH OPTIONS +.PP +All KDE and Qt +programs accept a some common command-line options. lemon has no +application-specific options. +.PP + +.TP +.BR \-\-`help +Show help about options + +.TP +.BR \-\-`help\-qt +Show Qt specific options + +.TP +.BR \-\-`help\-kde +Show KDE specific options + +.TP +.BR \-\-`help\-all +Show all options + +.TP +.BR \-\-`author +Show author information + +.TP +.BR \-\-`version +Show version information + +.TP +.BR \-\-`license +Show license information + +.TP +.BR \-\- +Indicates end of options + +.SH COPYRIGHT +This manual page was written by Steve Stalcup +for the \fBKubuntu system. --- lemonpos-0.7.orig/debian/lemonpos.install +++ lemonpos-0.7/debian/lemonpos.install @@ -0,0 +1,11 @@ +usr/bin/lemon +usr/bin/squeeze +usr/share/applications/kde4/lemon.desktop +usr/share/applications/kde4/squeeze.desktop +usr/share/kde4/apps/squeeze/squeezeui.rc +usr/share/kde4/config.kcfg/lemon.kcfg +usr/share/kde4/config.kcfg/squeeze.kcfg +usr/share/kde4/config/lemonrc +usr/share/kde4/apps/lemon/lemonui.rc +usr/share/locale/* + --- lemonpos-0.7.orig/debian/control +++ lemonpos-0.7/debian/control @@ -0,0 +1,26 @@ +Source: lemonpos +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Steve Stalcup +Build-Depends: cdbs, debhelper (>= 5), cmake, kdelibs5-dev (>= 4.2.0), + libxss-dev +Standards-Version: 3.8.0 +Homepage: http://lemonpos.sourceforge.net/ + +Package: lemonpos +Architecture: any +Depends: ${shlibs:Depends}, lemonpos-data +Recommends: mysql-client-5.0 +Conflicts: squeeze +Description: Open Source point of sale for Linux + This package is a configurable general point of sale, not focused to a specific + sector. It can be used at a general store, a fast-food restaurant or a book + store. + +Package: lemonpos-data +Architecture: all +Depends: ${shlibs:Depends} +Recommends: lemonpos +Description: Data package for lemonpos + This package contains all data files for lemonpos. --- lemonpos-0.7.orig/debian/rules +++ lemonpos-0.7/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/kde4.mk --- lemonpos-0.7.orig/debian/manpages +++ lemonpos-0.7/debian/manpages @@ -0,0 +1,2 @@ +debian/lemon.1 +debian/squeeze.1 --- lemonpos-0.7.orig/debian/lemonpos-data.install +++ lemonpos-0.7/debian/lemonpos-data.install @@ -0,0 +1,5 @@ +usr/share/icons/* +usr/share/kde4/apps/lemon/images/* +usr/share/kde4/apps/lemon/styles/* +usr/share/kde4/apps/squeeze/images/* +usr/share/kde4/apps/squeeze/styles/* \ No newline at end of file --- lemonpos-0.7.orig/debian/squeeze.1 +++ lemonpos-0.7/debian/squeeze.1 @@ -0,0 +1,60 @@ +.TH "squeeze" "1" +.if n .ad l +.nh + +.SH "NAME" +lemonpos \- Open Source point of sale for Linux + +.SH "SYNOPSIS" +.B squeeze +.RI [ Qt-options ] +.RI [ KDE-options ] +\&... + +.SH "DESCRIPTION" +This package is a configurable general point of sale, not focused to a specific +sector. It can be used at a general store, a fast-food restaurant or a book +store. + +.SH OPTIONS +.PP +All KDE and Qt +programs accept a some common command-line options. squeeze has no +application-specific options. +.PP + +.TP +.BR \-\-`help +Show help about options + +.TP +.BR \-\-`help\-qt +Show Qt specific options + +.TP +.BR \-\-`help\-kde +Show KDE specific options + +.TP +.BR \-\-`help\-all +Show all options + +.TP +.BR \-\-`author +Show author information + +.TP +.BR \-\-`version +Show version information + +.TP +.BR \-\-`license +Show license information + +.TP +.BR \-\- +Indicates end of options + +.SH COPYRIGHT +This manual page was written by Steve Stalcup +for the \fBKubuntu system. --- lemonpos-0.7.orig/debian/compat +++ lemonpos-0.7/debian/compat @@ -0,0 +1 @@ +5 --- lemonpos-0.7.orig/debian/copyright +++ lemonpos-0.7/debian/copyright @@ -0,0 +1,71 @@ +This package was debianized by Steve Stalcup on +Fri, 01 Feb 2008 10:44:22 -0500. + +It was downloaded from http://lemonpos.sourceforge.net/ + +Upstream Author: + Miguel Chávez Gamboa + +Copyright: + (C) 2007-2008 Miguel Chávez Gamboa + (C) 2001 George Staikos + +License: + + | This package 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 package 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 Library General Public License + | along with this library; see the file COPYING.LIB. If not, write to + | Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + | MA 02110-1301, USA. + + + On Debian systems, the complete text of the GNU General Public License can be + found in `/usr/share/common-licenses/GPL-2'. + +The following files are licenced under the GNU Library General Public License + * src/sha1.cc (C) 2001 George Staikos + * src/sha1.h (C) 2001 George Staikos + + | This library is free software; you can redistribute it and/or + | modify it under the terms of the GNU Library General Public License + | as published by the Free Software Foundation; either version 2 of + | the License, or (at your option) any later version. + | + | This library 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 + | Lesser General Public License for more details. + | + | You should have received a copy of the GNU Lesser General Public + | License along with this library; if not, write to the Free Software + | Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + | MA 02110-1301, USA. + + + On Debian systems, the complete text of the GNU Library General Public License + can be found in /usr/share/common-licenses/LGPL file. + +The documentation docbook file (index.docbook) in this package, located under +squeeze/doc/, are under the GNU Free Documentation License: + + | 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, with no Front-Cover Texts, + | and with no Back-Cover Texts. + + The full text of the GNU Free Documentation License is available on Debian + systems in /usr/share/common-licenses/GFDL-1.2 + +The Debian packaging is (C) 2008, Steve Stalcup and +is licensed under the GPL-2, see above + --- lemonpos-0.7.orig/debian/watch +++ lemonpos-0.7/debian/watch @@ -0,0 +1,6 @@ +version=3 + +http://sf.net/lemonpos/lemonpos-([0-9].*)\.tar\.bz2 debian uupdate + + +