debian/0000755000000000000000000000000012061444353007170 5ustar debian/rules0000755000000000000000000000106411720167176010257 0ustar #!/usr/bin/make -f VERSION=$(shell head -n 1 debian/changelog | cut -f2 -d " " | tr -d "()" | cut -f1 -d "-") APP=go2 ORIG_REPO=hg clone http://hg.savannah.nongnu.org/hgweb/go2 ORIG_DIR=$(APP)-$(VERSION) EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc %: dh $@ --with=python2 override_dh_auto_build: dh_auto_build rst2man go2.rst > go2.1 override_dh_auto_clean: dh_auto_clean -$(RM) go2.1 get-orig-source: $(ORIG_REPO) $(ORIG_DIR) tar $(EXCLUDE) -czf $(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR) $(RM) -r $(ORIG_DIR) debian/compat0000644000000000000000000000000211611077722010370 0ustar 5 debian/copyright0000644000000000000000000000243111611077722011125 0ustar This package was debianized by David Villa Alises on Sun, 11 Mar 2007 18:01:19 +0100. It was downloaded from http://arco.inf-cr.uclm.es/~david.villa/go2.html Upstream Author: David Villa Alises Copyright (C) 2004,2005,2006,2007,2008,2009,2010,2011 David Villa Alises This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is (C) 2007,2008,2009,2010,2011 David Villa Alises and is licensed under the GPL, see above. debian/README.debian0000644000000000000000000000020211611077722011265 0ustar If you want to use go2, you must include next line in your ~/.bashrc: [ -e /usr/lib/go2/go2.sh ] && source /usr/lib/go2/go2.sh debian/control0000644000000000000000000000172612050272454010600 0ustar Source: go2 Section: utils Priority: optional Maintainer: David Villa Alises Uploaders: Python Apps Packaging Team Build-Depends: debhelper (>= 7.0.50~), python, python-docutils Standards-Version: 3.9.3 Homepage: http://savannah.nongnu.org/projects/go2/ Vcs-Svn: svn://svn.debian.org/python-apps/packages/go2/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/go2/trunk/ X-Python-Version: >= 2.6 Package: go2 Architecture: all Depends: ${misc:Depends}, ${python:Depends}, tree Description: fast directory finder This package provides a mechanism for quickly changing directory on the commandline, in the style of the old Norton Change Directory for DOS, but designed specifically for bash. . Features: * cache of recent searches; * history list of visited directories; * blacklist of directories not to search; * configuration file for default options; * multiprocess execution. debian/source/0000755000000000000000000000000011770435624010477 5ustar debian/source/format0000644000000000000000000000001411611077722011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001626412061444066011054 0ustar go2 (1.20121210-1) unstable; urgency=low * New release -- David Villa Alises Mon, 10 Dec 2012 15:51:21 +0100 go2 (1.20121112-1) unstable; urgency=low * New release * debian/control: * X-Python-Version added -- David Villa Alises Mon, 12 Nov 2012 21:00:21 +0100 go2 (1.20120511-1) UNRELEASED; urgency=low * New release -- David Villa Alises Fri, 11 May 2012 16:35:15 +0200 go2 (1.20120501-1) UNRELEASED; urgency=low * Maintainer mail changes to David.Villa@gmail.com -- David Villa Alises Tue, 01 May 2012 00:55:55 +0200 go2 (1.20120217-1) unstable; urgency=low * New release * /usr/bin/go2 does not require bash * debian/dirs empty: removed * debian/pycompat not required: removed * debian/rules get-orig-source produces tarball in current dir * debian/control: * python2.7 not required * X-Python-Version removed * minor typo in description field * installation instruction removed * Thanks to Piotr Ożarowski -- David Villa Alises Fri, 17 Feb 2012 00:25:41 +0100 go2 (1.20120203-1) UNRELEASED; urgency=low * New release -- David Villa Alises Fri, 03 Feb 2012 02:09:38 +0100 go2 (1.20120123-1) UNRELEASED; urgency=low * New release -- David Villa Alises Mon, 23 Jan 2012 20:04:24 +0100 go2 (1.20111028-1) UNRELEASED; urgency=low * New release -- David Villa Alises Mon, 28 Nov 2011 00:39:23 +0100 go2 (1.20111011-1) UNRELEASED; urgency=low * New relsease -- David Villa Alises Fri, 11 Nov 2011 11:53:01 +0100 go2 (1.20111009-1) UNRELEASED; urgency=low * New release -- David Villa Alises Wed, 09 Nov 2011 12:32:35 +0100 go2 (1.20111008-1) UNRELEASED; urgency=low * New release -- David Villa Alises Tue, 08 Nov 2011 22:50:59 +0100 go2 (1.20110916-1) UNRELEASED; urgency=low * New release -- David Villa Alises Sat, 24 Sep 2011 17:34:34 +0200 go2 (1.20110818-1) UNRELEASED; urgency=low * Add Vcs-* fields. -- Jakub Wilk Sat, 10 Sep 2011 01:54:44 +0200 go2 (1.20110805-1) UNRELEASED; urgency=low * New upstream release -- David Villa Alises Thu, 18 Aug 2011 01:37:09 +0200 go2 (0.20110717-1) UNRELEASED; urgency=low * New upstream release -- David Villa Alises Sun, 17 Jul 2011 00:59:52 +0200 go2 (0.20110418-1) unstable; urgency=low * New upstream release. * Bug fix: "deprecation of dh_pycentral, please use dh_python2", thanks to Matthias Klose (Closes: #616833). * Bug fix: "Error when a directory does not exist (but it exists)", thanks to Cleto Martin Angelina (Closes: #570249). * Bug fix: "ImportError: No module named glade", thanks to Justin B Rye (Closes: #545247). * Bug fix: "documentation needed", thanks to Justin B Rye (Closes: #545249). * Bug fix: "source .bashrc makes go2 freezed", thanks to Cleto Martin Angelina (Closes: #588270). -- Cleto Martin Angelina Mon, 18 Apr 2011 20:40:34 +0200 go2 (0.20100326-1) UNRELEASED; urgency=low * New upstream release. --cd makes directories -- David Villa Alises Fri, 26 Mar 2010 02:45:54 +0100 go2 (0.20100222-3) UNRELEASED; urgency=low * Canditate to solve #570249 -- David Villa Alises Mon, 22 Feb 2010 14:09:45 +0100 go2 (0.20100222-2) UNRELEASED; urgency=low * More upstream bugfixes -- David Villa Alises Mon, 22 Feb 2010 14:01:34 +0100 go2 (0.20100217-1) UNRELEASED; urgency=low * Upstream bugfixes. -- David Villa Alises Wed, 17 Feb 2010 01:52:14 +0100 go2 (0.20100216-1) UNRELEASED; urgency=low * Upstream bugfixes. -- David Villa Alises Thu, 11 Feb 2010 21:12:52 +0100 go2 (0.20100209-1) UNRELEASED; urgency=low * New upstream release. * debian/control suggests python-gtk2 (Closes: #545249) * Documentation improved (Closes: #545247) * Homepage translated to english. * manpage now includes all options. * manpage has a new 'important' section about sourcing /usr/lib/go2/go2.sh * --help now includes all options. -- David Villa Alises Tue, 09 Feb 2010 16:38:28 +0100 go2 (0.20090829-1) unstable; urgency=low * New upstream release. * Changed go2 into non-native package (Closes: #544245). -- David Villa Alises Sun, 30 Aug 2009 23:02:14 +0200 go2 (0.090827) unstable; urgency=low * bug fix: non existing directories * feature: C-c to cancel the search * Upload sponsored by paco@debian.org (Closes: #543976) -- David Villa Alises Thu, 27 Aug 2009 02:35:40 +0200 go2 (0.090630) unstable; urgency=low * minimal changes -- David Villa Alises Tue, 30 Jun 2009 12:42:58 +0100 go2 (0.081026) unstable; urgency=low * bug fix: args parsing for no arguments -- David Villa Alises Sun, 26 Oct 2008 17:18:09 +0100 go2 (0.081024) unstable; urgency=low * bug fix: directories names with spaces -- David Villa Alises Fri, 24 Oct 2008 22:04:46 +0200 go2 (0.080818) unstable; urgency=low * New release -- David Villa Alises Mon, 18 Aug 2008 22:57:44 +0200 go2 (0.080507) UNRELEASED; urgency=low * minimal changes -- David Villa Alises Wed, 07 May 2008 17:52:22 +0200 go2 (0.080221) unstable; urgency=low * bug fixes -- David Villa Alises Thu, 21 Feb 2008 02:21:46 +0100 go2 (0.080109) unstable; urgency=low * minimal bug fixes -- David Villa Alises Wed, 09 Jan 2008 10:45:27 +0100 go2 (0.080107) unstable; urgency=low * New release -- David Villa Alises Mon, 07 Jan 2008 22:48:46 +0100 go2 (0.071209) unstable; urgency=low * New release -- David Villa Alises Sun, 09 Dec 2007 17:45:45 +0100 go2 (0.070718) unstable; urgency=low * "Go to" button was enabled on empty pattern, fixed -- David Villa Alises Wed, 18 Jul 2007 10:01:47 +0200 go2 (0.070717) unstable; urgency=low * New release -- David Villa Alises Tue, 17 Jul 2007 20:19:50 +0200 go2 (0.070412) unstable; urgency=low * New release -- David Villa Alises Thu, 12 Apr 2007 15:17:39 +0200 go2 (0.070322) unstable; urgency=low * New release -- David Villa Alises Thu, 22 Mar 2007 10:32:26 +0100 go2 (0.070321) unstable; urgency=low * Man page added -- David Villa Alises Wed, 21 Mar 2007 17:10:26 +0100 go2 (0.070311) unstable; urgency=low * Date version schema -- David Villa Alises Tue, 20 Mar 2007 00:29:08 +0100 go2 (0.2) unstable; urgency=low * Version schema change -- David Villa Alises Tue, 20 Mar 2007 00:19:57 +0100 go2 (0.0.2-1) unstable; urgency=low * Initial release -- David Villa Alises Sun, 11 Mar 2007 18:01:19 +0100