--- smc-1.6.orig/configure +++ smc-1.6/configure @@ -3386,7 +3386,7 @@ #define HAVE_LIBBOOST_FILESYSTEM 1 _ACEOF - LIBS="-lboost_filesystem $LIBS" + LIBS="-lboost_filesystem-mt $LIBS" else { { $as_echo "$as_me:$LINENO: error: Unable to find Boost Filesystem library" >&5 --- smc-1.6.orig/debian/smc-music.dirs +++ smc-1.6/debian/smc-music.dirs @@ -0,0 +1 @@ +usr/share/games/smc/music --- smc-1.6.orig/debian/menu +++ smc-1.6/debian/menu @@ -0,0 +1,3 @@ +?package(smc):needs="X11" section="Games/Adventure"\ +title="Secret Maryo Chronicles" command="/usr/games/smc"\ +icon="/usr/share/pixmaps/smc/smc.xpm" --- smc-1.6.orig/debian/smc.6 +++ smc-1.6/debian/smc.6 @@ -0,0 +1,37 @@ +.TH SMC 6 "April 20, 2007" +.SH NAME +smc \- a Jump and Run game like Super Mario World written in C++ +.SH SYNOPSIS +.B smc +.RI [ options ] " +.br +.SH DESCRIPTION +This manual page documents briefly the +.B smc +and +.B bar +commands. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBsmc\fP Secret Maryo Chronicles is an Open Source two-dimensional platform +game with a style designed similar to classic sidescroller games. It utilizes +the platform independent library SDL and since Version 0.98 with the OpenGLi +accelerated Graphics Renderer developed in C++. +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-v, \-\-version +Show version of program. +.SH AUTHOR +smc was written by FluXy, Boder and SMC Team +.PP +This manual page was written by Muammar El Khatib , +for the Debian project (but may be used by others). --- smc-1.6.orig/debian/manpages +++ smc-1.6/debian/manpages @@ -0,0 +1 @@ +debian/smc.6 --- smc-1.6.orig/debian/smc.dirs +++ smc-1.6/debian/smc.dirs @@ -0,0 +1,4 @@ +usr/games +usr/share/pixmaps/smc +usr/share/applications +usr/share/menu --- smc-1.6.orig/debian/changelog +++ smc-1.6/debian/changelog @@ -0,0 +1,99 @@ +smc (1.6-1) unstable; urgency=low + + * New upstream release. (Closes:#479415) + * Bumped standards version to 3.8.0. + * debian/control: dpatch build dependency has been removed temporarily. + * debian/control: smc-data does not depend on smc anymore. This change will + avoid a circular dependency. (Closes: #478712) + * smc does not segfault. (Closes: #500039, #491590) + * Icon is not missed in Gnome Menu. Thanks to Saïvann for providing a + solution. (Closes: #491885) + * debian/control: smc-data's and smc-music's descriptions have been improved. + (Closes: #493630) + + -- Muammar El Khatib Mon, 20 Oct 2008 00:31:35 -0430 + +smc (1.4-2) unstable; urgency=low + + * Bug 'smc: Not In KDE Menu' has been fixed in this revision. + (Closes: #465115) + * Bug 'smc: Errors/warnings on the console' has been fixed in this revision. + (Closes: #459736) + * Music files have been moved to smc-music package. + + -- Muammar El Khatib Mon, 11 Feb 2008 00:14:50 -0430 + +smc (1.4-1) unstable; urgency=low + + * New upstream release + * A desktop file was added. Thanks to Marco Rodrigues for providing the + desktop file. (Closes: #456414) + + -- Muammar El Khatib Sun, 23 Dec 2007 01:55:18 -0430 + +smc (1.3-1) unstable; urgency=low + + * New upstream release. + * Bumped standards version to 3.7.3 + * data/pixmaps/extra directory was erased of source tree since it didn't + content any file. + + -- Muammar El Khatib Tue, 04 Dec 2007 23:45:15 -0400 + +smc (1.2-1) unstable; urgency=low + + * New upstream release.(Closes: #448558) + * Bug:"audio is scratchy" has been fixed in this new version. + (Closes: #446562) + * Dependencies: SMC is not depending on smc-data now. With this change + people can decide to download or not the music files. + * Watch file has been modified so now it's working properly. + * Copyright file has been changed because SMC's Music files are copyrighted + under GPL-3 + + -- Muammar El Khatib Thu, 25 Oct 2007 23:28:39 -0400 + +smc (1.1-1) unstable; urgency=low + + * New upstream release + * Bug: "fireballs not working after getting to new level" has been fixed in + this new version. (Closes: #436103) + + -- Muammar El Khatib Sat, 22 Sep 2007 01:11:06 -0400 + +smc (1.0-1) unstable; urgency=low + + * New upstream release + + -- Muammar El Khatib Sat, 28 Jul 2007 18:24:15 -0400 + +smc (0.99.7-1) unstable; urgency=low + + * New upstream release + * debian/control: Updated Build-Depends. (Closes: #432690) + + -- Muammar El Khatib Thu, 21 Jun 2007 00:27:36 +0100 + +smc (0.99.6-2) unstable; urgency=low + + * Acknowledge NMUs (Closes: #424667) + * Problems loading *.so files have been fixed in this revision of smc + (Closes: #423498) + + -- Muammar El Khatib Sun, 17 Jun 2007 22:08:22 +0100 + +smc (0.99.6-1.1) unstable; urgency=low + + * NMU as the maintainer doesn't have net access for this upload (Closes: + #423498, #424667). + * debian/control: Added a dependency on dpatch. + * debian/patches/001-configure.dpatch: Added a patch to fix boost filesystem + test. + + -- Oleksandr Moskalenko Thu, 24 May 2007 08:02:16 -0600 + +smc (0.99.6-1) unstable; urgency=low + + * Initial release (Closes: #405441) + + -- Muammar El Khatib Fri, 20 Apr 2007 19:43:20 -0400 --- smc-1.6.orig/debian/control +++ smc-1.6/debian/control @@ -0,0 +1,36 @@ +Source: smc +Section: games +Priority: optional +Maintainer: Muammar El Khatib +Build-Depends: cdbs, debhelper (>= 6), autotools-dev, libcegui-mk2-dev (>= 0.5.0-2), libboost-filesystem-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, pkg-config +Standards-Version: 3.8.0 +Homepage: http://www.secretmaryo.org + +Package: smc +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libcegui-mk2-dev (>= 0.5.0-2), smc-data (= ${source:Version}) +Description: a Jump and Run game like Super Mario World written in C++ + Secret Maryo Chronicles is an Open Source two-dimensional platform game with + a style designed similar to classic sidescroller games. + . + It utilizes the platform independent library SDL and since Version 0.98 with + the OpenGLi accelerated Graphics Renderer developed in C++. + +Package: smc-data +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: levels and game data for Secret Maryo Chronicles + Secret Maryo Chronicles is an Open Source two-dimensional platform game with + a style designed similar to classic sidescroller games. + . + It provides levels, sounds and other files which are needed for playing + this game properly. + +Package: smc-music +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, smc (>=${source:Version}), smc-data (=${source:Version}) +Description: music files for Secret Maryo Chronicles + Secret Maryo Chronicles is an Open Source two-dimensional platform game with + a style designed similar to classic sidescroller games. + . + It provides music for playing this game properly. --- smc-1.6.orig/debian/copyright +++ smc-1.6/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Muammar El Khatib on +Fri, 20 Apr 2007 19:43:20 -0400 + +It was downloaded from: http://www.secretmaryo.org/ + +Upstream Author: Florian Richter, Boder and SMC Team + +Copyright: (C) 2003 - 2008 Florian Richter + +License: + + This program 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 program 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, write to the Free Software + + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +The Debian packaging is (C) 2007, Muammar El Khatib +and is licensed under the GPL Version 2, see `/usr/share/common-licenses/GPL-2'. + +License (SMC's Music files): + +Version 3, 29 June 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +The Debian packaging is (C) 2007, Muammar El Khatib +and is licensed under the GPL Version 3, see `/usr/share/common-licenses/GPL-3'. --- smc-1.6.orig/debian/smc.install +++ smc-1.6/debian/smc.install @@ -0,0 +1 @@ +debian/tmp/usr/games/smc --- smc-1.6.orig/debian/smc-music.install +++ smc-1.6/debian/smc-music.install @@ -0,0 +1 @@ +debian/tmp/usr/share/games/smc/music/* --- smc-1.6.orig/debian/README.source +++ smc-1.6/debian/README.source @@ -0,0 +1,12 @@ +This package has been repackaged to remove the bzip2 compression and to add +music files. +It also was made to achieve a better compression, and to follow what Debian +policy says about compressions that are differents to gzip. Also, docs/licenses +directory was deleted from upstream tarball since it included licenses of +software smc links against. + +data/pixmaps/extra directory was erased of source tree since it didn't +content any file. It was made to avoid a lintian Error. A directory empty and +unused is considered a mistake. + + -- Muammar El Khatib Fri, 20 Apr 2007 19:43:20 -0400 --- smc-1.6.orig/debian/smc.desktop +++ smc-1.6/debian/smc.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Secret Maryo Chronicles +GenericName=Platform Game +Comment=A 2D platform game with style similar to classic sidescroller games +Exec=smc +Icon=smc +Categories=Game; --- smc-1.6.orig/debian/watch +++ smc-1.6/debian/watch @@ -0,0 +1,4 @@ +# Compulsory line, this is a version 3 file +version=3 + + http://sf.net/smclone/smc-(.*)\.tar\.bz2 --- smc-1.6.orig/debian/smc-data.dirs +++ smc-1.6/debian/smc-data.dirs @@ -0,0 +1,8 @@ +usr/share/games/smc/editor +usr/share/games/smc/gui +usr/share/games/smc/icon +usr/share/games/smc/levels +usr/share/games/smc/pixmaps +usr/share/games/smc/schema +usr/share/games/smc/sounds +usr/share/games/smc/world --- smc-1.6.orig/debian/compat +++ smc-1.6/debian/compat @@ -0,0 +1 @@ +6 --- smc-1.6.orig/debian/smc.xpm +++ smc-1.6/debian/smc.xpm @@ -0,0 +1,396 @@ +/* XPM */ +static char * smc_xpm[] = { +"32 32 361 2", +" c None", +". c #000000", +"+ c #000B12", +"@ c #002E45", +"# c #004668", +"$ c #005279", +"% c #0D425C", +"& c #50504C", +"* c #292927", +"= c #020202", +"- c #000101", +"; c #3D3E3B", +"> c #9D9D96", +", c #2A86B8", +"' c #01A1F8", +") c #01A8FC", +"! c #01ABFD", +"~ c #2A92C2", +"{ c #FFFFF3", +"] c #ECECE1", +"^ c #A3A39B", +"/ c #454643", +"( c #010102", +"_ c #383938", +": c #C4C4BC", +"< c #FEFEF2", +"[ c #659DBC", +"} c #0198F3", +"| c #019FF7", +"1 c #01A7FB", +"2 c #0E8BC7", +"3 c #F9F9ED", +"4 c #CFCFC5", +"5 c #464744", +"6 c #060707", +"7 c #8A8C87", +"8 c #FCFCF0", +"9 c #6E9DB9", +"0 c #0290EF", +"a c #0197F3", +"b c #01A0F7", +"c c #00A4F5", +"d c #B1BFBD", +"e c #9E9F98", +"f c #0C0D0D", +"g c #0E0F0F", +"h c #BABAB2", +"i c #4082B4", +"j c #0288EB", +"k c #0190EF", +"l c #0199F4", +"m c #2A8FBF", +"n c #F3F3E8", +"o c #CCCCC3", +"p c #191918", +"q c #090909", +"r c #BFC0B7", +"s c #D9DBD3", +"t c #066BC6", +"u c #0281E7", +"v c #0289EC", +"w c #0193F0", +"x c #019CF5", +"y c #00A4FA", +"z c #4794B5", +"A c #EEEFE4", +"B c #CDCDC4", +"C c #050A0D", +"D c #F8F8ED", +"E c #4375A7", +"F c #0371DF", +"G c #037BE4", +"H c #0284E9", +"I c #028DEE", +"J c #01A0F8", +"K c #00A9FC", +"L c #1F92C7", +"M c #98B4BB", +"N c #E8E8DE", +"O c #F1F1E6", +"P c #ABBDBE", +"Q c #3292BE", +"R c #008FD4", +"S c #00090D", +"T c #EDEDE2", +"U c #4F73A2", +"V c #0362D5", +"W c #036CDC", +"X c #036DD0", +"Y c #2C78B4", +"Z c #5B95BA", +"` c #5D9ABC", +" . c #328DBD", +".. c #0297E2", +"+. c #01ABFE", +"@. c #00AAFC", +"#. c #0394D9", +"$. c #178DC4", +"%. c #1C8EC4", +"&. c #078FD0", +"*. c #00A8F8", +"=. c #01ACFE", +"-. c #00608F", +";. c #00020F", +">. c #4E598F", +",. c #B4B5B9", +"'. c #E0E0D5", +"). c #E4E4D9", +"!. c #C5C7C2", +"~. c #7E8EAD", +"{. c #184BA7", +"]. c #0455D0", +"^. c #035ED5", +"/. c #2E69AB", +"(. c #C5CBC7", +"_. c #D1D6CF", +":. c #3A92B9", +"<. c #00ABFD", +"[. c #0192D7", +"}. c #030B0F", +"|. c #030C56", +"1. c #0818B0", +"2. c #0719AF", +"3. c #051DA1", +"4. c #0525A3", +"5. c #0532B8", +"6. c #063DC4", +"7. c #0547C9", +"8. c #0551CE", +"9. c #3063A8", +"0. c #EFEFE4", +"a. c #F7F7EB", +"b. c #4194B9", +"c. c #0F94D3", +"d. c #84ACB9", +"e. c #E2E2D8", +"f. c #6A6A65", +"g. c #061176", +"h. c #070FA5", +"i. c #0814AE", +"j. c #071EB3", +"k. c #0728B9", +"l. c #0632BE", +"m. c #063CC3", +"n. c #054BBE", +"o. c #C5C9C6", +"p. c #DCDFD6", +"q. c #0596DB", +"r. c #2792C4", +"s. c #DEE1D8", +"t. c #C3C3BA", +"u. c #0C0C0C", +"v. c #C3C3C1", +"w. c #666C9F", +"x. c #0A22A1", +"y. c #072BBA", +"z. c #0634BF", +"A. c #063EC4", +"B. c #0548C9", +"C. c #2555A3", +"D. c #3D97BF", +"E. c #0E95D5", +"F. c #DBDFD6", +"G. c #F9F9EE", +"H. c #373734", +"I. c #C6C8C8", +"J. c #1C3CA0", +"K. c #063AC2", +"L. c #0542C6", +"M. c #054CCB", +"N. c #416BA9", +"O. c #5AA2C0", +"P. c #79A9BA", +"Q. c #353532", +"R. c #4D4D49", +"S. c #CBCDCB", +"T. c #0B3EAE", +"U. c #0549CA", +"V. c #265CA6", +"W. c #3E97BF", +"X. c #00A2F0", +"Y. c #CBCFC7", +"Z. c #4F4F4B", +"`. c #585853", +" + c #6C84A9", +".+ c #0552CE", +"++ c #0459D2", +"@+ c #045AC5", +"#+ c #C8CDC8", +"$+ c #DFE1D8", +"%+ c #0695DA", +"&+ c #0093D9", +"*+ c #EAEADF", +"=+ c #585854", +"-+ c #4B4B48", +";+ c #C4C7C2", +">+ c #0357CB", +",+ c #0462D7", +"'+ c #0369DB", +")+ c #3371AD", +"!+ c #F2F2E6", +"~+ c #4594B7", +"{+ c #009DE8", +"]+ c #D9DAD0", +"^+ c #4B4B47", +"/+ c #2B2B29", +"(+ c #E9E9DE", +"_+ c #0357BA", +":+ c #036BDC", +"<+ c #0372DF", +"[+ c #0279E3", +"}+ c #3179B0", +"|+ c #CCD1CC", +"1+ c #D7DBD3", +"2+ c #4093B7", +"3+ c #00AAFB", +"4+ c #95B3BA", +"5+ c #2C2D2A", +"6+ c #050504", +"7+ c #DFDFD5", +"8+ c #0264C6", +"9+ c #0375E1", +"0+ c #027BE4", +"a+ c #0282E8", +"b+ c #0289EB", +"c+ c #0284DA", +"d+ c #338BBC", +"e+ c #62A2BF", +"f+ c #64A6C0", +"g+ c #3A97C0", +"h+ c #0399E0", +"i+ c #2491C3", +"j+ c #F4F4E8", +"k+ c #060606", +"l+ c #AFAFA7", +"m+ c #A3B2B8", +"n+ c #027AE2", +"o+ c #0280E7", +"p+ c #0185E9", +"q+ c #018AEA", +"r+ c #0190ED", +"s+ c #0097F1", +"t+ c #009EF5", +"u+ c #00A6F8", +"v+ c #00A9FB", +"w+ c #00ABFC", +"x+ c #5597B2", +"y+ c #B3B3AB", +"z+ c #51514D", +"A+ c #FBFBEF", +"B+ c #347CB2", +"C+ c #015BA1", +"D+ c #002540", +"E+ c #000C15", +"F+ c #00080E", +"G+ c #00090E", +"H+ c #000A0F", +"I+ c #000E16", +"J+ c #002C41", +"K+ c #0070A6", +"L+ c #00A9FA", +"M+ c #3B93BA", +"N+ c #CAD1CB", +"O+ c #575753", +"P+ c #030303", +"Q+ c #D7D7CC", +"R+ c #FDFDF1", +"S+ c #7399AD", +"T+ c #00385F", +"U+ c #070707", +"V+ c #676767", +"W+ c #A9A9A9", +"X+ c #1D1D1D", +"Y+ c #7E7E7E", +"Z+ c #B6B6B6", +"`+ c #747474", +" @ c #272727", +".@ c #ABABAB", +"+@ c #6D6D6D", +"@@ c #0A0A0A", +"#@ c #003F5D", +"$@ c #019DE8", +"%@ c #2C88B2", +"&@ c #050606", +"*@ c #4C4C48", +"=@ c #E3E4DA", +"-@ c #5792B2", +";@ c #00588D", +">@ c #0A0A0B", +",@ c #C3C3C3", +"'@ c #FEFEFE", +")@ c #292929", +"!@ c #B0B0B0", +"~@ c #A2A2A2", +"{@ c #373737", +"]@ c #CDCDCD", +"^@ c #101010", +"/@ c #005F8D", +"(@ c #004E74", +"_@ c #055F8F", +":@ c #00A3F9", +"<@ c #001B29", +"[@ c #7B7B7B", +"}@ c #2E2E2E", +"|@ c #B5B5B5", +"1@ c #A5A5A5", +"2@ c #3A3A3A", +"3@ c #8B8B8B", +"4@ c #00131C", +"5@ c #0082C1", +"6@ c #000304", +"7@ c #000B11", +"8@ c #000203", +"9@ c #C5C5C5", +"0@ c #B4B4B4", +"a@ c #757575", +"b@ c #F5F5F5", +"c@ c #E8E8E8", +"d@ c #525252", +"e@ c #A7A7A7", +"f@ c #D5D5D5", +"g@ c #006EA3", +"h@ c #001018", +"i@ c #D4D4D4", +"j@ c #E4E4E4", +"k@ c #FDFDFD", +"l@ c #FCFCFC", +"m@ c #FBFBFB", +"n@ c #F9F9F9", +"o@ c #F8F8F8", +"p@ c #F6F6F6", +"q@ c #F4F4F4", +"r@ c #EFEFEF", +"s@ c #EBEBEB", +"t@ c #E1E1E1", +"u@ c #DFDFDF", +"v@ c #DEDEDE", +"w@ c #777777", +"x@ c #B9B9B9", +"y@ c #FAFAFA", +"z@ c #E9E9E9", +"A@ c #DADADA", +"B@ c #D0D0D0", +"C@ c #CBCBCB", +"D@ c #C8C8C8", +"E@ c #C6C6C6", +"F@ c #C7C7C7", +"G@ c #9D9D9D", +"H@ c #595959", +"I@ c #999999", +"J@ c #A1A1A1", +"K@ c #9A9A9A", +"L@ c #969696", +"M@ c #929292", +"N@ c #8F8F8F", +"O@ c #888888", +"P@ c #848484", +"Q@ c #828282", +"R@ c #787878", +"S@ c #494949", +"T@ c #040404", +" ", +" . . . . . . . . ", +" . . . + @ # $ % & * = . . . ", +" . . - ; > , ' ) ! ~ { { ] ^ / ( . . ", +" . . _ : < { [ } | 1 2 3 { { { { 4 5 . . ", +" . 6 7 8 { { { 9 0 a b c d { { { { { < e f . ", +" . g h { { { { < i j k l ' m n { { { { { { o p . ", +" . q r { { { { { s t u v w x y z A { { { { { { B C . ", +" . . > { { { { { D E F G H I a J K L M N < { O P Q R S . ", +" . & < { { { { T U V W X Y Z ` ...+.@.#.$.%.&.*.=.=.-.. ", +" . ;.>.,.'.).!.~.{.].^./.(.< { { < _.:.@.=.=.=.=.=.=.<.[.}.. ", +" . |.1.2.3.4.5.6.7.8.9.0.{ { { { { { a.b.=.=.=.=.=.c.d.e.f.. ", +" . g.h.i.j.k.l.m.7.n.o.{ { { { { { { { p.q.=.=.=.r.s.{ { t.. ", +". u.0.v.w.x.y.z.A.B.C.< { { { { { { { { { D.=.=.E.F.{ { { G.u.. ", +". H.{ { { I.J.K.L.M.N.{ { { { { { { { { { O.=.=.P.{ { { { { Q.. ", +". R.{ { { { S.T.U.8.V.< { { { { { { { { { W.=.X.Y.{ { { { { Z.. ", +". `.{ { { { { +.+++@+#+{ { { { { { { { $+%+=.&+*+{ { { { { =+. ", +". -+{ { { { { ;+>+,+'+)+!+{ { { { { { 3 ~+=.=.{+]+{ { { { { ^+. ", +". /+< { { { { (+_+:+<+[+}+|+< { { < 1+2+3+=.=.<.4+{ { { { < 5+. ", +". 6+!+{ { { { 7+8+9+0+a+b+c+d+e+f+g+h+=.=.=.=.=.i+j+{ { { j+k+. ", +" . l+{ { { { m+n+o+p+q+r+s+t+u+v+3+3+3+3+w+=.=.w+x+3 { { y+. ", +" . z+< { { A+B+C+D+E+F+F+G+G+H+H+H+H+H+H+I+J+K+@.L+M+N+< O+. ", +" . P+Q+{ R+S+T+U+V+W+X+. Y+Z+Z+Z+Z+`+. @.@+@@@#@3+=.$@%@&@. ", +" . *@=@-@;@>@,@'@'@)@. !@'@'@'@'@~@. {@'@'@]@^@/@=.=.(@. ", +" . . _@:@<@[@'@'@'@}@. |@'@'@'@'@1@. 2@'@'@'@3@4@3+5@6@. ", +" . 7@K+8@9@'@'@'@0@a@b@'@'@'@'@c@d@e@'@'@'@f@. g@h@. ", +" . . . i@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@'@j@. . . ", +" . ,@'@'@'@'@'@k@l@m@n@o@p@b@b@b@b@b@]@. ", +" . a@'@'@k@m@o@q@r@s@c@j@t@u@v@v@v@u@w@. ", +" U+x@k@y@q@r@z@j@u@A@i@B@C@D@E@F@G@@@ ", +" . P+H@I@J@G@K@L@M@N@3@O@P@Q@R@S@T@. ", +" . . . . . . . . . . . . . . "}; --- smc-1.6.orig/debian/smc-data.install +++ smc-1.6/debian/smc-data.install @@ -0,0 +1,8 @@ +debian/tmp/usr/share/games/smc/editor +debian/tmp/usr/share/games/smc/gui +debian/tmp/usr/share/games/smc/icon +debian/tmp/usr/share/games/smc/levels +debian/tmp/usr/share/games/smc/pixmaps +debian/tmp/usr/share/games/smc/schema +debian/tmp/usr/share/games/smc/sounds +debian/tmp/usr/share/games/smc/world --- smc-1.6.orig/debian/rules +++ smc-1.6/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/class/makefile.mk +#include /usr/share/cdbs/1/rules/dpatch.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --prefix=$(DEB_DESTDIR)/usr --bindir=/usr/games --datadir=/usr/share/games + +clean:: + rm -f config.log config.cache config.status +install/smc:: + cp -f debian/smc.xpm debian/smc/usr/share/pixmaps/smc + ln -s smc/smc.xpm debian/smc/usr/share/pixmaps/smc.xpm + cp -f debian/smc.desktop debian/smc/usr/share/applications + cp -f debian/menu debian/smc/usr/share/menu/smc --- smc-1.6.orig/debian/patches/01_configure.dpatch +++ smc-1.6/debian/patches/01_configure.dpatch @@ -0,0 +1,35 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 01_configure.dpatch by Oleksandr Moskalenko +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix libbost test + +@DPATCH@ + +--- smc-0.99.6/configure 2007-05-21 13:36:19.000000000 -0600 ++++ configure.new 2007-05-21 13:35:17.000000000 -0600 +@@ -3117,13 +3117,13 @@ + # Check for Boost Filesystem + + +-{ echo "$as_me:$LINENO: checking for main in -lboost_filesystem" >&5 ++{ echo "$as_me:$LINENO: checking for main in -lboost_filesystem-mt" >&5 + echo $ECHO_N "checking for main in -lboost_filesystem... $ECHO_C" >&6; } + if test "${ac_cv_lib_boost_filesystem_main+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lboost_filesystem $LIBS" ++LIBS="-lboost_filesystem-mt $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -3177,7 +3177,7 @@ + #define HAVE_LIBBOOST_FILESYSTEM 1 + _ACEOF + +- LIBS="-lboost_filesystem $LIBS" ++ LIBS="-lboost_filesystem-mt $LIBS" + + else + { { echo "$as_me:$LINENO: error: Unable to find Boost Filesystem library" >&5