debian/0000755000000000000000000000000011644237314007173 5ustar debian/manpages0000644000000000000000000000002111325477066010710 0ustar debian/tanglet.1 debian/rules0000755000000000000000000000477611376347362010300 0ustar #!/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 #include /usr/share/quilt/quilt.make #include /usr/share/cdbs/1/rules/debhelper.mk #include /usr/share/cdbs/1/class/autotools.mk configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. test -f $(CURDIR)/Makefile || qmake-qt4 $(MAKE) rm $(CURDIR)/Makefile -rf # test -f $(CURDIR)/Makefile && rm $(CURDIR)/Makefile -rf #docbook-to-man debian/tanglet.sgml > tanglet.1 touch $@ clean: clean-stamp clean-stamp: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. test -f $(CURDIR)/Makefile || qmake-qt4 $(MAKE) clean rm $(CURDIR)/Makefile -rf rm $(CURDIR)/tanglet -rf rm $(CURDIR)/build -rf dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/tanglet. test -f $(CURDIR)/Makefile || qmake-qt4 $(MAKE) DESTDIR=$(CURDIR)/debian/tanglet install rm $(CURDIR)/Makefile -rf install -s $(CURDIR)/tanglet $(CURDIR)/debian/tanglet/usr/games/ cp $(CURDIR)/icons/tanglet.png $(CURDIR)/debian/tanglet/usr/share/icons/hicolor/48x48/ cp $(CURDIR)/icons/tanglet.desktop $(CURDIR)/debian/tanglet/usr/share/applications/ cp $(CURDIR)/data $(CURDIR)/debian/tanglet/usr/share/tanglet/ -a # Build architecture-independent files here. binary-indep: install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_python # dh_installinit # dh_installcron # dh_installinfo dh_installman 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 debian/patches/0000755000000000000000000000000011644236307010623 5ustar debian/patches/undefined_reference.diff0000644000000000000000000000054211644236276015442 0ustar --- ./tanglet.pro.orig 2011-10-09 08:17:37.000000000 +0200 +++ ./tanglet.pro 2011-10-09 08:18:19.000000000 +0200 @@ -4,9 +4,10 @@ # Uncomment the following line to compile on PowerPC Macs # QMAKE_MAC_SDK = /Developer/SDKs/MacOSX10.4u.sdk CONFIG += x86 ppc - LIBS += -lz } +LIBS += -lz + #MOC_DIR = build #OBJECTS_DIR = build #RCC_DIR = build debian/patches/series0000644000000000000000000000006011644236307012034 0ustar debian-changes-1.1.1-1 undefined_reference.diff debian/patches/debian-changes-1.1.1-10000644000000000000000000000410311376737072014175 0ustar Description: Upstream changes introduced in version 1.1.1-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . tanglet (1.1.1-1) unstable; urgency=low . * New upstream release . The person named in the Author field signed this changelog entry. Author: tang ke --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- tanglet-1.1.1.orig/tanglet.pro +++ tanglet-1.1.1/tanglet.pro @@ -7,9 +7,9 @@ macx { LIBS += -lz } -MOC_DIR = build -OBJECTS_DIR = build -RCC_DIR = build +#MOC_DIR = build +#OBJECTS_DIR = build +#RCC_DIR = build unix: !macx { TARGET = tanglet @@ -54,21 +54,21 @@ RESOURCES = icons/icons.qrc data.qrc tra macx:ICON = icons/tanglet.icns win32:RC_FILE = icons/icon.rc -unix:!macx { - isEmpty(PREFIX) { - PREFIX = /usr/local - } +#unix:!macx { +# isEmpty(PREFIX) { +# PREFIX = /usr/local +# } - target.path = $$PREFIX/bin/ +# target.path = $$PREFIX/bin/ - data.files = data/* - data.path = $$PREFIX/share/tanglet/data/ +# data.files = data/* +# data.path = $$PREFIX/share/tanglet/data/ - icon.files = icons/tanglet.png - icon.path = $$PREFIX/share/icons/hicolor/48x48/apps +# icon.files = icons/tanglet.png +# icon.path = $$PREFIX/share/icons/hicolor/48x48/apps - desktop.files = icons/tanglet.desktop - desktop.path = $$PREFIX/share/applications/ +# desktop.files = icons/tanglet.desktop +# desktop.path = $$PREFIX/share/applications/ - INSTALLS += target icon desktop data -} +# INSTALLS += target icon desktop data +#} debian/dirs0000644000000000000000000000012411366457367010071 0ustar usr/games usr/share/icons/hicolor/48x48/ usr/share/applications/ usr/share/tanglet/ debian/watch0000644000000000000000000000026111325477066010231 0ustar version=3 http://gottcode.org/tanglet/tanglet-(.*)-src\.tar\.bz2 # # Uncomment to find new files on GooglePages # http://example.googlepages.com/foo.html tanglet-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211325477066010377 0ustar 7 debian/clean0000644000000000000000000000001211644237052010170 0ustar *.o *.cpp debian/changelog0000644000000000000000000000200511644237235011044 0ustar tanglet (1.1.1-1.1) unstable; urgency=low * Non-maintainer upload. * debian/patches/undefined_reference.diff: Fixed FTBFS. Closes: #615784. * debian/clean: Added. -- Bart Martens Sun, 09 Oct 2011 08:17:07 +0200 tanglet (1.1.1-1) unstable; urgency=low * New upstream release -- tang ke Mon, 24 May 2010 08:56:35 +0800 tanglet (1.1.0-2) unstable; urgency=low * fixed the settings. (Closes: #579710) -- tang ke Fri, 30 Apr 2010 12:39:51 +0800 tanglet (1.1.0-1) unstable; urgency=low * New upstream release * add the resource files. (Closes: #571691) -- tang ke Wed, 14 Apr 2010 13:16:51 +0800 tanglet (1.0.1.1-1) unstable; urgency=low * upstream version update -- tang ke Mon, 25 Jan 2010 08:40:04 +0800 tanglet (1.0.1-1) unstable; urgency=low * Initial release (Closes: #561794) * Switch to dpkg-source 3.0 (quilt) format -- tang ke Fri, 22 Jan 2010 10:04:53 +0800 debian/source/0000755000000000000000000000000011326233176010472 5ustar debian/source/format0000644000000000000000000000001411327163541011677 0ustar 3.0 (quilt) debian/tanglet.10000644000000000000000000000031711325477066010722 0ustar .TH TANGLET 1 "Sep 2009" .SH NAME tanglet\- A single player word finding game based on Boggle .SH OPTIONS .SS Generic options: .TP End of options .SS .SH AUTHORS .nf Graeme Gott .br debian/README.source0000644000000000000000000000211111325477066011353 0ustar This package uses dpatch to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. To get the fully patched source after unpacking the source package, cd to the root level of the source package and run: debian/rules patch Removing a patch is as simple as removing its entry from the debian/patches/00list file, and please also remove the patch file itself. Creating a new patch is done with "dpatch-edit-patch patch XX_patchname" where you should replace XX with a new number and patchname with a descriptive shortname of the patch. You can then simply edit all the files your patch wants to edit, and then simply "exit 0" from the shell to actually create the patch file. To tweak an already existing patch, call "dpatch-edit-patch XX_patchname" and replace XX_patchname with the actual filename from debian/patches you want to use. To clean up afterwards again, "debian/rules unpatch" will do the work for you - or you can of course choose to call "fakeroot debian/rules clean" all together. debian/copyright0000644000000000000000000000231611325477066011136 0ustar This package was debianized by tang ke It was downloaded from http://gottode.org/tanglet/ Upstream Author: Graeme Gott Copyright Holders: Copyright (C) 2000-2009 Graeme Gott License: This package contains free software;: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. The code in 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 program. If not, see . On Ubuntu systems the complete text of the license can be found in /usr/share/common-licenses. The Debian packaging is: Copyright (C) 2009 tangke On Debian/Ubuntu systems, the full text of the LGPL v2 can be found in `/usr/share/common-licenses/LGPL-2', the full text of the GPL v3 can be found in `/usr/share/common-licenses/GPL-3' debian/control0000644000000000000000000000105111376611670010576 0ustar Source: tanglet Section: games Priority: optional Maintainer: tang ke Build-Depends: debhelper (>= 7), libqt4-dev (>= 4.4.0), zlib1g-dev Standards-Version: 3.8.4 Homepage: http://gottcode.org/tanglet/ Package: tanglet Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: single player word finding game based on Boggle The Object of the game is to list as many words as you can before the time runs out. Every time you find a new word, you are given more time. Each word must be at least three letters long.