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 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298
|
lnav (0.9.0-1) unstable; urgency=medium
* New upstream version 0.9.0
* debian/copyright: Add copyright information for new files
* debian/copyright: Update copyright years for upstream files
* Declare compliance with Debian policy 4.5.1
* Refresh "Prefer /var/log/syslog over /var/log/messages"
* Refresh "Disable broken test_logfile.sh test"
* Refresh "Disable test_sql completely as contains time dependent tests"
* debian/watch: Bump format to version 4.
Use @PACKAGE@ and @ARCHIVE_EXT@ substitutions.
* Disable broken test_listview.sh test in testsuite (Closes: #975803)
* debian/copyright: Remove stanza for dropped files upstream
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 30 Dec 2020 10:01:56 +0100
lnav (0.8.5-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.4.1, no changes needed.
* Update standards version to 4.5.0, no changes needed.
[ Salvatore Bonaccorso ]
* Update copyright years for debian/* packaging files
* Bump Debhelper compat level to 13
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 27 Aug 2020 15:47:39 +0200
lnav (0.8.5-2) unstable; urgency=medium
* Upload to unstable
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 03 Sep 2019 10:44:41 +0200
lnav (0.8.5-1) experimental; urgency=medium
* Update to current salsa CI pipeline
* New upstream version 0.8.5
* Update copyright years for upstream files
* debian/copyright: Add copyright stanza new src/is_utf8.* files
* debian/copyright: Add copyright stanza for new src/ring_span.hh file
* Update copyright years for debian/* packaging files
* Drop lnav_commands-fix-attempt-to-convert-uninitialized-m.patch
* Drop try-make-locale-test-optional.patch
* Refresh disable-broken-test_logfile-test.patch
* Drop sql-timeslice-fails-on-32-bit.patch
* Refresh disable-test_sql.patch
* Declare compliance with Debian policy 4.4.0
* Drop Build-Depends on python-all.
The build dependency on a python 2 version is actually not needed.
(Closes: #936961)
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 02 Sep 2019 23:55:09 +0200
lnav (0.8.4-5) unstable; urgency=medium
* Disable test_sql completely as contains time dependent tests.
Fixes "FTBFS (failing test)"
Thanks to Santiago Vila and Adrian Bunk (Closes: #918153)
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 04 Jan 2019 09:33:07 +0100
lnav (0.8.4-4) unstable; urgency=medium
* Replace home-made GitLab CI with the standard Salsa pipeline
* Bump Debhelper compat level to 12
* Declare compliance with Debian policy 4.3.0
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 28 Dec 2018 17:47:04 +0100
lnav (0.8.4-3) unstable; urgency=medium
* [sql] timeslice() fails on 32-bit.
Fixes "lnav FTBFS on 32bit: FAIL: test_sql_time_func.sh".
(Closes: #913526)
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 01 Dec 2018 18:05:09 +0100
lnav (0.8.4-2) unstable; urgency=medium
* lnav_commands: fix attempt to convert uninitialized max_time
* try make locale test optional
* Drop disable-locale-dependent-tests.patch
* Add patch to disable broken test_logfile test
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 17 Nov 2018 13:46:39 +0100
lnav (0.8.4-1) unstable; urgency=medium
* Add an initial Gitlab CI config file
* debian/.gitlab-ci.yml: Update image used for Gitlab CI
* Update .gitlab-ci.yml based on Salsa CI Team's template
* GitLab CI/Lintian: install dpkg-dev, that ships dpkg-architecture, needed
to run some Lintian checks
* New upstream version 0.8.4
* Update copyright years for upstream files
* Declare compliance with Debian policy 4.2.1
* Disable locale dependent test in upstream testsuite
* debian/rules: Reenable upstream testsuite
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 03 Nov 2018 16:00:06 +0100
lnav (0.8.3-1) unstable; urgency=medium
* New upstream version 0.8.3
* Declare compliance with Debian policy 4.1.4
* Set Rules-Requires-Root to no
* Drop Fix-FTBFS-on-32bit-architectures.patch patch
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 16 Apr 2018 14:55:40 +0200
lnav (0.8.2-4) unstable; urgency=medium
* Update Vcs-* fields for switch to salsa.debian.org
* debian/control: Use HTTPS transport in Homepage field
* Drop use of --with autotools-dev addon
* Drop Build-Depends on autotools-dev
* Update copyright years for debian/* packaging files
* Bump Debhelper compat level to 11
* Declare compliance with Debian policy 4.1.3
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 19 Mar 2018 15:31:30 +0100
lnav (0.8.2-3) unstable; urgency=medium
* Upload to unstable
* Update copyright years for debian/* packaging files
* Bump Debhelper compat level to 10
* Declare compliance with Debian policy 4.0.0
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 23 Jun 2017 13:03:38 +0200
lnav (0.8.2-2) experimental; urgency=medium
* Add upstream patch to fix FTBFS on 32bit architectures
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 25 Apr 2017 09:45:42 +0200
lnav (0.8.2-1) experimental; urgency=medium
* New upstream version 0.8.2
* debian/control: Bump required libsqlite3-dev version to (>= 3.9.0)
* debian/control: Drop unneded sqlite3 from Build-Depends
* debian/control: Drop unneeded Build-Depends on libssl-dev.
Thanks to Moritz Muehlenhoff <jmm@debian.org> (Closes: #855603)
* debian/copyright Refresh information for upstream files.
Update copyright years for upstream files.
Add new copyright stanzas for newly added files in the source tarball.
Add license stanzas for BSL-1.0, Expat and GPL-3+.
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 24 Apr 2017 13:36:30 +0200
lnav (0.8.1-2) unstable; urgency=low
* Upload to unstable
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 20 Aug 2016 07:38:23 +0200
lnav (0.8.1-1) experimental; urgency=medium
* Imported Upstream version 0.8.1
* Update copyright years for upstream files
* Add copyright stanza for new files under src/filesystem
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 19 Aug 2016 18:00:53 +0200
lnav (0.8.0-2) unstable; urgency=low
* Upload to unstable
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 19 Aug 2016 16:20:13 +0200
lnav (0.8.0-1) experimental; urgency=medium
* Imported Upstream version 0.8.0
* Refresh default-to-var-log-syslog-on-Debian.patch patch
* Drop disable-network-accessing-tests.patch patch
* Add copyright and license information for m4/libcurl.m4
* Add re2c to Build-Depends
* Add libcurl4-gnutls-dev to Build-Depends
* Use HTTPS transport in Bug-Debian URL for patches
* Update copyright years for debian/* packaging files
* Declare compliance with Debian policy 3.9.8
* Do not run test suite in build.
The tests are failing unreliably, cf. #783141, #826834.
* debian/control: Use HTTPS transport URL for Vcs-Git field
* debian/rules: Build enabling all hardening flags
* debian/copyright Use HTTPS transport in Format specification URL
* debian/copyright: Separate vebatim BSD-3-clause license text.
Use the sort name in the various stanzas and replicate the text for the
BSD-3-clause license in a own License stanza.
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 19 Aug 2016 13:19:45 +0200
lnav (0.7.3-1) experimental; urgency=medium
* Imported Upstream version 0.7.3
- Fixes FTBFS on big-endian architectures (Closes: #771203)
* Update copyright years for upstream files
* Add copyright stanzas for new files in source.
Add copyright stanzas in debian/copyright for three new files in the
sources: m4/lnav_with_readline.m4, m4/lnav_with_sqlite3.m4 and
m4/lnav_with_yajl.m4.
* debian/copyright: cleanup trailing whitespaces
* Fix typo in override target for dh_clean in debian/rules
* Referesh default-to-var-log-syslog-on-Debian.patch patch (offset)
* Add disable-network-accessing-tests.patch patch.
Disable tests which will try to access network.
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 22 Apr 2015 19:36:20 +0200
lnav (0.7.2-1) experimental; urgency=medium
* Imported Upstream version 0.7.2
* Refresh default-to-var-log-syslog-on-Debian.patch patch
* Update copyright years for debian/* packaging files
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 03 Mar 2015 06:46:58 +0100
lnav (0.7.1-1) experimental; urgency=medium
* Imported Upstream version 0.7.1
* Update copyright years for yajl embedded copy
* Update Vcs-Browser field
* Refresh default-to-var-log-syslog-on-Debian.patch patch (offset)
* Drop 743503.patch patch
* Declare compliance with Debian Policy 3.9.6
* Add abbreviated name for the licenses in debian/copyright
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 27 Nov 2014 11:10:57 +0100
lnav (0.7.0-3) unstable; urgency=low
* Add 743503.patch patch.
Correctly convert byte encoding for 32bit value from little-endian order
to host byte order. Fixes FTBFS on big-endian architectures.
Thanks to Jurica Stanojkovic and Patrick Baggett (Closes: #743503)
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 03 Apr 2014 16:59:44 +0200
lnav (0.7.0-2) unstable; urgency=low
* Use a temporary writable home during build.
Fixes "lnav: FTBFS on all architectures" if $HOME of building user is
not writable. (Closes: #743370)
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 02 Apr 2014 13:11:47 +0200
lnav (0.7.0-1) unstable; urgency=low
* Imported Upstream version 0.7.0
* Update copyright years for upstream files
* Update copyright years for debian/* packaging
* Add new copyright stanza for SpookyV2.* files
* Refresh default-to-var-log-syslog-on-Debian.patch patch (offset)
* Drop installation of debian/lnav.1.
The manpage is now included upstream with lnav.
-- Salvatore Bonaccorso <carnil@debian.org> Sun, 30 Mar 2014 19:21:49 +0200
lnav (0.6.2-1) unstable; urgency=low
* Imported Upstream version 0.6.2
* Refresh default-to-var-log-syslog-on-Debian.patch (offset)
* Bump Standards-Version to 3.9.5
-- Salvatore Bonaccorso <carnil@debian.org> Mon, 11 Nov 2013 08:54:33 +0100
lnav (0.6.1-1) unstable; urgency=low
* Imported Upstream version 0.6.1
* Rewrite watch file for github releases location
* Update copyright years for upstream files
* Add copyright stanzas for new files in source
* Refresh default-to-var-log-syslog-on-Debian.patch patch
* Add Build-Depends on python-all
* Add Build-Depends on sqlite3
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 26 Sep 2013 19:47:03 +0200
lnav (0.5.1-2) unstable; urgency=low
* Install src/help.txt additionally into /usr/share/doc/lnav docs
(Closes: #721817)
* Add default-to-var-log-syslog-on-Debian.patch patch.
On Debian the default /etc/rsyslog.conf shipped with rsyslog prefers
logs *.* to /var/log/syslog. Thus prefer this logfile in list of default
logfiles. (Closes: #721700)
-- Salvatore Bonaccorso <carnil@debian.org> Thu, 05 Sep 2013 19:23:43 +0200
lnav (0.5.1-1) unstable; urgency=low
* Initial release (Closes: #719211)
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 17 Aug 2013 13:48:24 +0200
|