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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
beav (1:1.40-18) unstable; urgency=low
* Repackaged with the original 1.40 source so that we get a proper diff.gz.
* defs.h:
+ Removed prototypes for malloc and strcpy/strcat (Closes: #262572).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 31 Jul 2004 22:42:19 +0200
beav (1:1.40-17) unstable; urgency=low
* debian/control:
+ Set policy to 3.6.1.1.
* beav.1:
+ Fixed documentation location (Closes: #210601).
* Fixed warnings everywhere in the code.
* main.c:
+ Added a help string to tell the user how to quit (Closes: #171933).
* file.c:
+ Fixed an overflow in the filename display routine (Closes: #56546).
* fileio.c:
+ Corrected wrong char signedness assumption that caused backup filenames
to be mangled (Closes: #46376).
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 13 Jul 2004 11:36:18 +0200
beav (1:1.40-16) unstable; urgency=low
* New maintainer (Closes: #227774).
* debian/control:
+ Set policy to 3.6.1.0.
+ Removed caps in the short description.
* debian/copyright:
+ Added the GPL blurb to the copyright file.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 27 Jan 2004 13:22:17 +0100
beav (1:1.40-15) unstable; urgency=low
* Include patch from James A Morrison for Hurd support.
* Update to standards version 3.5.5.
-- Martin Mitchell <martin@debian.org> Sat, 21 Jul 2001 23:37:20 +1000
beav (1:1.40-14) unstable; urgency=low
* Update to standards version 3.5.2. (closes: #91113, #91385)
* Add build depends. (closes: #70223)
-- Martin Mitchell <martin@debian.org> Tue, 27 Mar 2001 00:18:25 +1000
beav (1:1.40-13) unstable; urgency=low
* Update to standards version 2.4.1.
* Recompile for ncurses4.
-- Martin Mitchell <martin@debian.org> Sun, 11 Oct 1998 01:27:50 +1000
beav (1:1.40-12) unstable; urgency=low
* Fix missing separator in debian/rules. (#25766)
-- Martin Mitchell <martin@debian.org> Sat, 29 Aug 1998 18:27:04 +1000
beav (1:1.40-11) unstable; urgency=low
* Include patch for 32 bit float handling. (#5043)
(Thanks Randy Gobbel)
-- Martin Mitchell <martin@debian.org> Sat, 13 Dec 1997 19:37:23 +1100
beav (1:1.40-10) unstable; urgency=low
* Edit control file description to conform with policy. (#3558)
-- Martin Mitchell <martin@debian.org> Wed, 3 Dec 1997 01:15:55 +1100
beav (1:1.40-9) unstable; urgency=low
* New maintainer.
* Strip beav binary.
-- Martin Mitchell <martin@debian.org> Wed, 26 Nov 1997 16:56:02 +1100
beav (1:1.40-8.1) unstable; urgency=low
* Non-maintainer release.
* Use epoch in version.
-- Martin Mitchell <martin@debian.org> Tue, 4 Nov 1997 01:55:32 +1100
beav (1.40-7.1) unstable; urgency=low
* Non-maintainer release.
* Libc6 compile.
* Update from pre 2.0.0.0 standards.
-- Martin Mitchell <martin@debian.org> Thu, 30 Oct 1997 15:05:31 +1100
Modifications to the beav140- package for debian linux
Changes by Bill Mitchell <mitchell@mdd.comm.mot.com>
1. Added debian.* files.
2. Added Makefile
(It's makefile.bsd with -DBSD removed and some flags changed)
3. Added beav.1
Changes for beav-140-2
1. Changed debian.rules to Ian Murdock format.
Made related changes in debian.control.
2. Added some bolding of beav commands in beav.1.
3. Added beav.1
Changes for beav-140-3
1. Cleaned up control file description and extended description.
Changes for beav-140-4
Priority: Routine
Changes: Administrative changes
Changed beav.1 file mode from 755 to 644
Added "SECTION: editors" to control file
Changes for beav-140-5
elf package
* rebuilt for elf
Changes for beav-140-6
elf package
* rebuilt using ncurses shared lib
* changed ncurses-runtime dependency to ncurses3.0
Changes for beav-140-7
elf package
* source package multi-architecture compatability changes
Local variables:
mode: debian-changelog
End:
|