--- speedcrunch-0.7-release.orig/configure +++ speedcrunch-0.7-release/configure @@ -136,7 +136,7 @@ shift ;; --help) show_usage; exit ;; - *) show_usage; exit ;; + *) shift ;; esac done --- speedcrunch-0.7-release.orig/debian/changelog +++ speedcrunch-0.7-release/debian/changelog @@ -0,0 +1,86 @@ +speedcrunch (0.7-release-1) unstable; urgency=low + + * New upstream release. + * debian/watch: Updated. + + -- Bart Martens Fri, 27 Apr 2007 15:30:13 +0200 + +speedcrunch (0.7-beta2-1) unstable; urgency=low + + * Copied from Ubuntu to Debian. Closes: #415903. + * debian/patches/kubuntu_02_qmake.diff: Removed. + * configure: Modified to ignore unknown options. + * debian/compat, debian/control: Newer debhelper version. + * debian/control: Section "math". + * debian/control, debian/rules: Use autotools. + * debian/control, debian/rules: Use imagemagick to convert .png to .xpm. + * debian/copyright, debian/docs: Updated. + * debian/install, debian/manpages, debian/menu, debian/watch: Added. + * debian/speedcrunch.desktop: Added "Comment" field. + + -- Bart Martens Thu, 22 Mar 2007 20:04:15 +0100 + +speedcrunch (0.7~beta2-0ubuntu1) feisty; urgency=low + + * New Upstream Version + * Bumped standars version + * Removed kubuntu_01_fix_headers.diff + * Misc fixes in debian/control. Closes Malone #27957 + * Updated Homepage. Closes Malone #54194 + + -- Sarah Hobbs Wed, 24 Jan 2007 13:53:09 +1100 + +speedcrunch (0.7~060412-0ubuntu6) feisty; urgency=low + + * No-change upload to drop the unnecessary libpq4 dependency. + + -- Martin Pitt Mon, 15 Jan 2007 16:45:18 +0100 + +speedcrunch (0.7~060412-0ubuntu5) edgy; urgency=low + + * Don't build-dep on libqt4-debug-dev, it no longer exists + + -- Jonathan Riddell Sun, 15 Oct 2006 09:30:00 +0000 + +speedcrunch (0.7~060412-0ubuntu4) edgy; urgency=low + + * Remove update-alternatives from rules + + -- Jonathan Riddell Fri, 14 Jul 2006 11:37:48 +0000 + +speedcrunch (0.7~060412-0ubuntu3) edgy; urgency=low + + * Add kubuntu_02_qmake.diff, allow for qmake renamed qmake-qt4 + + -- Jonathan Riddell Thu, 13 Jul 2006 11:37:15 +0000 + +speedcrunch (0.7~060412-0ubuntu2) edgy; urgency=low + + * Rebuild now that libqt4-debug is in main, no changes + + -- Jonathan Riddell Wed, 12 Jul 2006 12:52:00 +0000 + +speedcrunch (0.7~060412-0ubuntu1) edgy; urgency=low + + * New upstream release + * Now uses Qt 4 + * Standards-Version changed to 3.7.2 + * Recode configure and conf.pri dos->unix line endings + * Add kubuntu_01_fix_headers.diff to fix incorrect headers + + -- Jonathan Riddell Thu, 6 Jul 2006 11:07:24 +0000 + +speedcrunch (0.6beta2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Seth Kinast Tue, 3 Jan 2006 18:55:12 -0600 + +speedcrunch (0.6beta1-0ubuntu1) breezy; urgency=low + + * Initial release. + * Added a manpage (from docbook source). + * Added a desktop file. + * Sponsored upload for Jean-Remy Falleri + + -- Jonathan Riddell Thu, 7 Jul 2005 16:47:27 +0000 --- speedcrunch-0.7-release.orig/debian/compat +++ speedcrunch-0.7-release/debian/compat @@ -0,0 +1 @@ +5 --- speedcrunch-0.7-release.orig/debian/manpages +++ speedcrunch-0.7-release/debian/manpages @@ -0,0 +1 @@ +speedcrunch.1 --- speedcrunch-0.7-release.orig/debian/rules +++ speedcrunch-0.7-release/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +COMMON_CONFIGURE_FLAGS += --prefix=/usr +DEB_CONFIGURE_EXTRA_FLAGS += --qtdir=/usr/lib/qt4 + +DEB_MAKE_ENVVARS += INSTALL_ROOT=debian/speedcrunch/ + +update-config:: + [ -e speedcrunch.1 ] || docbook2x-man debian/speedcrunch.1.docbook + [ -e crunch.xpm ] || \ + convert -resize 32x32 crunch.png crunch.xpm + +reverse-config:: + rm -f speedcrunch.1 crunch.xpm + +clean:: + rm -f conf.log conf.pri --- speedcrunch-0.7-release.orig/debian/watch +++ speedcrunch-0.7-release/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/^(0\.7)$/$1-release/" \ +http://speedcrunch.digitalfanatics.org/download.htm .*/speedcrunch-(.*)\.tar\.gz --- speedcrunch-0.7-release.orig/debian/menu +++ speedcrunch-0.7-release/debian/menu @@ -0,0 +1,4 @@ +?package(speedcrunch):needs="X11" section="Apps/Math"\ + longtitle="High precision desktop calculator"\ + icon="crunch.xpm"\ + title="SpeedCrunch" command="/usr/bin/speedcrunch" --- speedcrunch-0.7-release.orig/debian/control +++ speedcrunch-0.7-release/debian/control @@ -0,0 +1,23 @@ +Source: speedcrunch +Section: math +Priority: optional +Maintainer: Bart Martens +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), libqt4-dev, docbook2x, autotools-dev, imagemagick +Standards-Version: 3.7.2 + +Package: speedcrunch +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: High precision calculator + SpeedCrunch is a high precision and high speed + calculator. + . + It's optimized for keyboard use and has advanced + features: use of functions, use of variables, + result history, and syntax highlighting. It also + shows the result as you type. + . + SpeedCrunch has a very simple interface, so + you can start to use it very quickly. + . + Homepage: http://speedcrunch.digitalfanatics.org/ --- speedcrunch-0.7-release.orig/debian/copyright +++ speedcrunch-0.7-release/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Jean-Remy Falleri on +Fri, 10 Jun 2005 21:42:41 +0200. + +It was downloaded from: http://speedcrunch.digitalfanatics.org/ + +Upstream Author: Ariya Hidayat + +Copyright: + + Copyright (C) 2004-2006 Ariya Hidayat + Copyright (C) 2005-2006 Johan Thelin + Copyright (C) 1991-1994, 1997, 2000 Free Software Foundation, Inc. + + The files debian/speedcrunch.1.docbook and debian/speedcrunch.desktop are: + Copyright (C) 2005 by Jean-Remy Falleri + + The Debian packaging is: + Copyright (C) 2005 Jean-Remy Falleri + Copyright (C) 2005-2006 Jonathan Riddell + Copyright (C) 2006 Seth Kinast + Copyright (C) 2007 Martin Pitt + Copyright (C) 2007 Sarah Hobbs + Copyright (C) 2007 Bart Martens + +License: + + 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 + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + --- speedcrunch-0.7-release.orig/debian/speedcrunch.1.docbook +++ speedcrunch-0.7-release/debian/speedcrunch.1.docbook @@ -0,0 +1,60 @@ + + + + + + Jean-Remy + Falleri + jr.falleri@laposte.net + + + 2005 + Jean-Remy Falleri + + + + 2005-05-12 + + + + speedcrunch + 1 + + + SpeedCrunch + A speed calculator in QT. + + + + speedcrunch + + + + DESCRIPTION + + SpeedCrunch is a scientific calculator written in QT. + + + SpeedCrunch is a high precision calculator, is optimized to be used with keyboard + support variables, functions, history, dynamic result displaying and syntax highlighting. + + + + COPYRIGHT + + This manual page was written by Jean-Remy Falleri + jr.falleri@laposte.net for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + --- speedcrunch-0.7-release.orig/debian/speedcrunch.desktop +++ speedcrunch-0.7-release/debian/speedcrunch.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=SpeedCrunch +Comment=High precision calculator +Exec=speedcrunch +Icon=crunch +GenericName=Calculator +Terminal=false +Type=Application +Categories=Qt;Utility --- speedcrunch-0.7-release.orig/debian/install +++ speedcrunch-0.7-release/debian/install @@ -0,0 +1,3 @@ +debian/speedcrunch.desktop usr/share/applications/ +crunch.png usr/share/pixmaps/ +crunch.xpm usr/share/pixmaps/ --- speedcrunch-0.7-release.orig/debian/docs +++ speedcrunch-0.7-release/debian/docs @@ -0,0 +1 @@ +LISEZMOI