1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
bbrun (1.6-8) unstable; urgency=medium
* QA upload.
* Fix FTBFS with GCC-10. (Closes: #957033)
* Update Standards-Version to 4.5.0
* Use debhelper-compat.
- Update compat level to 12.
* Simplify debian/rules.
- Add debian/mapages file.
* Mark Vcs link to salsa.
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Tue, 21 Apr 2020 18:37:05 +0100
bbrun (1.6-7) unstable; urgency=medium
[ Andreas Beckmann ]
* QA upload.
* Set Maintainer to Debian QA Group. (See: #929535)
[ Jari Aalto ]
* Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
(Closes: #670077)
* Update to Standards-Version to 3.9.3 and debhelper to 9.
* Add build-arch and build-indep targets; use dh_prep in rules file.
* Fix copyright-refers-to-symlink-license (Lintian).
* Fix description-synopsis-starts-with-article (Lintian).
[ Arthur Marble ]
* Fix FTBFS with clang (Closes: #757042)
- Fixed undefined reference error in wmgeneral/list.c
[ Bernhard Übelacker ]
* Use pointer type instead of 32bit integer to store history.
(Closes: #860443)
-- Andreas Beckmann <anbe@debian.org> Thu, 13 Jun 2019 10:30:28 +0200
bbrun (1.6-6.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix "ftbfs with GCC-5": add patch to build with "-std=gnu89".
(Closes: #777797)
-- gregor herrmann <gregoa@debian.org> Sun, 19 Jul 2015 18:37:49 +0200
bbrun (1.6-6) unstable; urgency=low
* debian/control:
+ Moved homepage from text body to its own field. Closes: #615255.
+ Bumped debhelper to version 8.
+ Bumped Standards-Version to 3.9.1. No changes.
* Changed debian/compat to 8.
* Added debian/README.source. Package uses dpatch patch system.
* Fix FTBFS with binutils-gold with patch. Closes: #553952. Thanks to
Mahyuddin Susanto.
* Changed dh_clean -k to dh_prep in debian/rules.
* Fix manpage error.
* Fix warning: comparison with string literal results in
unspecified behavior. Closes: #614244. Thanks to Tilmann Hentze.
-- Kevin Coyner <kcoyner@debian.org> Wed, 16 Mar 2011 00:40:37 +0000
bbrun (1.6-5) unstable; urgency=low
* New e-mail address for maintainer. Changed in debian/control and man page.
* In debian/menu, changed section title from Apps/Tools to
Applications/System/Administration to conform with new menu policy.
* debian/rules:
+ Cleaned up a little cruft
+ Added patch, unpatch, clean-patched to PHONY
+ Changed a make clean rule and patch-stamp
-- Kevin Coyner <kcoyner@debian.org> Mon, 06 Aug 2007 21:32:57 -0400
bbrun (1.6-4) unstable; urgency=low
* New maintainer. Closes: #410617.
* debian/control:
+ Updated description.
+ debhelper bumped to version 5.
* Updated debian/compat to version 5.
* Added debian/watch file.
* Updated man page.
* Updated debian/copyright.
-- Kevin Coyner <kevin@rustybear.com> Mon, 12 Feb 2007 19:51:38 -0500
bbrun (1.6-3) unstable; urgency=low
* Added a patch to fix main window mot being destroyed when pressing Enter
(Closes: #357104). Thanks to Milan Zazrivec <xzazriv@fi.muni.cz>
* Standards-Version 3.7.2
-- Stan Vasilyev <stan.vasilyev@csun.edu> Sat, 27 May 2006 14:25:25 -0700
bbrun (1.6-2) unstable; urgency=low
* Added a patch to fix FTBFS on GNU/kFreeBSD (Closes: #341013)
Thanks to Petr Salinger <Petr.Salinger@t-systems.cz>
-- Stan Vasilyev <stan.vasilyev@csun.edu> Sun, 27 Nov 2005 16:16:24 -0800
bbrun (1.6-1) unstable; urgency=low
* Initial release. (Closes: #291801: ITP: bbrun -- Black Box/fluxbox
desktop tool to run commands - Debian Bug report logs)
* Wrote a manpage
-- Stan Vasilyev <stan.vasilyev@csun.edu> Thu, 3 Nov 2005 10:07:16 -0800
|