--- wink-1.5.1060.orig/debian/wink.manpages +++ wink-1.5.1060/debian/wink.manpages @@ -0,0 +1 @@ +debian/manpages/* --- wink-1.5.1060.orig/debian/wink.install +++ wink-1.5.1060/debian/wink.install @@ -0,0 +1,3 @@ +debian/desktop/* /usr/share/applications +debian/icons/*.png /usr/share/icons +debian/pixmaps/* /usr/share/pixmaps --- wink-1.5.1060.orig/debian/rules +++ wink-1.5.1060/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + + rm -f debian/icons/*.png + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + set -e; for FILE in debian/icons/*.uue; \ + do \ + uudecode $$FILE -o `dirname $$FILE`/`basename $$FILE .uue`; \ + done + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Installing package + mkdir build + tar xfz upstream/*.tar.gz -C build + + mkdir -p debian/wink/usr/lib/wink + tar xfz build/installdata.tar.gz -C debian/wink/usr/lib/wink + + # Moving files + mkdir -p debian/wink/usr/share/wink + + set -e; for COMPONENT in Backgrounds Buttons Callouts FlashControlBars FlashPreloaders Resources Samples Templates; \ + do \ + mv debian/wink/usr/lib/wink/$$COMPONENT debian/wink/usr/share/wink; \ + ln -s ../../share/wink/$$COMPONENT debian/wink/usr/lib/wink; \ + done + + mkdir -p debian/wink/usr/share/doc + mv debian/wink/usr/lib/wink/Docs debian/wink/usr/share/doc/wink + mv debian/wink/usr/lib/wink/*.txt debian/wink/usr/share/doc/wink + mv debian/wink/usr/share/doc/wink/changelog.txt debian/wink/usr/share/doc/wink/changelog + + # Removing double files + rm -f debian/wink/usr/share/doc/wink/license.txt + + # Installing wrapper script + install -D -m 755 debian/script/wink.sh debian/wink/usr/bin/wink + + # Workaround for libexpat + ln -s /usr/lib/libexpat.so.1 debian/wink/usr/lib/wink/libexpat.so.0 + +binary: binary-arch + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install + dh_installmenu + dh_installman + dh_lintian + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps -l$(CURDIR)/debian/wink/usr/lib/wink + dh_link + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep --- wink-1.5.1060.orig/debian/wink.menu +++ wink-1.5.1060/debian/wink.menu @@ -0,0 +1,4 @@ +?package(wink):needs="X11" section="Applications/Graphics"\ + title="Wink" longtitle="Wink"\ + description="Tutorial and Presentation Creating Software"\ + command="/usr/bin/wink" icon="/usr/share/pixmaps/wink.xpm" --- wink-1.5.1060.orig/debian/control +++ wink-1.5.1060/debian/control @@ -0,0 +1,18 @@ +Source: wink +Section: non-free/graphics +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: debhelper (>= 7), libgtk2.0-dev, libstdc++5, sharutils +Standards-Version: 3.8.0 +Homepage: http://www.debugmode.com/wink/ +Vcs-Browser: http://git.debian.net/?p=debian/wink.git +Vcs-Git: git://git.debian.net/git/debian/wink.git + +Package: wink +Architecture: i386 +Depends: ${shlibs:Depends}, ${misc:depends}, libexpat1, libgtk2.0-0, libstdc++5 +Description: Tutorial and Presentation Creating Software + Wink is a Tutorial and Presentation creation software, primarily aimed at + creating tutorials on how to use software. Using Wink you can capture + screenshots, add explanations boxes, buttons, titles etc and generate a highly + effective tutorial for your users. --- wink-1.5.1060.orig/debian/wink.README.Debian +++ wink-1.5.1060/debian/wink.README.Debian @@ -0,0 +1,7 @@ +wink for Debian +--------------- + +Note: If the NumLock key is switched on, hotkeys in Wink do not work. So make +sure to turn off the NumLock key while capturing. + + -- Daniel Baumann Fri, 1 Jun 2007 19:21:00 +0200 --- wink-1.5.1060.orig/debian/changelog +++ wink-1.5.1060/debian/changelog @@ -0,0 +1,62 @@ +wink (1.5.1060-7) unstable; urgency=low + + * Updating vcs fields in control file. + * Replacing obsolete dh_clean -k with dh_prep. + * Prefixing debhelper files with package name. + * Adding additional categories to desktop file (Closes: #512815). + * Adding reference to upstream homepage in manpage. + * Using debhelper install file to install files. + * Using the more common suffix for uuencoded files in debian directory. + + -- Daniel Baumann Sat, 24 Jan 2009 03:31:00 +0100 + +wink (1.5.1060-6) unstable; urgency=medium + + * Adding workaround to shlibdeps in order to recognize the libexpat + symlink, thanks to Luca Falavigna (Closes: #484981). + * Simplfied rules file. + * Adding missing export of LD_LIBRARY_PATH in /usr/bin/wink (Closes: #484981). + * Adding manual depends to libexpat1. + * Updating to standards 3.8.0. + + -- Daniel Baumann Tue, 1 Jul 2008 09:50:00 +0200 + +wink (1.5.1060-5) unstable; urgency=medium + + * Reordering rules file. + * Rewriting copyright file in machine-interpretable format. + * Using lintian debhelper to intall lintian overrides. + * Adding vcs fields in control file. + * Updating package to debhelper 7. + * Applying patch from Daniel Leidert to add + and use an expat.so.0 compatibility symlink in /usr/lib/wink. + + -- Daniel Baumann Tue, 3 Jun 2008 14:01:00 +0200 + +wink (1.5.1060-4) unstable; urgency=low + + * Added desktop file and icons. + * Updated menu file. + * Bumped to new policy. + + -- Daniel Baumann Fri, 7 Dec 2007 16:53:00 +0100 + +wink (1.5.1060-3) unstable; urgency=low + + * Minor cleanups. + * Bumped package to debhelper 5. + + -- Daniel Baumann Fri, 1 Jun 2007 19:21:00 +0200 + +wink (1.5.1060-2) unstable; urgency=high + + * Added dependency to libstdc++5 manually (Closes: #392096). + + -- Daniel Baumann Sat, 30 Dec 2006 01:17:22 +0100 + +wink (1.5.1060-1) unstable; urgency=low + + * Initial release. + * Added manpage and lintian overrides. + + -- Daniel Baumann Mon, 11 Sep 2006 14:56:00 +0200 --- wink-1.5.1060.orig/debian/copyright +++ wink-1.5.1060/debian/copyright @@ -0,0 +1,64 @@ +Author: Satish Kumar Sampath +Download: http://www.debugmode.com/wink/ + +Files: * +Copyright: (C) 2000-2005 Satish Kumar Sampath +License: other + This software is provided 'as-is', without any express or implied warranty. In + no event will the author be held liable for any consequences/damages arising + from the use of this software. + . + This program and the accompanied DLLs/plugins/artwork are FREEWARE. You can use + it for personal, business, educational or any other need of yours, subject to + the following restrictions: + . + 1. You may not re-distribute this program without contacting the author and + getting his consent. You may not charge any fee or re-distribution fee for + it. + . + 2. This notice may not be removed or altered from any distribution. + . + 3. No form of decompilation/reverse engineering/disassembling parts or whole of + the software be done. + . + 4. You may not misrepresent the origin of the software/artwork. If you are + distributing the package/portions of the package, the files must be clearly + indicated that they are part of DebugMode Wink software. + . + Redistribution Permission for Debian. + . + ------------------------------------------------------------------------------- + Subject: Re: Distributing Wink + From: Satish Kumar S. + Date: 08/26/2006 12:01 PM + To: Daniel Baumann + . + Hi, + . + I am the author of Wink and allow Debian and its mirrors to distribute the Wink + binaries/software package. + . + Sorry I do not use gpg/pgp. + . + - satish + . + > Hi, + > + > I'm sorry, but I need you to bother again. I require a statement from you in + > a mail similar as 'I allow Debian and its mirrors to distribute wink.' If + > possible, please sign it with gpg/pgp. + > + > Regards, + > Daniel + > + > -- + > Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist + > Email: daniel.baumann@panthera-systems.net + > Internet: http://people.panthera-systems.net/~daniel-baumann + ------------------------------------------------------------------------------- + +Files: debian/* +Copyright: (C) 2006-2008 Daniel Baumann +License: PD + The Debian packaging is hereby placed in the public domain (no rights + reserved). --- wink-1.5.1060.orig/debian/wink.lintian-overrides +++ wink-1.5.1060/debian/wink.lintian-overrides @@ -0,0 +1 @@ +wink: binary-has-unneeded-section --- wink-1.5.1060.orig/debian/compat +++ wink-1.5.1060/debian/compat @@ -0,0 +1 @@ +7 --- wink-1.5.1060.orig/debian/icons/wink.png.uue +++ wink-1.5.1060/debian/icons/wink.png.uue @@ -0,0 +1,60 @@ +begin 644 wink.png.uue +MB5!.1PT*&@H````-24A$4@```#`````P"`8```!7`OF'`````7-21T(`KLX< +MZ0````9B2T=$`/\`_P#_H+VGDP````EP2%ES```+$P``"Q,!`)J<&`````=T +M24U%!]<,!Q`#,(H:DY````F#241!5&C>[9G9;US5&>I+I?:AS_T7^D=4ZD/_A18JM5)+%[$7FH`A<4*, +M'2_CV)[%L]_U?'T8DQ#DQ`-42!6^HZ.K._?JGN_WG6\YWW>57+DB#'(D"8Q- +MT)W(L^A_@$+=]W&#(:/2G/'.3!(P!D&()1XH$R>J_^X$B`4L!5KU,Z[LG8';;S+) +MWG_*[@^)!P`8FQ@,P!C(9G&QF76F/C7U?ML"@X,+0,F&(A`D0B]JXYB83%1' +M);N@;$19)"K&RE_`54"X!4D-\H^`Z=T?H#N1'TA^07"QL;$9M>;NNJ>XH]5/ +M7G]LGY-6`":F%VU2:WU()J@R'&]`N`8J#W:.Q$VP\& +M4?`NM)>0PC!**Y`BECN#FQ\%B?`[2[RZT&*W;O.M8R>9F_CEGBK,_BMPD"W? +MT;*Z2^,?7XD"H\%-X&SYKR3!59)X$1VN0E2GHUJT:FU,+49K0Y0*:/5Z2"I- +M.J/(%0Q>;I)`OH[KW@)SB<6U4_S][3S+Q]_EUS]U0`F(W,,'/E/(TGTG5&`4 +M%((=\LTW\+K_045E9&N1WNX.O7J3H!;0:RK:H:;\$50ZBM!28'G$QF,HJYF< +MC3C][8A2L4XW7&0J5:'QR.Z%@\\)H+2F;0)L +MOT4^Z&*;&L7F*PQ57T*J;].I]5A?-S1NNI2W%6MUFW+'H1P[5&LQK40(T2BQ +M26MX*"WHML/LT8CL3$@]<+@5?8]W5H=9*^=Q(T4R]!09/8Y&I7.QA5JZQW6;V987DNSN9YCN9&P&D9L&MA4,9$5HA1H +M'!1".A'FNB!=BU[+IM-VZ23'>''CQ[SY04"T^@I3^9@CL,]=ZD8VKXMZY1N;[.VA6;E>O3+&T8_MV%91W2L2/P8C#]"6P! +MP6UA10W_OT2T_F`^4<>YM&'LR#!`7E@(..W +MH7F%L'X)WU]E;:W*YIL!-U:F>'TMY'*U1T.!03$RK)@M.02)PZU:/W'YS;[Y +MQDIN!X%%@;&,CT0ENHOG>'WG&^PN+9(.ECDQ/>]ZRZ7.IJFDR9[]`AQ;A@WNX/7W6:WU<7?%51+$6@0 +M"4!9@(U(@IB8UM`4+R_9O+K6)5*OT8P6*96F>>K$-9YY7'-QKLW81G>`3'R_ +M$ENY6*I(J?Q[XO(_6;VZQ?L+):YN6]1F%(6A$-NWD*;+K$RPE)ZD7MLEKK21 +M3HR(8!(%*@8LQ"387H[<]$7O<^:;LYP^_003 +M9AY\_\#=FFWNX1R"PI&$T5Z98O7/5+MKM+5-NY"0%#JX.0OE1]17A'85QB+` +M+Y!N.3A6$3_E4^_MHI7TC49B)#&('L,>/``Y,7GS/@\X!1[\ +M6L2I@L>#,X;YX^>HS_\*;^1)=*T%O4VP4@>;T!GO[+XWVK'/3G>+>N5]:AL5 +M;I0UEVZZO+7D\<&*1]`"C"`*;%OA6C:EXC!QH4!LNXAV(.=".^R;3NDXQ=(H +M9POK/'ODCWS_T3'&1D=(,A=A_#F&YG["T,>3C^3Z8Y#M]-5]HI38X%3?0[_] +M&SYX8X'+;[N\O)UF.8`H4O1"2")P,C'YG(6;R2'V*(%D"!V-JR-L*\%S76*$ +M(%$\.;G)#YXYRIGS3S,3#C%U_''(GJ'BC5/V\MCA-402YKV3I((Z!%M[CG\` +M0'>?!"PL<>D1&H43Q$&7 +MPNK?T*,1[88F;@NI=)HV*?(8CH0=SF9?0A] +M[&F:(^=H[:R1:OP#N]!$FFDJ/4-H8F(2TFB*VJ/H9'&]*90]0\6%D`1+8OIZ +MMA#UB1)'Z?[X?&%400S:@N)WGN?"_'&Z"S6\Y9A;VU7,^G54?@=OX@)3XS-D +M"FD:[C@+Z1':H2`^T.W1C=L4-0P;A^G9`B.S>2QM(4F,9:1?H7WADO*`;JL) +MP1EYB%,G-U&%-M?J\WPT?88U7['<$X:OM)E*K^#E--U+8Q/\:&H2TPOXW65A92>D&@A!F&4Y +M#NE5?%SGZR1<8T(,7ND(4AKA_*5%'GQFA?&S,^#D2,B@5??+!0#06N.X,(GB +M%R,184[X4\?AC8K-YI;0;/5(V;-P9)S:V`62I$&6-;:]R\PPA2=G^)Y4L"$('(]&/_$3L&3_&<)YQWA0_3#O^J%MFJ93#:)H@CHG8= +MZ61X;TZQ+5FF:MN,[]XB^^'+.,4*Y[_]&.[X$,;^8A"?J2*[752*@D1QW(HY +M/BP\5K28'$^S4`LIUWTJ#6B:/#TYQZWH%.N=!IF4P6M0"+\[`F&1Z?Y +M[H4BSK$[S,#R&<6?J_`5NKN0CN!4E5X-N.@YF#7@B4;-OPLS2!+ +M;,#3DPSG$\9G0[16)(FYJVUS%X!(OY@_R"I\(P-C6PIL$0CC>U.J.R-0$"7) +M;4ZM%)8%EFT0V5_?KDJA,$!\W\;9[16H)NN#->8PY'2!@LH"V_N_7'T"Q`B> +M=O"\<2H"D>PUO.3^'<,Q&YQ6%]H=T`-DXHUH<[#6*`G3CJ:@4M#9Z)O0?6W. +M@)4!=YS-$+IFL*^4!1N<=@NVM\$:8#-G*WM@)]`?BZ#M`9;7W-Y-6OT.VD`` +KJF]K?>$'`#C\/G`(<`AP"'`(\-4&^"\R3VYLUZ.S1@````!)14Y$KD)@@@`` +` +end --- wink-1.5.1060.orig/debian/manpages/wink.1 +++ wink-1.5.1060/debian/manpages/wink.1 @@ -0,0 +1,21 @@ +.TH WINK 1 "2006-09-11" "1.5.1060" "Tutorial and Presentation Creating Software" + +.SH NAME +wink \- Tutorial and Presentation Creating Software + +.SH SYNOPSIS +.B wink + +.SH DESCRIPTION +\fBwink\fR is a Tutorial and Presentation creation software, primarily aimed at creating tutorials on how to use software. Using \fBwink\fR you can capture screenshots, add explanations boxes, buttons, titles etc and generate a highly effective tutorial for your users. + +.SH OPTIONS +\fBwink\fR has no options. + +.SH HOMEPAGE +More information about wink can be found at <\fIhttp://www.debugmode.com/wink/\fR>. + +.SH AUTHOR +wink was written by Satish Kumar Sampath . +.PP +This manual page was written by Daniel Baumann for the Debian project (but may be used by others). --- wink-1.5.1060.orig/debian/desktop/wink.desktop +++ wink-1.5.1060/debian/desktop/wink.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Name=wink +Comment=Create tutorials and presentations +Exec=wink +Icon=wink +Terminal=false +Type=Application +Categories=Graphics;AudioVideo;Recorder --- wink-1.5.1060.orig/debian/pixmaps/wink.xpm +++ wink-1.5.1060/debian/pixmaps/wink.xpm @@ -0,0 +1,406 @@ +/* XPM */ +static char * wink_xpm[] = { +"32 32 371 2", +" c None", +". c #FFD6D6", +"+ c #FFD5D5", +"@ c #FFE1E2", +"# c #E8FCEA", +"$ c #CEF7CE", +"% c #CDF7CD", +"& c #D3F8D2", +"* c #F1FDFF", +"= c #CFF7FF", +"- c #CEF7FF", +"; c #CDF7FF", +"> c #F8FBF6", +", c #FFF1D2", +"' c #FFEFCE", +") c #FFD4D4", +"! c #FFE0E2", +"~ c #E7FCE9", +"{ c #CCF7CC", +"] c #D2F8D1", +"^ c #CDF8FF", +"/ c #CCF7FF", +"( c #FFF1D4", +"_ c #FFEFCD", +": c #FFE9EB", +"< c #EFFDEF", +"[ c #DCF9DA", +"} c #DCF9DB", +"| c #DFFADE", +"1 c #F5FEFF", +"2 c #DCFAFF", +"3 c #D5F7FC", +"4 c #D3F4F5", +"5 c #DAF0E5", +"6 c #DBEFDF", +"7 c #DAF1E1", +"8 c #D9F7F5", +"9 c #FAFBF2", +"0 c #FFEFC9", +"a c #FFF6E0", +"b c #FFF5DC", +"c c #F6FEFF", +"d c #E9FCFF", +"e c #EAFCFF", +"f c #E9FCFE", +"g c #EAFCFD", +"h c #ECFCFD", +"i c #FFFDF4", +"j c #FFF6DD", +"k c #F3E7AE", +"l c #EEDA83", +"m c #FCD868", +"n c #FCD665", +"o c #FDDE7D", +"p c #FEEEA9", +"q c #F3E5A3", +"r c #DDC676", +"s c #F7E7D2", +"t c #FFECEE", +"u c #CBF9FF", +"v c #D8F1EF", +"w c #EAE1BC", +"x c #E8DC91", +"y c #EAD77C", +"z c #F5D466", +"A c #EEBD4C", +"B c #ECB734", +"C c #E3B21A", +"D c #E1BB20", +"E c #EBC724", +"F c #F5D84B", +"G c #F9E059", +"H c #DAC62D", +"I c #818142", +"J c #C5AA7D", +"K c #FFD6D8", +"L c #DBF9DA", +"M c #E9FAFA", +"N c #D0F5F3", +"O c #E4E7BA", +"P c #F0D46F", +"Q c #EFBE41", +"R c #E79F26", +"S c #D08018", +"T c #BD6B17", +"U c #9F581A", +"V c #843F1A", +"W c #783F1B", +"X c #78401C", +"Y c #99551C", +"Z c #C99112", +"` c #E8CF20", +" . c #E9D632", +".. c #ACAD41", +"+. c #476B7A", +"@. c #909A71", +"#. c #F4D5BB", +"$. c #D7F3CE", +"%. c #E9EAC6", +"&. c #EAE2A4", +"*. c #F1C34B", +"=. c #E8A217", +"-. c #C57614", +";. c #A54F1D", +">. c #75311E", +",. c #50271E", +"'. c #2B241E", +"). c #22211A", +"!. c #21211F", +"~. c #272122", +"{. c #7B3122", +"]. c #BB7518", +"^. c #D9BF29", +"/. c #A9B679", +"(. c #597D85", +"_. c #495F75", +":. c #A4ADBD", +"<. c #FCD6D1", +"[. c #D2F3CA", +"}. c #EBDCA0", +"|. c #F3CA5A", +"1. c #DFAC39", +"2. c #B4701D", +"3. c #814220", +"4. c #4D2320", +"5. c #2A2321", +"6. c #232F1D", +"7. c #1C291B", +"8. c #1A251B", +"9. c #18211E", +"0. c #1B2121", +"a. c #1A2121", +"b. c #5D2C1F", +"c. c #A17023", +"d. c #AAAA5F", +"e. c #5B809B", +"f. c #2D4A55", +"g. c #708B88", +"h. c #DADDDB", +"i. c #CEF7CD", +"j. c #D9EDB6", +"k. c #E9C64E", +"l. c #CC9433", +"m. c #9A5930", +"n. c #573631", +"o. c #373337", +"p. c #223F40", +"q. c #2C442D", +"r. c #313E21", +"s. c #242C21", +"t. c #1B2720", +"u. c #182121", +"v. c #181F1E", +"w. c #2D2B29", +"x. c #4B4523", +"y. c #414F4D", +"z. c #304868", +"A. c #6B6A30", +"B. c #BDBF86", +"C. c #F6E1DF", +"D. c #CEF7CF", +"E. c #D4F6D8", +"F. c #ECCE50", +"G. c #CF9B0E", +"H. c #8B5F1D", +"I. c #685C25", +"J. c #546021", +"K. c #46482F", +"L. c #454853", +"M. c #27473F", +"N. c #222A24", +"O. c #1B211C", +"P. c #182119", +"Q. c #18211B", +"R. c #182123", +"S. c #243C58", +"T. c #2C5171", +"U. c #1C2D2D", +"V. c #3F3F26", +"W. c #977D24", +"X. c #DBC86C", +"Y. c #FAD8BC", +"Z. c #FFD4D6", +"`. c #D1F7D0", +" + c #E7E7A4", +".+ c #F1C223", +"++ c #CCA80A", +"@+ c #8D8816", +"#+ c #69761E", +"$+ c #3C471F", +"%+ c #242920", +"&+ c #32292E", +"*+ c #40343C", +"=+ c #413E40", +"-+ c #1F2825", +";+ c #182118", +">+ c #18221A", +",+ c #1A2524", +"'+ c #2E4559", +")+ c #586F6D", +"!+ c #7C7233", +"~+ c #BA9A31", +"{+ c #E0D078", +"]+ c #FAF3E0", +"^+ c #FFDDDE", +"/+ c #FFD9D9", +"(+ c #F1FEFF", +"_+ c #E6EBCD", +":+ c #DABB59", +"<+ c #AD8216", +"[+ c #726216", +"}+ c #323A1E", +"|+ c #182321", +"1+ c #192320", +"2+ c #1E2823", +"3+ c #343135", +"4+ c #4B444C", +"5+ c #464A4F", +"6+ c #233630", +"7+ c #172017", +"8+ c #27332B", +"9+ c #616A53", +"0+ c #A4872F", +"a+ c #F0C44C", +"b+ c #F3D572", +"c+ c #EBEFCA", +"d+ c #F1FDF1", +"e+ c #FDFEFB", +"f+ c #FFFBF3", +"g+ c #FFFBF1", +"h+ c #CFF9FF", +"i+ c #D4E3C4", +"j+ c #BF9950", +"k+ c #67341E", +"l+ c #241D1A", +"m+ c #21231C", +"n+ c #29341D", +"o+ c #354A3A", +"p+ c #305F64", +"q+ c #38595F", +"r+ c #535747", +"s+ c #464E47", +"t+ c #2A3D36", +"u+ c #181F1C", +"v+ c #513A1D", +"w+ c #CCB078", +"x+ c #F1D88C", +"y+ c #ECEDB1", +"z+ c #E1F4C8", +"A+ c #CDF7CF", +"B+ c #F9FCF2", +"C+ c #FFEFCF", +"D+ c #CEF8FF", +"E+ c #C8E2DB", +"F+ c #979985", +"G+ c #4D6B79", +"H+ c #385662", +"I+ c #546347", +"J+ c #7C988D", +"K+ c #7EB9D1", +"L+ c #6B949B", +"M+ c #656D3F", +"N+ c #4E4A3F", +"O+ c #253531", +"P+ c #1E201D", +"Q+ c #6D4025", +"R+ c #EBC293", +"S+ c #FDF0D1", +"T+ c #CEF7D0", +"U+ c #CCF7CE", +"V+ c #F8FBF2", +"W+ c #FFF1D3", +"X+ c #C4E9E8", +"Y+ c #90C3D3", +"Z+ c #589EC5", +"`+ c #4B8CB2", +" @ c #5A9AC2", +".@ c #74A7CB", +"+@ c #719BA7", +"@@ c #52695F", +"#@ c #433E43", +"$@ c #24302C", +"%@ c #55242C", +"&@ c #A16135", +"*@ c #F8E09E", +"=@ c #FEF0D1", +"-@ c #D0F6CE", +";@ c #CDF7CE", +">@ c #DBF9FE", +",@ c #D1E4EE", +"'@ c #8EBCD8", +")@ c #5AAAD6", +"!@ c #479CCF", +"~@ c #3C8AB8", +"{@ c #3F7090", +"]@ c #4F5268", +"^@ c #3B5C66", +"/@ c #914D30", +"(@ c #CA9D2D", +"_@ c #F3E096", +":@ c #FDEECC", +"<@ c #D0F7CE", +"[@ c #DBFBFF", +"}@ c #FCECEC", +"|@ c #F4D5D5", +"1@ c #B6C9DA", +"2@ c #85B3D5", +"3@ c #4796CA", +"4@ c #3E8CC5", +"5@ c #4084B8", +"6@ c #3B7999", +"7@ c #607A63", +"8@ c #88905E", +"9@ c #AEA45D", +"0@ c #BCB990", +"a@ c #CDECCA", +"b@ c #DAFBFF", +"c@ c #FFECEC", +"d@ c #FFD7D6", +"e@ c #FBD7D7", +"f@ c #BDCFDA", +"g@ c #8CBCD2", +"h@ c #62A0CC", +"i@ c #4F93CC", +"j@ c #3784C0", +"k@ c #3886B6", +"l@ c #3E798B", +"m@ c #5D877F", +"n@ c #CAE6C7", +"o@ c #CFF7CE", +"p@ c #FFEBEB", +"q@ c #FCD8D5", +"r@ c #EAD5D4", +"s@ c #D2C9D3", +"t@ c #B3C9D5", +"u@ c #8BBBCF", +"v@ c #81B5CD", +"w@ c #87B7C6", +"x@ c #ABD6C3", +"y@ c #CCF6CD", +"z@ c #FFF0D3", +"A@ c #F2FDF6", +"B@ c #F1FDF5", +"C@ c #F5FEF8", +"D@ c #FFFCFA", +"E@ c #FFF8F3", +"F@ c #FFF9F3", +"G@ c #FCFAF4", +"H@ c #F5FAFA", +"I@ c #EFF9FA", +"J@ c #F0FAFA", +"K@ c #F2FDF9", +"L@ c #F2FDF8", +"M@ c #FDFEFC", +"N@ c #FFF8F4", +"O@ c #FFF7F3", +"P@ c #DFFADF", +"Q@ c #FFF9EC", +"R@ c #FFF2D7", +"S@ c #F3FDFF", +"T@ c #D5F9FF", +"U@ c #D4F8FF", +"V@ c #D3F8FF", +"W@ c #F9F8F8", +"X@ c #FFDEDE", +"Y@ c #FFDADB", +"Z@ c #DBF9DC", +"`@ c #FFF8EA", +" # c #FFF0D2", +".# c #F8F7F7", +"+# c #FFDADA", +". . . . . . + @ # $ $ $ $ $ % & * = - - - - - ; > , ' ' ' ' ' ' ", +". . . . . . + @ # $ $ $ $ $ % & * = - - - - - ; > , ' ' ' ' ' ' ", +". . . . . . + @ # $ $ $ $ $ % & * = - - - - - ; > , ' ' ' ' ' ' ", +". . . . . . + @ # $ $ $ $ $ % & * = - - - - - ; > , ' ' ' ' ' ' ", +". . . . . . + @ # $ $ $ $ $ % & * = - - - - - ; > , ' ' ' ' ' ' ", +". . . . . . + @ # $ $ $ $ $ % & * = - - - - - ; > , ' ' ' ' ' ' ", +"+ + + + + + ) ! ~ { % % % % { ] * - ; ; ^ ^ ^ / > ( _ _ _ _ _ _ ", +"@ @ @ @ @ @ ! : < [ } } } } [ | 1 2 3 4 5 6 7 8 9 0 a b b b b b ", +"# # # # # # ~ < c d e e e f g h i j k l m n o p q r s t t t t t ", +"$ $ $ $ $ $ { [ d / ; u v w x y z 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 ` ...+.@.#.K . . . ", +"$ $ $ $ $ $ $ $.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.. . . . ", +"$ $ $ $ $ $ [.}.|.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.9.u.v.w.x.y.z.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.+ + + + + ", +"& & & & `. +.+++@+#+$+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+/+/+/+/+/+", +"* * * (+_+:+<+[+}+|+1+2+3+4+5+6+7+8+9+0+a+b+c+d+e+f+g+g+g+g+g+g+", +"= = = h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z+A+$ B+( C+C+C+C+C+C+", +"- - - - D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+$ % V+W+' ' ' ' ' ' ", +"- - - - - D+X+Y+Z+`+ @.@+@@@#@$@%@&@*@=@-@;@$ % V+W+' ' ' ' ' ' ", +"- - - - - - ; >@,@'@)@!@~@{@]@^@/@(@_@:@<@;@$ % V+W+' ' ' ' ' ' ", +"- - - - - - ; [@}@|@1@2@3@4@5@6@7@8@9@0@a@$ $ % V+W+' ' ' ' ' ' ", +"- - - - - - ; b@c@+ d@e@f@g@h@i@j@k@l@m@n@o@$ % V+W+' ' ' ' ' ' ", +"; ; ; ; ; ; / b@p@+ + + q@r@s@t@u@v@w@x@y@i.% { V+z@_ _ _ _ _ _ ", +"A@A@A@A@A@A@B@C@D@E@E@E@E@E@F@G@H@I@J@K@L@L@L@L@M@N@O@O@O@O@O@O@", +"& & & & & & ] P@Q@W+W+W+W+W+, R@S@T@U@V@V@V@V@V@W@X@Y@Y@Y@Y@Y@Y@", +"$ $ $ $ $ $ % Z@`@' ' ' ' ' _ #* = - - - - - ; .#+#. . . . . . ", +"$ $ $ $ $ $ % Z@`@' ' ' ' ' _ #* = - - - - - ; .#+#. . . . . . ", +"$ $ $ $ $ $ % Z@`@' ' ' ' ' _ #* = - - - - - ; .#+#. . . . . . ", +"$ $ $ $ $ $ % Z@`@' ' ' ' ' _ #* = - - - - - ; .#+#. . . . . . ", +"$ $ $ $ $ $ % Z@`@' ' ' ' ' _ #* = - - - - - ; .#+#. . . . . . ", +"$ $ $ $ $ $ % Z@`@' ' ' ' ' _ #* = - - - - - ; .#+#. . . . . . "}; --- wink-1.5.1060.orig/debian/script/wink.sh +++ wink-1.5.1060/debian/script/wink.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +LD_LIBRARY_PATH="/usr/lib/wink:${LD_LIBRARY_PATH}" +export LD_LIBRARY_PATH + +exec /usr/lib/wink/wink "${@}"