--- salliere-0.10.orig/debian/copyright +++ salliere-0.10/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Matthew Johnson on +Sat, 28 Apr 2007 23:24:36 +0100. + +It was downloaded from http://www.matthew.ath.cx/projects/salliere/ + +Upstream Author: Matthew Johnson + +Copyright: 2007 Matthew Johnson + +License: + + This package is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License version 2 as published by + the Free Software Foundation + + 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 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 systems, the complete text of the GNU General Public License can be +found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Matthew Johnson and +is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. + + --- salliere-0.10.orig/debian/gsalliere.install +++ salliere-0.10/debian/gsalliere.install @@ -0,0 +1,2 @@ +usr/share/man/man1/gsalliere.1 +usr/share/salliere/gsalliere*jar --- salliere-0.10.orig/debian/gsalliere.menu +++ salliere-0.10/debian/gsalliere.menu @@ -0,0 +1,6 @@ +?package(gsalliere):\ + needs="X11"\ + section="Games/Card"\ + title="GSalliere"\ + longtitle="Duplicate Bridge Scorer"\ + command="/usr/games/gsalliere" --- salliere-0.10.orig/debian/salliere.install +++ salliere-0.10/debian/salliere.install @@ -0,0 +1,3 @@ +usr/bin/ecl2salliere usr/games/ +usr/share/man/man1/salliere.1 +usr/share/salliere/salliere*jar --- salliere-0.10.orig/debian/watch +++ salliere-0.10/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ +http://www.matthew.ath.cx/projects/salliere/ (?:.*/)?salliere-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate --- salliere-0.10.orig/debian/compat +++ salliere-0.10/debian/compat @@ -0,0 +1 @@ +7 --- salliere-0.10.orig/debian/control +++ salliere-0.10/debian/control @@ -0,0 +1,29 @@ +Source: salliere +Priority: optional +Maintainer: Matthew Johnson +Build-Depends: debhelper (>= 7.0.50), default-jdk, fastjar, docbook-to-man, libmatthew-debug-java, libcsv-java, libitext-java, gettext, javahelper (>= 0.20), libcommons-net-java +Standards-Version: 3.8.0 +Section: games + +Package: salliere +Section: games +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Description: Bridge duplicate scorer + Salliere is a scoring program for duplicate bridge. It will take a file of + pair numbers and contracts then score and match point them for duplicate + bridge. It will then produce nicely tabulated overall results and + board-by-board results. + +Package: gsalliere +Section: games +Architecture: all +Depends: ${java:Depends}, ${misc:Depends} +Description: Bridge duplicate scorer (GUI frontend) + Salliere is a scoring program for duplicate bridge. It will take a file of + pair numbers and contracts then score and match point them for duplicate + bridge. It will then produce nicely tabulated overall results and + board-by-board results. + . + This package contains the GUI frontend for salliere. + --- salliere-0.10.orig/debian/gsalliere.docs +++ salliere-0.10/debian/gsalliere.docs @@ -0,0 +1 @@ +README --- salliere-0.10.orig/debian/rules +++ salliere-0.10/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +JAVA_HOME=/usr/lib/jvm/default-java +VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/Version: \(.*\)-[^-]*$$/\1/p') + +%: + dh --with javahelper $@ + +override_dh_auto_test: + +override_dh_auto_build: + make JAR=fastjar JAVAC=${JAVA_HOME}/bin/javac JAVA=java PREFIX=/usr all + +override_dh_auto_clean: + make clean + +override_dh_auto_install: + make DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr install + +override_dh_install: + dh_install --sourcedir=debian/tmp + +override_dh_link: + dh_link -psalliere usr/share/salliere/salliere-$(VERSION).jar usr/games/salliere + dh_link -pgsalliere usr/share/salliere/gsalliere-$(VERSION).jar usr/games/gsalliere --- salliere-0.10.orig/debian/salliere.docs +++ salliere-0.10/debian/salliere.docs @@ -0,0 +1 @@ +README --- salliere-0.10.orig/debian/changelog +++ salliere-0.10/debian/changelog @@ -0,0 +1,115 @@ +salliere (0.10-1) unstable; urgency=low + + * New upstream release + + -- Matthew Johnson Sun, 24 Jan 2010 23:23:00 +0000 + +salliere (0.9-1) unstable; urgency=low + + * New upstream release + + -- Matthew Johnson Fri, 01 Jan 2010 15:37:28 +0000 + +salliere (0.8-1) unstable; urgency=low + + * New upstream release + + -- Matthew Johnson Sun, 06 Dec 2009 00:29:35 +0000 + +salliere (0.7.2-1) unstable; urgency=low + + * New upstream release + + -- Matthew Johnson Fri, 13 Nov 2009 23:45:11 +0000 + +salliere (0.7.1-2) unstable; urgency=low + + * Convert to dh 7 + + -- Matthew Johnson Sun, 26 Jul 2009 12:11:43 +0100 + +salliere (0.7.1-1) unstable; urgency=low + + * New Upstream release + - patch to work on itext 2.x (Closes: #521967) + + -- Matthew Johnson Thu, 25 Jun 2009 08:32:05 +0100 + +salliere (0.7-1) unstable; urgency=low + + * New Upstream Release + * Add dependency on libcommons-net-java + * Change to depends on and build with default-jdk + + -- Matthew Johnson Sun, 08 Mar 2009 22:22:59 +0000 + +salliere (0.5.2-2) unstable; urgency=low + + * Bump Standards-Version + + -- Matthew Johnson Tue, 05 Feb 2008 09:28:04 +0000 + +salliere (0.5.2-1) unstable; urgency=low + + * New upstream release. Fixes translations + * Install the ecl2salliere script + + -- Matthew Johnson Tue, 22 Jan 2008 01:05:31 +0000 + +salliere (0.5.1-2) unstable; urgency=low + + * Port to use javahelper + + -- Matthew Johnson Sat, 12 Jan 2008 17:03:57 +0000 + +salliere (0.5.1-1) unstable; urgency=low + + * Add watch file from watchwiz + * New Upstream Release + * Move installation around a bit + + -- Matthew Johnson Sat, 12 Jan 2008 12:12:20 +0000 + +salliere (0.5-2) unstable; urgency=low + + * Move binary links to /usr/games + + -- Matthew Johnson Sun, 23 Dec 2007 00:12:50 +0000 + +salliere (0.5-1) unstable; urgency=low + + * New upstream release. + * Add dependency on gettext. + * Change maintainer address + + -- Matthew Johnson Wed, 05 Dec 2007 10:21:59 +0000 + +salliere (0.4-1) unstable; urgency=low + + * New upstream release. + * First Debian Upload (Closes: #421432) + + -- Matthew Johnson Sun, 19 Aug 2007 20:03:47 +0100 + +salliere (0.3-1) unstable; urgency=low + + * New upstream release. + * Add gsalliere package. + * Change to using binfmt-misc and add dep on jarwrapper + * Add menu + + -- Matthew Johnson Wed, 09 May 2007 17:25:19 +0100 + +salliere (0.2-1) unstable; urgency=low + + * New upstream release. + * Build-depends/depends on libitext-java + + -- Matthew Johnson Mon, 7 May 2007 13:12:54 +0100 + +salliere (0.1-1) unstable; urgency=low + + * Initial release + + -- Matthew Johnson Sun, 29 Apr 2007 00:29:07 +0100 +