debian/0000775000000000000000000000000011665271163007200 5ustar debian/kiki.manpages0000664000000000000000000000002511661514176011641 0ustar debian/custom/kiki.1 debian/copyright0000664000000000000000000000240311661514176011132 0ustar This package was debianized by Matthias Klose on Wed, 10 Aug 2005 11:34:47 +0200. It was downloaded from http://come.to/project5 Upstream Author: Project5 Files: * Copyright: 2003-2004, Project 5 License: GPL Files: debian/* Copyright: 2005-2008, Matthias Klose 2006, Franz Pletz 2010, Ignace Mouzannar Licence: GPL License: GPL 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 Sofware Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/custom/0000775000000000000000000000000011661514176010512 5ustar debian/custom/kiki.sgml0000664000000000000000000000727311661514176012336 0ustar manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ The docbook-to-man binary is found in the docbook-to-man package. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include docbook-to-man in your Build-Depends control field. --> Franz"> Pletz"> June 21, 2006"> 6"> fpletz@franz-pletz.org"> KIKI"> Debian"> GNU"> GPL"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2006 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; tool for python regular expression testing &dhpackage; DESCRIPTION This manual page was written for the &debian; distribution because the original program does not have a manual page. A free environment for regular expression testing (ferret). It allowsyou to write regexes and test them against a sample text, providing extensive output about the results. It is useful for several purposes: - exploring and understanding the structure of match objects generated by the re module, making Kiki a valuable tool for people new to regexes. - testing regexes on sample text before deploying them in code. OPTIONS This program does not take any command line options. AUTHOR This manual page was written by &dhusername; &dhemail; 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. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/custom/kiki0000775000000000000000000000011711661514176011366 0ustar #!/usr/bin/env python import kiki if __name__ == '__main__': kiki.main() debian/custom/kiki.10000664000000000000000000000244111663623412011520 0ustar .TH "KIKI" "6" .SH "NAME" kiki \(em tool for python regular expression testing .SH "SYNOPSIS" .PP \fBkiki\fR .SH "DESCRIPTION" .PP This manual page was written for the \fBDebian\fP distribution because the original program does not have a manual page. .PP A free environment for regular expression testing (ferret). It allowsyou to write regexes and test them against a sample text, providing extensive output about the results. It is useful for several purposes: .PP \- exploring and understanding the structure of match objects generated by the re module, making Kiki a valuable tool for people new to regexes. .PP \- testing regexes on sample text before deploying them in code. .SH "OPTIONS" .PP This program does not take any command line options. .SH "AUTHOR" .PP This manual page was written by Franz Pletz fpletz@franz-pletz.org for the \fBDebian\fP 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. .\" created by instant / docbook-to-man, Fri 25 Nov 2011, 09:26 debian/custom/kiki.desktop0000664000000000000000000000021111661514176013026 0ustar [Desktop Entry] Name=Kiki Comment=Regular expression testing Exec=kiki Icon=kiki Terminal=false Type=Application Categories=Development; debian/custom/kiki.xpm0000664000000000000000000002204411661514176012171 0ustar /* XPM */ static char * kiki_xpm[] = { "32 32 439 2", " c None", ". c #AFAFA9", "+ c #AAA9AA", "@ c #A9A9A9", "# c #B8B8B8", "$ c #C0C0C0", "% c #666757", "& c #858487", "* c #9E9E9E", "= c #A6A6A6", "- c #727265", "; c #E7E5E7", "> c #B6B6B6", ", c #494949", "' c #949494", ") c #A5A5A5", "! c #74746D", "~ c #E9E7E6", "{ c #6E6F6F", "] c #646462", "^ c #ACADAB", "/ c #797979", "( c #9A9899", "_ c #9EA080", ": c #686966", "< c #5E666C", "[ c #1A3341", "} c #7C8388", "| c #F8F5F7", "1 c #EFF3F1", "2 c #878383", "3 c #4B4747", "4 c #656964", "5 c #919390", "6 c #3D3C39", "7 c #8F8E8B", "8 c #75755F", "9 c #555556", "0 c #1F4D5C", "a c #3B8EAC", "b c #436674", "c c #ECECF0", "d c #F9FCFC", "e c #D2D0CA", "f c #696760", "g c #E1E4E2", "h c #F1F2F0", "i c #727173", "j c #A0A09E", "k c #BAB996", "l c #494643", "m c #0A0A10", "n c #184956", "o c #388FAC", "p c #486F79", "q c #EFF1ED", "r c #EEECEC", "s c #6D818C", "t c #203742", "u c #7E7B7A", "v c #A7A7A5", "w c #5F5D62", "x c #85856D", "y c #1A171C", "z c #030506", "A c #243338", "B c #38505E", "C c #84878D", "D c #BAB5B5", "E c #C6C6C3", "F c #29657C", "G c #36839C", "H c #313636", "I c #979795", "J c #68676A", "K c #5C5D47", "L c #040307", "M c #2E312F", "N c #BBBDBD", "O c #A9ABAA", "P c #C2C4C3", "Q c #636261", "R c #BBB9B7", "S c #3B5967", "T c #275666", "U c #131617", "V c #828181", "W c #626262", "X c #6C6E51", "Y c #040404", "Z c #646663", "` c #D3D0D0", " . c #423A3A", ".. c #C4C1BE", "+. c #E2E2DE", "@. c #F4F3F0", "#. c #BEBEBE", "$. c #444446", "%. c #08090A", "&. c #575758", "*. c #606060", "=. c #7C7D75", "-. c #646753", ";. c #989993", ">. c #262620", ",. c #7C7E7C", "'. c #ADA8A9", "). c #745156", "!. c #8A6166", "~. c #8A807B", "{. c #97958F", "]. c #A5A4A1", "^. c #969594", "/. c #141212", "(. c #303030", "_. c #4C4C4C", ":. c #2F2F25", "<. c #8C8D88", "[. c #535443", "}. c #666767", "|. c #969294", "1. c #9B6D71", "2. c #DF9596", "3. c #B77E77", "4. c #815B5B", "5. c #7F7776", "6. c #858B87", "7. c #3F3E3E", "8. c #2D2C2C", "9. c #424242", "0. c #A5A6A0", "a. c #32342A", "b. c #8B8C82", "c. c #272726", "d. c #8A868C", "e. c #795155", "f. c #DC9295", "g. c #CD8488", "h. c #765A5B", "i. c #B5B9B5", "j. c #535B58", "k. c #2F2E2F", "l. c #0B0A0A", "m. c #0B0B0B", "n. c #898989", "o. c #73746A", "p. c #51524A", "q. c #2B2D23", "r. c #2E3235", "s. c #635C59", "t. c #7C615D", "u. c #7E6264", "v. c #6F6B6A", "w. c #535856", "x. c #1E2123", "y. c #040407", "z. c #010101", "A. c #070707", "B. c #868686", "C. c #5D5D58", "D. c #6D6E61", "E. c #7D7F74", "F. c #282A2F", "G. c #2C2C2A", "H. c #6E6E69", "I. c #4F5152", "J. c #100D11", "K. c #060005", "L. c #040206", "M. c #000106", "N. c #030203", "O. c #0A0909", "P. c #878787", "Q. c #52524C", "R. c #838477", "S. c #ADACAB", "T. c #6E7171", "U. c #020402", "V. c #050405", "W. c #030408", "X. c #080303", "Y. c #130705", "Z. c #130606", "`. c #060101", " + c #0E0B0A", ".+ c #8A8A8A", "++ c #4A4A45", "@+ c #7F8175", "#+ c #6D6D6A", "$+ c #4C4A45", "%+ c #000203", "&+ c #000208", "*+ c #160E06", "=+ c #532C19", "-+ c #743D27", ";+ c #563122", ">+ c #160E09", ",+ c #0D0B0B", "'+ c #8B8B8B", ")+ c #4D4D4A", "!+ c #74756C", "~+ c #4C4D3D", "{+ c #151511", "]+ c #1B1813", "^+ c #090B0E", "/+ c #000207", "(+ c #210E08", "_+ c #66331D", ":+ c #814428", "<+ c #5E3018", "[+ c #221008", "}+ c #0B0503", "|+ c #100D0D", "1+ c #8D8D8D", "2+ c #4E4E4A", "3+ c #464640", "4+ c #ADAEAA", "5+ c #696A4F", "6+ c #9B9C84", "7+ c #92928B", "8+ c #353328", "9+ c #474445", "0+ c #23130D", "a+ c #713D22", "b+ c #8B4425", "c+ c #552B15", "d+ c #492616", "e+ c #1B1615", "f+ c #0F0B08", "g+ c #1D1A1A", "h+ c #9A9A9A", "i+ c #A2A39F", "j+ c #2C2D28", "k+ c #161613", "l+ c #7D806D", "m+ c #8B8B84", "n+ c #6A6E62", "o+ c #2F231C", "p+ c #613626", "q+ c #884728", "r+ c #8B4625", "s+ c #633319", "t+ c #622C18", "u+ c #18110B", "v+ c #110D09", "w+ c #2A2828", "x+ c #A8A8A8", "y+ c #848485", "z+ c #050509", "A+ c #010105", "B+ c #0A0C07", "C+ c #7F806F", "D+ c #B3B3AE", "E+ c #B3B3AD", "F+ c #5F6456", "G+ c #482719", "H+ c #8A4229", "I+ c #8A4627", "J+ c #8B4421", "K+ c #8A4520", "L+ c #864227", "M+ c #3C2616", "N+ c #4D4A48", "O+ c #808081", "P+ c #030304", "Q+ c #010102", "R+ c #525249", "S+ c #AEB09C", "T+ c #838171", "U+ c #2D1C15", "V+ c #723C24", "W+ c #8E4520", "X+ c #844725", "Y+ c #86462A", "Z+ c #884627", "`+ c #8B462E", " @ c #351D10", ".@ c #070100", "+@ c #716E6C", "@@ c #565744", "#@ c #000000", "$@ c #010000", "%@ c #1E1F17", "&@ c #5A5B4E", "*@ c #92938D", "=@ c #ACADA4", "-@ c #B4B5AB", ";@ c #ACADA2", ">@ c #94958D", ",@ c #747164", "'@ c #4E2D1F", ")@ c #713823", "!@ c #874627", "~@ c #8A4724", "{@ c #864727", "]@ c #87462F", "^@ c #874528", "/@ c #66351E", "(@ c #0C0503", "_@ c #0C0B0B", ":@ c #A3A2A1", "<@ c #151515", "[@ c #5D5E55", "}@ c #1A1B13", "|@ c #030303", "1@ c #141410", "2@ c #2E2E26", "3@ c #35352C", "4@ c #2E2E25", "5@ c #1C1912", "6@ c #371D11", "7@ c #7A4327", "8@ c #884626", "9@ c #894727", "0@ c #874424", "a@ c #8A4425", "b@ c #703D27", "c@ c #291209", "d@ c #3A3A3A", "e@ c #808080", "f@ c #12120F", "g@ c #010002", "h@ c #020001", "i@ c #020100", "j@ c #060102", "k@ c #3A1A18", "l@ c #7A4029", "m@ c #894621", "n@ c #894726", "o@ c #894828", "p@ c #754023", "q@ c #27130B", "r@ c #030305", "s@ c #161717", "t@ c #555555", "u@ c #535544", "v@ c #020105", "w@ c #020003", "x@ c #20120B", "y@ c #7C4024", "z@ c #894928", "A@ c #874624", "B@ c #874626", "C@ c #8A4727", "D@ c #7B3E21", "E@ c #371E10", "F@ c #050200", "G@ c #020303", "H@ c #646464", "I@ c #B2B2B2", "J@ c #8F8F82", "K@ c #3B3C32", "L@ c #696863", "M@ c #050302", "N@ c #010100", "O@ c #000100", "P@ c #000201", "Q@ c #020005", "R@ c #22120A", "S@ c #763C23", "T@ c #8D4528", "U@ c #894629", "V@ c #864629", "W@ c #864826", "X@ c #894724", "Y@ c #753C26", "Z@ c #22110E", "`@ c #030102", " # c #181818", ".# c #525252", "+# c #222118", "@# c #000002", "## c #040000", "$# c #0E0203", "%# c #593123", "&# c #88462A", "*# c #884425", "=# c #8B4221", "-# c #8D451F", ";# c #874828", "># c #5C341F", ",# c #25150A", "'# c #0B0C0E", ")# c #818181", "!# c #4B4B3E", "~# c #020205", "{# c #010103", "]# c #030002", "^# c #211008", "/# c #82462C", "(# c #8A4722", "_# c #874623", ":# c #8D4327", "<# c #784123", "[# c #452412", "}# c #0D0403", "|# c #030703", "1# c #434643", "2# c #8D8D8C", "3# c #AEAFA0", "4# c #22221D", "5# c #1B1B1B", "6# c #000003", "7# c #010202", "8# c #221409", "9# c #7C4428", "0# c #834923", "a# c #7E4825", "b# c #6D3723", "c# c #31170F", "d# c #0D0605", "e# c #0E0E0A", "f# c #62625E", "g# c #404040", "h# c #383A2F", "i# c #282923", "j# c #52544E", "k# c #2B2C25", "l# c #090A06", "m# c #030403", "n# c #010409", "o# c #050203", "p# c #201109", "q# c #2B160A", "r# c #2E1C11", "s# c #2B2018", "t# c #484645", "u# c #606058", "v# c #959595", "w# c #6B6B6B", "x# c #A4A5A0", "y# c #9E9F97", "z# c #898A85", "A# c #828280", "B# c #808184", "C# c #808182", "D# c #808180", "E# c #858482", "F# c #9C9B96", " . + @ # ", " $ % & * = ", " $ - ; > , ' ) ", " $ ! ~ { ] ^ / ( $ $ $ $ ", " _ : < [ } | 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 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.0. 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.J.K.L.M.N.O.P. ", " Q.R. S.T.U.A.V.W.X.Y.Z.`. +.+ ", " ++@+ #+$+%+&+L *+=+-+;+>+,+'+ ", " )+!+ ~+{+]+^+/+(+_+:+<+[+}+|+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+J+K+L+M+}+N+ ", " O+P+Q+z.{+R+S+ T+U+V+W+X+Y+Z+`+ @.@+@ ", " n. @@#@#@#@Q+$@%@&@*@=@-@;@>@,@'@)@!@~@{@]@^@/@(@_@:@ ", " $ <@[@}@#@#@#@#@#@|@Y 1@2@3@4@5@6@7@8@8@9@0@a@b@c@Q+d@$ ", " e@e@f@Y #@#@#@#@#@#@g@h@i@j@k@l@m@n@8@9@o@p@q@r@s@h+ ", " $ #@t@u@m.z.#@#@z.z.#@v@w@N.x@y@z@A@B@8@C@D@E@F@G@H@I@ ", " $ J@K@L@M@N@O@z.z.z.P@Q@R@S@T@U@V@W@X@Y@Z@`@ #.# ", " n. $ +#Q+@#z.z.z.##$#%#&#*#=#-#;#>#,#L.'#)# ", " $ !#~#{#z.z.z.]#^#/#(#_#:#<#[#}#|#1#2# ", " $ 3#4#5#{#6#Q+Q+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#g#$ y#z#A#B#C#D#E#7 F# "}; debian/control0000664000000000000000000000210211665271163010576 0ustar Source: kiki Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Ignace Mouzannar DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: python (>= 2.6.6-3~), docbook-to-man X-Python-Version: all Standards-Version: 3.9.2 Homepage: http://project5.freezope.org/kiki Package: kiki Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.8 XB-Python-Version: ${python:Versions} Description: tool for python regular expression testing A free environment for regular expression testing (ferret). It allows you to write regexes and test them against a sample text, providing extensive output about the results. It is useful for several purposes: . - exploring and understanding the structure of match objects generated by the re module, making Kiki a valuable tool for people new to regexes. - testing regexes on sample text before deploying them in code. . Kiki can function on its own or as plugin for the Spe Python editor. debian/compat0000664000000000000000000000000211661514176010376 0ustar 7 debian/watch0000664000000000000000000000012711661514176010231 0ustar version=3 # upstream URL (http://project5.freezope.org/kiki) is currently unavailable. debian/kiki.doc-base0000664000000000000000000000044011661514176011524 0ustar Document: kiki Title: Python regular expression testing "kiki" documentation Author: Project 5 Abstract: This documentation gives a simple overview of the kiki application. Section: Programming/Python Format: HTML Index: /usr/share/doc/kiki/index.html Files: /usr/share/doc/kiki/*.html debian/source/0000775000000000000000000000000011661514176010500 5ustar debian/source/format0000664000000000000000000000001411661514176011706 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000011663623012010617 5ustar debian/patches/03_setup.py.diff0000664000000000000000000000072211663623012013543 0ustar Description: Add missing setup.py to install properly all Python related files. Author: Ignace Mouzannar Last-Update: 25-11-2011 --- /dev/null +++ b/setup.py @@ -0,0 +1,12 @@ +#!/usr/bin/env python + +from distutils.core import setup + +if __name__ == '__main__': + + setup(name='kiki', + version='0.5.6', + description='tool for python regular expression testing', + license='GPL', + py_modules=['kiki'], + ) debian/patches/01_path_changes.diff0000664000000000000000000000423611661514176014412 0ustar Description: Corrects path values. Author: Matthias Klose --- a/kiki.py +++ b/kiki.py @@ -22,6 +22,9 @@ icq: 84243714 """ +import wxversion +wxversion.select('2.8') + import wx import wx.html @@ -365,6 +368,7 @@ self.matches = [] # list of found matches self.path = os.path.split(sys.argv[0])[0] or os.getcwd() # remembers where Kiki is located + self.doc_path = "/usr/share/doc/kiki" def icon(self, path=None): """Load and assign the icon @@ -379,14 +383,14 @@ self.path = os.path.split(sys.argv[0])[0] or os.getcwd() # *MUST* be the directory where everything, including About data and the likes are located else: self.path = path - iconfile = os.path.join(self.path, "kiki.ico") - theicon = wx.Icon(iconfile, wx.BITMAP_TYPE_ICO) + iconfile = "/usr/share/pixmaps/kiki.xpm" + theicon = wx.Icon(iconfile, wx.BITMAP_TYPE_XPM) self.SetIcon(theicon) def changePage(self, event): """Handles notebook page changes""" if event.GetSelection()==2 and not self.HelpWindow.GetOpenedPageTitle().strip(): - self.HelpWindow.SetPage(file(os.path.join(self.path, "docs", "index.html"),"r").read()) + self.HelpWindow.SetPage(file(os.path.join(self.doc_path, "index.html"),"r").read()) def showhelp(self, event): """Handles help combo box events""" @@ -409,14 +413,14 @@ else: simpleload = False if simpleload: - filename = os.path.join(self.path, "docs", filename) + filename = os.path.join(self.doc_path, filename) if anchor.strip(): anchor = "#" + anchor else: anchor = "" self.HelpWindow.LoadPage(filename+anchor) else: # build about-screen - f = file(os.path.join(self.path, "docs", "about.html"), "r") + f = file(os.path.join(self.doc_path, "about.html"), "r") about = f.read() f.close() # build the dictionary needed to format the string debian/patches/series0000664000000000000000000000010611663621614012037 0ustar 01_path_changes.diff 02_remove_wx.NotebookSizer.diff 03_setup.py.diff debian/patches/02_remove_wx.NotebookSizer.diff0000664000000000000000000000205611661514662016574 0ustar Description: Eliminate use of deprecated wx.NotebookSizer As of wx 2.6, wx.Notebook can just be placed directly in a normal sizer: . "wxNotebookSizer and wxBookCtrlSizer are now deprecated -- they are no longer needed, you can treat wxNotebook as any other control and put it directly into the sizer that was wxNotebookSizer's parent sizer in old code." . As of 2.7.1 wx.NotebookSizer has been removed. Author: Olly Betts --- Origin: vendor Bug-Debian: http://bugs.debian.org/645755 Forwarded: no Last-Update: 2011-10-18 --- a/kiki.py +++ b/kiki.py @@ -317,7 +317,7 @@ self.Notebook.AddPage(self.MatchesPane, "Matches") self.Notebook.AddPage(self.SampleTextPane, "Sample text") self.Notebook.AddPage(self.HelpPane, "Help") - TopPaneSizer.Add(wx.NotebookSizer(self.Notebook), 1, wx.EXPAND, 0) + TopPaneSizer.Add(self.Notebook, 1, wx.EXPAND, 0) self.BottomPane.SetAutoLayout(1) self.BottomPane.SetSizer(TopPaneSizer) MainSizer.Add(self.SplitterWindow, 1, wx.EXPAND, 0) debian/changelog0000664000000000000000000001237011665271163011055 0ustar kiki (0.5.6-8fakesync1) precise; urgency=low * Fake sync due to mismatching orig tarball (LP: #894817). -- Andrew Starr-Bochicchio Tue, 29 Nov 2011 19:01:55 -0500 kiki (0.5.6-8) unstable; urgency=low * debian/patch: - 03_setup.py.diff: patched this file to correct the serious bug it introduced after migrating to dh_python2. (Closes: 649869) -- Ignace Mouzannar Fri, 25 Nov 2011 09:25:09 +0400 kiki (0.5.6-7) unstable; urgency=low [ Olly Betts ] * Update to use python-wxgtk2.8. + New patch 02_remove_wx.NotebookSizer.diff to fix compatibility issue. + Update 01_path_changes.diff to load kiki.xpm (which is in the package) rather than kiki.ico (which isn't). Seems 2.6 never tries to load the icon, but 2.8 does. (Closes: 645755) [ Ignace Mouzannar ] * Mirated from python-support to dh_python2. * debian/control: - Removed dependency on python-support. - Bumped minimum required python dependency to 2.6.6-3~. - Updated XS-Python-Version to X-Python-Version. * debian/rules: - Added python2 to dh's --with argument. * debian/pyversions: - Deleted the file. -- Ignace Mouzannar Sat, 19 Nov 2011 22:53:51 +0100 kiki (0.5.6-6) unstable; urgency=low * debian/patches: - Removed 02_init.py.diff patch that created the __init__.py file as it is no longer needed. (Closes: 629345) -- Ignace Mouzannar Sun, 05 Jun 2011 22:45:06 +0200 kiki (0.5.6-5) unstable; urgency=low * debian/control: - Bumped Standards-Version to 3.9.2. - Set the DM-Upload-Allowed field to 'yes'. * debian/kiki.docs: - Added the kiki.wxg file. * debian/patches: - 03_setup.py.diff: Added setup.py to remove the strict dependency on python2.5 as it is not supported by python-support anymore. (Closes: #627948) -- Ignace Mouzannar Sat, 04 Jun 2011 19:56:45 +0200 kiki (0.5.6-4) unstable; urgency=low * New maintainer. (Closes: #579371) * debian/control: - Updated Maintainer field. - Bumped Standards-Version to 3.8.4. - Updated dependency on debhelper to (>= 7.0.50~) in order to use dh7 features. - Corrected the formatting of the long Description. (Closes: #480326) - Now uses python-support instead of python-central. - Added dependency on ${misc:Depends}. - Changed build dependency on python-all-dev to python-all. - Added Homepage, even though it is currently unavailable. * debian/rules: - Updated to use dh7 features. * debian/kiki.install, debian/kiki.docs and debian/kiki.dirs: - List files to install. Previously, it was done in the rules files. * source/format: - Updated packaging format to "3.0 (quilt)". * debian/custom: - Moved custom files (debian/kiki.sgml & debian/kiki.xpm) files to this directory. - Added files that were created without a patch system. - Corrected shebang in /usr/bin/kiki. * debian/patches: - 01_path_changes.diff: This patch was originally applied directly on the the source tree in the diff.gz. It corrects path values. - 02_init.py.diff: This patch was originally applied directly on the source tree in the diff.gz. It corrects the empty __init__.py file. * debian/copyright: - Updated the copyright format and information. * debian/pyversion: - As the package was switched to use python-support, compatible Python versions are now stated in this file. * Removed file debian/pycompat. * debian/watch: - Added file mentioning that upstream URL is dead. * debian/kiki.menu: - Changed "Apps" to "Applications" as per the Debian Menu System. * debian/kiki.doc-base: - Added doc-base information, as html files are provided by upstream. * debian/custom/kiki.desktop: - Added Desktop file. Thank you Stefan Lesicnik for providing the patch. (Closes: #495695) -- Ignace Mouzannar Tue, 04 May 2010 22:05:19 +0200 kiki (0.5.6-3.1) unstable; urgency=low * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490475. -- Matthias Klose Fri, 18 Jul 2008 15:55:25 +0000 kiki (0.5.6-3) unstable; urgency=low * New maintainer. (Approved by Matthias) * debian/compat: Bumped to 5 which is required by debian/control anyway. * debian/rules: Ship debian/kiki.xpm instead of kiki.ico as icon. * debian/menu: Changed icon file to the newly supplied XPM. * debian/control: Build-Depend on python-all-dev to make lintian happy. * debian/copyright: New FSF address. * Added debian/pycompat. * Wrote manpage. -- Franz Pletz Fri, 21 Jul 2006 13:49:34 +0200 kiki (0.5.6-2) unstable; urgency=low * Convert to updated Python policy. -- Matthias Klose Sat, 1 Jul 2006 09:45:04 +0000 kiki (0.5.6-1) unstable; urgency=low * Upload to unstable. -- Matthias Klose Wed, 24 Aug 2005 10:21:04 +0000 kiki (0.5.6-0ubuntu2) breezy; urgency=low * Fix dependency on python-wxgtk2.6. -- Matthias Klose Wed, 24 Aug 2005 10:18:23 +0000 kiki (0.5.6-0ubuntu1) breezy; urgency=low * Initial release (spe dependency). -- Matthias Klose Wed, 10 Aug 2005 11:34:47 +0200 debian/pyversions0000664000000000000000000000000511370112026011320 0ustar 2.4- debian/kiki.docs0000664000000000000000000000003311661514176010775 0ustar docs/* readme.txt kiki.wxg debian/kiki.menu0000664000000000000000000000022211661514176011011 0ustar ?package(kiki):needs="X11"\ section="Applications/Programming"\ title="Kiki"\ icon="/usr/share/pixmaps/kiki.xpm"\ command="/usr/bin/kiki" debian/kiki.install0000664000000000000000000000020511661514176011514 0ustar debian/custom/kiki.xpm usr/share/pixmaps debian/custom/kiki usr/bin debian/custom/kiki.desktop usr/share/applications debian/rules0000775000000000000000000000035711661516336010265 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with python2 override_dh_auto_install: dh_auto_install docbook-to-man debian/custom/kiki.sgml > debian/custom/kiki.1 override_dh_installchangelogs: dh_installchangelogs history.txt