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 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468
|
tree (2.2.1-1) unstable; urgency=medium
* [70f7a56] New upstream version 2.2.1
* [cac2952] d/patches/manpage: refresh for new upstream release
* [b359dc8] d/tests/clitest.md: adjust for new upstream release
-- Florian Ernst <florian@debian.org> Tue, 26 Nov 2024 21:06:37 +0100
tree (2.2.0-1) unstable; urgency=medium
* [8e8b77c] d/watch: http -> https
* [d68384d] New upstream version 2.2.0
* [0a78ae8] d/patches/manpage: refresh for new upstream release
-- Florian Ernst <florian@debian.org> Mon, 25 Nov 2024 14:37:46 +0100
tree (2.1.3-1) unstable; urgency=medium
* [72f04ce] New upstream version 2.1.3
* [c22aae1] Revert "d/tests/: temporarily disable fromfile test (to be
clarified with upstream)", as the new release addresses this
* [9d7d635] d/patches/: refresh for new upstream version
-- Florian Ernst <florian@debian.org> Sat, 13 Jul 2024 14:51:48 +0200
tree (2.1.2-1) unstable; urgency=medium
* [2b83084] New upstream version 2.1.2
* [67253e7] d/copyright: update year and upstream email address
* [ced472d] d/patches/, d/tests/: refresh for new upstream version
* [37e4716] d/tests/: temporarily disable fromfile test (to be clarified
with upstream)
* [1d0ac55] d/rules: override_dh_auto_clean to clean the resulting binary
(cf. e96ff99) (Closes: #1046930)
* [9fc2c0f] d/control: Standards-Version: 4.7.0 (no changes required)
-- Florian Ernst <florian@debian.org> Thu, 04 Jul 2024 19:40:07 +0200
tree (2.1.1-2) unstable; urgency=medium
* [41019d9] d/{control,copyright,watch}: update upstream homepage
* [c41b7e5] d/salsa-ci.yml: add to enable Salsa pipeline
* [4b41853] debian/tests/: add some autopkgtest using clitest
-- Florian Ernst <florian@debian.org> Tue, 12 Dec 2023 17:06:39 +0100
tree (2.1.1-1) unstable; urgency=medium
* [b6321d2] New upstream version 2.1.1
* [bb85e91] drop patches applied upstream and refresh remaining
* [d1974c3] debian/copyright: update years
-- Florian Ernst <florian@debian.org> Mon, 26 Jun 2023 18:09:47 +0200
tree (2.1.0-1) unstable; urgency=medium
* [1c70da4] New upstream version 2.1.0
- adds --hintro and --houtro options to replace the normal HTML intro and
outros with user defined ones (Closes: #865867, #939644)
- adds a --fflinks option recognizing symbolic links (Closes: #934520)
- fixes long option processing of --timefmt= (Closes: #1014621)
- Thanks to Steve Baker for explicitly fixing these!
* [8f7f775] upstream removed the (very outdated) French version of the
manpage
* [76f2c3e] debian/patches/speling: added to fix some upstream misspellings
* [e96ff99] debian/rules: update CFLAGS and drop override_dh_auto_clean
* [abdac86] debian/control: Remove unnecessary Build-Depends constraints
* [2ae5ffe] Standards-Version: 4.6.2 (no changes required)
-- Florian Ernst <florian@debian.org> Thu, 29 Dec 2022 16:08:49 +0100
tree (2.0.4-1) unstable; urgency=medium
* [97dab0a] New upstream version 2.0.4
-- Florian Ernst <florian@debian.org> Sat, 10 Sep 2022 12:50:48 +0200
tree (2.0.3-1) unstable; urgency=medium
* [728e13f] New upstream version 2.0.3
* [b54b81e] debian/copyright: redo in machine-readable format (DEP-5)
* [0a01f34] debian/patches/manpage: refresh, fixing a typo
* [fe36e7d] debian/control: declare RRR: no and Standards-Version: 4.6.1.0
-- Florian Ernst <florian@debian.org> Sun, 28 Aug 2022 08:57:47 +0200
tree (2.0.2-1) unstable; urgency=medium
* [36b56c4] New upstream version 2.0.2
-- Florian Ernst <florian@debian.org> Thu, 17 Feb 2022 07:55:43 +0100
tree (2.0.1-2) unstable; urgency=medium
* [98eb8c4] also install French manpage added in upstream's 2.0.0
-- Florian Ernst <florian@debian.org> Sat, 08 Jan 2022 10:26:06 +0100
tree (2.0.1-1) unstable; urgency=medium
* [990450f] New upstream version 2.0.0
- Properly sort --fromfile input (Chentao Credungtao via Debian)
(Closes: #942020)
- Make tree colorization use reset (rs code in dir_colors,) not normal
color when resetting attributes (Filips RomÄns via Debian)
(Closes: #962581)
* [0474490] New upstream version 2.0.1
* [d190828] refresh patches
* [ec7cb69] debian/patches/PATH_MAX: dropped, superseded by upstream's 2.0.0
* [561d519] debian/rules: update to match upstream's Makefile
* [797e636] Bump debhelper from deprecated 9 to debhelper-compat (= 13) in B-D
* [a60db11] debian/watch: upgrade to recommended version
* [f6cee15] debian/copyright: update year
* [af67813] packaging now conforming with current Standards-Version 4.6.0.1
-- Florian Ernst <florian@debian.org> Fri, 07 Jan 2022 16:58:29 +0100
tree (1.8.0-1) unstable; urgency=medium
* [23e80a5] New upstream version 1.8.0 (Closes: #915941)
- Use strftime() exclusively when formatting date/time to respect locale.
(Closes: #859311)
* [bac91e0] refresh patches
* Thanks to Boyuan Yang for the cleanup NMU which I'm now superseding; all
changes have been incorporated.
-- Florian Ernst <florian@debian.org> Tue, 11 Dec 2018 11:19:32 +0100
tree (1.7.0-5.1) unstable; urgency=medium
* Non-maintainer upload.
* [7a10f9b] debian/control: Update Vcs-* fields (Closes: #915940)
* [e384838] debian/changelog: Remove trailing spaces
* [9f38cbf] debian/rules: Remote trailing space
-- Boyuan Yang <byang@debian.org> Fri, 07 Dec 2018 22:31:01 -0500
tree (1.7.0-5) unstable; urgency=medium
* [240109e] fix manual formatting in manpage (Closes: #849907)
* [8b6a6ff] use debhelper compat version 9
* [dcaa104] Vcs-Browser: update to cgit and https
* [cdb2a1a] Standards-Version: 3.9.8 (no further changes required)
-- Florian Ernst <florian@debian.org> Wed, 04 Jan 2017 17:48:38 +0100
tree (1.7.0-4) unstable; urgency=medium
* [ab9efee] Fix FTCBFS: Let dh_auto_build pass cross compilers.
Thanks to Helmut Grohne for report and patch (Closes: #839766)
-- Florian Ernst <florian@debian.org> Tue, 04 Oct 2016 21:04:20 +0200
tree (1.7.0-3) unstable; urgency=medium
* [4cd4c45] simplify hardening, no upstream Makefile patching required
(Closes: 760749)
-- Florian Ernst <florian@debian.org> Wed, 01 Oct 2014 20:52:09 +0200
tree (1.7.0-2) unstable; urgency=medium
* [6c2408b] debian/rules: override_dh_auto_clean to clean as upstream intended
* [da3780f] enable D_FORTIFY_SOURCE at build time, patch upstream Makefile.
Thanks to Guillaume Delacour <gui@iroqwa.org> (Closes: 760749)
-- Florian Ernst <florian@debian.org> Mon, 29 Sep 2014 21:49:46 +0200
tree (1.7.0-1) unstable; urgency=medium
* [63b3dfd] Imported Upstream version 1.7.0 (Closes: #745776)
- Return non-zero exit status on option errors, print usage to stdout when
not an error, add the posix '--' option terminator, Change -S
description to mean CP437 (console) output codes, not ASCII. (Ivan
Shmakov <oneingray@gmail.com>, closes: #691221)
* [b83741e] no more need to strip "-s" from install invocation in Makefile
* [52b8d04] refresh and rename remaining PATH_MAX patch
* [13467a3] debian/copyright: update year and attribution
* [e6803a7] debian/control: update Vcs-*, Description and Standards-Version
* [753a6ec] debian/rules: properly import buildflags
-- Florian Ernst <florian@debian.org> Sun, 27 Apr 2014 10:34:21 +0200
tree (1.6.0-1) unstable; urgency=low
* [ebddf18] Imported Upstream version 1.6.0
Thanks to Steve for:
+ dealing with symlink special case in $LS_COLORS (Closes: #586765,
also thanks to meillo for debugging)
+ making --dirsfirst a meta-sort option (Closes: #492570)
+ adding a --prune option to not show "empty" directories
(Closes: #308605)
+ adding a --si option (Closes: #562971)
* [e19eb60] update packaging to use debhelper 8 w/ dh, complies with
Standards-Version: 3.9.2
* [865adaf] debian/copyright: update year
* [c6078ae] refresh/rename all patches
-- Florian Ernst <florian@debian.org> Sat, 04 Feb 2012 14:32:03 +0100
tree (1.5.3-2) unstable; urgency=low
* [e7fcffa] debian/rules: enable using iswprint() instead of isprint() to
determine if a character is printable by passing DLINUX in CFLAGS.
Thanks to Nikolaus Schulz for the patch and Christoph Berg for the gentle
prod (Closes: #580725)
* [fa27103] debian/control: Depends += ${misc:Depends}, Standards-Version:
3.9.1
-- Florian Ernst <florian@debian.org> Mon, 14 Mar 2011 18:33:48 +0100
tree (1.5.3-1) unstable; urgency=low
* Imported Upstream version 1.5.3, thanks to Steve Baker for explicitly
fixing
+ Automatically select UTF-8 charset if TREE_CHARSET is not set, and the
locale is set to *UTF-8 (Closes: #407749)
+ Use strcoll() instead of strcmp() to sort files based on locale if set
(Closes: #267395)
+ Changed wording in tree(1) manpage (Closes: #556186)
* debian/changelog: fix lintian warning spelling-error-in-changelog
* debian/control: add Vcs-Browser and Vcs-Git
* Export modifications of upstream files to quilt patches
and change the source package format to 3.0 (quilt)
* Standards-Version: 3.8.3
-- Florian Ernst <florian@debian.org> Mon, 14 Dec 2009 23:35:46 +0100
tree (1.5.2.2-1) unstable; urgency=low
* New upstream release. Thanks to Steve Baker for explicitly fixing
+ Current locale not used to display file name (Closes: #504217)
+ tree doesn't support 32 bit UIDs/GIDs (Closes: #440475)
* debian/copyright: Update year
-- Florian Ernst <florian@debian.org> Sun, 15 Feb 2009 14:39:47 +0100
tree (1.5.2.1-1) unstable; urgency=low
* New upstream release
* Extend debian/copyright to cover newly added strverscmp.c
* Standards-Version 3.8.0
-- Florian Ernst <florian@debian.org> Thu, 04 Sep 2008 22:37:46 +0200
tree (1.5.2-1) unstable; urgency=low
* New upstream release
+ Added -v option for version sorting (also called natural sorting) ala ls
(Closes: #482142)
-- Florian Ernst <florian@debian.org> Mon, 07 Jul 2008 18:53:33 +0200
tree (1.5.1.2-1) unstable; urgency=low
* New upstream release
* debian/control: move Homepage to its own field
* debian/copyright: update to 2008 info
* Standards-Version 3.7.3
-- Florian Ernst <florian@debian.org> Sat, 07 Jun 2008 09:58:08 +0200
tree (1.5.1.1-1) unstable; urgency=low
* New upstream release
+ Fixes linebreaks in HTML output (Closes: #429454)
-- Florian Ernst <florian@debian.org> Thu, 19 Jul 2007 10:35:06 +0200
tree (1.5.1-2) unstable; urgency=low
* Fix manpage typo, thanks once more to A. Costa (Closes: #408326)
-- Florian Ernst <florian@debian.org> Thu, 25 Jan 2007 00:22:12 +0100
tree (1.5.1-1) unstable; urgency=low
* New upstream release, changes include
+ Fixed missing <br>'s when -i option used with -H (Closes: #314198)
+ Added -h option for human readable output (Closes: #315185)
* debian/copyright: update FSF address
* debian/changelog: remove cruft from end of file
* debhelper compatibility level 5
* Standards-Version 3.7.2
-- Florian Ernst <florian@debian.org> Tue, 23 Jan 2007 13:09:38 +0100
tree (1.5.0-2) unstable; urgency=low
* New maintainer address, many thanks to Eduard Bloch and Andreas Barth
for previous sponsoring
* reintroduce PATH_MAX definition to allow building on Hurd, see #105432
-- Florian Ernst <florian@debian.org> Wed, 30 Mar 2005 19:50:06 +0200
tree (1.5.0-1) unstable; urgency=medium
* This should really go into Sarge
* New upstream release, changes include
+ Added -T option to change title and H1 header in HTML output
(Closes: #193136)
+ Added -r option to reverse alpha sort output, ala. 'ls -r'
(Closes: #193356)
+ Better support for Locales and printing utf-8 encoded characters in
filenames (still hackish) (Closes: #114791)
+ Fixed -t to alphasort files with same time-stamps (Closes: #193357)
+ Fixed encoding of filenames in HTML output (Closes: #181738)
+ Changed license from "Artistic License" to GPLv2
+ compiles cleanly with gcc-3.4 (Closes: #266236)
* debian/copyright: reflect license change
* debian/rules: adjust LDFLAGS for nostrip
-- Florian Ernst <florian_ernst@gmx.net> Wed, 18 Aug 2004 11:12:03 +0200
tree (1.4b3-2) unstable; urgency=low
* Added sanity check to split function. Thanks, Kototama! (Closes: #259998)
* debian/rules: s/dh_installmanpages/dh_installman/
* debian/watch: now really added
-- Florian Ernst <florian_ernst@gmx.net> Tue, 27 Jul 2004 15:17:37 +0200
tree (1.4b3-1) unstable; urgency=low
* New maintainer
* New upstream release (Closes: #252722)
+ adds LargeFileSupport (Closes: #254011)
* Additional patches:
+ don't set GENERATOR META info to "Linux" (Closes: #203143)
+ better document -l switch (Closes: #162332)
+ s/font-weight/font-size/g
+ cosmetical fix in HTML output
+ adjust Makefile for nostrip
* debian/copyright: add note about previous and current maintainer
* debian/control:
+ add upstream home page
+ bumped Standards-Version to 3.6.1
* debian/rules:
+ streamlined, best practices
+ added check for noopt
* debian/watch: added
* Dropped unneeded postinst and prerm
* Acknowledge NMUs (Closes: #195058, #114791, #162259, #76594, #152385)
Thanks to Uli Martens and Susan Kleinmann!
-- Florian Ernst <florian_ernst@gmx.net> Wed, 14 Jul 2004 11:12:28 +0200
tree (1.4b2-0.2.1) unstable; urgency=low
* NMU
* escaped line endings in string constants (closes: bug#195058)
* removed an empty switch-default: to get rid of the warning
-- Uli Martens <uli@youam.net> Mon, 14 Jul 2003 10:32:58 +0200
tree (1.4b2-0.2) unstable; urgency=low
* Moved man page to /usr/share/man/man1 (closes: bug#162259)
-- Susan Kleinmann <sgk@debian.org> Wed, 25 Sep 2002 09:51:18 -0400
tree (1.4b2-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream version (closes: bug#152386)
* URL fixed in the copyright file (closes: bug#152385)
* The new version displays accentuated letters (closes: bug#114791)
* The new version does not print open errors on stderr (closes: bug#76594)
* Incorporated the new LICENSE file into the copyright.
-- Susan Kleinmann <sgk@debian.org> Thu, 5 Sep 2002 08:07:30 -0400
tree (1.3-2) unstable; urgency=low
* Add PATH_MAX fallback define to compile on Hurd (Closes: #107051, #105432)
* Fix typo in manpage (Closes #106806)
-- Scott K. Ellis <scott@debian.org> Tue, 20 Nov 2001 19:52:42 -0500
tree (1.3-1) unstable; urgency=low
* Maintainer upload
* Rebuild with debhelper
-- Scott K. Ellis <scott@debian.org> Tue, 9 May 2000 09:34:59 -0400
tree (1.3-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release.
* Bumped Standards-Version to 3.0.1.
* Included postinst, prerm scripts for /usr/doc -> /usr/share/doc symlink.
-- Thomas Schoepf <schoepf@debian.org> Fri, 8 Oct 1999 00:15:00 +0200
tree (1.2-6) unstable; urgency=low
* Rebuild to remove bogus information from md5sums file.
-- Scott K. Ellis <scott@debian.org> Mon, 9 Feb 1998 10:10:48 -0500
tree (1.2-5) unstable; urgency=low
* Don't us sudo in debian/rules (fixes #15457)
-- Scott K. Ellis <scott@debian.org> Mon, 19 Jan 1998 13:52:40 -0500
tree (1.2-4) unstable; urgency=low
* Changed maintainer address to *@debian.org
* Rename upstream changelog (fixes bug #2639)
* Recompile with glibc.
-- Scott K. Ellis <scott@debian.org> Wed, 18 Jun 1997 21:11:42 -0400
tree (1.2-3) unstable; urgency=low
* New Maintainer
-- Scott K. Ellis <storm@gate.net> Mon, 17 Feb 1997 21:07:22 -0500
tree (1.2-2) unstable; urgency=low
* Moved into section utils.
-- Joey Hess <joeyh@master.debian.org> Thu, 9 Jan 1997 20:06:05 -0500
tree (1.2-1) unstable; urgency=low
* New upstream release.
* Renamed CHANGES to changelog.upstream.
-- Joey Hess <joeyh@master.debian.org> Mon, 6 Jan 1997 14:19:34 -0500
tree (1.1.1-3) unstable; urgency=low
* New maintainer email address.
* Use debmake.
-- Joey Hess <joeyh@master.debian.org> Sat, 21 Dec 1996 00:43:52 -0500
tree (1.1.1-2) unstable; urgency=low
* Routine update of debian/rules.
* Fixed permissions of manpage.
-- Joey Hess <joeyh@master.debian.org> Thu, 17 Oct 1996 01:40:32 -0400
tree (1.1.1-1) unstable; urgency=low
* New upstream release
-- Joey Hess <joeyh@master.debian.org> Tue, 24 Sep 1996 23:32:40 -0400
tree (1.1-1) unstable; urgency=low
* Updated to new packaging standard
* New upstream release
-- Joey Hess <joeyh@master.debian.org> Tue, 24 Sep 1996 23:32:40 -0400
1.0-3
* Fixed m68k problem: made Makefile more portable
* Routine update of debian.rules
1.0-2
* changed priority to optional
1.0-1
* Initial release
|