debian/0000755000000000000000000000000012225347145007173 5ustar debian/source/0000755000000000000000000000000012220263730010463 5ustar debian/source/format0000644000000000000000000000001412220261257011673 0ustar 3.0 (quilt) debian/menu0000644000000000000000000000025512220257004010051 0ustar ?package(svn-workbench):needs="X11"\ section="Applications/Programming"\ title="SVN Workbench"\ icon="/usr/share/svn-workbench/wb.xpm"\ command="/usr/bin/svn-workbench" debian/watch0000644000000000000000000000014312220257004010207 0ustar version=3 http://pysvn.tigris.org/project_downloads.html .*/WorkBench-(.*)\.tar\.gz debian uupdate debian/patches/0000755000000000000000000000000012225347021010613 5ustar debian/patches/series0000644000000000000000000000007312225347010012026 0ustar fix_Source_make_po_file.py_shebang.patch force_wx2.8.patch debian/patches/force_wx2.8.patch0000644000000000000000000000112712221511447013702 0ustar Description: force to use WX2.8, not 2.9 Author: Hideki Yamane --- Forwarded: not-needed Last-Update: 2013-09-24 Index: svn-workbench-1.6.8/Source/wb_main.py =================================================================== --- svn-workbench-1.6.8.orig/Source/wb_main.py 2013-09-24 20:12:03.000000000 +0900 +++ svn-workbench-1.6.8/Source/wb_main.py 2013-09-28 17:28:01.000000000 +0900 @@ -43,7 +43,7 @@ # make sure that we get 2.8 and not an earlier version try: import wxversion - wxversion.select( ['2.9'] ) + wxversion.select( ['2.8'] ) except: pass debian/patches/fix_Source_make_po_file.py_shebang.patch0000644000000000000000000000046512220263475020564 0ustar Description: fix ".py" file has "#!/bin/sh" shebang Author: Hideki Yamane --- Forwarded: no Last-Update: 2013-09-24 --- svn-workbench-1.6.8.orig/Source/make_po_file.py +++ svn-workbench-1.6.8/Source/make_po_file.py @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/python import sys import os debian/copyright0000644000000000000000000000463712220257004011125 0ustar This package was debianized by Matthias Klose on Fri, 3 Dec 2004 22:47:12 +0100. It was downloaded from http://pysvn.tigris.org/ Copyright: Upstream Author: Barry A. Scott License: ================================================================= Copyright (C) 2003-2004 Barry A. Scott. All rights reserved. ================================================================= The Apache Software License, Version 1.1 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by Barry A. Scott http://www.barrys-emacs.org." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. 4. The names "PySVN" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact barry@barrys-emacs.org. 5. Products derived from this software may not be called "PySVN", nor may "PySVN" appear in their name, without prior written permission of Barry Scott. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ================================================================= debian/compat0000644000000000000000000000000212220257004010356 0ustar 5 debian/rules0000755000000000000000000000106712220263536010253 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with=python2 override_dh_auto_build: touch pychecker.mak meinc_installer.mak $(MAKE) -C Source -f linux.mak wb_version.py \ PYTHON=python \ PYCHECKER_DIR=$(CURDIR) \ MEINC_INSTALLER_DIR=$(CURDIR) override_dh_auto_install: dh_auto_install cp $(CURDIR)/debian/svn-workbench.sh $(CURDIR)/debian/svn-workbench/usr/bin/svn-workbench find $(CURDIR)/debian/svn-workbench/usr/share/svn-workbench \ -name *.cmd -delete override_dh_compress: dh_compress -X.png debian/docs0000644000000000000000000000000712220260067010033 0ustar Docs/* debian/changelog0000644000000000000000000001116312225347145011047 0ustar svn-workbench (1.6.8-2) unstable; urgency=low * debian/patches - drop dont_introduce_svn1.8feature.patch, since its feature is supported in newer python-svn. * debian/control - bump up "Depends: python-svn (>= 1.7.8) -- Hideki Yamane Thu, 10 Oct 2013 06:45:05 +0900 svn-workbench (1.6.8-1) unstable; urgency=low * New upstream release * debian/control - set Standards-Version: 3.9.4 - bump up "Build-Depends: debhelper (>= 9)" and devide rules file to each files - add "Homepage:" field - fix description for "description-synopsis-starts-with-article" lintian warning * add debian/source/format as "3.0 (quilt)" * debian/svn-workbench.desktop - delete unnecessary "Encoding=UTF-8" line * debian/patches - add po_file.py_shebang.patch to fix wrong shebang - add fix_Source_make_po_file.py_shebang.patch to fix lintian warning - add dont_introduce_svn1.8feature.patch to fix launch with svn < 1.8 -- Hideki Yamane Tue, 24 Sep 2013 18:40:20 +0900 svn-workbench (1.6.6-2) unstable; urgency=low * upload to unstable -- Hideki Yamane Thu, 02 Aug 2012 13:46:42 +0900 svn-workbench (1.6.6-1) experimental; urgency=low * Adopt package, New maintainer (Closes: #611063) * New upstream release - support subversion1.7 * debian/watch - exec uupdate automatically -- Hideki Yamane Wed, 25 Jul 2012 05:16:20 +0900 svn-workbench (1.6.2-2) unstable; urgency=low * Orphan the package. * Build using dh_python2. -- Matthias Klose Tue, 25 Jan 2011 07:32:37 +0100 svn-workbench (1.6.2-1.1) unstable; urgency=low * Non-maintainer upload. * Fix crash without locale. Closes: #570500. -- Johann Felix Soden Mon, 08 Mar 2010 23:49:26 +0100 svn-workbench (1.6.2-1) unstable; urgency=low * New upstream version. -- Matthias Klose Mon, 04 Jan 2010 08:51:31 +0100 svn-workbench (1.6.1-1) unstable; urgency=low * New upstream version. * Fix recursive view failure. Closes: #505870. -- Matthias Klose Sun, 03 Jan 2010 16:53:24 +0100 svn-workbench (1.6.0-1) unstable; urgency=low * New upstream version. -- Matthias Klose Sat, 29 Aug 2009 12:06:50 +0200 svn-workbench (1.5.7-0ubuntu1) jaunty; urgency=low * New upstream version. -- Matthias Klose Mon, 23 Feb 2009 20:45:11 +0100 svn-workbench (1.5.5-1) unstable; urgency=low * New upstream version. -- Matthias Klose Tue, 07 Oct 2008 05:58:30 +0200 svn-workbench (1.5.4-2) unstable; urgency=low * Fix wx import. Closes: #492605. -- Matthias Klose Wed, 30 Jul 2008 23:33:06 +0200 svn-workbench (1.5.4-1) unstable; urgency=low * New upstream version. -- Matthias Klose Sun, 20 Jul 2008 18:47:31 +0200 svn-workbench (1.5.3-3) unstable; urgency=low * Remove code left from Debian diff for 1.5.2. Closes: #489275. -- Matthias Klose Sat, 12 Jul 2008 09:37:24 +0200 svn-workbench (1.5.3-2) unstable; urgency=low * Fix lintian warnings. -- Matthias Klose Wed, 25 Jun 2008 01:07:53 +0200 svn-workbench (1.5.3-1) unstable; urgency=low * New upstream version. -- Matthias Klose Mon, 18 Feb 2008 06:13:57 +0100 svn-workbench (1.5.2-1) unstable; urgency=low * New upstream version. * Add .desktop file (LP: 115129). Closes: #420575. -- Matthias Klose Mon, 28 Jan 2008 22:21:48 +0100 svn-workbench (1.5.0-1) unstable; urgency=low * New upstream version. -- Matthias Klose Sat, 28 Oct 2006 23:55:30 +0200 svn-workbench (1.4.0-1) unstable; urgency=low * New upstream version. -- Matthias Klose Sat, 1 Jul 2006 09:15:47 +0000 svn-workbench (1.2.0-1) unstable; urgency=low * New upstream version. * Fix download location (closes: #327369). -- Matthias Klose Sat, 15 Oct 2005 13:07:48 +0000 svn-workbench (1.1.6-1) unstable; urgency=low * New upstream version (1.6, taken from svn). * Depend on python-wxgtk2.6 (closes: #307040). -- Matthias Klose Wed, 7 Sep 2005 21:59:26 +0200 svn-workbench (1.1.5-1) unstable; urgency=low * New upstream version. * Add build dependency on python (closes: #299455). * Explain "workbench" in the package description (closes: #299175). -- Matthias Klose Sat, 26 Mar 2005 17:37:21 +0100 svn-workbench (1.0.0-1) unstable; urgency=low * Initial Release. -- Matthias Klose Fri, 3 Dec 2004 22:47:12 +0100 debian/svn-workbench.sh0000644000000000000000000000011112220257004012273 0ustar #! /bin/sh exec /usr/bin/python /usr/share/svn-workbench/wb_main.py "$@" debian/svn-workbench.desktop0000644000000000000000000000031312220262654013345 0ustar [Desktop Entry] Version=1.0 Name=SVN Workbench Comment=A Workbench for Subversion Exec=/usr/bin/svn-workbench Icon=/usr/share/svn-workbench/wb.xpm Type=Application Terminal=false Categories=Development; debian/dirs0000644000000000000000000000006712220257163010055 0ustar usr/bin usr/share/svn-workbench usr/share/applications debian/install0000644000000000000000000000037512220261624010561 0ustar debian/svn-workbench.desktop usr/share/applications/ debian/wb.xpm usr/share/svn-workbench/ Source/*.py usr/share/svn-workbench/ Source/*.tiff usr/share/svn-workbench/ Source/*.ico usr/share/svn-workbench/ Source/toolbar_images usr/share/svn-workbench/ debian/wb.xpm0000644000000000000000000001362212220257004010322 0ustar /* XPM */ static char * wb_xpm[] = { "32 32 238 2", " c None", ". c #000000", "+ c #212121", "@ c #9F9F9F", "# c #484848", "$ c #030303", "% c #686868", "& c #E9E9E9", "* c #D9D9D9", "= c #696969", "- c #070707", "; c #181818", "> c #555555", ", c #7B7B7B", "' c #404040", ") c #010101", "! c #161616", "~ c #C6C6C6", "{ c #E1E1E1", "] c #D6D6D6", "^ c #828282", "/ c #0A0A0A", "( c #2B2B2B", "_ c #9D9D9D", ": c #B3B3B3", "< c #131313", "[ c #5B5B5B", "} c #D8D8D8", "| c #D4D4D4", "1 c #BDBDBD", "2 c #303030", "3 c #121212", "4 c #9B9B9B", "5 c #B1B1B1", "6 c #878787", "7 c #0E0E0E", "8 c #A5A5A5", "9 c #C7C7C7", "0 c #B4B4B4", "a c #6C6C6C", "b c #050505", "c c #B2B2B2", "d c #6F6F6F", "e c #020202", "f c #1B1B1B", "g c #090909", "h c #BBBBBB", "i c #DEDEDE", "j c #535353", "k c #656565", "l c #B7B7B7", "m c #BABABA", "n c #999999", "o c #0D0D0D", "p c #B6B6B6", "q c #1D1D1D", "r c #4A4A4A", "s c #E6E6E6", "t c #E3E3E3", "u c #363636", "v c #787878", "w c #BEBEBE", "x c #C0C0C0", "y c #C1C1C1", "z c #6D6D6D", "A c #3E3E3E", "B c #2F2F2F", "C c #747474", "D c #F0F0F0", "E c #232323", "F c #565656", "G c #B8B8B8", "H c #C4C4C4", "I c #CDCDCD", "J c #D3D3D3", "K c #E4E4E4", "L c #A2A2A2", "M c #0B0B0B", "N c #080808", "O c #8A8A8A", "P c #A1A1A1", "Q c #101010", "R c #AFAFAF", "S c #C3C3C3", "T c #D5D5D5", "U c #DADADA", "V c #E0E0E0", "W c #E5E5E5", "X c #CACACA", "Y c #2D2D2D", "Z c #9C9C9C", "` c #7C7C7C", " . c #505050", ".. c #D7D7D7", "+. c #D2D2D2", "@. c #C9C9C9", "#. c #929292", "$. c #2C2C2C", "%. c #A6A6A6", "&. c #575757", "*. c #424242", "=. c #8B8B8B", "-. c #D0D0D0", ";. c #191919", ">. c #272727", ",. c #393939", "'. c #1D200D", "). c #204010", "!. c #37352E", "~. c #979797", "{. c #6D8061", "]. c #2C9329", "^. c #27962A", "/. c #21360B", "(. c #202020", "_. c #151515", ":. c #4A602D", "<. c #33982C", "[. c #309C2A", "}. c #1B872A", "|. c #302A03", "1. c #252A05", "2. c #060400", "3. c #223A0F", "4. c #2B9F2A", "5. c #29912A", "6. c #1D7C2A", "7. c #258E2A", "8. c #198C2A", "9. c #25661A", "0. c #090700", "a. c #868686", "b. c #213310", "c. c #308020", "d. c #287A22", "e. c #1D7F2A", "f. c #22892A", "g. c #1E8D2A", "h. c #168F2A", "i. c #18952A", "j. c #2C4D10", "k. c #040300", "l. c #585858", "m. c #6D6D6C", "n. c #1B1A14", "o. c #254910", "p. c #299A2A", "q. c #1A8E2A", "r. c #1C9C2A", "s. c #0E862A", "t. c #14912A", "u. c #148C2A", "v. c #273B0B", "w. c #BCBCBC", "x. c #1E1E1E", "y. c #2A5C15", "z. c #138A2A", "A. c #0E842A", "B. c #128F2A", "C. c #19972A", "D. c #0B802A", "E. c #13902A", "F. c #148227", "G. c #1E2D08", "H. c #C2C2C2", "I. c #3C3C3C", "J. c #192306", "K. c #188227", "L. c #138E2A", "M. c #0B7F2A", "N. c #148F2A", "O. c #0D7D2A", "P. c #128D2A", "Q. c #1E7622", "R. c #171903", "S. c #434343", "T. c #8F8F8F", "U. c #808080", "V. c #DCDCDC", "W. c #203F0E", "X. c #14882A", "Y. c #0E872A", "Z. c #0C7C2A", "`. c #128C2A", " + c #0C7E2A", ".+ c #0D862A", "++ c #1E7522", "@+ c #120D00", "#+ c #1A1A1A", "$+ c #474747", "%+ c #CECECE", "&+ c #DFDFDF", "*+ c #1C1C1C", "=+ c #010100", "-+ c #284B10", ";+ c #0F832A", ">+ c #0A802A", ",+ c #0B7C2A", "'+ c #0C802A", ")+ c #0D7F2A", "!+ c #0B822A", "~+ c #286018", "{+ c #080600", "]+ c #C8C8C8", "^+ c #050400", "/+ c #2A5B15", "(+ c #0A7C2A", "_+ c #0B7D2A", ":+ c #0B812A", "<+ c #0D7E2A", "[+ c #1B1400", "}+ c #171717", "|+ c #090800", "1+ c #246E1D", "2+ c #077C2A", "3+ c #0E802A", "4+ c #0A7B2A", "5+ c #067A2A", "6+ c #18862A", "7+ c #324D10", "8+ c #080500", "9+ c #A7A7A7", "0+ c #121603", "a+ c #237A22", "b+ c #05792A", "c+ c #16842A", "d+ c #15802A", "e+ c #244710", "f+ c #8D8D8D", "g+ c #909090", "h+ c #282828", "i+ c #1A1C03", "j+ c #1E8327", "k+ c #1C8327", "l+ c #253208", "m+ c #060606", "n+ c #141703", "o+ c #161000", " ", " ", " ", " . ", " + @ # $ . . ", " % & * = - ; > , ' ) ", " ! ~ { ] ^ / ( _ : ^ < ", " [ } | 1 2 3 4 5 6 3 ", " 7 8 9 0 a b # c 0 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 l } f ", " $ C D y E . F w G H I J J | K L M ", " N O t P Q . F w R R S T U V W X Y ", " 7 Z J ` - .w R R p ..+.@.9 #.$. ", " f %.w &.*.=.C 8 J -.' ;.; - ", " >.%.8 ,.'.).!.x A ", " . ;.u ~.{.].^./.(. ", " . F #._.:.<.[.}.|.1.2. ", " . F w , 3.4.[.5.6.7.8.9.0. ", " . . F w R a.b.c.d.e.f.g.h.i.j.k. ", " ; l.` =.w R R : m.n.o.p.q.r.s.t.u.v. ", " ( _ : p w.G R p J 5 x.y.z.A.B.C.D.E.F.G. ", " Q ~.5 0 m x S H.] -.I.) J.K.L.M.L.N.O.P.Q.R. ", " S.c T.&.U.c I T V.*. W.X.Y.Z.`.s. +.+++@+ ", " k #.#+. b $+%+U &+*+ =+-+;+>+,+Y.'+)+!+~+{+ ", " Y #+ f ]+V U f ^+/+>+(+_+:+)+ +<+[+ ", " . }+X W L M |+1+2+3+4+5+6+7+8+ ", " ! 9+K X Y 0+a+b+c+d+e+8+ ", " - f+H g+h+ i+j+k+l+k. ", " $ }+}+m+ n+o+ ", " ", " "}; debian/control0000644000000000000000000000107412225346772010605 0ustar Source: svn-workbench Section: devel Priority: optional Maintainer: Hideki Yamane Build-Depends: debhelper (>= 9), python (>= 2.6.6-2~) Standards-Version: 3.9.4 Homepage: http://pysvn.tigris.org/ X-Python-Version: >= 2.6 Package: svn-workbench Architecture: all Depends: ${python:Depends}, python-svn (>= 1.7.8), python-wxgtk2.8, ${misc:Depends} XB-Python-Version: ${python:Versions} Description: Workbench for Subversion pysvn-workbench is a workbench (graphical client) for the Subversion revision control system, written in the Python language.