--- boats-200904.orig/debian/compat +++ boats-200904/debian/compat @@ -0,0 +1 @@ +7 --- boats-200904.orig/debian/dirs +++ boats-200904/debian/dirs @@ -0,0 +1 @@ +usr/bin --- boats-200904.orig/debian/README +++ boats-200904/debian/README @@ -0,0 +1,6 @@ +The Debian Package boats +---------------------------- + +Package downloaded from http://boats.berlios.de + + -- Thibaut GRIDEL Tue, 18 Nov 2008 01:00:46 +0100 --- boats-200904.orig/debian/changelog +++ boats-200904/debian/changelog @@ -0,0 +1,17 @@ +boats (200904-1) unstable; urgency=low + + * New upstream release. Closes: #525611. + + -- Thibaut GRIDEL Wed, 22 Apr 2009 19:31:28 +0200 + +boats (200902-1) unstable; urgency=low + + * New upstream release. + + -- Thibaut GRIDEL Thu, 12 Feb 2009 23:30:57 +0100 + +boats (200811-1) unstable; urgency=low + + * Initial Release. + + -- Thibaut GRIDEL Tue, 18 Nov 2008 01:00:46 +0100 --- boats-200904.orig/debian/watch +++ boats-200904/debian/watch @@ -0,0 +1,6 @@ +version=3 + +opts="downloadurlmangle=s/shortlog/snapshot&sf=tgz/,\ +filenamemangle=s/.*tags\/(.*)/boats-$1\.tar\.gz/" \ +http://git.berlios.de/cgi-bin/gitweb.cgi?p=boats;a=tags \ +(?:.*/)?gitweb.cgi\?p=boats;a=shortlog;h=refs/tags/(.*) --- boats-200904.orig/debian/control +++ boats-200904/debian/control @@ -0,0 +1,15 @@ +Source: boats +Section: x11 +Priority: extra +Maintainer: Thibaut GRIDEL +Build-Depends: debhelper (>= 7), libqt4-dev, qt4-qmake, libgif-dev +Standards-Version: 3.8.1 +Vcs-Browser: http://git.berlios.de/cgi-bin/gitweb.cgi?p=boats;h=refs/heads/debian +Homepage: http://boats.berlios.de + +Package: boats +Architecture: any +Depends: ${shlibs:Depends} +Description: a race scenario drawing tool + Boat Scenario is a drawing tool. It is your ideal companion for training + sessions, rule learning, strategy explanations and more. --- boats-200904.orig/debian/docs +++ boats-200904/debian/docs @@ -0,0 +1 @@ +TODO --- boats-200904.orig/debian/copyright +++ boats-200904/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Thibaut GRIDEL on +Tue, 18 Nov 2008 01:00:46 +0100. + +It was downloaded from + +Upstream Author: + + Thibaut GRIDEL + +Copyright: + + Copyright (c) 2008-2009 Thibaut GRIDEL + +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 3 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 General Public License + along with this package. If not, see . + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is Copyright (c) 2008-2009, Thibaut GRIDEL and +is licensed under the GPL, see above. --- boats-200904.orig/debian/rules +++ boats-200904/debian/rules @@ -0,0 +1,112 @@ +#!/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 + +export QMAKE_OPT=boats.pro GIF_EXPORT=1 PREFIX=/usr + + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + lupdate boats.pro + lrelease boats.pro + qmake $(QMAKE_OPT) + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + qmake $(QMAKE_OPT) + $(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/boats. + $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/boats install + install -m644 $(CURDIR)/boats.xml \ + $(CURDIR)/debian/boats.sharedmimeinfo + install -D -m644 $(CURDIR)/boats.desktop \ + $(CURDIR)/debian/boats/usr/share/applications/boats.desktop + install -D -m644 $(CURDIR)/images/boats_16.png \ + $(CURDIR)/debian/boats/usr/share/icons/hicolor/16x16/apps/boats.png + install -D -m644 $(CURDIR)/images/application-x-boats_16.png \ + $(CURDIR)/debian/boats/usr/share/icons/hicolor/16x16/mimetypes/application-x-boats.png + install -D -m644 $(CURDIR)/images/boats_32.png \ + $(CURDIR)/debian/boats/usr/share/icons/hicolor/32x32/apps/boats.png + install -D -m644 $(CURDIR)/images/application-x-boats_32.png \ + $(CURDIR)/debian/boats/usr/share/icons/hicolor/32x32/mimetypes/application-x-boats.png + install -D -m644 $(CURDIR)/images/boats_48.png \ + $(CURDIR)/debian/boats/usr/share/icons/hicolor/48x48/apps/boats.png + install -D -m644 $(CURDIR)/images/application-x-boats_48.png \ + $(CURDIR)/debian/boats/usr/share/icons/hicolor/48x48/mimetypes/application-x-boats.png + install -D -m644 $(CURDIR)/images/boats_128.png \ + $(CURDIR)/debian/boats/usr/share/icons/hicolor/128x128/apps/boats.png + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam + dh_installmime + dh_desktop +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman doc/boats.1 + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure