--- pq-6.2.orig/pq.svg +++ pq-6.2/pq.svg @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- pq-6.2.orig/pq.desktop +++ pq-6.2/pq.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Name=Progress Quest +Comment=Watch your fantasy character advance +Exec=/usr/games/pq +Icon=pq +Terminal=false +Type=Application +Categories=Game;RolePlaying;Amusement; +StartupNotify=true +MimeType=application/x-progress-quest-save; --- pq-6.2.orig/pq +++ pq-6.2/pq @@ -0,0 +1,8 @@ +#!/bin/bash + +if [ "$DISPLAY" = "" ]; then + echo Graphical environment needed... + echo +else + wine /usr/share/games/pq/pq.exe "$@" +fi --- pq-6.2.orig/mime_application_x-progress-quest-save.svg +++ pq-6.2/mime_application_x-progress-quest-save.svg @@ -0,0 +1,309 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- pq-6.2.orig/x-progress-quest-save.desktop +++ pq-6.2/x-progress-quest-save.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=MimeType +MimeType=application/x-progress-quest-save; +Icon=mime_application_x-progress-quest-save.svg +Patterns=*.pq; +Comment=Saved Progress Quest Game + --- pq-6.2.orig/pq.man +++ pq-6.2/pq.man @@ -0,0 +1,44 @@ +.TH pq 6 "Nov 3, 2007" "X Version 11" +.SH NAME +pq \- a next generation computer role-playing game +.SH SYNOPSIS +.B pq +[options] [character.pq] +.SH DESCRIPTION +Progress Quest +is a "fire and forget" computer role-playing game, where you create a +fantasy character and watch it advance. + +.SH OPTIONS +.TP 4 +\-no-backup +Do not make a backup file when saving the game +.TP 4 +\-no-report-save +Do not display the "Game saved" message when saving +.TP 4 +\-no-tray +Do not minimize to the system tray +.TP 4 +\-export +Export a text character sheet periodically +.TP 4 +\-export-only +Export a text character now, then exit +.TP 4 +\-help +Display a pop-up displaying the command line options + +.SH FILES +.TP 8 +~/character.pq +One of these save files will be automatically created for each of your game characters +.TP +~/character.bak +Backup copy of the save file. Also created for each character +.TP +~/character.sheet +Exported character sheet for your character + +.SH AUTHOR +Progress Quest was written by Eric Fredricksen. Ubuntu packaging and Ubuntu integration was originally created by Toni Ruottu . You may visit Progress Quest homepage at http://progressquest.com/ . --- pq-6.2.orig/debian/rules +++ pq-6.2/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f + +.PHONY: build binary-arch binary binary-indep clean get-orig-source + +build: + +binary-arch: + +binary: binary-indep + +binary-indep: + dh_clean + dh_install + dh_installmime + dh_installman pq.man + dh_installdocs pq.html license.txt + dh_installchangelogs + dh_compress + dh_link + dh_desktop + dh_icons + dh_installdeb + dh_gencontrol + dh_fixperms + dh_md5sums + dh_builddeb + +clean: + dh_clean + +get-orig-source: + mkdir pq-6.2 + wget -O pq-6.2/pq6-2.zip http://www.grumdrig.com/dl/pq6-2.zip + echo "107b72309b2408fb0081fef8bb077e5e pq-6.2/pq6-2.zip" | md5sum -c + cd pq-6.2 && unzip pq6-2.zip + rm pq-6.2/pq6-2.zip + tar cpzf pq_6.2.orig.tar.gz pq-6.2 + rm pq-6.2/pq.exe + rm pq-6.2/pq.html + rm pq-6.2/license.txt + rmdir pq-6.2 + --- pq-6.2.orig/debian/pq.mime +++ pq-6.2/debian/pq.mime @@ -0,0 +1 @@ +application/x-progress-quest-save; /usr/games/pq '%s'; description="Saved Progress Quest Game" --- pq-6.2.orig/debian/pq.sharedmimeinfo +++ pq-6.2/debian/pq.sharedmimeinfo @@ -0,0 +1,10 @@ + + + + + Saved Progress Quest Game + + + + + --- pq-6.2.orig/debian/changelog +++ pq-6.2/debian/changelog @@ -0,0 +1,19 @@ +pq (6.2-0ubuntu3) lucid; urgency=low + + * Removed dependency on a specific version of Wine (LP: #267536). + + -- Toni Ruottu Sat, 20 Feb 2010 04:57:04 +0200 + +pq (6.2-0ubuntu2) hardy; urgency=low + + * Added pq website url to description and fixed a typo (LP: #176645). + + -- Toni Ruottu Mon, 31 Dec 2007 10:33:03 +0200 + +pq (6.2-0ubuntu1) hardy; urgency=low + + * New upstream version, new Ubuntu packaging. + * Original zip rearchived as tar.gz with get-orig-source. + + -- Toni Ruottu Sat, 01 Dec 2007 17:16:17 +0200 + --- pq-6.2.orig/debian/copyright +++ pq-6.2/debian/copyright @@ -0,0 +1,45 @@ +This package was ubuntunized by Toni Ruottu +Mon, 29 Oct 2007 23:23:05 +0200 + +The original software was downloaded from: http://progressquest.com/ +where grumdrig@progressquest.com was given as the contact email address. + +-- The following license was included in the original pq6-2.zip -- + +Progress Quest version 6.2 +Copyright (c) 2003 Eric Fredricksen + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +-- end -- + +The above license applies to files license.txt, pq.exe and pq.html. + +All Other Files in this package (regarding Ubuntu packaging and Ubuntu integration) +are copyrighted to Toni Ruottu and Toni Ruottu hereby gives +anyone any and all rights to the Other Files. + +THE "OTHER FILES" ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE "OTHER FILES" OR THE USE OR OTHER DEALINGS IN THE +"OTHER FILES". + --- pq-6.2.orig/debian/compat +++ pq-6.2/debian/compat @@ -0,0 +1 @@ +5 --- pq-6.2.orig/debian/pq.install +++ pq-6.2/debian/pq.install @@ -0,0 +1,6 @@ +pq.exe usr/share/games/pq +pq usr/games +pq.svg usr/share/pixmaps +pq.desktop usr/share/applications +x-progress-quest-save.desktop usr/share/mimelnk/application +mime_application_x-progress-quest-save.svg usr/share/icons/hicolor/scalable/mimetypes --- pq-6.2.orig/debian/pq.links +++ pq-6.2/debian/pq.links @@ -0,0 +1 @@ +usr/share/icons/hicolor/scalable/mimetypes/mime_application_x-progress-quest-save.svg usr/share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-progress-quest-save.svg --- pq-6.2.orig/debian/control +++ pq-6.2/debian/control @@ -0,0 +1,16 @@ +Source: pq +Section: games +Priority: optional +XSBC-Original-Maintainer: Toni Ruottu +Maintainer: Ubuntu MOTU Developers +Standards-Version: 3.7.3 +Build-Depends: debhelper (>= 5.0.5) +Homepage: http://www.progressquest.com/ + +Package: pq +Architecture: all +Depends: wine +Description: Progress Quest is a "fire and forget" computer role-playing game + In Progress Quest you create a fantasy character and watch it advance. + You may play alone or contact an online realm for a shared gaming experience. +