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 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672
|
librep (0.92.7-1) experimental; urgency=medium
* New upstream version:
* Assume 'stack-direction' upwards for 'hppa' and 'metag' arches.
(Debian patch) [Helge Deller]
* Make build reproducible [Bernhard M. Wiedemann]
- make 'doc-strings' sort the output by default
- allow overriding 'build-info' build time, hostname and
username.
* Update 'librep.spec' [Allan Duncan]
* Update 'config.guess', 'config.sub' and 'install-sh' [Christopher
Bratusek]
-- Jose M Calhariz <jose@calhariz.com> Fri, 27 Jul 2018 16:33:34 +0100
librep (0.92.6-1) experimental; urgency=low
* New upstream version:
* Fix 'inline_Fcons' multiple definition errors with gcc 5.
[Christopher Bratusek]
* Make detection of stack direction more robust [Andreas Schwab]
* Remove 'debclean' target from Makefile, improve 'gitclean' target
[Christopher Bratusek]
* Fix checking version of libtool in 'autogen.sh' [Christopher
Bratusek]
* Update config.guess and config.sub to 2015-08-20 [Christopher
Bratusek]
* Debian GNU/Linux code review:
+ Rename configure.in to configure.ac [Christopher Bratusek]
+ Fix various spelling errors found by 'codespell' [Christopher
Bratusek]
+ Fix the address of the FSF in various files as spotted by
'licensecheck' [Christopher Bratusek]
* Make build reproducible (Closes: #834534), thank you Chris Lamb.
-- Jose M Calhariz <jose@calhariz.com> Sat, 20 Aug 2016 14:47:20 +0100
librep (0.92.5-3) unstable; urgency=low
* Add patch 0003-hppa-metag-stack-direction for FTBFS on hppa (Closes:
#818693)
-- Jose M Calhariz <jose@calhariz.com> Sun, 20 Mar 2016 14:52:44 +0000
librep (0.92.5-2) unstable; urgency=low
* Upload to unstable.
* Vcs-Git: Move from git protocol to https.
* Bump Standard-Versions to 3.9.7, no changes needed.
-- Jose M Calhariz <jose@calhariz.com> Sat, 19 Mar 2016 17:17:48 +0000
librep (0.92.5-1) experimental; urgency=low
* New Maintainer, (Closes: #738097).
* Acknowledge NMU work.
* Thanks Tim Retout, Steve M. Robbins, Hector Oron and Gregor Herrmann
for keeping librep inside Debian all this years.
* New Upstream version:
* Imported Upstream version 0.90.2
* Imported Upstream version 0.90.3
* Imported Upstream version 0.90.4
* Imported Upstream version 0.90.5
* Imported Upstream version 0.92.4
* Imported Upstream version 0.92.5
* Debian work:
* Remove upstream debian directory
* Patch armel_ftbfs was accepted upstream, removed.
* wrap-and-sort the debian files, for better read ability of future
changes.
* Bump soname from 9 to 16.
* Library transition, so uploadling into experimental.
* New patch for:
* FTBFS with GCC 5: multiple definition of `inline_Fcons'
(Closes: #791367)
* Update watch file, because the sources are on a new archive.
* Canonicalize URLs of Vcs-*.
* Switch to dpkg-source 3.0 (quilt) format.
* Run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4 (Closes: #744619).
* Merge the packaging work of Christopher Roy Bratusek.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update librep16.symbols.
* Override dh_install instead of dh_auto_install.
* Make it Multi-Arch: same.
* Remove /usr/share/doc link, thank you Mattia Rizzolo for the patch.
* Rewrite debian/copyright using copyright-format 1.0.
-- Jose M Calhariz <jose@calhariz.com> Sat, 09 Jan 2016 18:45:52 +0000
librep (0.90.2-1.4) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS on kfreebsd-amd64":
apply patch from Steven Chamberlain:
check for DEB_HOST_ARCH_CPU in debian/rules.
(Closes: #709183)
-- gregor herrmann <gregoa@debian.org> Thu, 30 May 2013 13:44:48 +0200
librep (0.90.2-1.3) unstable; urgency=low
* Non-maintainer upload.
* Add armhf support. Thanks Konstantinos Margaritis (Closes: #623388)
* Emptying the dependency_libs field in .la files
* Add lintian override for librep-dev: missing-dep-for-interpreter rep
-- Hector Oron <zumbi@debian.org> Tue, 12 Jul 2011 11:17:30 +0100
librep (0.90.2-1.2) unstable; urgency=low
* NMU. Change dependency libgmp3-dev --> libgmp-dev.
-- Steve M. Robbins <smr@debian.org> Thu, 17 Mar 2011 22:27:59 -0500
librep (0.90.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/rules: Set CONFIG_SHELL and run ./configure using /bin/bash
explicitly, so that the generated libtool will work with any /bin/sh.
(Closes: #570719)
-- Tim Retout <diocles@debian.org> Thu, 14 Oct 2010 18:51:17 +0100
librep (0.90.2-1) unstable; urgency=low
* New Upstream Release.
- Improved ffi-binding
- Added support for tar.xz and tar.lzma, improved regex for parsing tar
output.
- Save/load readline history in interactive mode.
- Other misc improvements and bugfixes.
- Update symbols file
- Update build-depends
* Remove libreadline5-dev build dependency (Closes: #553801).
* Add ${misc:Depends} to control entries.
* Adjust packages' dependencies per lintian's recomendations
* Bump Standards-Version to 3.8.3. No extra changes.
-- Luis Rodrigo Gallardo Cruz <rodrigo@debian.org> Wed, 11 Nov 2009 18:55:35 -0800
librep (0.90.0-1) experimental; urgency=low
* New Upstream Releases.
- Updated build system.
- UTF8 support.
- Updated documentation.
- Code cleanups.
* Reintroduce the rep package, removed in 0.17-12 (Closes: #511016).
As far as I could see, librep.so does not depend on having the rep
binary installed. Any program emdbeding librep that DOES require the
standalone interpreter must now depend explicitly on the rep package.
* Add a -dbg package (Closes: #510933).
* Remove use of brace expansion in debian/rules.
This fixes building with dash as /bin/sh.
* Minor typo: Copyright for packaging said it had the same terms as rep-gtk
* Bump Standards-version to 3.8.2. No changes required.
-- Luis Rodrigo Gallardo Cruz <rodrigo@debian.org> Mon, 27 Jul 2009 10:24:30 -0700
librep (0.17.3-4) unstable; urgency=low
* Add --with-stack-direction flag to mips and mipsel builds
(Closes: #526962)
-- Luis Rodrigo Gallardo Cruz <rodrigo@debian.org> Sat, 25 Jul 2009 12:50:36 -0700
librep (0.17.3-3) unstable; urgency=low
* Upload to unstable.
* Fix stack direction in ia64 and alpha.
* Clarify the description of each package.
* Rewrite the copyright file.
-- Luis Rodrigo Gallardo Cruz <rodrigo@debian.org> Thu, 30 Apr 2009 19:47:11 -0700
librep (0.17.3-2) experimental; urgency=low
* Avoid hardcoded arch name in librep-dev.files (Closes: #523758).
* Build with --with-stack-direction=1 for ppc/ia64
* Do not ship computed librep-dev.files
-- Luis Rodrigo Gallardo Cruz <rodrigo@debian.org> Sun, 12 Apr 2009 13:40:22 -0700
librep (0.17.3-1) experimental; urgency=low
* New Upstream Release.
- Remove unused patches and adjust build
- Update for upstream's new tarball names
- Update paths of .jl files for new release.
* New maintainer. Thanks Christian for all the years maintaining this.
* Start using a symbols file
* Miscelaneous fixes.
* Remove unused lintian overrides, and actually install those we do
use.
* Fix hyphens-as-minus-signs in manpages
* Keep dh_makeshlibs from looking at our private DSOs.
* Move some files to the -dev package
* Comply with Standards-Version: 3.8.1
* Add Vcs: fields to debian/control
-- Luis Rodrigo Gallardo Cruz <rodrigo@debian.org> Sat, 11 Apr 2009 14:27:28 -0700
librep (0.17+svn20071210-1) unstable; urgency=low
* svn release to fix compiler warnings.
-- Christian Marillat <marillat@debian.org> Tue, 11 Dec 2007 16:12:27 +0100
librep (0.17+svn20070119-6) unstable; urgency=low
* Rebuild against the latest texinfo package because info file was broken
(See 451265).
-- Christian Marillat <marillat@debian.org> Mon, 10 Dec 2007 23:13:15 +0100
librep (0.17+svn20070119-5) unstable; urgency=low
* In debian/rules use -rm instead of rm (Closes: #451101)
-- Christian Marillat <marillat@debian.org> Tue, 13 Nov 2007 12:24:19 +0100
librep (0.17+svn20070119-4) unstable; urgency=low
* Fix debian/watch (Closes: #449678)
-- Christian Marillat <marillat@debian.org> Mon, 12 Nov 2007 12:24:39 +0100
librep (0.17+svn20070119-3) unstable; urgency=low
* Use dh_installinfo to add call to install-info in postinst and prerm
scripts (Closes: #409837)
-- Christian Marillat <marillat@debian.org> Mon, 5 Feb 2007 23:25:44 +0100
librep (0.17+svn20070119-2) unstable; urgency=low
* Remove info files in the librep9 package (CLoses: 407658)
-- Christian Marillat <marillat@debian.org> Sat, 20 Jan 2007 14:23:54 +0100
librep (0.17+svn20070119-1) unstable; urgency=low
* SVN release to fix setitimer() bug (Closes: #388702)
-- Christian Marillat <marillat@debian.org> Fri, 19 Jan 2007 14:18:19 +0100
librep (0.17-13) unstable; urgency=low
* Fix for newer m4 in rep.m4
-- Christian Marillat <marillat@debian.org> Wed, 16 Aug 2006 10:36:59 +0200
librep (0.17-12) unstable; urgency=low
* Move the rep package into the librep9 package to remove circular
dependency (Closes: #341021).
* Rename the rep-doc package to librep-doc.
-- Christian Marillat <marillat@debian.org> Thu, 18 May 2006 16:23:04 +0200
librep (0.17-11) unstable; urgency=low
* Use dpatch directly instead from debian/rules.
* Patch 03_src_main.c.dpatch from Andreas Jochens to fix compilation under
ppc64 (Closes: #320305)
-- Christian Marillat <marillat@debian.org> Thu, 28 Jul 2005 14:24:37 +0200
librep (0.17-10) unstable; urgency=low
* Rebuild against the latest libgmp3-dev package (Closes: #318037)
-- Christian Marillat <marillat@debian.org> Wed, 13 Jul 2005 08:54:08 +0200
librep (0.17-9) unstable; urgency=low
* Update shlibs to 0.17-8
* Update Build-depends to libreadline5-dev
-- Christian Marillat <marillat@debian.org> Sat, 9 Jul 2005 16:40:43 +0200
librep (0.17-8) unstable; urgency=low
* Rebuild for gcc 4.0
* Update Standards-Version to 3.6.2 (No change).
-- Christian Marillat <marillat@debian.org> Sat, 9 Jul 2005 15:50:03 +0200
librep (0.17-7) unstable; urgency=low
* Build with -Oo for amd64
-- Christian Marillat <marillat@debian.org> Fri, 14 Jan 2005 14:18:11 +0100
librep (0.17-6) unstable; urgency=low
* Build against libreadline5-dev. Also update Build-Depends.
* Add libgmp3-dev dependecy for the -dev package.
-- Christian Marillat <marillat@debian.org> Tue, 28 Dec 2004 15:56:30 +0100
librep (0.17-5) unstable; urgency=low
* Add --tag CC as libtool option. Should fix compilation problem with rep-gtk
-- Christian Marillat <marillat@debian.org> Thu, 17 Jun 2004 13:35:07 +0200
librep (0.17-4) unstable; urgency=low
* Don't install libtool from our libtool package, otherwise sawfish
doesn't compile.
-- Christian Marillat <marillat@debian.org> Thu, 17 Jun 2004 10:26:35 +0200
librep (0.17-3) unstable; urgency=low
* debian/copyright Update upstream URL download page (Closes: #249252)
-- Christian Marillat <marillat@debian.org> Sun, 16 May 2004 14:36:26 +0200
librep (0.17-2) unstable; urgency=low
* Install the libtool binary from our libtool package otherwise sawfish
doesn't build.
-- Christian Marillat <marillat@debian.org> Sat, 6 Dec 2003 17:11:31 +0100
librep (0.17-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Wed, 26 Nov 2003 16:41:30 +0100
librep (0.16.2-5) unstable; urgency=low
* Really build with -O0 for m68k, but I don't think this will change something.
-- Christian Marillat <marillat@debian.org> Wed, 16 Jul 2003 16:27:23 +0200
librep (0.16.2-4) unstable; urgency=low
* Build with -O0 for m68k (Closes: #196453)
-- Christian Marillat <marillat@debian.org> Sat, 7 Jun 2003 21:28:18 +0200
librep (0.16.2-3) unstable; urgency=low
* Replace libgdbmg1-dev by libgdbm-dev in Build-Depends
-- Christian Marillat <marillat@debian.org> Fri, 6 Jun 2003 16:55:54 +0200
librep (0.16.2-2) unstable; urgency=low
* Update section
* Package generated manpages (Closes: #187220)
-- Christian Marillat <marillat@debian.org> Fri, 4 Apr 2003 14:37:10 +0200
librep (0.16.2-1) unstable; urgency=low
* New upstream release.
* Update to standards version 3.5.9
-- Christian Marillat <marillat@debian.org> Tue, 25 Mar 2003 13:50:51 +0100
librep (0.16.1-2) unstable; urgency=low
* Move librep.la in -dev package
-- Christian Marillat <marillat@debian.org> Wed, 10 Jul 2002 16:28:40 +0200
librep (0.16.1-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 24 Jun 2002 21:54:00 +0200
librep (0.16-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Sat, 22 Jun 2002 14:51:18 +0200
librep (0.15.2cvs20020611-1) unstable; urgency=low
* CVS snapshot for GNOME 2
-- Christian Marillat <marillat@debian.org> Wed, 12 Jun 2002 07:04:25 +0200
librep (0.15.2cvs20020524-2) unstable; urgency=low
* Install libtool from the libtool package in usr/lib/rep otherwise
sawfish doen't compile.
-- Christian Marillat <marillat@debian.org> Tue, 4 Jun 2002 19:22:45 +0200
librep (0.15.2cvs20020524-1) unstable; urgency=low
* CVS snapshot for GNOME 2
-- Christian Marillat <marillat@debian.org> Fri, 31 May 2002 15:03:42 +0200
librep (0.15.2-2) unstable; urgency=low
* Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
DEB_BUILD_OPTIONS
-- Christian Marillat <marillat@debian.org> Mon, 27 May 2002 15:44:23 +0200
librep (0.15.2-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Tue, 13 Nov 2001 15:06:22 +0100
librep (0.15.1-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Mon, 15 Oct 2001 11:57:05 +0200
librep (0.14-3) unstable; urgency=low
* Include missing librep.info-9 for rep-doc (Closes: #111779)
-- Christian Marillat <marillat@debian.org> Sun, 9 Sep 2001 17:59:52 +0200
librep (0.14-2) unstable; urgency=low
* New patch against man/news.texi to fix a typo (Closes: #105679)
* debian/*.sgml Use docbook 4.1
-- Christian Marillat <marillat@debian.org> Mon, 6 Aug 2001 15:29:09 +0200
librep (0.14-1) unstable; urgency=low
* New upstrema release.
* Remove lispmach.h patch included by upstream.
* debian/rules Add -l to dh_shlibdeps
-- Christian Marillat <marillat@debian.org> Tue, 3 Jul 2001 09:36:43 +0200
librep (0.13.6-4) unstable; urgency=low
* Change libraries versionning to (>= 0.13.6-1) instead of (= ${Source-Version})
-- Christian Marillat <marillat@debian.org> Sun, 1 Jul 2001 15:38:13 +0200
librep (0.13.6-3) unstable; urgency=low
* Patch against src/lispmach.h to build under m68k (Closes: #100035)
-- Christian Marillat <marillat@debian.org> Sat, 9 Jun 2001 13:50:24 +0200
librep (0.13.6-2) unstable; urgency=low
* Build with LC_ALL=C (Closes: #99823)
* debian/rules remove libtoolize and use autotools-dev
* Standards-Version: 3.5.4.0
* Switch to debhelper V3
-- Christian Marillat <marillat@debian.org> Tue, 5 Jun 2001 14:33:09 +0200
librep (0.13.6-1) unstable; urgency=low
* New upstream release.
* Removed previous patch included by upstream.
-- Christian Marillat <marillat@debian.org> Wed, 11 Apr 2001 23:37:24 +0200
librep (0.13.5-2) unstable; urgency=low
* Reverted the upstream change to locale (Closes: #92895, #92884)
* Write manpages (Closes: #87116)
-- Christian Marillat <marillat@debian.org> Thu, 5 Apr 2001 15:26:22 +0200
librep (0.13.5-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Sat, 31 Mar 2001 16:49:50 +0200
librep (0.13.4-4) unstable; urgency=low
* Run libtoolize and add libtool in build-depends (Closes: #89436)
-- Christian Marillat <marillat@debian.org> Mon, 12 Mar 2001 21:56:06 +0100
librep (0.13.4-3) unstable; urgency=low
* Make sure to unregister info documentation in rep-doc package
* debian/control Replace librep2 (Closes: #87369)
* Install lintian override file for librep9
-- Christian Marillat <marillat@debian.org> Sun, 25 Feb 2001 16:42:40 +0100
librep (0.13.4-2) unstable; urgency=low
* Add texinfo in Build-depends (Closes: #85338)
-- Christian Marillat <marillat@debian.org> Fri, 9 Feb 2001 09:31:35 +0100
librep (0.13.4-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Sun, 7 Jan 2001 01:36:19 +0100
librep (0.13.3-1) unstable; urgency=low
* New upstream release.
* Install upstream changeLog in rep and rep-doc package.
* Make symlink librep9 --> rep, librep-dev --> librep9
-- Christian Marillat <marillat@debian.org> Tue, 5 Dec 2000 15:39:50 +0100
librep (0.13.2-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Thu, 9 Nov 2000 10:08:48 +0100
librep (0.13.1-1) unstable; urgency=low
* New upstream release.
-- Christian Marillat <marillat@debian.org> Fri, 29 Sep 2000 14:45:13 +0200
librep (0.13-3) unstable; urgency=low
* librep9 depend on rep (Closes: #72391, #72446)
-- Christian Marillat <marillat@debian.org> Mon, 25 Sep 2000 12:38:57 +0200
librep (0.13-2) unstable; urgency=low
* Install .la files in librep9 (Closes: #72268)
-- Christian Marillat <marillat@debian.org> Sat, 23 Sep 2000 12:42:44 +0200
librep (0.13-1) unstable; urgency=low
* New upstream release.
* Switch to debhelper v2.
* Moved *.jl files in librep-dev
-- Christian Marillat <marillat@debian.org> Thu, 21 Sep 2000 16:34:07 +0200
librep (0.12.4-2) unstable; urgency=low
* Replace --host by dpkg-architecture when calling ./configure
* New field Build-Depends-Indep.
-- Christian Marillat <marillat@debian.org> Tue, 29 Aug 2000 22:36:55 +0200
librep (0.12.4-1) unstable; urgency=low
* New upstream release.
* Build with --with-readline
* updated debian/rep-doc.info
-- Christian Marillat <marillat@debian.org> Mon, 24 Jul 2000 22:50:52 +0200
librep (0.12.3-1) unstable; urgency=low
* New upstream release (Closes: #56512).
* New maintainer.
* New packages due to soname bump - librep9
* rep-doc: Install info documentation in Development section (Closes: #66770)
-- Christian Marillat <marillat@debian.org> Thu, 20 Jul 2000 10:19:45 +0200
librep (0.11.2-1) unstable; urgency=low
* new upstream release
-- Mikolaj J. Habryn <dichro-log@rcpt.to> Tue, 11 Apr 2000 23:51:53 +1000
librep (0.11.1-1) unstable; urgency=low
* new upstream release
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Mon, 20 Mar 2000 18:55:30 +1100
librep (0.11-2) unstable; urgency=low
* oops - handle module structure changes. Closes: #59760.
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Tue, 7 Mar 2000 13:40:39 +1100
librep (0.11-1) unstable; urgency=low
* new upstream release
* new packages due to soname bump - librep8
* added Build-Depends
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Mon, 6 Mar 2000 15:18:24 +1100
librep (0.10-1) unstable; urgency=low
* new upstream release
* new packages due to soname bump - librep7
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Wed, 12 Jan 2000 17:59:02 +1100
librep (0.9-2) unstable; urgency=low
* put .la files back in runtime package. Live testing wins out over
mailing list pontification yet again :P
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Thu, 16 Dec 1999 12:30:43 +1100
librep (0.9-1) unstable; urgency=low
* remove librep.la file altogether.
* new upstream release.
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Wed, 15 Dec 1999 10:24:45 +1100
librep (0.8.1-2) unstable; urgency=low
* conflict librep5 with librep2 (Closes: #52551, #52484, #52473, #52546)
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Sun, 12 Dec 1999 22:00:30 +1100
librep (0.8.1-1) unstable; urgency=low
* new upstream version
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Mon, 6 Dec 1999 21:33:02 +1100
librep (0.8-1) unstable; urgency=low
* new upstream version, new packages (librep5)
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Thu, 2 Dec 1999 20:40:24 +1100
librep (0.7.1-1) unstable; urgency=low
* new upstream version
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Mon, 1 Nov 1999 22:21:16 +1100
librep (0.7-1) unstable; urgency=low
* new upstream version
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Mon, 25 Oct 1999 20:52:11 +1000
librep (0.6.2-2) unstable; urgency=low
* lose /usr/libexec, move things into /usr/lib.
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Wed, 20 Oct 1999 10:18:12 +1000
librep (0.6.2-1) unstable; urgency=low
* Initial Release.
-- Mikolaj J. Habryn <dichro-debian@rcpt.to> Tue, 19 Oct 1999 13:27:29 +1000
|