debian/0000755000000000000000000000000012051547066007174 5ustar debian/control0000644000000000000000000000177112051547012010574 0ustar Source: gecrit Section: editors Priority: optional Maintainer: Vincent Cheng Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~) X-Python-Version: >= 2.6 Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/gecrit/ Vcs-Svn: svn://anonscm.debian.org/svn/collab-maint/deb-maint/gecrit/trunk Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/gecrit/trunk Package: gecrit Architecture: all Depends: exuberant-ctags, python-enchant, python-wxgtk2.8, ${misc:Depends}, ${python:Depends} Description: simple, easy-to-use Python IDE gEcrit is a Python IDE, with a focus on simplicity and ease of use. Some of its features include: * Editor geared towards Python, supporting indentation, code folding, syntax highlighting/checking, auto-completion, and bad brace checking * Integrated Python shell * Source tree browser * Autosaving * Multiple tabs * Printing * Spell-checking * Word searching/replacement * Pastebin.com integration debian/compat0000644000000000000000000000000211754126373010375 0ustar 9 debian/watch0000644000000000000000000000006411607164457010232 0ustar version=3 http://sf.net/gecrit/gecrit-(.*)\.tar\.gz debian/install0000644000000000000000000000017411755643407010575 0ustar gecrit usr/bin/ gecrit.desktop usr/share/applications/ icons/gEcrit.png usr/share/pixmaps/ debian/source/0000755000000000000000000000000011754126233010472 5ustar debian/source/format0000644000000000000000000000001411607405456011704 0ustar 3.0 (quilt) debian/menu0000644000000000000000000000015411607404375010064 0ustar ?package(gecrit):needs="X11" section="Applications/Programming"\ title="gEcrit" command="/usr/bin/gecrit" debian/rules0000755000000000000000000000057711754126703010265 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_clean: find . -name *.pyc -delete dh_clean override_dh_auto_build: override_dh_auto_install: python setup.py install --root=debian/gecrit --install-layout=deb \ --install-lib=/usr/share/ --install-scripts=/usr/share/ rm -f $(CURDIR)/debian/gecrit/usr/share/*.egg-info rm -f $(CURDIR)/debian/gecrit/usr/share/gecrit debian/changelog0000644000000000000000000000226412051547062011046 0ustar gecrit (2.8.4-1) unstable; urgency=low * New upstream release. * Update Standards version from 3.9.3 to 3.9.4, no changes required. * Remove fix-version.patch, fixed upstream. -- Vincent Cheng Fri, 16 Nov 2012 15:35:55 -0800 gecrit (2.8.3-1) unstable; urgency=low * New upstream release. - Add debian/patches/fix-version.patch to fix version numbering in About dialog. * Update Format field in debian/copyright to latest DEP-5 revision. * Update Standards version from 3.9.2 to 3.9.3, no changes required. * Update debhelper compat level from 8 to 9. -- Vincent Cheng Fri, 18 May 2012 23:56:33 -0700 gecrit (2.8.2-1) unstable; urgency=low * New upstream release. * Install files in private directory instead of as a public Python module. -- Vincent Cheng Thu, 01 Dec 2011 03:59:13 -0800 gecrit (2.8.1-1) unstable; urgency=low * New upstream release. -- Vincent Cheng Mon, 15 Aug 2011 13:39:09 -0700 gecrit (2.7.1-1) unstable; urgency=low * Initial release (Closes: #633420) -- Vincent Cheng Sat, 23 Jul 2011 18:35:16 -0700 debian/manpages0000644000000000000000000000001511607163756010714 0ustar doc/gecrit.1 debian/copyright0000644000000000000000000001027311755643407011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gecrit Source: http://sourceforge.net/projects/gecrit/ Files: * Copyright: 2010-2011 Groza Cristian 2010-2011 Victor Pruteanu License: GPL-3.0+ Files: data/plugins/PyTidyFormatter.py Copyright: 2006 Charles Curtis Rhode License: GPL-2.0+ Files: pyctags/* Copyright: 2008 Ben Smith License: LGPL-3.0+ Files: yapsy/* Copyright: 2010 Thibauld Nion License: BSD-2-clause Files: debian/* Copyright: 2011 Vincent Cheng License: GPL-3.0+ License: GPL-3.0+ 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. . This package 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, see . . 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: GPL-2.0+ 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 package 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, see . . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-3.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package 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 Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". License: BSD-2-clause 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. . 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 HOLDER 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.