bashdb (4.3.0.91+ds-4) unstable; urgency=low * Trap SIGXFSZ in test-sig so the test is reproducible (Closes: #801372) * Add patch to man page to correct spelling mistake * Add lintian override for debian-watch-may-check-gpg-signature * Add #include statements in set0.c to ensure explicit declaration * Workarounds for building on non-linux (Closes: #801402) - Restrict building builtins to linux as the enable command fails. - Add patch to exclude SIGSYS from test-sig data * Override dh_python2 rule to remove unncessary dependencies * Registered the package with doc-base -- Nicholas Bamber Sat, 10 Oct 2015 08:43:27 +0100 bashdb (4.3.0.91+ds-3) unstable; urgency=medium * Enable builtins to allow command completion and 'print $0' - add bash_builtins build-dependency and tell configure location of headers - add libreadline-dev as a build-dependency and apply readline.patch - move readc and set0 to /usr/lib/bashdb and take symbolic link back - change architecture from all to any * Run tests verbosely to facilitate debugging of FTBS -- Nicholas Bamber Thu, 08 Oct 2015 21:26:59 +0100 bashdb (4.3.0.91+ds-2) unstable; urgency=low * Further corrections to debian/copyright, e.g. builtin/readc.c * Rewrote the package description to be more concise and relevant * Updated the VCS fields to keep DDPO happy * Apply patches to fix semi-reproducible FTBS (Closes: #801175) - check_exit_status.patch: ensure we capture non-graceful exits in test - test-sig.patch: don't send commands that will upset the debugger - introduce dependency on bash 4.3 as we have only updated test data for 4.3 -- Nicholas Bamber Wed, 07 Oct 2015 14:24:20 +0100 bashdb (4.3.0.91+ds-1) unstable; urgency=low * New upstream release (Closes: #752724) * Removed documentation patches (Closes: #712367) * Add myself to Uploaders * Modernised debian/rules * Updated debian/copyright * Removed upstream cruft (hence +ds in version number) * Added Homepage field to debian/control * Updated Standards Version to 3.9.6 * Added rule for upstream changelog * Updated and commented lintian overrides * Updated debhelper version to 9 * Removed bash dependencies as superfluous (4.1-4.3 are supported) -- Nicholas Bamber Sun, 04 Oct 2015 17:51:41 +0100 bashdb (4.2.0.8-1.1) unstable; urgency=low * Non-maintainer upload. * Add texinfo to Build-Depends. This fix FTBFS due to "/bin/bash: line 9: makeinfo: command not found". Thanks to Angel Abad and Martin Eberhard Schauer (Closes: #652246) -- Salvatore Bonaccorso Mon, 09 Jan 2012 16:05:33 +0100 bashdb (4.2.0.8-1) unstable; urgency=low * New upstream release. * debian/control: - Updated standards version to 3.9.2. - Added a dependency on python to accommodate the syntax highlighter. * debian/rules: Added required build targets. * debian/bashdb.lintian-overrides: Updated overrides. * debian/patches/config_guess_sub: Patched config files with up-to-date Debian versions. * debian/clean: Added a list of autogenerated files to clean. -- Oleksandr Moskalenko Mon, 28 Nov 2011 11:44:28 -0600 bashdb (4.2.0.6-3) unstable; urgency=low * Force removal of /usr/share/info/dir.gz to avoid triggering the install-info dir.gz bug (Closes: #614762). -- Oleksandr Moskalenko Wed, 23 Feb 2011 08:36:35 -0600 bashdb (4.2.0.6-2) unstable; urgency=low * Fix a typo in changelog * Remove emacs support files as upstream moved bashdb emacs integration to emacs-dbgr (Closes: #614561). -- Oleksandr Moskalenko Tue, 22 Feb 2011 09:29:30 -0600 bashdb (4.2.0.6-1) unstable; urgency=low * New upstream release (Closes: #565985, #577115). * debian/control: - Switched the RCS from svn to git in collab-maint project on alioth. - Move emacsen-common from depends to suggests (as in Ubuntu #301852). - Updated standards-version to 3.9.1. * debian/copyright: Switched to DEP5 format. * debian/install: Removed as it's not needed right now. -- Oleksandr Moskalenko Mon, 21 Feb 2011 17:07:09 -0600 bashdb (4.0.0.4-1) unstable; urgency=low * New upstream.release (Closes: #564337). * debian/source/format: Switched to 3.0 (quilt) source format. * debian/control: - Updated debhelper version to 7. - Updated depends on bash to >= 4.0. - Added a depends on ${misc:Depends} to fix a lintian warning for proper use of debhelper 7. - Updated Standards-Version to 3.8.3. - Removed a dependency on dpatch as a part of switch to 3.0 quilt format. * debian/patches: Removed 00list and both old patches in dpatch format. * debian/watch: Modifed the regex to match the current versioning scheme. * debian/rules: - Added a rule to remove extraneous usr/share/info/dir.gz. - Added a rule to make usr/share/bashdb/getopts_long.sh executable. - Added a rule to install lintian overrides. * debian/prerm: Removed as info installation is now handled automatically. * debian/postinstall: Removed as info installation is now handled automatically. * debian/bashdb.lintian-overrides: updated overrides to not show a warning about /bin/echo interpreter and info/dir.gz and renamed file for use with dh_lintian. * debian/install: Removed lintian overrides file as we now handle it with dh_lintian. -- Oleksandr Moskalenko Sat, 09 Jan 2010 21:08:39 -0600 bashdb (4.0.0.2-1) unstable; urgency=low * New upstream release. * debian/patches/01_fdl.texi.dpatch and 02_gpl.texi.dpatch: remove the text of FDL and GPL licenses and add links to the /usr/share/common-licenses files. * debian/copyright: Removed the FDL license text and added correct copyright years. -- Oleksandr Moskalenko Tue, 10 Feb 2009 10:13:00 -0700 bashdb (3.1.0.9-1) unstable; urgency=low * New upstream release (Closes: #477469). * debian/control: - Updated Standards-Version to 3.7.3. - Removed XS- from XS-Vcs-Svn and XS-Vcs-Browser. * debian/rules: - Call make correctly per lintian warning. - Move rules to binary-indep section from binary. * debian/copyright: Updated FSF postal address. -- Oleksandr Moskalenko Wed, 23 Apr 2008 10:39:11 -0600 bashdb (3.1.0.8-3) unstable; urgency=low * debian/control: Changed arch to all (Closes: #455080). -- Oleksandr Moskalenko Fri, 04 Jan 2008 13:42:47 -0700 bashdb (3.1.0.8-2) unstable; urgency=low * Upload debian dir into the collab-maint svn repository. * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser headers. -- Oleksandr Moskalenko Tue, 17 Apr 2007 10:20:45 -0600 bashdb (3.1.0.8-1) unstable; urgency=low * New upstream bugfix release on Jan 20th (Closes: #403305, #403306). * debian/patches: Updated 01_bashdb_texi.dpatch and added 02_copyright_texi.dpatch. These patches are used because the documentation doesn't get generated correctly by texi2html and the upstream still hasn't incorporated my changes properly. -- Oleksandr Moskalenko Sun, 21 Jan 2007 20:32:15 -0700 bashdb (3.1.0.7-1) unstable; urgency=low * New upstream bugfix release on Dec 10th. * Removed debian/patches/ 01_bashdb.texi.dpatch and 02_copyright.texi.dpatch as the upstream incorporated them. -- Oleksandr Moskalenko Sun, 10 Dec 2006 20:31:31 -0700 bashdb (3.1.0.6-2) unstable; urgency=low * debian/control: Add a dependency on emacsen-common to handle installation of emacs scripts properly. * debian/dirs: Create a usr/share/emacs/site-lisp/bashdb directory for installation of emacsen scripts (Closes: #399337). * debian/emacsen-install: Make the script more readable to myself with code from zenirc script. * debian/rules: fix the results of bashdb.el installation and byte-compilation by the upstream build system. -- Oleksandr Moskalenko Mon, 20 Nov 2006 14:10:00 -0700 bashdb (3.1.0.6-1) unstable; urgency=low * Initial release (Closes: #396512). -- Oleksandr Moskalenko Fri, 27 Oct 2006 15:03:19 -0600