--- kitsune-2.0.orig/debian/kitsune.1 +++ kitsune-2.0/debian/kitsune.1 @@ -0,0 +1,18 @@ +.TH KITSUNE "1" "MAY 2007" "kitsune v2.0 (05.27.07) for linux - written by Julien Lemoine and Simon Viennot " "User Commands" +.SH NAME +kitsune - Program to solve mathematical problems +.SH DESCRIPTION +Kitsune is a software aiming at solving digit problem of a famous television game show called "Countdown" in England and "Les chiffres et les lettres" in France. +.SH USAGE +kitsune [options] +.SH OPTIONS +.PP +\-h or \-\-help : displays help. +.PP +\-c or \-\-compte : resolve a particular problem with text interface. +.PP +\-r or \-\-renard : a secret option, but it's not really secret because it appears in the man file. +.PP +\-s or \-\-stats : to make statistics. +.PP +If no options are used, kitsune will be launched in normal mode, with the GUI --- kitsune-2.0.orig/debian/control +++ kitsune-2.0/debian/control @@ -0,0 +1,22 @@ +Source: kitsune +Section: math +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Cyril LAVIER +Build-Depends: debhelper (>= 5), qt4-dev-tools, qt4-designer, libqt4-dev +Standards-Version: 3.8.0 + +Package: kitsune +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Program to solve mathematical problems + Kitsune is a software aiming at solving digit problems of a famous television + game show called "Countdown" in England and "Les chiffres et les lettres" + in France. + . + It allows you to solve a problem of your choice or to train yourself with + random problems. Facing a problem, Kitsune will find all the different + solutions. + If the problem is not solvable, it will put up the best approximations. + . + Homepage: http://kitsune.tuxfamily.org --- kitsune-2.0.orig/debian/rules +++ kitsune-2.0/debian/rules @@ -0,0 +1,89 @@ +#!/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 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + lrelease kitsune.pro + qmake PREFIX=/usr + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/kitsune.sgml > kitsune.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + #-$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/kitsune. + install -m 644 $(CURDIR)/debian/kitsune.desktop $(CURDIR)/debian/kitsune/usr/share/applications/kitsune.desktop + install -m 644 $(CURDIR)/debian/kitsune-64x64.xpm $(CURDIR)/debian/kitsune/usr/share/pixmaps/kitsune-64x64.xpm + $(MAKE) DESTDIR=$(CURDIR)/debian/kitsune INSTALL_ROOT=$(CURDIR)/debian/kitsune install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs Changelog.txt + dh_installdocs + dh_installexamples + dh_installman debian/kitsune.1 + dh_desktop + dh_link + dh_strip + dh_compress + dh_fixperms + 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 --- kitsune-2.0.orig/debian/dirs +++ kitsune-2.0/debian/dirs @@ -0,0 +1,4 @@ +/usr/bin +/usr/share/kitsune +/usr/share/applications +/usr/share/pixmaps --- kitsune-2.0.orig/debian/kitsune-64x64.xpm +++ kitsune-2.0/debian/kitsune-64x64.xpm @@ -0,0 +1,489 @@ +/* XPM */ +static char * kitsune_64x64_xpm[] = { +"64 64 422 2", +" c None", +". c #000000", +"+ c #020100", +"@ c #050200", +"# c #0F0901", +"$ c #030200", +"% c #030100", +"& c #341E04", +"* c #040200", +"= c #040300", +"- c #3F2506", +"; c #9A590D", +"> c #060300", +", c #91540C", +"' c #A35E0E", +") c #010100", +"! c #010000", +"~ c #CE7812", +"{ c #F68F15", +"] c #0F0801", +"^ c #C27010", +"/ c #FF9416", +"( c #79460A", +"_ c #010101", +": c #070501", +"< c #3E2405", +"[ c #5E3708", +"} c #060400", +"| c #F18B14", +"1 c #FE9315", +"2 c #4D2C06", +"3 c #A9620F", +"4 c #E58413", +"5 c #B86A0F", +"6 c #A8620E", +"7 c #1C1002", +"8 c #F38D14", +"9 c #291803", +"0 c #020101", +"a c #22180C", +"b c #120B01", +"c c #FA9116", +"d c #75430A", +"e c #201203", +"f c #EE8A15", +"g c #522F07", +"h c #603708", +"i c #B4680F", +"j c #E08213", +"k c #100901", +"l c #020000", +"m c #0D0904", +"n c #130C05", +"o c #77450A", +"p c #3C2306", +"q c #1A0F04", +"r c #382105", +"s c #854D0B", +"t c #2D1A04", +"u c #090501", +"v c #C77311", +"w c #D87D12", +"x c #211302", +"y c #050300", +"z c #412E18", +"A c #D57C12", +"B c #FA9115", +"C c #150C02", +"D c #72420A", +"E c #653A08", +"F c #140C02", +"G c #DA7E12", +"H c #EF8A14", +"I c #442705", +"J c #030301", +"K c #1E150B", +"L c #362613", +"M c #281703", +"N c #CB7511", +"O c #110A02", +"P c #96570D", +"Q c #E28313", +"R c #9D5B0D", +"S c #040201", +"T c #34230F", +"U c #1A0F03", +"V c #C06F10", +"W c #FC9215", +"X c #704109", +"Y c #664724", +"Z c #0E0903", +"` c #824B0B", +" . c #92540C", +".. c #0D0702", +"+. c #BA6C10", +"@. c #0C0701", +"#. c #D47B12", +"$. c #C3853C", +"%. c #5A3D1B", +"&. c #8F520C", +"*. c #B6690F", +"=. c #6B3E09", +"-. c #0C0700", +";. c #824B0A", +">. c #0D0701", +",. c #070401", +"'. c #070400", +"). c #DE8113", +"!. c #3A2105", +"~. c #FD9215", +"{. c #080501", +"]. c #97672E", +"^. c #6E4B22", +"/. c #5C3508", +"(. c #CC7611", +"_. c #BF6E10", +":. c #B2670F", +"<. c #C47110", +"[. c #482A06", +"}. c #0E0801", +"|. c #7B470A", +"1. c #F99015", +"2. c #6C3E09", +"3. c #0A0602", +"4. c #160D02", +"5. c #9C5A0D", +"6. c #864D0B", +"7. c #422605", +"8. c #1F1302", +"9. c #1F1203", +"0. c #DB7F12", +"a. c #D57B12", +"b. c #180D02", +"c. c #140C01", +"d. c #9F5C0D", +"e. c #E38313", +"f. c #D77C12", +"g. c #130B01", +"h. c #F48D15", +"i. c #1D1102", +"j. c #4F2E06", +"k. c #492A05", +"l. c #593407", +"m. c #8B500B", +"n. c #F28C14", +"o. c #1E1102", +"p. c #472905", +"q. c #C97411", +"r. c #0A0600", +"s. c #CF7710", +"t. c #3C2305", +"u. c #180E02", +"v. c #F58E15", +"w. c #502E07", +"x. c #D97D12", +"y. c #CD7611", +"z. c #080400", +"A. c #AB630E", +"B. c #25190C", +"C. c #170D02", +"D. c #FB9115", +"E. c #B76A0F", +"F. c #3F2505", +"G. c #392206", +"H. c #1D1004", +"I. c #DD8013", +"J. c #BC6D10", +"K. c #160D04", +"L. c #805B2F", +"M. c #080401", +"N. c #D67C12", +"O. c #7D480A", +"P. c #2D1E0E", +"Q. c #432E17", +"R. c #432707", +"S. c #2D1E0C", +"T. c #815B2F", +"U. c #211508", +"V. c #A7600E", +"W. c #EA8714", +"X. c #8D510C", +"Y. c #241503", +"Z. c #714209", +"`. c #452808", +" + c #583E20", +".+ c #725029", +"++ c #100902", +"@+ c #97570D", +"#+ c #291B0C", +"$+ c #1D1207", +"%+ c #AF650F", +"&+ c #94550C", +"*+ c #160D01", +"=+ c #251503", +"-+ c #170E03", +";+ c #6D4D28", +">+ c #C57210", +",+ c #100A03", +"'+ c #7D582E", +")+ c #030201", +"!+ c #F08B14", +"~+ c #74430A", +"{+ c #241505", +"]+ c #674825", +"^+ c #7E592E", +"/+ c #050201", +"(+ c #F68E15", +"_+ c #221403", +":+ c #100A04", +"<+ c #321D04", +"[+ c #EC8814", +"}+ c #7A460A", +"|+ c #0A0500", +"1+ c #543208", +"2+ c #50391D", +"3+ c #6A4B27", +"4+ c #1D1103", +"5+ c #E88614", +"6+ c #EE8A14", +"7+ c #7F490A", +"8+ c #180F05", +"9+ c #271A0B", +"0+ c #673B0A", +"a+ c #5A3407", +"b+ c #A6600E", +"c+ c #E98714", +"d+ c #8E520C", +"e+ c #8A500B", +"f+ c #89500C", +"g+ c #693D0A", +"h+ c #4A2A06", +"i+ c #E18213", +"j+ c #D07811", +"k+ c #874E0B", +"l+ c #462806", +"m+ c #080500", +"n+ c #633908", +"o+ c #A35E0D", +"p+ c #9B590D", +"q+ c #643A08", +"r+ c #2D1A03", +"s+ c #F88F14", +"t+ c #462805", +"u+ c #080705", +"v+ c #1D1A16", +"w+ c #373533", +"x+ c #353535", +"y+ c #0A0A0A", +"z+ c #030303", +"A+ c #9E5B0D", +"B+ c #AE640F", +"C+ c #7E490A", +"D+ c #4E2E08", +"E+ c #1F1408", +"F+ c #181007", +"G+ c #271909", +"H+ c #36220A", +"I+ c #462A0A", +"J+ c #553108", +"K+ c #78450A", +"L+ c #DE8013", +"M+ c #CA7510", +"N+ c #2B1B08", +"O+ c #0F0D0B", +"P+ c #9E9E9E", +"Q+ c #FEFEFE", +"R+ c #FFFFFF", +"S+ c #FAFAFA", +"T+ c #AAAAAA", +"U+ c #414141", +"V+ c #060606", +"W+ c #110A01", +"X+ c #3C2408", +"Y+ c #272420", +"Z+ c #575655", +"`+ c #878787", +" @ c #989898", +".@ c #888888", +"+@ c #787878", +"@@ c #686868", +"#@ c #585757", +"$@ c #1C1917", +"%@ c #502F09", +"&@ c #F78F15", +"*@ c #73420A", +"=@ c #322F2D", +"-@ c #BFBFBF", +";@ c #BDBDBD", +">@ c #181818", +",@ c #2C1903", +"'@ c #CA7511", +")@ c #663B09", +"!@ c #0E0904", +"~@ c #060504", +"{@ c #565453", +"]@ c #B8B8B8", +"^@ c #F5F5F5", +"/@ c #FDFDFD", +"(@ c #FBFBFB", +"_@ c #A9A9A9", +":@ c #3A3735", +"<@ c #2F1D08", +"[@ c #F88F15", +"}@ c #4D2D09", +"|@ c #2F2E2C", +"1@ c #606060", +"2@ c #050505", +"3@ c #512F07", +"4@ c #281908", +"5@ c #2B2826", +"6@ c #8F8F8F", +"7@ c #ECECEC", +"8@ c #EFEFEF", +"9@ c #4E4E4E", +"0@ c #0C0C0C", +"a@ c #3B3B3B", +"b@ c #6D6D6D", +"c@ c #CECECE", +"d@ c #CBCBCB", +"e@ c #5C5A5A", +"f@ c #150E05", +"g@ c #7C470A", +"h@ c #E68513", +"i@ c #1D1101", +"j@ c #120A01", +"k@ c #E48413", +"l@ c #BB6C10", +"m@ c #AD640E", +"n@ c #412607", +"o@ c #0A0807", +"p@ c #3D3B38", +"q@ c #757575", +"r@ c #C8C8C8", +"s@ c #DFDFDF", +"t@ c #020202", +"u@ c #585858", +"v@ c #6B6B6B", +"w@ c #2E2E2E", +"x@ c #444444", +"y@ c #BBBBBB", +"z@ c #E7E7E7", +"A@ c #7E7E7E", +"B@ c #161311", +"C@ c #050301", +"D@ c #D17912", +"E@ c #3D2305", +"F@ c #040301", +"G@ c #211E1A", +"H@ c #616060", +"I@ c #CFCFCF", +"J@ c #FCFCFC", +"K@ c #5C5C5C", +"L@ c #0D0D0D", +"M@ c #C2C2C2", +"N@ c #464646", +"O@ c #B6B6B6", +"P@ c #F8F8F8", +"Q@ c #2A2724", +"R@ c #472A08", +"S@ c #5D5D5D", +"T@ c #797979", +"U@ c #858585", +"V@ c #4F4F4F", +"W@ c #040404", +"X@ c #373737", +"Y@ c #F0F0F0", +"Z@ c #B3B3B3", +"`@ c #3E3C39", +" # c #311D07", +".# c #844C0B", +"+# c #0C0600", +"@# c #070707", +"## c #363636", +"$# c #D7D7D7", +"%# c #2A2A2A", +"&# c #262626", +"*# c #4C4C4C", +"=# c #A3A3A3", +"-# c #F6F6F6", +";# c #D0D0D0", +"># c #565656", +",# c #080808", +"'# c #5D5C5B", +")# c #050504", +"!# c #251505", +"~# c #4F2E07", +"{# c #434343", +"]# c #808080", +"^# c #F2F2F2", +"/# c #A4A4A4", +"(# c #838383", +"_# c #383838", +":# c #949494", +"<# c #22201E", +"[# c #393735", +"}# c #1E1D1C", +"|# c #2B2B2B", +"1# c #C9C9C9", +"2# c #F3F3F3", +"3# c #F1F1F1", +"4# c #F4F4F4", +"5# c #F7F7F7", +"6# c #7D7D7D", +"7# c #424242", +"8# c #1D1D1D", +"9# c #1A1A1A", +"0# c #474747", +"a# c #747474", +"b# c #9F9F9F", +"c# c #CACACA", +"d# c #F9F9F9", +"e# c #EAEAEA", +"f# c #D2D2D2", +"g# c #B9B9B9", +"h# c #A0A0A0", +"i# c #505050", +"j# c #2F2F2F", +"k# c #131313", +"l# c #090909", +"m# c #252525", +"n# c #4B4B4B", +"o# c #151515", +" ", +" ", +" ", +" . ", +" . + . ", +" . . @ . . # $ ", +" % & * . = - ; + ", +" > , ' . ) ! ~ { ] ", +" . ^ / ( % _ : < / / [ } ", +" . | / 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 l ", +" > s / t u v / w x y . z . A B u C / D u ", +" . i / E . F G / H I + J K L M / N . O / P = ", +" . Q / R S T U V / W X . y . . Y Z ` / .. ../ +.. ", +" @./ / #.. $.%.% &./ / *.=.9 ! . . . -.j ;.>.,.'./ ).. ", +" . !./ / ~.{.].^.+ /./ / / / / | (._.:.<./ i [.}.$ |.1.* ", +" '.2./ / / u 3.4.5.W / / / / / / / / / / / / / B 6.'.7.8. ", +" * ; / / / % 9.0./ / / / / / / / / / / / / / / / / a.b.c.. ", +" . v / / / d.e./ / / / / / / / / / / / / / / / / / / f.g.y ", +" . h./ / / / / / / / / / / / / / / / / / / / / / / / / f.b * ", +" i./ / / / / / / / / / / / / / / / / / / / / / / / / / / #.'.. ", +" + j.4 / / / / / / / / / / / / / / / / / / / / / / / / / / / d.. ", +" '.k.'.1./ / / / / / / / / / / / / / / / / / / / / / / / / / / l.y ", +" . % m./ / / / / / / / / / / / / / / / / / / / / / / / / / / / n.o.* ", +" . p./ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / q.+ ", +" + r.n./ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 6.+ ", +" % s./ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / ~.t.y ", +" * |./ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / e.g.* ", +" ) u.v./ / / / / / / / / / / / / / / / / / / / / / / / N w.x./ / / / / / / / y.z.+ ", +" . A./ / / / / / / / / / / / / / / / / / / / ~.W / / H }.B.C.D./ / / / / / / / E.+ . ", +" y F./ / / / / / / / / / / / / / / / / / / / | G.H.I./ J.K.L.M.#./ / / / / / / / / R * * . ", +" + N./ / / / / / / / / / / / / / / / / / / / O.P.Q.R./ &.S.T.U.V./ / / / / / / / / / W.X.Y.. > ", +" * Z./ / / / / / / / / / / / / / / / / / / / / `. +.+++/ @+#+T.$+%+/ / / / / / / / / / / / 8 &+*+. + . ", +" y =+8 / / / / / / / / / / / / / / / / / / / / / -+;+T.3.4 >+,+'+)+I./ / / / / / / / / / / !+~+r.. . % . ", +" + @.0./ / / / / / / / / / / / / / / / / / / / / / {+]+^+/+| (+_+:+<+1 / / / / / / / / / / / / / [+}+|+* ", +" . ! 5 / / / / / / / / / / / / / / / / / / / / / / / 1+2+3+4+/ / 5+m.| / / / / / / / / / / / / / / / / 6+7+@.* . ", +" + ) 5./ / / / / / / / / / / / / / / / / / / / / / / / d.8+9+0+/ / / / / / / / a+b+/ / / / / / / / / / / / c+d+'.. . ", +" % . e+Q 5+6+8 W / / / / / / / / / / / / / / / / / / / / / f+g+D./ / / / / / / / d + h+i+/ / / / / / D.j+k+& ! $ $ ", +" . . . . . . . l+H / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / q.9 m+n+o+p+X.q+r+y . > . ", +" . . X W / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / s+t+. . u+v+w+x+y+_ z+ ", +" $ $ A+/ / / / / / / / / / / / / / / Q B+C+D+E+F+G+H+I+J+K+L+/ / / / / / / / / / / / M+N+O+P+Q+R+S+T+U+_ V+ ", +" y W+<./ / / / / / / / / / / / / v.d.X+. 0 Y+Z+`+ @.@+@@@#@$@+ %@V / / / / / / / / / / / &@*@S =@-@R+R+R+;@>@. . . ", +" * ,@i+/ / / / / / / / / / / / '@)@!@~@{@]@^@R+R+R+R+R+R+/@R+(@_@:@. <@A+[@/ / / / / / / / / / w }@. |@1@x+_ 2@. ", +" ) 3@h./ / / / / / / / ~.a.R E 4@. 5@6@7@R+R+R+R+R+R+R+8@9@0@a@b@c@R+d@e@~@f@g@h@/ / / / / / / / / / J.i@+ . . . ", +" . j@b+y.k@w q.l@m@d.g@n@m . o@p@q@r@R+R+R+R+R+R+R+R+R+R+s@t@u@v@w@. x@y@R+z@A@B@C@/.D@/ / / / / / / / / E@* . . . . ", +" > ) . . . . . . F@G@H@ @I@J@R+R+R+R+R+R+R+R+R+R+R+R+R+R+K@L@M@R+-@N@. x+O@R+P@P+Q@. R@J./ / / / / / *.>.. . . . . . ", +" V+. S@8@R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+(@u@y+T@U@V@W@0@_ X@P+Y@Q+Z@`@. #d+.#~+/ W.A.+#. . . . . . . ", +" @#. ##$#R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+/@T@%#&#*#=#-#;#>#,#@#K@R+R+r@'#)#. !#i.W+~#. . . . . . . ", +" @#2@. y+{#]#y@^#R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+^#/#(#R+R+R+b@_#:#y+<#[#}#. . . . ", +" t@,#. t@|#v@P+1#2#R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+R+S+3#4#5#R+R+R+R+6#_#7@#8#. W@ . . ", +" . ,#z+. _ 9#0#a#b#c#2#R+Q+d#4#e#f#g#h#`+b@i#j#k#_ . . . l#m#N@n#z+o#_ . @#. . ", +" . ,#z+. _ z+. . . . . . z+,#,#. . . . . . . . ", +" . . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . ", +" . ", +" ", +" ", +" ", +" "}; --- kitsune-2.0.orig/debian/kitsune.desktop +++ kitsune-2.0/debian/kitsune.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=Kitsune +Comment=Countdown +Comment[fr_FR]=Des chiffres sans des lettres +Exec=kitsune +Icon=kitsune-64x64.xpm +Type=Application +Terminal=false +Categories=Math;Science; --- kitsune-2.0.orig/debian/compat +++ kitsune-2.0/debian/compat @@ -0,0 +1 @@ +5 --- kitsune-2.0.orig/debian/changelog +++ kitsune-2.0/debian/changelog @@ -0,0 +1,14 @@ +kitsune (2.0-0ubuntu2) jaunty; urgency=low + + * Build-Depend on libqt4-dev, to get lrelease. Fixes FTBFS. + * Update Standards-Version to 3.8.0. No changes required. + + -- William Grant Sun, 15 Mar 2009 09:07:54 +1100 + +kitsune (2.0-0ubuntu1) gutsy; urgency=low + + * Initial release + * project.pro edited in order to add an "install" directive in the Makefile + + -- Cyril LAVIER Sat, 21 Jul 2007 18:05:54 +0200 + --- kitsune-2.0.orig/debian/copyright +++ kitsune-2.0/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Cyril LAVIER on +Sat, 21 Jul 2007 18:05:54 +0200. + +It was downloaded from http://kitsune.tuxfamily.org/wiki/doku.php + +Upstream Author: Julien Lemoine + Simon Viennot + +Copyright: 2007 Julien Lemoine, Simon Viennot + +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, Cyril LAVIER and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'.