debian/0000755000000000000000000000000012236343202007163 5ustar debian/changelog0000644000000000000000000000624112236343202011040 0ustar editra (0.7.20+dfsg.1-1) unstable; urgency=low * Remove src/ebmlib/_winrecycle.py file from source because it contains non-DFSG-free source. Regeneration of the orig.tar.gz was required (Closes: #724465). * d/control: - Cosmetic improvements. - Remove ${python:Versions} from Depends field. * d/rules: Remove the following broken symlink - usr/lib/python2.7/dist-packages/Editra/pixmaps/theme/Tango/COPYING - usr/lib/python2.7/dist-packages/Editra/COPYING * Remove d/editra.pyremove (using d/rules to deleting files). * d/editra.docs: Remove THANKS, TODO and PKG-INFO. * d/watch: Add version mangling. -- Alejandro Garrido Mota Sun, 13 Oct 2013 08:41:12 -0430 editra (0.7.20-2) unstable; urgency=low * Upload to unstable. -- Alejandro Garrido Mota Fri, 10 May 2013 07:47:16 -0430 editra (0.7.20-1) experimental; urgency=low * New upstream release (Closes: #585204) * d/control: - Change X-Python-Version to >= 2.6. - Update Standards-Version field. - Add Vcs-Git and Vcs-Browser fields * d/copyright: - Update to copyright-format 1.0. - push copyright dates. -- Alejandro Garrido Mota Sun, 08 Mar 2013 02:15:28 -0430 editra (0.6.58-1) unstable; urgency=low * New upstream release (Closes: #635092). * Update Standards-Version field. * d/rules: Delete override_dh_auto_install, its not needed. * Add transition to dh_python2. * Remove d/pycompat file (not needed in dh_python2) * Replace XS-Python-Version by X-Python-Version because is preferred by transition to dh_python2 (following debian wiki). * Rename Editra.1 manpage to editra.1 and update editra.manpages. Now, the upstream package not install Editra binary (in uppercase). * d/editra.menu: change run binary to editra (with 'E' in lower case). * Remove editra.links, its not needed anymore because binary in uppercase its not installed. * Add editra.pyremove to remove void directories installed by build system -- Alejandro Garrido Mota Wed, 15 Sep 2010 00:46:51 -0430 editra (0.5.70-1) unstable; urgency=low * New upstream release. * Fix in d/rules extra-license-file (was not working). -- Alejandro Garrido Mota Sat, 19 Jun 2010 16:11:33 -0430 editra (0.5.51-1) unstable; urgency=low * New upstream release -- Alejandro Garrido Mota Tue, 30 Mar 2010 10:46:33 -0430 editra (0.5.32-1) unstable; urgency=low * New upstream version * Update Standards-Version field to 3.8.4 -- Alejandro Garrido Mota Wed, 10 Feb 2010 16:04:58 -0430 editra (0.5.30-1) unstable; urgency=low * New upstream source -- Alejandro Garrido Mota Tue, 22 Dec 2009 02:26:06 -0430 editra (0.5.25-1) unstable; urgency=low * New upstream release * Add XS-Python-Version field in d/control -- Alejandro Garrido Mota Thu, 17 Dec 2009 12:12:16 -0430 editra (0.5.15-1) unstable; urgency=low * Initial release (Closes: #510816) -- Alejandro Garrido Mota Sun, 25 Aug 2009 14:36:19 -0430 debian/source/0000755000000000000000000000000012236343202010463 5ustar debian/source/format0000644000000000000000000000001412236343202011671 0ustar 3.0 (quilt) debian/editra.manpages0000644000000000000000000000002012236343202012140 0ustar debian/editra.1 debian/editra.menu0000644000000000000000000000015112236343202011316 0ustar ?package(editra):needs="X11" section="Applications/Editors" \ title="editra" command="/usr/bin/editra" debian/rules0000755000000000000000000000103312236343202010240 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ --with python2 override_dh_fixperms: dh_fixperms rm -rf $(TMP)/usr/share/pyshared/Editra/COPYING \ $(TMP)/usr/share/pyshared/Editra/pixmaps/theme/Tango/COPYING \ $(TMP)/usr/lib/python2.7/dist-packages/Editra/COPYING \ $(TMP)/usr/lib/python2.7/dist-packages/Editra/pixmaps/theme/Tango/COPYING \ $(TMP)/usr/lib/python2.7/dist-packages/Editra/plugins \ $(TMP)/usr/share/pyshared/Editra/plugins find . -name '*\.egg' -delete debian/watch0000644000000000000000000000013612236343202010214 0ustar version=3 opts=dversionmangle=s/\.dfsg// \ http://editra.org/uploads/src/Editra-(.*)\.tar\.gz debian/editra.docs0000644000000000000000000000003012236343202011276 0ustar FAQ NEWS README AUTHORS debian/editra.10000644000000000000000000000315712236343202010523 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH EDITRA 1 "May 3, 2009" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME editra \- Simple multi-platform text editor .SH SYNOPSIS .B Editra .RI [OPTIONS] \ \ [files ... ] .br .SH DESCRIPTION \fBeditra\fP is a multi-platform text editor with an implementation that focuses on creating an easy to use interface and features that aid in code development. Currently it supports syntax highlighting and variety of other useful features for over 60 programming languages. . .SH OPTIONS .TP .B \-h, \-\-help Show summary of options. .TP .B \-v, \-\-version Show version of program. .TP .B \-c, \-\-confdir Set custom configuration directory at runtime .TP .B \-d, \-\-debug Turn on console debugging .TP .B \-\-auth Print the ipc server info .TP .B \-p, \-\-profileOut Turn on console debugging .SH SEE ALSO .BR baz (1). .br .SH AUTHOR editra was written by Cody Precord . .PP This manual page was written by Alejandro Garrido Mota , for the Debian project (and may be used by others). debian/compat0000644000000000000000000000000212236343202010361 0ustar 9 debian/copyright0000644000000000000000000002251612236343202011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Cody Precord Source: http://editra.org Upstream-Name: editra Files: * Copyright: 2007-2013, Cody Precord License: wxwindows Files: src/extern/pubsub.py Copyright: 2004, Oliver Schoenborn License: wxwindows Files: src/extern/embeddedimage.py Copyright: 2007, Anthony Tuininga License: wxwindows Files: src/extern/events.py Copyright: 2004, Kevin Ollivier License: wxwindows Files: src/plugin.py Copyright: 2003-2006, Edgewall Software License: BSD Files: src/autocomp/simplecomp.py Copyright: 2009, Giuseppe "Cowo" Corbelli License: wxwindows Files: src/syntax/dot.py Copyright: 2007, Rob McMullen License: wxwindows Files: src/syntax/groovy.py Copyright: 2009, Omar Gomez License: wxwindows Files: src/syntax/xtext.py Copyright: 2009, Igor Dejanovic License: wxwindows Files: tests/syntax/pl_sql.plsql Copyright: 2007, Thomas G. Keul License: wxwindows Files: scripts/i18n/* Copyright: 2008, Rosetta Contributors and Canonical Ltd 2008 License: wxwindows Files: src/extern/pygments/filter.py src/extern/pygments/plugin.py src/extern/pygments/scanner.py src/extern/pygments/styles/perldoc.py src/extern/pygments/styles/borland.py src/extern/pygments/styles/autumn.py src/extern/pygments/styles/pastie.py src/extern/pygments/styles/native.py src/extern/pygments/formatters/rtf.py src/extern/pygments/lexers/_phpbuiltins.py Copyright: 2006-2007, Armin Ronacher License: BSD Files: src/extern/pygments/styles/fruity.py Copyright: 2007, Armin Ronacher License: BSD Files: src/extern/pygments/styles/vim.py Copyright: 2006-2007, Tim Hatch License: BSD Files: src/extern/pygments/lexers/other.py Copyright: 2006-2008, Georg Brandl, Tim Hatch License: BSD Files: src/extern/pygments/lexers/agile.py src/extern/pygments/lexers/text.py src/extern/pygments/lexers/web.py Copyright: 2006-2008, Georg Brandl, Armin Ronacher License: BSD Files: src/extern/pygments/lexers/templates.py Copyright: 2006-2008, Armin Ronacher, Georg Brandl, Matt Good License: BSD Files: src/extern/pygments/lexers/math.py Copyright: 2007-2008, Christopher Creutzig, Ken Schutte, Stou Sandalski License: BSD Files: src/extern/pygments/console.py src/extern/pygments/formatter.py src/extern/pygments/styles/friendly.py src/extern/pygments/formatters/html.py src/extern/pygments/formatters/__init__.py src/extern/pygments/formatters/other.py src/extern/pygments/formatters/_mapping.py src/extern/pygments/lexers/dotnet.py src/extern/pygments/lexers/_mapping.py Copyright: 2006-2007, Georg Brandl, Armin Ronacher License: BSD Files: src/extern/pygments/lexers/compiled.py Copyright: 2006-2008, Georg Brandl, Armin Ronacher, Christoph Hack License: BSD Files: src/extern/pygments/lexers/asm.py Copyright: 2007, Frits van Bommel License: BSD Files: src/extern/pygments/formatters/img.py Copyright: 2007, Ali Afshar License: BSD Files: src/extern/pygments/formatters/terminal256.py Copyright: 2007, Artem Egorkine License: BSD Files: src/extern/pygments/formatters/svg.py Copyright: 2007, Matthew Harrison, Georg Brandl License: BSD Files: src/extern/pygments/unistring.py Copyright: 2007, Georg Brandl License: BSD Files: src/extern/pygments/styles/tango.py Copyright: 2008, André Roberge License: BSD Files: src/extern/pygments/styles/default.py Copyright: 2006-2007, Georg Brandl, Tiberius Teng License: BSD Files: src/extern/pygments/token.py src/extern/pygments/lexer.py src/extern/pygments/style.py src/extern/pygments/styles/emacs.py src/extern/pygments/styles/colorful.py src/extern/pygments/styles/murphy.py src/extern/pygments/formatters/terminal.py src/extern/pygments/lexers/__init__.py src/extern/pygments/lexers/special.py Copyright: 2006-2007, Georg Brandl License: BSD Files: src/extern/pygments/formatters/bbcode.py src/extern/pygments/lexers/_luabuiltins.py Copyright: 2006-2007, Lukas Meuser License: BSD Files: src/extern/pygments/styles/trac.py Copyright: 2006-2007, Edgewall, Armin Ronacher License: BSD Files: src/extern/pygments/util.py src/extern/pygments/cmdline.py src/extern/pygments/styles/__init__.py src/extern/pygments/formatters/latex.py Copyright: 2006-2008, Georg Brandl License: BSD Files: src/extern/pygments/lexers/functional.py Copyright: 2006-2008, Georg Brandl, Marek Kubica License: BSD Files: src/extern/pygments/lexers/_clbuiltins.py Copyright: 2006-2007, Matteo Sasso License: BSD Files: src/extern/pygments/styles/vs.py src/extern/pygments/styles/bw.py Copyright: 2008, Georg Brandl License: BSD Files: src/extern/pygments/__init__.py Copyright: 2006-2008, Georg Brandl, Armin Ronacher and others License: BSD Files: debian/* Copyright: 2009-2013, Alejandro Garrido Mota License: GPL-3+ License: wxwindows wxWindows Library Licence, Version 3.1 ====================================== . Copyright (C) 1998-2005 Julian Smart, Robert Roebling et al . Everyone is permitted to copy and distribute verbatim copies of this licence document, but changing it is not allowed. . WXWINDOWS LIBRARY LICENCE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION . This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version. . This library 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 Library General Public Licence for more details. . You should have received a copy of the GNU Library General Public Licence along with this software, usually in a file named COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . EXCEPTION NOTICE . 1. As a special exception, the copyright holders of this library give permission for additional uses of the text contained in this release of the library as licenced under the wxWindows Library Licence, applying either version 3.1 of the Licence, or (at your option) any later version of the Licence as published by the copyright holders of version 3.1 of the Licence document. . 2. The exception is that you may use, copy, link, modify and distribute under your own terms, binary object code versions of works based on the Library. . 3. If you copy code from files distributed under the terms of the GNU General Public Licence or the GNU Library General Public Licence into a copy of this library, as this licence permits, the exception does not apply to the code that you add in this way. To avoid misleading anyone as to the status of such modified files, you must delete this exception notice from such code and/or adjust the licensing conditions notice accordingly. . 4. If you write modifications of your own for this library, it is your choice whether to permit this exception to apply to your modifications. If you do not wish that, you must delete the exception notice from such code and/or adjust the licensing conditions notice accordingly. License: GPL-3+ 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 3 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * 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. . * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 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 COPYRIGHT OWNER OR 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/control0000644000000000000000000000152612236343202010572 0ustar Source: editra Section: editors Priority: extra Maintainer: Alejandro Garrido Mota Build-Depends: debhelper (>= 9), python-all, python (>= 2.6), python-setuptools, python-wxgtk2.8 Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: http://editra.org Vcs-Git: git://github.com/mogaal/editra Vcs-Browser: https://github.com/mogaal/editra Package: editra Architecture: all Depends: ${misc:Depends}, python, python-wxgtk2.8, Description: simple multi-platform text editor Editra is a multi-platform text editor with an implementation that focuses on creating an easy to use interface and features that aid in code development. Currently it supports syntax highlighting and variety of other useful features for over 60 programming languages.