Codebase list connectagram / a4dfe20
Imported Debian patch 1.0.1-1 tang ke authored 14 years ago Dariusz Dwornikowski committed 10 years ago
15 changed file(s) with 283 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 This package uses quilt to manage all modifications to the upstream
1 source. Changes are stored in the source package as diffs in
2 debian/patches and applied during the build.
3
4 To get the fully patched source after unpacking the source package, cd
5 to the root level of the source package and run:
6
7 quilt push
8
9 Removing a patch is as simple as removing its entry from the
10 debian/patches/series file, and please also remove the patch file
11 itself.
12
13 quilt pop -f
14
0 connectagram (1.0.1-1) unstable; urgency=low
1
2 * Initial release (Closes: #580752)
3
4 -- tang ke <tangk@lemote.com> Fri, 07 May 2010 17:09:50 +0800
0 .TH CONNECTAGRAM 1 "May 2010"
1 .SH NAME
2 connectagram \- word unscrambling game
3 .SH DESCRIPTION
4 This manual page explains the Debian package
5 .B "connectagram".
6 .B Connectagram
7 is a word unscrambling game. The board consists of several scrambled words that are joined together. You can choose the length of the words, the amount of words, and the pattern that the words are arranged in. The game provides a hint option for times when you are stuck, and features an online word lookup that fetches the definitions of each word from
8 .B www.dict.org.
9 Your current progress is automaticalla saved.
10
11 Note that this game involves a large and varied word list, some of which may be considered inappropriate for children. You can edit the file containing the word list if you wish to remove words from your game. The location of this file varies by platform.
12
13 .SH CONFIGURATION
14 .B Connectionagram
15 uses the configuration file
16 .I ~/.config/GottCode/Connectagram.conf .
17
18 It supports the following options. Each line must be in the format
19 .I 'option = value'.
20
21 .I Count
22 the number of words
23
24 .I Length
25 the length of each word
26
27 .SH FILES
28 .TP
29 .I ~/.config/GottCode/Connectagram.conf
30 Configuration file with default options.
31
32 .SH AUTHORS
33 .nf
34 connectagram was written by Graeme Gott <graeme@gottcode.org>
35 .PP
36 This manual page was written by Tang Ke <tangk@lemote.com>, for the Debian project.
37 .br
0 Source: connectagram
1 Section: games
2 Priority: optional
3 Maintainer: tang ke <tangk@lemote.com>
4 Build-Depends: debhelper (>= 7), libqt4-dev (>= 4.4), quilt
5 Standards-Version: 3.8.4
6 Homepage: http://gottcode.org/connectagram/
7
8 Package: connectagram
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: word unscrambling game
12 The board consists of several scrambled words that are joined together.
13 You can choose the length of the words, the amount of words, and the
14 pattern that the words are arranged in. The game provides a hint option
15 for times when you are stuck.
0 This package was debianized by tang ke <tangk@lemote.com>
1
2 It was downloaded from http://gottode.org/connectagram/
3
4 Upstream Author:
5
6 Graeme Gott <graeme@gottcode.org>
7
8 Copyright Holders:
9
10 Copyright (C) 2000-2009 Graeme Gott <graeme@gottcode.org>
11
12 License:
13
14 This package contains free software;: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License version 3 as published
16 by the Free Software Foundation.
17
18 The code in this package is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
21 Public License for more details.
22
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <http://www.gnu.org/licenses/>.
25 On Ubuntu systems the complete text of the license can be found in
26 /usr/share/common-licenses.
27
28 The Debian packaging is:
29
30 Copyright (C) 2009 tangke <tangk@lemote.com>
31
32 On Debian/Ubuntu systems, the full text of the LGPL v2 can be found in
33 `/usr/share/common-licenses/LGPL-2', the full text of the GPL v3 can be
34 found in `/usr/share/common-licenses/GPL-3'
35
0 usr/games
1 usr/share/icons/hicolor/48x48/
2 usr/share/applications/
(New empty file)
0 debian/connectagram.6
0 Description: Upstream changes introduced in version 1.0.1-1
1 This patch has been created by dpkg-source during the package build.
2 Here's the last changelog entry, hopefully it gives details on why
3 those changes were made:
4 .
5 connectagram (1.0.1-1) unstable; urgency=low
6 .
7 * Initial release (Closes: #580752)
8 .
9 The person named in the Author field signed this changelog entry.
10 Author: tang ke <tangk@lemote.com>
11 Bug-Debian: http://bugs.debian.org/580752
12
13 ---
14 The information above should follow the Patch Tagging Guidelines, please
15 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
16 are templates for supplementary fields that you might want to add:
17
18 Origin: <vendor|upstream|other>, <url of original patch>
19 Bug: <url in upstream bugtracker>
20 Bug-Debian: http://bugs.debian.org/<bugnumber>
21 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
22 Forwarded: <no|not-needed|url proving that it has been forwarded>
23 Reviewed-By: <name and email of someone who approved the patch>
24 Last-Update: <YYYY-MM-DD>
25
26 --- connectagram-1.0.1.orig/connectagram.pro
27 +++ connectagram-1.0.1/connectagram.pro
28 @@ -53,21 +53,21 @@ win32 {
29 RC_FILE = icons/icon.rc
30 }
31
32 -unix: !macx {
33 - isEmpty(PREFIX) {
34 - PREFIX = /usr/local
35 - }
36 +#unix: !macx {
37 +# isEmpty(PREFIX) {
38 +# PREFIX = /usr/local
39 +# }
40
41 - target.path = $$PREFIX/bin/
42 +# target.path = $$PREFIX/bin/
43
44 - definitions.files = share/connectagram/words
45 - definitions.path = $$PREFIX/share/connectagram/
46 +# definitions.files = share/connectagram/words
47 +# definitions.path = $$PREFIX/share/connectagram/
48
49 - icon.files = icons/connectagram.png
50 - icon.path = $$PREFIX/share/icons/hicolor/48x48/apps
51 +# icon.files = icons/connectagram.png
52 +# icon.path = $$PREFIX/share/icons/hicolor/48x48/apps
53
54 - desktop.files = icons/connectagram.desktop
55 - desktop.path = $$PREFIX/share/applications/
56 +# desktop.files = icons/connectagram.desktop
57 +# desktop.path = $$PREFIX/share/applications/
58
59 - INSTALLS += target definitions icon desktop
60 -}
61 +# INSTALLS += target definitions icon desktop
62 +#}
0 debian-changes-1.0.1-1
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10 #include /usr/share/quilt/quilt.make
11 #include /usr/share/cdbs/1/rules/debhelper.mk
12 #include /usr/share/cdbs/1/class/autotools.mk
13
14 configure: configure-stamp
15 configure-stamp:
16 dh_testdir
17 # Add here commands to configure the package.
18
19 touch configure-stamp
20
21
22 build: build-stamp
23
24 build-stamp: configure-stamp
25 dh_testdir
26
27 # Add here commands to compile the package.
28 test -f $(CURDIR)/Makefile || qmake-qt4
29 $(MAKE)
30 rm $(CURDIR)/Makefile -rf
31
32 touch $@
33
34 clean: clean-stamp
35 clean-stamp:
36 dh_testdir
37 dh_testroot
38 rm -f build-stamp configure-stamp
39
40 # Add here commands to clean up after the build process.
41 test -f $(CURDIR)/Makefile || qmake-qt4
42 $(MAKE) clean
43 rm $(CURDIR)/Makefile -rf
44 rm $(CURDIR)/bin/connectagram -rf
45 rm $(CURDIR)/build -rf
46
47 dh_clean
48
49 install: build
50 dh_testdir
51 dh_testroot
52 dh_prep
53 dh_installdirs
54 # Add here commands to install the package into debian/connectagram.
55 test -f $(CURDIR)/Makefile || qmake-qt4
56 $(MAKE) DESTDIR=$(CURDIR)/debian/connectagram install
57 rm $(CURDIR)/Makefile -rf
58 install -s $(CURDIR)/bin/connectagram $(CURDIR)/debian/connectagram/usr/games/
59 cp $(CURDIR)/icons/connectagram.png $(CURDIR)/debian/connectagram/usr/share/icons/hicolor/48x48/
60 cp $(CURDIR)/icons/connectagram.desktop $(CURDIR)/debian/connectagram/usr/share/applications/
61 cp $(CURDIR)/share $(CURDIR)/debian/connectagram/usr/ -a
62
63 # Build architecture-independent files here.
64 binary-indep: install
65 # We have nothing to do by default.
66
67 # Build architecture-dependent files here.
68 binary-arch: install
69 dh_testdir
70 dh_testroot
71 dh_installchangelogs ChangeLog
72 dh_installdocs
73 dh_installexamples
74 dh_install
75 # dh_installmenu
76 # dh_installdebconf
77 # dh_installlogrotate
78 # dh_installemacsen
79 # dh_installpam
80 # dh_installmime
81 # dh_python
82 # dh_installinit
83 # dh_installcron
84 # dh_installinfo
85 dh_installman
86 dh_link
87 dh_strip
88 dh_compress
89 dh_fixperms
90 # dh_perl
91 # dh_makeshlibs
92 dh_installdeb
93 dh_shlibdeps
94 dh_gencontrol
95 dh_md5sums
96 dh_builddeb
97
98 binary: binary-indep binary-arch
99 .PHONY: build clean binary-indep binary-arch binary install configure
0 3.0 (quilt)
0 compression=bzip2
0 version=3
1 http://gottcode.org/connectagram/connectagram-(.*)-src\.tar\.bz2