fish (1.22.3-3) unstable; urgency=low * debian/control: Add Vcs-* and Homepage fields. * Added patches: - screen.c: Use wcsstr instead of wcscmp to determine whether $TERM is screen in order to properly handle $TERM set to screen-bce, screen-256color, etc. - complete.c: Change a few string comparisons to use wcscmp instead of ==. * Removed conffile handling from debian/{pre,post}inst since the version of fish in Etch is newer than the version the maintainer scripts were handling. * debian/menu: Change the Apps section to Applications. -- James Vega Sat, 13 Oct 2007 16:34:09 -0400 fish (1.22.3-2) unstable; urgency=low * Apparently, fish's tests still aren't well behaved on certain systems when there's no $HOME. Disabling the tests again while I talk with upstream. -- James Vega Mon, 26 Mar 2007 18:30:10 -0400 fish (1.22.3-1) unstable; urgency=low * New upstream releases. * debian/patches: + Remove unnecessary_libs.diff since it causes some build issues I don't feel like working around, it's not extremely important, and upstream's next version will have a proper fix. + Add Makefile.in-user_doc.diff which allows fish to build without attempting to invoke Doxygen (since the docs are shipped with it). + Add __fish_complete_vi.fish-unknown_function.diff which removes a line that calls a non-existent function. * debian/rules: + No longer have to clean up after upstream's clean target. + Remove export target now that I'm using bzr-builddeb + Re-enable upstream's tests. (Closes: #398721) -- James Vega Mon, 26 Mar 2007 16:00:39 -0400 fish (1.22.1-2) unstable; urgency=low * Stop running upstream's test target since it relies on already having a version of fish installed. Fixes the FTBFS on all the buildds. -- James Vega Tue, 14 Nov 2006 14:47:30 -0500 fish (1.22.1-1) unstable; urgency=low * New upstream releases. (closes: #396705) - Added multi-line commandline editing. - Restructured config file directories/naming. * Clean out debian/patches since those are all integrated upstream. * Update preinst/postinst to handle (re)moving the conffiles to the new locations upstream is using. -- James Vega Mon, 13 Nov 2006 10:58:42 -0500 fish (1.21.12-4) unstable; urgency=medium * Pull fish_tests.diff from upstream, which should fix the pointer conversions in fish_tests.c. (closes: #394409) * Urgency medium for RC bug. -- James Vega Sun, 22 Oct 2006 10:37:37 -0400 fish (1.21.12-3) unstable; urgency=medium * medium urgency for fix to #388342 which was causing fish to FTBFS on ia64 * Pull a few patches from upstream: - xdg_posix.diff: Should fix the problems with using strdup() and compiling with -std=c99. (closes: #388342) - zero_cast.diff: Cast 0 to void* when being used as a null pointer to avoid problems on archs where sizeof(int) != sizeof(void*). -- James Vega Fri, 20 Oct 2006 19:23:54 -0400 fish (1.21.12-2) unstable; urgency=low * Add unnecessary_libs.diff, which removes extra libraries which were being linked with a couple binaries. * Update upstream's URL. (closes: #391668) * Pull a few patches from upstream to fix various bugs: - manpages.diff: Fixes the formatting of a few manpages (closes: #382731) - prevd_error.diff: Errors when using prevd or 'cd -' - subcommand_completion.diff, subcommand_root_completion.diff, sudo_path.diff: Fixes sudo completion. (closes: #380707) - proper_clean.diff: Fix the clean target so that it doesn't remove extra files and does remove generated files. * Re-add groff-base Build-Depends. This was used for more than just building the documentation. -- James Vega Mon, 9 Oct 2006 00:43:07 -0400 fish (1.21.12-1) unstable; urgency=low * New upstream versions. -- James Vega Tue, 12 Sep 2006 09:17:27 -0400 fish (1.21.10-1) unstable; urgency=low * New upstream version. -- James Vega Mon, 31 Jul 2006 19:21:49 -0400 fish (1.21.9-2) unstable; urgency=low * Pull 01_darcs-snapshot-2006-07-23.diff from upstream's Darcs repo to fix variable substitutions which prevented fish's inputrc from being sourced. + Remove 01_darcs-snapshot-2006-07-19.diff and 02_PACKAGE_TARNAME.diff since they're included in this patch. -- James Vega Thu, 27 Jul 2006 09:12:34 -0400 fish (1.21.9-1) unstable; urgency=low * New upstream release. + Additional emacs-like keybindings (closes: #372174) + Documentation is distributed in the tarball. No longer need doxygen and groff-base Build-depends. * Pull 01_darcs-snapshot-2006-07-19.diff from upstream's Darcs repo to fix some test failures and incorrectly generated config files. * Pull 02_PACKAGE_TARNAME.diff from upstream's Darcs repo to correct where files are installed under /usr/share/doc. * Re-add the preinst and NEWS files that went missing in 1.21.6-1 to handle upstream moving the function/completion files from /etc/fish.d to /usr/share/fish. Thanks, mjt. -- James Vega Sat, 22 Jul 2006 03:42:28 -0400 fish (1.21.8-1) unstable; urgency=low * New upstream release. (closes: #376407) -- James Vega Mon, 3 Jul 2006 00:34:55 -0400 fish (1.21.7-1) unstable; urgency=low * New upstream release. * Add export rule to debian/rules to prepare a clean build directory. -- James Vega Thu, 25 May 2006 08:58:05 -0400 fish (1.21.6-2) unstable; urgency=low * Pull 02-Eterm_workaround.diff from upstream which fixes a bug where fish wouldn't terminate when Eterm was killed. (closes: #364052) -- James Vega Wed, 10 May 2006 16:25:34 -0400 fish (1.21.6-1) unstable; urgency=low * New upstream release. * Pull 01-apropos.fish.diff from upstream to fix an escaping problem in the completion file for apropos. (closes: #366688) * Update to 3.7.2.0 policy compliance (no changes needed) -- James Vega Wed, 10 May 2006 11:03:05 -0400 fish (1.21.5-1) unstable; urgency=low * New upstream releases. + Merged 01-fallback.c.patch + 'type -f' no longer returns success in all cases (closes: #363495) * debian/control: + Add Depends: lynx | www-browser (closes: #361713) * debian/copyright: + Update to reflect inclusion of glibc's wcstok in fallback.c. * Pull history.c-segfault.patch from upstream to fix a segfault when the history is modified in non-interactive mode. -- James Vega Thu, 20 Apr 2006 01:04:24 -0400 fish (1.21.3-1) unstable; urgency=low * New upstream release. * debian/patches: + Add 01-fallback.c.patch, which fixes a FTBFS on ppc. -- James Vega Mon, 3 Apr 2006 11:00:01 -0400 fish (1.21.2-1) unstable; urgency=low * New upstream release + Fix invalid GREP_OPTIONS environment variable. (closes: #358200) * debian/patches: + Remove 01backslash_escape.diff, was pulled from upstream for a bug that's fixed in this release. + Remove 00clean.diff, applied upstream. * Add completion for dupload(1). * debian/copyright: + Reorganize the license information. + Include direct copies of license headers from source files. -- James Vega Sun, 26 Mar 2006 19:20:17 -0500 fish (1.21.1-1) unstable; urgency=low * New upstream release + Fixes segfault when parsing a command with invalid syntax. (closes: #355372) * debian/copyright: Add the copyright/license information for the xdgmime* files. * Add 01backslash_escape.diff from upstream to support escaped backslashes in quoted strings. -- James Vega Sun, 5 Mar 2006 21:56:44 -0500 fish (1.20.2-1) unstable; urgency=low * New upstream release + Minor bug fixes. + Gracefully handle improperly encoded text. + Improved completion of subcommands (e.g., sudo {cmd}). -- James Vega Thu, 9 Feb 2006 10:11:12 -0500 fish (1.20.1-1) unstable; urgency=low * New upstream release + Updated Swedish translation. + Updated/added command completions. + Added stacktraces for errors in shell functions. + Added manpages for fishd and fish_pager. (Take that lintian!) * Last upload wasn't supposed to be an NMU. Fix the maintainer info. -- James Vega Fri, 27 Jan 2006 00:29:05 -0500 fish (1.20.0-1) unstable; urgency=low * New upstream release. + Fixes FTBFS/segfault on ia64. + Added command completions for new commands, including gpg. + Implemented i18n support. + Short-circuit commands (and/or) now use infix instead of RPN notation. * debian/rules: No longer ship duplicate copies of upstream's ChangeLog. * debian/patches: Add 00make_clean.diff to make clean really clean. * debian/control: Add autoconf and gettext to Build-Depend -- James Vega Tue, 17 Jan 2006 18:02:07 -0500 fish (1.19.0-1) unstable; urgency=low * New upstream release. + Add /sbin and /usr/sbin to PATH when root. + Remove various GNUisms used in fish's shellscripts. + Fix an infinite loop in the source builtin. + Updated prompt_pwd to shorten long paths by displaying only the first character of the shortened directories. -- James Vega Wed, 11 Jan 2006 22:21:20 -0500 fish (1.18.1-1) unstable; urgency=low * New upstream releases. * debian/watch: Update URL. * debian/rules: Remove manual cleanup. Correctly handled by upstream. -- James Vega Sun, 11 Dec 2005 11:38:23 -0500 fish (1.16.2-1) unstable; urgency=low * New upstream release. -- James Vega Tue, 8 Nov 2005 10:13:39 -0500 fish (1.16.1-1) unstable; urgency=low * New upstream releases. -- James Vega Thu, 27 Oct 2005 08:10:20 -0400 fish (1.13.4-1) unstable; urgency=low * The "Thanks for all the fish" release. + Thanks to jbailey for sponsoring during the nm process. * New upstream releases. + debian/patches: - 00env.c.diff applied upstream. - 01function.c.diff applied upstream. * debian/control: + Upated email address. + Dropped versioned Build-Depends on Doxygen since version is older than oldstable's version. * Removed unnecessary debian/docs. * Updated email address. -- James Vega Mon, 19 Sep 2005 10:50:02 -0400 fish (1.13.1-1) unstable; urgency=low * New upstream release. * debian/rules: Update clean target to remove some generated files. -- James Vega Wed, 31 Aug 2005 07:49:25 -0400 fish (1.13.0-1) unstable; urgency=low * New upstream release. + ChangeLog is now included as a standalone file. (Closes: #315041) * debian/patches: + Add 00env.c.diff, prevents a segfault when compiling with GCC4. + Add 01function.c.diff, include a missing header file. -- James Vega Mon, 29 Aug 2005 08:00:16 -0400 fish (1.12.1-1) unstable; urgency=low * New upstream releases. * debian/control: + Bump Standards-Version to 3.6.2. + Add autotools-dev to Build-Depends. + Add doc-base and menu to Suggests. -- James Vega Thu, 28 Jul 2005 13:59:44 -0400 fish (1.11.1-2) unstable; urgency=low * debian/control: + Build-Depends: Remove autotools-dev. -- James Vega Fri, 17 Jun 2005 09:41:58 -0400 fish (1.11.1-1) unstable; urgency=low * New upstream releases. + Updated documentation to work around Doxygen. (Closes: #314280) * Removed patches: + 100_silence_warnings.diff, applied upstream. + 101_interactive_option.diff, applied upstream. + 102_spelling_fixes.diff, applied upstream. * debian/control: + Build-Depends: Add autotools-dev. -- James Vega Fri, 17 Jun 2005 08:11:48 -0400 fish (1.10.1-1) unstable; urgency=low * New upstream releases. * debian/rules: + Remove DEB_INSTALL_MANPAGES_fish directive. count.1 is installed by upstream now. * Added patches: + 100_silence_warnings.diff, which silences various warnings gcc emits during compilation. + 101_interactive_option.diff, which adds recognition of the -i argument that various programs expect a shell to recognize. + 102_spelling_fixes.diff, which fixes various spelling errors visible to the end-user. * debian/control: + Build-Depends: added bc + Depends: added bc -- James Vega Tue, 7 Jun 2005 23:33:02 -0400 fish (1.9.2-1) unstable; urgency=low * New upstream release. * Remove 100_Makefile.in.diff, applied upstream. * Remove 200_b_append.diff, applied upstream. * debian/control: + Add groff-base and bsdmainutils to Build-Depends -- James Vega Wed, 25 May 2005 10:26:01 -0400 fish (1.9.1-1) unstable; urgency=low * Initial release (Closes: #310019) * Added 100_Makefile.in.diff, to make the Makefile obey the configure options. * Added 200_b_append.diff, silence a compile warning and preserve constness. -- James Vega Sat, 21 May 2005 12:06:27 -0400