--- llk-linux-2.3~beta1.orig/debian/docs +++ llk-linux-2.3~beta1/debian/docs @@ -0,0 +1 @@ +AUTHORS --- llk-linux-2.3~beta1.orig/debian/llk_linux.1 +++ llk-linux-2.3~beta1/debian/llk_linux.1 @@ -0,0 +1,55 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "LLK_LINUX" 1 "January 06, 2007" "" "" +.SH NAME +llk_linux \- a mahjongg-like game written in GTK +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 6 +\fBllk_linux\fR +.ad +.hy + +.SH "DESCRIPTION" + +.PP +This manual page documents briefly the \fBllk_linux\fR command\&. + +.PP +Your mission in this game is to remove all blocks from the game board. A +matching pair of blocks can be removed, if they are `free', which means the +connection between these two blocks does not cross other block and have at most +two turns. + +.PP +This manual page was written for the Debian distribution because the original program does not have a manual page\&. + +.PP +Homepage: http://sourceforge\&.net/projects/llk-linux + +.SH "AUTHOR" + +.PP +This manual page was written by LI Daobing for the Debian system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. + +.PP +On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. + --- llk-linux-2.3~beta1.orig/debian/control +++ llk-linux-2.3~beta1/debian/control @@ -0,0 +1,20 @@ +Source: llk-linux +Section: games +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: LI Daobing +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), + libgtk2.0-dev, libesd0-dev +Standards-Version: 3.9.1 +Homepage: http://sourceforge.net/projects/llk-linux +Vcs-Browser: https://code.launchpad.net/~lidaobing/+junk/llk-linux +Vcs-Bzr: lp:~lidaobing/+junk/llk-linux + +Package: llk-linux +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a mahjongg-like game written in GTK + Your mission in this game is to remove all blocks from the game board. A + matching pair of blocks can be removed, if they are 'free', which means the + connection between these two blocks does not cross other block and have at + most two turns. --- llk-linux-2.3~beta1.orig/debian/menu +++ llk-linux-2.3~beta1/debian/menu @@ -0,0 +1,6 @@ +?package(llk-linux):\ + needs="X11"\ + section="Games/Puzzles"\ + title="llk-linux"\ + icon="/usr/share/pixmaps/llk_linux.xpm"\ + command="/usr/games/llk_linux" --- llk-linux-2.3~beta1.orig/debian/watch +++ llk-linux-2.3~beta1/debian/watch @@ -0,0 +1,5 @@ +# See uscan(1) for format + +version=3 +opts="uversionmangle=s/beta/~beta/" \ + http://sf.net/llk-linux/llk_linux-([^s].*)\.tar\.gz --- llk-linux-2.3~beta1.orig/debian/install +++ llk-linux-2.3~beta1/debian/install @@ -0,0 +1,3 @@ + +debian/llk_linux.desktop usr/share/applications/ +debian/llk_linux.xpm usr/share/pixmaps/ --- llk-linux-2.3~beta1.orig/debian/dirs +++ llk-linux-2.3~beta1/debian/dirs @@ -0,0 +1 @@ +usr/share/applications --- llk-linux-2.3~beta1.orig/debian/changelog +++ llk-linux-2.3~beta1/debian/changelog @@ -0,0 +1,28 @@ +llk-linux (2.3~beta1-0ubuntu4) natty; urgency=low + + * Add X11 libraries to LDADD rather than LDFLAGS in src/Makefile.in and + src/Makefile.am during build to fix FTBFS with ld --no-add-needed. Thanks + to Matthias Klose for the intimation + * Add a simple-patchsys rule in view of the above change + * Bump up standards to 3.9.1 No other changes + + -- Bhavani Shankar Tue, 28 Dec 2010 20:22:16 +0530 + +llk-linux (2.3~beta1-0ubuntu3) natty; urgency=low + + * Link X11 libraries in src/Makefile.in and src/Makefile.am during build to + fix FTBFS with ld --no-add-needed. + + -- Bhavani Shankar Sun, 26 Dec 2010 19:07:53 +0530 + +llk-linux (2.3~beta1-0ubuntu2) maverick; urgency=low + + * No changes upload for libesd-alsa0 -> libesd0 transition + + -- Fabrice Coutadeur Tue, 14 Sep 2010 21:17:41 +0200 + +llk-linux (2.3~beta1-0ubuntu1) jaunty; urgency=low + + * Initial Ubuntu package (LP: #285886) + + -- LI Daobing Sun, 09 Nov 2008 21:32:12 +0800 --- llk-linux-2.3~beta1.orig/debian/llk_linux.xpm +++ llk-linux-2.3~beta1/debian/llk_linux.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char *llk_linux[] = { +/* columns rows colors chars-per-pixel */ +"32 32 14 1", +" c black", +". c #063801", +"X c #0C8D05", +"o c #0AA803", +"O c #2DCC00", +"+ c #3DE509", +"@ c #BA8F3A", +"# c #FFBA00", +"$ c #E0BE7C", +"% c #A6F58E", +"& c #F2D59B", +"* c #C0C0C0", +"= c gray100", +"- c None", +/* pixels */ +"------------ ----- -------------", +"----------- # --- # ------------", +"----------- ## - ## ------------", +"------- - ## ## ------------", +"------ %%O O OO # -- --------", +"------ %O OOOOOOO O%% -------", +"------- O ==OOOOOOOOOOOOO ------", +"------ # = =OO==OOOOoXXX ------", +"----- ## = =O= =OO -------", +"----- # %O==OO= =OX # ---------", +"---- # %OOOOOOO==Oo # ----------", +"----- %OOOOOOOOOOOX ## ---------", +"----- O +OOOOOOOOo ### ---------", +"---- %O+OOO +OOOoX # ----------", +"---- OOOOOO+OOOoX ## -----------", +"---- OO.OOO.OOoXX # ------------", +"----- OO...+OoXX # ---- -------", +"------ O++oXX # O -- # ------", +"-------- ## OO ## o -----", +"------ O @@@@ O O ## oO -----", +"---- %OO &$$@O %OO ooO ------", +"--- %%OO &$$$ %%OO XoOOX ------", +"--- OO - &$$$ %OO XoOOXX ------", +"---- --- &&$$$ XoOOXXX ------", +"---------- &$$$$$XOO X -------", +"--------- &&$$$$$$ %OO -------", +"-------- %O &&&$$$$ OOX --------", +"-------- %O &&&& OOX --------", +"-------- %OX - - OOX --------", +"------- OOXX ----- OOOOO -------", +"------- ----- -------", +"--------------------------------" +}; --- llk-linux-2.3~beta1.orig/debian/compat +++ llk-linux-2.3~beta1/debian/compat @@ -0,0 +1 @@ +5 --- llk-linux-2.3~beta1.orig/debian/copyright +++ llk-linux-2.3~beta1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by LI Daobing on +Mon, 10 Oct 2005 18:28:52 +0800. + +It was downloaded from http://www.gnome-cn.org/software/llk + +Copyright Holder: + Copyright 2005 ZHAO Mingxian + +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 2 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, 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'. + --- llk-linux-2.3~beta1.orig/debian/llk_linux.desktop +++ llk-linux-2.3~beta1/debian/llk_linux.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=llk_linux +Exec=llk_linux +GenericName=LianLianKan Game +GenericName[zh_CN]=连连看游戏 +GenericName[zh_TW]=連連看遊戲 +Comment=Gtk based LianLianKan Game. +Comment[zh_CN]=基于Gtk的连连看游戏 +Comment[zh_TW]=基於Gtk的連連看遊戲 +Icon=llk_linux.png +Categories=GTK;Game; +Terminal=false --- llk-linux-2.3~beta1.orig/debian/rules +++ llk-linux-2.3~beta1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +# to re-generate debian/control, invoke +# fakeroot debian/rules debian/control DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes +# +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_INSTALL_MANPAGES_llk-linux = debian/llk_linux.1 + +common-install-impl:: + rm -rf $(CURDIR)/debian/llk-linux/usr/doc + mkdir -p $(CURDIR)/debian/llk-linux/usr/games/ + mv $(CURDIR)/debian/llk-linux/usr/bin/* $(CURDIR)/debian/llk-linux/usr/games/ + rm -rf $(CURDIR)/debian/llk-linux/usr/bin/ + +unpatch: deapply-dpatches --- llk-linux-2.3~beta1.orig/debian/control.in +++ llk-linux-2.3~beta1/debian/control.in @@ -0,0 +1,19 @@ +Source: llk-linux +Section: games +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: LI Daobing +Build-Depends: @cdbs@, + libgtk2.0-dev, libesd0-dev +Standards-Version: 3.7.2 + +Package: llk-linux +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: a mahjongg-like game written in GTK + Your mission in this game is to remove all blocks from the game board. A + matching pair of blocks can be removed, if they are 'free', which means the + connection between these two blocks does not cross other block and have at + most two turns. + . + Homepage: http://sourceforge.net/projects/llk-linux --- llk-linux-2.3~beta1.orig/debian/patches/binutils-gold.patch +++ llk-linux-2.3~beta1/debian/patches/binutils-gold.patch @@ -0,0 +1,23 @@ +Description: Fix FTBFS due to ld --no-add-needed in natty toolchain +Author: Bhavani Shankar +Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3147061&group_id=137089&atid=738772 + +--- llk-linux-2.3~beta1.orig/src/Makefile.am ++++ llk-linux-2.3~beta1/src/Makefile.am +@@ -30,5 +30,5 @@ + + llk_linux_LDADD = \ + $(PACKAGE_LIBS)\ +- -lc -lesd ++ -lc -lesd -lX11 + +--- llk-linux-2.3~beta1.orig/src/Makefile.in ++++ llk-linux-2.3~beta1/src/Makefile.in +@@ -226,7 +226,7 @@ + + llk_linux_LDADD = \ + $(PACKAGE_LIBS)\ +- -lc -lesd ++ -lc -lesd -lX11 + + all: all-am