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 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
|
aview (1.3.0rc1-9.1) unstable; urgency=low
* Non-maintainer upload.
* debian/compat: 5 -> 7. (Closes: #965426)
-- Adrian Bunk <bunk@debian.org> Tue, 04 Jan 2022 17:19:01 +0200
aview (1.3.0rc1-9) unstable; urgency=low
* Acknowledge NMU, thanks to Gerfried Fuchs (Closes: #496422).
* Standards-Version: 3.9.1.
+ debian/control: Add Homepage field.
* Fix "FTBFS with binutils-gold" (Closes: #553953).
Thanks Ilya Barygin <barygin@gmail.com> for the patch!
* Package description: slang -> S-Lang (Closes: #460443).
* debian/watch: Add file.
-- Uwe Hermann <uwe@debian.org> Sun, 13 Mar 2011 20:09:53 +0100
aview (1.3.0rc1-8.1) unstable; urgency=low
* Non-maintainer upload fixing security propblem with tmp files, thanks to
Patryk Cisek for the idea (closes: #496422)
-- Gerfried Fuchs <rhonda@debian.at> Mon, 01 Sep 2008 12:14:00 +0200
aview (1.3.0rc1-8) unstable; urgency=low
* No longer auto-update debian/control.
* Extracted changes from diff file to debian/patches.
* Switched to debhelper 5 (+ cdbs).
* debian/control: Removed "Cpu:" and "System:" fields (Closes: #354407).
* Removed crufty debian/rules.old (Closes: 363130).
* debian/copyright:
* Added more detailed copyright + license info.
* My packaging is public domain.
-- Uwe Hermann <uwe@debian.org> Mon, 24 Apr 2006 13:58:51 +0200
aview (1.3.0rc1-7) unstable; urgency=low
* Fixed FTBFS because of s/aalib/libaa/ (Closes: #317168, #319530).
* Standards-Version: 3.6.2.0 (no changes required).
* Updated debian/copyright.
-- Uwe Hermann <uwe@debian.org> Sat, 23 Jul 2005 19:07:49 +0200
aview (1.3.0rc1-6) unstable; urgency=low
* Switched to cdbs.
* Fixed typos (Closes: #232356, #223105).
* Standards-Version: 3.6.1.0.
-- Uwe Hermann <uwe@debian.org> Sat, 23 Jul 2005 18:59:44 +0200
aview (1.3.0rc1-5) unstable; urgency=low
* Changed my email address to uwe@debian.org.
* debian/control: Fixed typo (Closes: #124432).
-- Uwe Hermann <uwe@debian.org> Mon, 31 Dec 2001 17:29:38 +0100
aview (1.3.0rc1-4) unstable; urgency=low
* New maintainer (with permission from Michael Bramer <grisu@debian.org>).
* Repackaged from scratch using debhelper v3.
* Removed useless debian/*.ex and debian/substvars.debhelper.
* Moved the aaflip manpage into the debian/ directory in the source package.
* debian/aaflip.1:
+ Slightly improved description.
+ Added sections BUGS and LICENSE.
+ Added upstream author to the AUTHOR section.
+ Added several programs to the "SEE ALSO" section.
+ Fixed typos and several smaller issues.
+ Install the manpage, it was a link to undocumented(7) before...
* aview.1:
+ Improved description.
+ Document asciiview in this manpage, too.
+ Added sections BUGS and LICENSE.
+ Added lots of programs to the "SEE ALSO" section.
+ Added section CONTROLS (Closes: #117277).
+ Lots of smaller fixes.
* debian/control:
+ Removed unnecessary Build-Dependencies 'slang1-dev', 'libncurses5-dev'
and 'libgpmg1-dev'. They are not used directly, aalib1-dev just depends
on them...
+ debhelper is a versioned Build-Dependency now.
+ Improved package description.
+ Standards-Version: 3.5.6.0
* Added support for DEB_BUILD_OPTIONS.
* Fix lintian warning about -rpath usage.
* debian/copyright:
+ Updated URL to upstream tarball.
+ List upstream author.
* debian/dirs: Removed, not necessary.
* Fixed a few compiler warnings.
* debian/docs: Additionally install AUTHORS, ANNOUNCE and NEWS.
* debian/changelog: Removed add-log-mailing-address (lintian).
* Do not install the asciiview(1) manpage, which is now documented in
aview(1). asciiview(1) is a symlink to aview(1).
* Fixed the code to also recognize -h, not only --help.
* flip.c: Typo (mentioned by Edward Betts <edward@debian.org> in #101452).
* Added Aaron Lehmann <aaronl@vitelus.com> to the authors of the aaflip(1)
manpage (see #101452).
* Applied patch from Torsten Hilbrich <Torsten.Hilbrich@gmx.net> which
adds support to asciiview for filenames which contain
spaces (Closes: #116489).
* AUTHORS: Typo.
-- Uwe Hermann <uh1763@hermann-uwe.de> Mon, 17 Dec 2001 19:01:03 +0100
aview (1.3.0rc1-3) unstable; urgency=low
* remove man-pages from /usr/man/ (Closes: #98997, #100033)
* add -isp to dpkg-gencontrol
* use dh_clean in debian/rules clean
* cp /usr/share/automake/config.* / (Closes: #105116) (hopefully)
* add man page aaflip, thanks Aaron Lehmann and Edward Betts
(Closes: #101452)
* add new man page from Edward Betts (Closes: #107669)
-- Michael Bramer <grisu@debian.org> Mon, 11 Jun 2001 07:10:31 +0100
aview (1.3.0rc1-2) unstable; urgency=low
* fix build-depends Closes: #96351
-- Michael Bramer <grisu@debian.org> Mon, 7 May 2001 07:10:31 +0100
aview (1.3.0rc1-1) unstable; urgency=low
* new upstream
* upstream has add my man-pages and improve asciiview
* The aa project is alive again, updated copyright file to point to
new homepage.
-- Michael Bramer <grisu@debian.org> Wed, 14 Feb 2001 21:00:40 +0100
aview (1.2-10) frozen unstable; urgency=low
* remove dh_debstd with other dh_* closes: #85970
-- Michael Bramer <grisu@debian.org> Wed, 14 Feb 2001 21:00:40 +0100
aview (1.2-9) frozen unstable; urgency=low
* add build-depends items closes: #59270
* add patch from Gerfried Fuchs <alfie@debian.org> closes: #70769
-- Michael Bramer <grisu@debian.org> Tue, 13 Feb 2001 14:41:15 +0100
aview (1.2-8.1) frozen unstable; urgency=low
* NMU
* Adds build-depends: closes: #58577
* Fixed dependency info, closes: #59033
-- Randolph Chung <tausq@debian.org> Sat, 26 Feb 2000 10:21:27 -0700
aview (1.2-8) frozen unstable; urgency=low
* rebuild for potato, make change in flips.c:
use string.h and not the optimized sstring.h from the package
this close Bug:#58577
-- Michael Bramer <michael@weh.rwth-aachen.de> Wed, 23 Feb 2000 23:34:43 +0100
aview (1.2-7) unstable; urgency=low
* recompile with new libs (sorry, the mirror was not update)
-- Michael Bramer <michael@weh.rwth-aachen.de> Wed, 23 Feb 2000 23:34:21 +0100
aview (1.2-6) unstable; urgency=low
* recompile with new libs.
-- Michael Bramer <grisu@debian.org> Mon, 18 Oct 1999 01:15:54 +0200
aview (1.2-5) unstable; urgency=low
* compile with new ncurses
-- Michael Bramer <grisu@debian.org> Thu, 4 Mar 1999 13:18:46 +0100
aview (1.2-4) unstable; urgency=low
* move maintainer address to the right
* make a better man-page, FIX #26563
-- Michael Bramer <grisu@debian.org> Thu, 17 Dec 1998 19:37:49 +0100
aview (1.2-3) unstable; urgency=low
* make diffs for alpha (thanks to Paul Slootman) (close#26279)
-- Michael Bramer <grisu@debian.org> Tue, 8 Sep 1998 18:07:04 +0200
aview (1.2-2) unstable; urgency=low
* fix lintian spelling-error-in-description
* add '#!/bin/bash' to asciiview
* Switches on the automatic manpage to undocumented
-- Michael Bramer <grisu@debian.org> Wed, 26 Aug 1998 11:47:46 +0200
aview (1.2-1) unstable; urgency=low
* Initial Release.
-- Michael Bramer <grisu@debian.org> Sat, 15 Aug 1998 16:59:57 +0200
|