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 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536
|
devtodo (0.1.20+git20200830.0ad52b0-3) unstable; urgency=medium
* debian/control:
- Bump Standards-Version to 4.6.2 - no changes needed.
- Update maintainer's email address.
* debian/copyright: update packaging copyright info.
-- Carlos Henrique Lima Melara <charlesmelara@riseup.net> Sun, 11 Jun 2023 22:19:14 -0300
devtodo (0.1.20+git20200830.0ad52b0-2) unstable; urgency=medium
* debian/control:
- Bumped Standards-Version to 4.6.1 - no changes needed.
- Changed Build-Depends from libreadline-dev to libeditreadline-dev.
(Closes: #979101)
* debian/copyright: updated packaging copyright years.
* debian/gbp.conf: added gbp.conf file.
* debian/patches/:
- 020_use-libedit-readline-compat-layer.patch: added.
- 030_fix-compiler-error.patch: added.
-- Carlos Henrique Lima Melara <charlesmelara@outlook.com> Thu, 10 Nov 2022 11:27:55 -0300
devtodo (0.1.20+git20200830.0ad52b0-1) unstable; urgency=medium
* New upstream release.
* New maintainer. (Closes: #856286)
* debian/control:
- Bumped Standards-Version to 4.5.1.
- Improved some details in long description.
* debian/copyright: updated upstream copyright holders.
* debian/install: removed the debian/todorc line.
* debian/patches/:
- Removed all old patches. Incorporated by the upstream.
- 010_todorc-fix-for-debian.patch: created to incorporate debian/todorc
config file in upstream version which is now installed by default.
* debian/tests/{purge-tasks, rm-tasks-and-db-file}: fixed failing tests due
to changes in the behaviour of the -L option in grep 3.6. (Closes: #975455)
* debian/todorc: removed.
-- Carlos Henrique Lima Melara <charlesmelara@outlook.com> Sun, 22 Nov 2020 22:02:50 -0300
devtodo (0.1.20-8) unstable; urgency=medium
* QA upload.
* Ran wrap-and-sort.
* debian/bash-completion: created to indicate bash-completion file.
* debian/clean: removed. Bash completion script is handled by the addon
and autotools files are handled by autoreconf.
* debian/control:
- Added 'Rules-Requires-Root: no' to source stanza.
- Bumped debhelper-compat to 13.
- Bumped Standards-Version to 4.5.0.
- Removed dpkg-dev from Build-Depends. No longer needed - marked as
Build-Essential now.
- Updated Homepage field.
- Updated Vcs-* fields to Salsa.
* debian/copyright:
- Migrated to 1.0 format.
- Updated all data.
* debian/dirs: removed. debian/install already creates the directory.
* debian/docs:
- Added AUTHORS from upstream source.
- Removed debian/TODO. Already installed automatically.
* debian/install: installing only necessary files now.
* debian/patches/:
- fix-manpage-for-tdl: removed because tdl was reintroduced.
- misc-changes: removed changes to file generated by autoreconf -
config.h.in is generated each build.
* debian/README.Debian:
- Added information about reintroduction of tdl.
- Renamed from README.debian.
* debian/rules:
- Removed override_dh_link to install tdl again. There is no conflict
anymore since tdl package has been removed from Debian.
- Replaced override_dh_auto_install with dh_bash-completion addon.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
* debian/tests/*: created to provide CI tests for the package.
* debian/upstream/metadata: created.
* debian/watch:
- Bumped version to 4.
- Updated regular expression and website address.
-- Carlos Henrique Lima Melara <charlesmelara@outlook.com> Mon, 14 Sep 2020 21:58:52 -0300
devtodo (0.1.20-7) unstable; urgency=medium
* QA upload.
* Set Debian QA Group as maintainer. (see #856286)
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
* debian/control:
- Bumped Standards-Version to 4.4.0.
- Removed dh-autoreconf in Build-Depends.
* debian/patches/fix-endless-loop-in-purge: spell correction.
* debian/rules: new format rules.
-- Diego Sarzi <diegosarzi@gmail.com> Fri, 19 Jul 2019 12:43:12 -0300
devtodo (0.1.20-6.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/control: added dh-autoreconf as build-dep, removed its
dependencies and added libtool-bin to fix ftbfs. (Closes: #779551, #723964)
* debian/rules
- added usage of dh-autoreconf
- expanded dh clean to include dh_autoreconf_clean before dh_clean
-- Fernando Seiti Furusato <ferseiti@linux.vnet.ibm.com> Wed, 14 Sep 2016 12:21:03 -0400
devtodo (0.1.20-6) unstable; urgency=low
* fix SYNOPSIS spelling in manpage (Closes: #534236)
* update my email address
* set Standards-Version to 3.9.3
* show comments in generate mode too (Closes: #539559)
* Use source format 3.0 quilt
- Remove quilt dependency and README.source
* Move packaging to collab-maint
* Add build-{arch,indep} targets to debian/rules
* Use buildflags.mk from dpkg-dev (>= 1.16.1~) for hardening
* Fix spelling of omitted and separated in the manpage as well
-- Ryan Niebur <ryan@debian.org> Mon, 18 Jun 2012 18:36:13 -0700
devtodo (0.1.20-5) unstable; urgency=low
* move everything into quilt patches
* debhelper 7
- move pieces out to debian/{clean,install}
* Debian Policy 3.8.1
* misc:Depends
* README.source
* install bash completion (Closes: #483976)
* fix --purge (Closes: #516604)
* update todo2xhtml_css (Closes: #470705)
* move TODO to debian/
* other general cleanups
* add Vcs-* fields
-- Ryan Niebur <ryanryan52@gmail.com> Thu, 09 Apr 2009 22:41:49 -0700
devtodo (0.1.20-4) unstable; urgency=low
* Adopt package (Closes: #507418)
* Check for errors when creating the file to prevent data loss
(Closes: #511342)
* Include copyright information (Closes: #470987)
* add watch file
* remove usr/share/man/man1 from debian/dirs, it's not needed
(usr/share/devtodo is, however, as if it's not there it FTBFS)
* upgrade policy to 3.8.0
- add Homepage header
* don't ignore errors from make distclean
-- Ryan Niebur <ryanryan52@gmail.com> Wed, 14 Jan 2009 22:48:13 -0800
devtodo (0.1.20-3) unstable; urgency=low
* orphaned: set Maintainer to QA
-- Arthur Korn <arthur@debian.org> Mon, 24 Nov 2008 18:18:23 +0100
devtodo (0.1.20-2) unstable; urgency=low
* removed debian/conffiles as the conffile list is now created by
dh_installdeb.
-- Arthur Korn <arthur@debian.org> Sun, 13 Jan 2008 13:55:17 +0100
devtodo (0.1.20-1) unstable; urgency=low
* New upstream release, closes: #457950
- todoterm.cc now includes cstdlib, closes: #417152
* standards-version 3.7.3.0 without changes
* debhelper compat version updated to v6
- using dh_installman instead of dh_installmanpages
-- Arthur Korn <arthur@debian.org> Sat, 12 Jan 2008 00:20:51 +0100
devtodo (0.1.19-4) unstable; urgency=low
* Added #include <cstdlib> for gcc-4.3, thanks Martin Michlmayr,
closes: #417152
-- Arthur Korn <arthur@debian.org> Thu, 08 Nov 2007 21:11:32 +0100
devtodo (0.1.19-3) unstable; urgency=low
* remove duplicate mention of the -c option in the manpage, closes: #408997
* Standards-Version 3.7.2.2 without changes
-- Arthur Korn <arthur@debian.org> Mon, 12 Feb 2007 21:37:10 +0100
devtodo (0.1.19-2) unstable; urgency=low
* Strip class qualification from member in declaration to make G++ 4.1 happy,
closes: #355987
* Standards-Version 3.6.2.0 -> 3.7.2.0 without changes
-- Arthur Korn <arthur@debian.org> Thu, 25 May 2006 11:31:34 +0200
devtodo (0.1.19-1) unstable; urgency=low
* New upstream release
* autoupdate with autoconf 1.9 and libtool 1.5.6
-- Arthur Korn <arthur@debian.org> Sun, 17 Jul 2005 14:37:52 +0200
devtodo (0.1.18-3) unstable; urgency=low
* Standards version 3.6.1.0 -> 3.6.2.0 without changes.
* links: contrib stuff is in /usr/share now, not /usr/lib, closes: #313627
* todorc: end all format strings with at least one \n, closes: #313629
* g++4: apply patch from Andreas Jochens to make it build with g++ 4.0,
closes: #315116
-- Arthur Korn <arthur@debian.org> Sun, 17 Jul 2005 14:10:03 +0200
devtodo (0.1.18-2) unstable; urgency=low
* devtodo.1: removed duplicated --comment doc
* copyright: fixed upstream email address, closes: #287773
* TodoDB.cc(752): swap calls to erase() and t->db->setDirty(), so the latter
is actually called on an existing object. Thanks a lot to Wesley J.
Landaker and the other folks from debian-amd64@l.d.o for tracking this
down. closes: #307226
-- Arthur Korn <arthur@debian.org> Sat, 7 May 2005 13:10:59 +0200
devtodo (0.1.18-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@debian.org> Mon, 6 Sep 2004 01:16:31 +0200
devtodo (0.1.17-7) unstable; urgency=low
* Improved description, fixed grammatical flaws, closes: #268500
-- Arthur Korn <arthur@korn.ch> Sat, 28 Aug 2004 12:51:37 +0200
devtodo (0.1.17-6) unstable; urgency=low
* configure.in: using AM_MAINTAINER_MODE to avoid rebuilding of Makefiles
after patching (timestamp skew), closes: #267982
* rules: set CXXFLAGS not CFLAGS, export CXXFLAGS.
-- Arthur Korn <arthur@korn.ch> Wed, 25 Aug 2004 16:06:39 +0200
devtodo (0.1.17-5) unstable; urgency=low
* configure.in: AC_CHECK_FUNCS( ... strftime) broken due to g++ error.
Using workaround stolen from fluxbox. closes: #236012
* devtodo.1: removed %C from manpage as suggested by Alec, closes: #238576
* devtodo.1: changed references to "--format-date" to the correct
"--date-format", closes: #236011
-- Arthur Korn <arthur@korn.ch> Wed, 25 Aug 2004 11:55:52 +0200
devtodo (0.1.17-4) unstable; urgency=low
* modified manpage to no longer refer to "tdl", instead use "todo --link"
(tdl has a file name conflict with the tdl package, and is rarely used).
closes: #262042
-- Arthur Korn <arthur@korn.ch> Wed, 25 Aug 2004 10:34:08 +0200
devtodo (0.1.17-3) unstable; urgency=low
* Standards-Version: 3.6.1.0 without changes
* watch: removed it, it just wouldn't work
* upstream URL changed
-- Arthur Korn <arthur@korn.ch> Fri, 19 Mar 2004 11:03:10 +0100
devtodo (0.1.17-2) unstable; urgency=low
* Applied patch from Jakob Hilmer <jakob@hilmer.dk> and Nicolas Boullis
<Nicolas.Boullis@free.fr> to fix the C++ wrt gcc 3.3, closes: #195195
* Standards-Version: 3.5.8 => 3.5.10 without changes.
-- Arthur Korn <arthur@korn.ch> Tue, 1 Jul 2003 16:41:03 +0200
devtodo (0.1.17-1) unstable; urgency=low
* New upstream release
- new priority "default"
* debian/todorc: added comments on default priority.
-- Arthur Korn <arthur@korn.ch> Fri, 27 Dec 2002 17:54:23 +0100
devtodo (0.1.16-3) unstable; urgency=low
* src/TodoDB.cc ~line 1010 (wdiff format):
if (clr[0] == '+') {
a = ::bold;
clr = colour.substr(1);
} [-else-]
if (clr == "black") c = ::black;
closes: #173904
-- Arthur Korn <arthur@korn.ch> Fri, 27 Dec 2002 13:34:08 +0100
devtodo (0.1.16-2) unstable; urgency=low
* moved contrib/ to /usr/lib/
* s[/home/alec/src/todo/stable/contrib/][/usr/lib/devtodo/] in debian/todorc,
closes: #173907
* Suggest: xsltproc for stylesheets, added blimp about todo2html.xslt to
the Description.
* s/%@/$@/ in doc/scripts.sh, closes: #173909
-- Arthur Korn <arthur@korn.ch> Mon, 23 Dec 2002 11:35:48 +0100
devtodo (0.1.16-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Thu, 19 Dec 2002 13:06:08 +0100
devtodo (0.1.15-2) unstable; urgency=low
* removing usr/bin/tdl and the tdl manpage because of conflict with the
tdl package, closes: #173564, #173566
* using symlink method described in autotools-dev/README.Debian for
config.sub and config.guess, Build-Depend on autotools-dev
* Added debian/README
* setting CFLAGS on ./configure instead on $(MAKE).
-- Arthur Korn <arthur@korn.ch> Thu, 19 Dec 2002 00:53:29 +0100
devtodo (0.1.15-1) unstable; urgency=low
* New upstream release
- Added --force-colour option to force use of colour even when not
outputting to a terminal. Requested by James Troup. closes: #170959
- Fixed bug when displaying priorities in TODO list ("mediumriority").
reference: #155840
- tda will now merge all non-quoted arguments into one string to be used
for the body text of the item to add. This lets this work:
tda -p high Need to go to the shop and get some milk
without needing to do:
tda -p high "Need to go to the shop and get some milk"
closes: #155841
* copyright: Corrected from GPL to GPLv2
* control: removed superfluous build dependency on libtool
* dirs: create usr/share/man/man1 for doc/Makefile
-- Arthur Korn <arthur@korn.ch> Tue, 17 Dec 2002 13:47:52 +0100
devtodo (0.1.14-2) unstable; urgency=low
* replaced --sysconfdir=$${prefix}/../etc with --sysconfdir=/etc,
cause now this is substituted in the manpage, and it just looks
ugly there.
* removed emacs variables from debian/changelog
* added uscan watchfile
* ran todo -T, closes: #155840
* rules: made DEB_BUILD_OPTIONS policy 3.5.7 compliant
* control: Standards-Version: 3.5.8.0
-- Arthur Korn <arthur@korn.ch> Wed, 11 Dec 2002 23:48:54 +0100
devtodo (0.1.14-1) unstable; urgency=low
* New upstream release, closes: #170109
(Nice to have such alert users.)
* added debian/compat because of conffiles (#126520)
-- Arthur Korn <arthur@korn.ch> Fri, 22 Nov 2002 08:02:45 +0100
devtodo (0.1.13-1) unstable; urgency=low
* New upstream release
- new upstream URL
- manpage updated wrt -s/--summary, closes: #115494, #117364
- validity of indexes when grafting checked earlier, closes: #115498
- -h/--help is now implemented, closes: #100390
- indexes of newly added items are now echoed, closes: #115507
- alec pointed out that this can actually be done, closes: #117086
* updated config.{sub,guess}, using those from autotools-dev 20020320.1
closes: #134736
* mv /usr/share/doc/devtodo/{examples/,}contrib
-- Arthur Korn <arthur@korn.ch> Sun, 9 Jun 2002 17:22:53 +0200
devtodo (0.1.12-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Sun, 2 Dec 2001 15:54:10 +0100
devtodo (0.1.11-3) unstable; urgency=low
* whoops, forgot to make /etc/todorc a conffile, closes: Bug#110403.
-- Arthur Korn <arthur@korn.ch> Fri, 31 Aug 2001 16:28:18 +0200
devtodo (0.1.11-2) unstable; urgency=low
* One-line-change to fix behaviour when --colour is used, courtesy of
Michael Tilstra. closes: Bug#108791.
* New upstream http address.
* Fixed upstream for some time:
- by inclusion of regex.c from glibc into the source, closes: #100902
- closes: Bug#100412, Bug#103565
-- Arthur Korn <arthur@korn.ch> Thu, 16 Aug 2001 17:01:09 +0200
devtodo (0.1.11-1) unstable; urgency=low
* New upstream release
- Fixes some gcc 3.0 bugs, are there more? (hopefully) closes: Bug#105018
* make rules work with subdirs in doc/examples/ (silly chmod which made the
subdir's permissions 644).
* synced /etc/todorc with upstream.
-- Arthur Korn <arthur@korn.ch> Thu, 9 Aug 2001 01:20:52 +0200
devtodo (0.1.9-1) unstable; urgency=low
* New upstream release
- now uses system readline headers.
* Fixes in 0.1.8 (not packaged due to readline mess):
- Numeric priorities can now be specified on the command line.
picked up by Christian Kurz, closes: Bug#100412
- James Troup had the suggestion (which is now implemented) of clearing the
priority as soon as the user hits a key other than enter when editing an
existing item. closes: Bug#103565.
* Fixed in 0.1.7 (no packages, since it introduced some nasty bugs fixed
in 0.1.8):
- Finally tracked down the VERY nasty (at times up to a minute or more)
slowdown some users have been experiencing. It turns out that one of the
recent versions of glibc has a bug in its regex code when dealing with
non-multibyte characters (ie. most of the time). Thanks to Mark Eichen
for pointing me towards several Debian bug tracker items about other
programs having this same problem. closes: Bug#100902.
* added contrib/ to the examples.
* new upstream URL and email
-- Arthur Korn <arthur@korn.ch> Mon, 9 Jul 2001 15:13:36 +0200
devtodo (0.1.6-1-2) unstable; urgency=low
* actually, the superfluous escape sequences where fixed with the last
upstream release, closes: #98893
* pushed standards-version to 3.5.4.0, no changes required.
-- Arthur Korn <arthur@korn.ch> Sat, 2 Jun 2001 18:43:06 +0200
devtodo (0.1.6-1-1) unstable; urgency=low
* New upstream release
-- Arthur Korn <arthur@korn.ch> Sat, 2 Jun 2001 16:39:57 +0200
devtodo (0.1.6-3) unstable; urgency=low
* Alec got a POP account with my hoster after the mail.com breakdown,
changed the upstream address in copyright.
-- Arthur Korn <arthur@korn.ch> Sat, 2 Jun 2001 16:23:31 +0200
devtodo (0.1.6-2) unstable; urgency=low
* Uncommented
if (options.priority != -1)
t.priority = options.priority;
in src/TodoDB.cc, which makes --priority work again.
-- Arthur Korn <arthur@korn.ch> Wed, 9 May 2001 20:26:58 +0200
devtodo (0.1.6-1) unstable; urgency=low
* New upstream release
- src/support.cc change wrt "paranoid" merged
- Makefile stuff merged
- DESTDIR support
* synced our default todorc with upstream. I keep them separate to ensure
consistency and have "paranoid" on by default.
* use DESTDIR, just for the sake of using it ... ;)
-- Arthur Korn <arthur@korn.ch> Tue, 8 May 2001 19:30:08 +0200
devtodo (0.1.5-1) unstable; urgency=low
* New upstream release
- missed --paranoid in 0.1.4, this is default in /etc/todorc, closes:
#93641
- 0.1.3 closes: #91809
* Changed src/support.cc to allow "paranoid" in todorc files.
* fiddled with doc/Makefile.am (missing "-" before the "test", added
$(manlinks)).
-- Arthur Korn <arthur@korn.ch> Tue, 24 Apr 2001 21:58:38 +0200
devtodo (0.1.4-1) unstable; urgency=low
* New upstream release, closes: #92848, #91820, #91291, #92876, see the
upstream changelog for details.
* /usr/bin/todo is now a symlink to /usr/bin/devtodo, similar for the
manpage.
* Fixed install target for /etc/todorc to create the directory first and use
$(sysconfdir); setting $(sysconfdir) properly in configure target of
debian/rules.
-- Arthur Korn <arthur@korn.ch> Sun, 22 Apr 2001 17:39:01 +0200
devtodo (0.1.3-4) unstable; urgency=low
* Finally fixed quotes in scripts.sh myself, closes: #92848
-- Arthur Korn <arthur@debian.org> Mon, 9 Apr 2001 21:52:47 +0200
devtodo (0.1.3-3) unstable; urgency=low
* Added build dependency on automake. To be removed when upstream merges my
changes in Makefile.am to add manpage symlinks. closes: #92328
-- Arthur Korn <arthur@korn.ch> Sat, 31 Mar 2001 21:41:23 +0200
devtodo (0.1.3-2) unstable; urgency=low
* s/priorized/prioritized/g in debian/control, closes: #91291
-- Arthur Korn <arthur@korn.ch> Fri, 30 Mar 2001 14:57:28 +0200
devtodo (0.1.3-1) unstable; urgency=low
* Initial Release. closes: #90350
* doc/Makefile.am: add symlinks from tda tde tdr and tdd to todo.1.
-- Arthur Korn <arthur@korn.ch> Tue, 20 Mar 2001 22:09:35 +0100
|