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
|
wyrd (1.7.4-1) unstable; urgency=medium
* New upstream version 1.7.4
* Bump policy version (no changes)
* Fix ocamlopt detection in d/rules
* Rebase patch
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 23 Mar 2025 10:02:43 +0100
wyrd (1.7.1-2) unstable; urgency=medium
* Team upload
* Bump Standards-Version to 4.6.2
* Add libcamlp-streams-ocaml-dev to Build-Depends (Closes: #1073912)
-- Stéphane Glondu <glondu@debian.org> Tue, 06 Aug 2024 13:19:08 +0200
wyrd (1.7.1-1) unstable; urgency=medium
* New upstream version 1.7.1
* Drop upstreamed patch
* Build manual within doc to make it reproducible
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 22 Aug 2022 08:42:42 +0200
wyrd (1.7-3) unstable; urgency=medium
* Add patch to make build reproducible
* Fix bytecode version build (armel)
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 21 Aug 2022 12:58:06 +0200
wyrd (1.7-2) unstable; urgency=medium
* Add missing test dependency
* Fix "no writeable cache path, quiting"
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 20 Aug 2022 15:32:58 +0200
wyrd (1.7-1) unstable; urgency=medium
* New upstream version 1.7
- Add newline when pasting reminders (Closes: #477084)
* Update rules and dependencies
* Drop /etc/wyrdrc and install as example
-- Jochen Sprickerhof <jspricke@debian.org> Sat, 20 Aug 2022 13:16:23 +0200
wyrd (1.6-1) unstable; urgency=medium
* New upstream version 1.6
* Drop patch (no longer needed)
* Update dependency
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 01 Jul 2022 17:10:28 +0200
wyrd (1.5.5-1) unstable; urgency=medium
* New upstream version 1.5.5
* Drop camlp5 dependency
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 10 Jun 2022 12:21:14 +0200
wyrd (1.5.4-1) unstable; urgency=medium
* Add upstream source
* New upstream version 1.5.4
* Bump policy version (no changes)
-- Jochen Sprickerhof <jspricke@debian.org> Mon, 06 Jun 2022 22:28:48 +0200
wyrd (1.5.3-1) unstable; urgency=medium
* New upstream version 1.5.3
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 10 Feb 2022 11:35:46 +0100
wyrd (1.5.1-1) unstable; urgency=medium
* New upstream version 1.5.1
* Use camlp5 to build
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 08 Feb 2022 18:35:13 +0100
wyrd (1.5.0-1) unstable; urgency=medium
* Switch d/watch to newly maintained location
* New upstream version 1.5.0
* Update copyright
* Rework patches
* Update packaging
* Add autopkgtest
-- Jochen Sprickerhof <jspricke@debian.org> Sun, 09 Jan 2022 21:54:04 +0100
wyrd (1.4.6-8) unstable; urgency=medium
* Fix compilation on non native archs
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 05 Nov 2021 14:58:57 +0100
wyrd (1.4.6-7) unstable; urgency=medium
* Bump policy and debhelper versions
* Drop d/watch (upstream is gone)
* Rewrite d/copyright
-- Jochen Sprickerhof <jspricke@debian.org> Thu, 04 Nov 2021 09:24:21 +0100
wyrd (1.4.6-6) unstable; urgency=medium
* Team upload
* Include ocamlvars.mk to avoid FTBFS because of dh_dwz
-- Stéphane Glondu <glondu@debian.org> Sun, 16 Aug 2020 07:35:51 +0200
wyrd (1.4.6-5) unstable; urgency=medium
[ Jochen Sprickerhof ]
* Adopting the package (Closes: #929556)
* Add patch for OCaml 4.08.0.
Thanks to Michael Goerner (Closes: #934883)
* Add patch for assertion failures.
Thanks to Michael Goerner (Closes: #491834)
* Bump policy version (no changes)
* switch to debhelper-compat and debhelper 12
* Drop versioned dependency (version even in oldoldstable)
* Fix lintian missing-depends-on-sensible-utils
* Add R³
* add Salsa CI
[ Antoni Villalonga ]
* debian/rules simplified
* New patch 05_fix_manpages_width
-- Jochen Sprickerhof <jspricke@debian.org> Tue, 03 Sep 2019 23:31:31 +0200
wyrd (1.4.6-4) unstable; urgency=medium
* Get date from changelog for version.ml to make package autobuildable.
* New patch to fix manpages.
-- Rhonda D'Vine <rhonda@debian.org> Mon, 18 Jan 2016 01:09:37 +0100
wyrd (1.4.6-3) unstable; urgency=medium
[ Mehdi Dogguy ]
* Use dh-ocaml to compute dependencies
* Use packaged version of ocaml-curses
[ Bernd Zeimetz ]
* Remove further references to embedded curses
-- Rhonda D'Vine <rhonda@debian.org> Fri, 27 Nov 2015 15:01:44 +0100
wyrd (1.4.6-2) unstable; urgency=medium
* Uups. The fix for #526901 was b0rked. Reverted that and re-opened the
bugreport.
-- Rhonda D'Vine <rhonda@debian.org> Thu, 26 Nov 2015 13:54:02 +0100
wyrd (1.4.6-1) unstable; urgency=medium
* New upstream release (closes: #615982), which fixes:
- FTBFS with newer ocaml (closes: #735832)
- Typos in manpage fixed (closes: #561543)
- Updated CONTACT INFO (closes: #481233)
* Convert debian/rules to dh style and source 3.0 (quilt). Thanks to bzed
and weasel for help with that.
* Added some additional suggestions from Jari Aalto (closes: #670194)
* Bump compat to 9, Standards-Version to 3.9.6.
* Add debian/source/format, switch debian/patches to quilt.
* Use sensible-editor instead of ${VISUAL:-EDITOR} in wyrdrc
(closes: #616157)
* Support $DOTREMINDERS in the default wyrdrc (closes: #526901)
* Adding myself to Uploaders.
-- Rhonda D'Vine <rhonda@debian.org> Thu, 26 Nov 2015 11:12:23 +0100
wyrd (1.4.4-1) unstable; urgency=low
* New upstream release that address temporary file vulnerability
(CVE-2008-0806). Patch in version 1.4.3b-4 that addresses this
vulnerabililty (debian bug 466382) removed.
* Updated Homepage address in debian/control, debian/copyright.
* Updated watch file.
* Add libncursesw5-dev to Build-Depends to permit --enable-utf8 configure
flag to be used. Also add DEB_CONFIGURE_EXTRA_FLAGS = --enable-utf8 to
debian/rules. Thanks to Jeremy Bobbio. Closes: #446634.
-- Kevin Coyner <kcoyner@debian.org> Fri, 22 Feb 2008 16:30:36 -0500
wyrd (1.4.3b-4) unstable; urgency=low
* Patch from Nico Golde and the security team.
This patch addresses the following issue:
CVE-2008-0806: insecure temporary file creation that
could lead to symlink attacks and thus data loss. Closes: #466382.
* Bumped Standards-Version to 3.7.3. No changes.
* Moved Homepage header out of extended description.
* Removed unnecessary whitespace in doc-base file.
-- Kevin Coyner <kcoyner@debian.org> Thu, 21 Feb 2008 17:57:30 -0500
wyrd (1.4.3b-3) unstable; urgency=low
* Fixed debian/watch file.
-- Kevin Coyner <kcoyner@debian.org> Sat, 15 Sep 2007 14:08:57 -0400
wyrd (1.4.3b-2) unstable; urgency=low
* Add Build-Depends on camlp4, which moved from ocaml-nox's Build-Depends to
Recommends. Closes a FTBFS bug. Closes: #441503. Removed Build-Depends on
ocaml-nox and ocaml since camlp4 depends on ocaml-nox.
-- Kevin Coyner <kcoyner@debian.org> Sat, 15 Sep 2007 13:31:54 -0400
wyrd (1.4.3b-1) unstable; urgency=low
* New upstream release.
* Support for the environment variable DOT_REMINDERS. Closes: #381959.
-- Kevin Coyner <kcoyner@debian.org> Wed, 22 Aug 2007 09:33:10 -0400
wyrd (1.4.2-2) unstable; urgency=low
* New e-mail address for maintainer. Changed throughout debian/*.
* Update debian/menu from Apps/Tools to Applications/Data Management.
* Remove some cruft in patches/01_editor.
-- Kevin Coyner <kcoyner@debian.org> Tue, 14 Aug 2007 13:51:28 -0400
wyrd (1.4.2-1) unstable; urgency=low
* New upstream release (support rendering UTF-8 reminders, add the
untimed_window_width rcfile option). Closes: #431815
* debian/rules - changed use of $(PWD) to preferred $(CURDIR).
* debian/README.Debian - added paragraph about checking for new config file
options that might be available after some of the new upstream releases.
-- Kevin Coyner <kevin@rustybear.com> Thu, 05 Jul 2007 06:55:41 -0400
wyrd (1.4.1-3) unstable; urgency=low
* Apply patch from Frank Terbeck that allows the user to set $EDITOR and
$VISUAL separately if so desired. Closes: #400576
* Add dpatch as a Build-Depends in debian/control.
* Add appropriate dpatch commands to debian/rules.
-- Kevin Coyner <kevin@rustybear.com> Mon, 25 Dec 2006 22:18:45 -0500
wyrd (1.4.1-2) unstable; urgency=low
* New maintainer. Closes: #388429
* Updated debhelper compatibility level to 5.
* Added lines to debian/rules to remove cruft post-build.
-- Kevin Coyner <kevin@rustybear.com> Wed, 27 Sep 2006 19:45:33 -0400
wyrd (1.4.1-1) unstable; urgency=low
* New upstream release with mostly bugfixes
-- René van Bevern <rvb@debian.org> Wed, 19 Jul 2006 10:04:51 +0200
wyrd (1.4.0-1) unstable; urgency=low
* New upstream release with minor feature enhancements
+ added "default" color specifier
+ minimum terminal height is now 23, so that there is place for a
status bar (e.g. screen)
+ "Quick Reminder" command allows users to describe the event using
english language
* debian/control:
+ update my E-Mail address
+ push Standards-Version to 3.7.2 without any changes
* debian/rules: delete superfluous /usr/share/doc/wyrd/README
-- René van Bevern <rvb@debian.org> Tue, 27 Jun 2006 07:01:05 +0200
wyrd (1.3.0-1) unstable; urgency=low
* New upstream release
* debian/control: add remind (>= 03.00.24) to Build-Depends, the
configure script wants to check for the used remind version
* Upload sponsored by Norbert Tretkowski <nobse@debian.org>
-- René van Bevern <rvb@progn.org> Mon, 27 Feb 2006 14:23:58 +0100
wyrd (1.2.0-1) unstable; urgency=low
* New upstream
* debian/control: depend on remind 03.00.24
* Upload sponsored by Norbert Tretkowski <nobse@debian.org>
-- René van Bevern <rvb@pro-linux.de> Sun, 20 Nov 2005 21:24:31 +0100
wyrd (1.1.1-1) unstable; urgency=low
* New upstream release
* debian/control: drop dependency on bsdmainutils, new release does not
use "cal" anymore
* Upload sponsored by Norbert Tretkowski <nobse@debian.org>
-- René van Bevern <rvb@pro-linux.de> Thu, 22 Sep 2005 09:32:54 +0200
wyrd (1.1.0-1) unstable; urgency=low
* New upstream release
* added watch file
* debian/copyright: update FSF address
* Upload sponsored by Norbert Tretkowski <nobse@debian.org>
-- René van Bevern <rvb@pro-linux.de> Fri, 16 Sep 2005 18:41:59 +0200
wyrd (1.0.0-1) unstable; urgency=low
* New upstream version
* use CDBS
* updated to Debian policy 3.6.2.1
* Upload sponsored by Norbert Tretkowski <nobse@debian.org>
-- René van Bevern <rvb@pro-linux.de> Sun, 26 Jun 2005 18:19:31 +0200
wyrd (0.3.0-3) unstable; urgency=low
* Removed my manual page from the source package also
-- René van Bevern <rvb@pro-linux.de> Wed, 25 May 2005 11:36:48 +0200
wyrd (0.3.0-2) unstable; urgency=low
* Closes: #309626: Error when setting the week_starts_monday
configuration variable
* changed e-mail address in debian/copyright
* add homepage to description
-- René van Bevern <rvb@pro-linux.de> Sat, 21 May 2005 16:26:34 +0200
wyrd (0.3.0-1) unstable; urgency=low
* New upstream version
* removed Debian manpage, upstream has one now
* register new wyrd documentation with doc-base
-- René van Bevern <rvb@pro-linux.de> Thu, 5 May 2005 08:32:42 +0200
wyrd (0.2.0-1) unstable; urgency=low
* New upstream version
* Closes: #304942: ITP: wyrd - ncurses-frontend for remind
* Update manual page for changed syntax
-- Rene van Bevern (RvB) <rvb@pro-linux.de> Tue, 26 Apr 2005 20:47:08 +0200
wyrd (0.1.3-2) unstable; urgency=low
* use dpatch
-- Rene van Bevern (RvB) <rvb@pro-linux.de> Mon, 18 Apr 2005 13:00:39 +0200
wyrd (0.1.3-1) unstable; urgency=low
* New upstream version
* reference to pilot-link in manual page
* ocaml-nox in Build-Depends suffices
-- Rene van Bevern (RvB) <rvb@pro-linux.de> Sun, 17 Apr 2005 11:13:16 +0200
wyrd (0.1.2-1) unstable; urgency=low
* Initial Release.
-- Rene van Bevern (RvB) <rvb@pro-linux.de> Sat, 16 Apr 2005 18:01:00 +0200
|