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 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752
|
gnulib (20210102~ebaa53c-1) unstable; urgency=medium
* QA upload.
* New upstream snapshot.
* debian/patches/0004: Dropped, we now use gettext 0.20+.
* debian/control: Bump gettext version requirement to 0.20+.
* debian/rules: Do not exclude tests for gettext.
-- Boyuan Yang <byang@debian.org> Sat, 02 Jan 2021 15:07:40 -0500
gnulib (20200505~0747bf0-1) unstable; urgency=medium
* QA upload.
* New upstream snapshot.
* debian/control:
+ Bump debhelper compat to v13.
* debian/rules: Adopt debhelper compat v13 grammar.
* debian/patches/0005: Dropped, patch picked by Debian libtool.
* debian/clscan/clscan: Minor improvement on workflow.
* debian/copyright: Refresh copyright information.
-- Boyuan Yang <byang@debian.org> Wed, 06 May 2020 00:00:24 -0400
gnulib (20200127~e313a53-1) unstable; urgency=medium
* QA upload.
* debian/patches/backport: Drop backported patches.
* debian/control: Bump Standards-Version to 4.5.0.
* debian/copyright: Refreshed.
* debian/rules: Enable test for regex module.
-- Boyuan Yang <byang@debian.org> Tue, 28 Jan 2020 13:14:41 -0500
gnulib (20200105~a7903da-2) unstable; urgency=high
* QA upload.
* Rebuild to make arm64 build successful.
* debian/upstream/metadata: Set upstream metadata fields:
Repository, Repository-Browse.
* debian/patches/backport/0006: Add patch to fix regression
introduced on 2020-01-04.
* debian/clscan/clscan: Always break the file list into multiline
text. This may make lintian happy with long Files: list.
* debian/clscan/files.yaml: Slightly update copyright information
for files under pygnulib/.
* debian/copyright: Regenerated with updated clscan tool.
* debian/watch: Monitor upstream Git HEAD.
-- Boyuan Yang <byang@debian.org> Wed, 15 Jan 2020 00:31:19 -0500
gnulib (20200105~a7903da-1) unstable; urgency=medium
* QA upload.
* Upload to unstable.
-- Boyuan Yang <byang@debian.org> Tue, 14 Jan 2020 16:31:05 -0500
gnulib (20200105~a7903da-1~exp2) experimental; urgency=medium
* QA upload.
* debian/control:
+ demote all dependencies to recommendations so that the gnulib
package can be used for cross compilation.
+ Mark package gnulib as Multi-Arch: foreign.
* debian/patches: Add patch to lower the autoconf version
requirement from 2.63 to 2.62. This circumvents FTBFS of
libtool 2.4.6 with new gnulib snapshot.
* debian/clscan/clscan: Update boilerplate texts to use secure
URI for GPL licenses.
-- Boyuan Yang <byang@debian.org> Mon, 13 Jan 2020 23:33:13 -0500
gnulib (20200105~a7903da-1~exp1) experimental; urgency=medium
* QA upload.
* New upstream git snapshot.
* debian/control:
+ Bump Standards-Version to 4.4.1.
+ Bump debhelper compat to v12.
* debian/patches/03-vasnprintf: Dropped, merged upstream.
* debian/copyright: Refreshed using debian/clscan tool.
* debian/git-merge-changelog.lintian-overrides: Add override
* debian/patches: Add patch to relax gettext version
requirement down to (>= 0.19.8).
This patch should be removed once gettext 0.20+ is available
in Debian.
* debian/clscan/clscan: Updated to handler boilerplate for
GPLv3+.
for false positive of spelling-error-in-readme-debian.
* debian/rules:
+ Enable full hardening during build.
+ Attempt to enable tests during build time.
- The gettext module is excluded for now, waiting for gettext 0.20.x
to enter Debian.
- Only a small amount of tests are enabled for now.
-- Boyuan Yang <byang@debian.org> Tue, 07 Jan 2020 14:40:45 -0500
gnulib (20180621~6979c25-3) experimental; urgency=medium
* QA upload.
* vasnprintf: Fix heap memory overrun bug (CVE-2018-17942) (Closes: #910757)
-- Salvatore Bonaccorso <carnil@debian.org> Tue, 12 Feb 2019 07:14:48 +0100
gnulib (20180621~6979c25-2) experimental; urgency=medium
* Update Vcs-* fields: Moved to collaborative debian maintenance.
* Orphan package.
-- Jonas Smedegaard <dr@jones.dk> Sun, 10 Feb 2019 15:53:04 +0100
gnulib (20180621~6979c25-1) experimental; urgency=medium
* Update debian/clscan/clscan to handle boilerplate LGPLv3+ or GPLv2.
* Update copyright info: Tighten coverage.
* Add TODO on getting clscan to handle multi-line copyright field.
* Unfuzz patch 01. Refresh patch with shortening quilt options.
* Update DEP-3 patch headers.
* Add patch 03
to avoid tests broken or depending on unavailable tool cppi.
* Stop install documentation file NEWS.stable:
Unavailable now that we use upstream source directly.
* Stop install config.charset: No longer provided upstream.
* Enable testing during build.
* Update copyright file.
-- Jonas Smedegaard <dr@jones.dk> Fri, 01 Feb 2019 16:22:56 +0100
gnulib (20140202+stable-4) unstable; urgency=medium
* QA upload.
* Orphan package to match 20180621~6979c25-2 in experimental.
* Fix compat issue with glibc 2.28 (closes: #915151).
-- Julien Cristau <jcristau@debian.org> Sun, 31 Mar 2019 14:36:20 +0200
gnulib (20140202+stable-3.2) unstable; urgency=medium
* Non-maintainer upload.
* Diagnose ERE '()|\1' (CVE-2009-5155) (Closes: #924613)
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 15 Mar 2019 21:08:27 +0100
gnulib (20140202+stable-3.1) unstable; urgency=medium
* Non-maintainer upload.
* vasnprintf: Fix heap memory overrun bug (CVE-2018-17942) (Closes: #910757)
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 09 Feb 2019 11:11:06 +0100
gnulib (20140202+stable-3) unstable; urgency=medium
* Update copyright info:
+ Fix generate copyright file deterministically.
+ Add TODO about fixing license detection of multi-licensed files.
+ Fix use license exception notation.
+ Use semantic newlines in License fields.
+ Single-space indent License fields.
+ Update coverage.
+ Use https protocol in file format URL.
+ Update source URLs.
+ Add alternate URL for upstream contact.
+ Use SPDX license shortnames.
+ Update coverage.
* Use https protocol in homepage URL.
* Update package relations:
+ Wrap and sort entries.
+ Relax to build-depend unversioned on debhelper, stop explicitly
build-depend on dpkg-dev, and relax to depend unversioned on
gettext: Needed versions satisfied even in oldstable.
* Add git-buildpackage config:
+ Enable pristine-tar.
+ Enable signed tags.
+ Filter out any .git* files.
* Update Vcs-* fields: Source moved to Salsa.
* Friendly packaging takeover, in team build-common.
Closes: Bug#847043. Thanks for past work to Ian Beckwith.
-- Jonas Smedegaard <dr@jones.dk> Sat, 23 Jun 2018 09:23:11 +0200
gnulib (20140202+stable-2) unstable; urgency=low
* New package: git-merge-changelog (Closes: #646013).
* Thanks to Samuel Bronson <naesten@gmail.com> for
the git-merge-changelog patches:
+ debian/ changes for git-merge-changelog.
+ Don't hardcode gnulib directory in 01-gnulib-directory.patch.
Instead, install gnulib-tool into the gnulib directory and symlink to
it from /usr/bin, like the docs say to do.
+ Bump debhelper compat level to 9 for hardening flags.
* Man page for git-merge-changelog adapted
from comments at the top of git-merge-changelog.c
* Remove duplicate copies of documentation (Closes: #728933).
* Tweak list of top-level files installed.
* doc-base: add Format: Info version of manual.
-- Ian Beckwith <ianb@debian.org> Sun, 02 Mar 2014 23:04:10 +0000
gnulib (20140202+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Refresh patches.
* Standards-Version: 3.9.5 (no changes).
* Tweak lintian overrides.
-- Ian Beckwith <ianb@debian.org> Sun, 16 Feb 2014 12:45:44 +0000
gnulib (20130805+stable-1) unstable; urgency=low
* Resumed making upstream snapshots - sorry about the gap.
* Packaged upstream stable snapshot (Closes: #687986, #710325).
* Fix gnulib-tool --version, also show snapshot and debian
package version (Closes: #710330).
* Refresh 01-gnulib-directory.patch.
* Update lintian overrides for magical shebangs.
* Standards-Version: 3.9.4 (no changes).
* debian/copyright: refresh, switch to machine-interpretable format.
-- Ian Beckwith <ianb@debian.org> Sun, 11 Aug 2013 21:16:48 +0100
gnulib (20120404+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Refresh 01-gnulib-directory.patch.
* Standards-Version: 3.9.3 (no changes).
-- Ian Beckwith <ianb@debian.org> Fri, 06 Apr 2012 02:20:27 +0100
gnulib (20111211+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Refresh 01-gnulib-directory.patch.
-- Ian Beckwith <ianb@debian.org> Sun, 11 Dec 2011 06:56:11 +0000
gnulib (20110908+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Refresh 01-gnulib-directory.patch.
-- Ian Beckwith <ianb@debian.org> Thu, 08 Sep 2011 20:38:18 +0100
gnulib (20110609+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Refresh patches.
* Standards-Version: 3.9.2 (no changes).
-- Ian Beckwith <ianb@debian.org> Fri, 10 Jun 2011 03:38:41 +0100
gnulib (20110412+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Refresh 01-gnulib-directory.patch.
* Disable test suite - now requires cppi which is not in Debian.
* Fix lintian override path syntax.
-- Ian Beckwith <ianb@debian.org> Thu, 14 Apr 2011 17:58:14 +0100
gnulib (20110216+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Resume uploading to unstable.
* Refreshed patches.
-- Ian Beckwith <ianb@debian.org> Thu, 17 Feb 2011 00:04:04 +0000
gnulib (20101221+stable-1) experimental; urgency=low
* New upstream stable snapshot, identical to the
previous 20101220+stable-1 but with:
[d534aa8]->[385ec31] iconv_open: Fix regression from 2010-12-04.
-- Ian Beckwith <ianb@debian.org> Wed, 22 Dec 2010 23:17:09 +0000
gnulib (20101220+stable-1) experimental; urgency=low
* New upstream stable snapshot.
-- Ian Beckwith <ianb@debian.org> Mon, 20 Dec 2010 21:01:23 +0000
gnulib (20101024+stable-1) experimental; urgency=low
* New upstream stable snapshot.
* Upload to experimental as squeeze is frozen.
-- Ian Beckwith <ianb@debian.org> Sun, 24 Oct 2010 01:04:55 +0100
gnulib (20100829+stable-1) experimental; urgency=low
* New upstream stable snapshot.
* Upload to experimental as squeeze is frozen.
* Refresh 01-gnulib-directory.patch.
* Standards-Version: 3.9.1 (no changes).
-- Ian Beckwith <ianb@debian.org> Mon, 30 Aug 2010 22:00:33 +0100
gnulib (20100704+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Depends: gettext (>= 0.18.1), autopoint.
* Standards-Version: 3.9.0 (no changes).
-- Ian Beckwith <ianb@debian.org> Sun, 04 Jul 2010 03:05:46 +0100
gnulib (20100424+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Refresh 01-gnulib-directory.patch.
* Switch to source format 3.0 (quilt).
* debian/rules: Remove 'upstream' target - not needed now we use stable
snapshot tarballs.
-- Ian Beckwith <ianb@debian.org> Sat, 24 Apr 2010 22:06:23 +0100
gnulib (20100308+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Standards-Version: 3.8.4 (no changes).
* Refresh 01-gnulib-directory.patch.
-- Ian Beckwith <ianb@debian.org> Mon, 08 Mar 2010 06:51:23 +0000
gnulib (20100109+stable-1) unstable; urgency=low
* New upstream stable snapshot
+ at_func2.c: fix free. Thanks to Petr Salinger (Closes: #561117).
* debian/rules: make lib/config.charset executable.
-- Ian Beckwith <ianb@debian.org> Sun, 17 Jan 2010 07:26:49 +0000
gnulib (20091120+stable-1) unstable; urgency=low
* New upstream stable snapshot.
* Install posix-modules (Closes: #555493).
Also install MODULES.html.sh and the root Makefile, just in case.
* Install NEWS, NEWS.stable, README, users.txt to /usr/share/doc/gnulib.
* Add dependencies for everything needed by gnulib-tool.
* Add lintian executable-not-elf-or-script overrides for scripts
in build-aux/ that invoke themselves with excessively magical
non-shebang lines.
* debian/clscan/clscan: allow LGPL-3+ as an override.
* debian/control: add Vcs-* headers.
-- Ian Beckwith <ianb@debian.org> Fri, 20 Nov 2009 01:19:58 +0000
gnulib (20090915+f32c9d0-2) unstable; urgency=low
* Add top/ to installed directories.
* debian/rules: don't chmod canonicalize-lgpl.m4: removed.
-- Ian Beckwith <ianb@debian.org> Sun, 27 Sep 2009 04:11:26 +0100
gnulib (20090915+f32c9d0-1) unstable; urgency=low
* New upstream snapshot 20090915+f32c9d0.
* Full license/copyright audit.
See debian/clscan/README for info on updating debian/copyright.
-- Ian Beckwith <ianb@debian.org> Wed, 16 Sep 2009 03:01:32 +0100
gnulib (20090908+c5c46dc-1) unstable; urgency=low
* New maintainer (closes: #543842).
* New upstream snapshot 20090908+c5c46dc.
* debian/rules:
+ upstream:
* use short git hash in package version.
* use --depth 1 when cloning.
+ override_dh_install:
* remove .cvsignore and .gitignore files
* debian/control:
+ add Depends: ${misc:Depends}.
+ Bump debhelper build-dep to >= 7.0.50~ (for overrides).
+ Add clisp to Suggests: for gen-uninames.lisp. Should only
be needed if you are hacking on gnulib itself.
* Added debian/README.source.
* Added stub debian/watch file.
* Registered gnulib.html with doc-base.
* debian/copyright: improved somewhat; still needs more work.
* Fixed perms on test scripts.
-- Ian Beckwith <ianb@debian.org> Tue, 08 Sep 2009 02:35:47 +0100
gnulib (20090801-2) unstable; urgency=low
* Updating package to standards version 3.8.3.
* Removing vcs fields.
* Orphaning package.
-- Daniel Baumann <daniel@debian.org> Thu, 27 Aug 2009 07:32:01 +0200
gnulib (20090801-1) unstable; urgency=low
* Merging upstream version 20090801.
* Minimalizing rules file.
-- Daniel Baumann <daniel@debian.org> Mon, 03 Aug 2009 00:26:08 +0200
gnulib (20090701-1) unstable; urgency=low
* Merging upstream version 20090701.
-- Daniel Baumann <daniel@debian.org> Fri, 10 Jul 2009 12:13:50 +0200
gnulib (20090601-1) UNRELEASED; urgency=low
* Merging upstream version 20090601.
* Updating package to standards version 3.8.2.
* Using correct rfc-2822 date formats in changelog.
-- Daniel Baumann <daniel@debian.org> Fri, 10 Jul 2009 12:09:20 +0200
gnulib (20090501-1) unstable; urgency=low
* Merging upstream version 20090501.
-- Daniel Baumann <daniel@debian.org> Sun, 03 May 2009 15:21:00 +0200
gnulib (20090401-1) unstable; urgency=low
* Merging upstream version 20090401.
* Using quilt rather than dpatch.
* Upgrading package to standards 3.8.1.
* Tidy rules file.
-- Daniel Baumann <daniel@debian.org> Mon, 06 Apr 2009 04:01:00 +0200
gnulib (20090301-1) unstable; urgency=low
* Merging upstream version 20090301.
-- Daniel Baumann <daniel@debian.org> Sun, 01 Mar 2009 13:51:00 +0100
gnulib (20090201-1) unstable; urgency=low
* Merging upstream version 20090201.
-- Daniel Baumann <daniel@debian.org> Sun, 01 Feb 2009 15:09:00 +0100
gnulib (20090101-1) unstable; urgency=low
* Merging upstream version 20090101.
* Correcting a couple of typos in check-module manpage, thanks to
Reuben Thomas <rrt@femur.dyndns.org> (Closes: #503083).
-- Daniel Baumann <daniel@debian.org> Fri, 09 Jan 2009 13:55:00 -0500
gnulib (20081201-1) unstable; urgency=low
* Replacing obsolete dh_clean -k with dh_prep.
* Merging upstream version 20081201.
* Prefixing debhelper files with package name.
-- Daniel Baumann <daniel@debian.org> Mon, 01 Dec 2008 23:36:00 +0100
gnulib (20081101-1) unstable; urgency=low
* Merging upstream version 20081101.
-- Daniel Baumann <daniel@debian.org> Wed, 05 Nov 2008 21:17:00 +0100
gnulib (20081001-1) unstable; urgency=low
* Updating vcs fields in control file.
* Using patch-stamp rather than patch in rules file.
* Merging upstream version 20081001.
-- Daniel Baumann <daniel@debian.org> Sat, 04 Oct 2008 10:13:00 +0200
gnulib (20080901-1) unstable; urgency=medium
* Merging upstream version 20080901:
- Fixes pipe problem in gnulib-tool (Closes: #497298).
-- Daniel Baumann <daniel@debian.org> Mon, 01 Sep 2008 12:56:00 +0200
gnulib (20080801-1) unstable; urgency=low
* Merging upstream version 20080801.
-- Daniel Baumann <daniel@debian.org> Sun, 03 Aug 2008 20:36:00 +0200
gnulib (20080701-1) unstable; urgency=low
* Merging upstream version 20080701.
* Updating to standards 3.8.0.
-- Daniel Baumann <daniel@debian.org> Tue, 01 Jul 2008 14:40:00 +0200
gnulib (20080601-1) unstable; urgency=low
* Merging upstream version 20080601.
-- Daniel Baumann <daniel@debian.org> Sun, 01 Jun 2008 09:24:00 +0200
gnulib (20080501-1) unstable; urgency=low
* Reordering rules file.
* Also removing .gitattributes in upstream target of rules.
* Using lintian debhelper to install lintian overrides.
* Adding vcs fields in control file.
* Updating package to debhelper 7.
* Merging upstream version 20080501.
-- Daniel Baumann <daniel@debian.org> Sat, 03 May 2008 17:03:00 +0200
gnulib (20080401-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Thu, 10 Apr 2008 16:38:00 +0200
gnulib (20080301-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Sun, 02 Mar 2008 21:26:00 +0100
gnulib (20080201-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Fri, 01 Feb 2008 10:41:00 +0100
gnulib (20080104-1) unstable; urgency=low
* New upstream snapshot:
- gnulib.texi doesn't have invariants anymore.
* Building and including the documentation (Closes: #447998).
* Updated lintian overrides.
* Added perl to suggests.
-- Daniel Baumann <daniel@debian.org> Fri, 04 Jan 2008 08:19:00 +0100
gnulib (20080101+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Wed, 02 Jan 2008 21:04:00 +0100
gnulib (20071201+dfsg-2) unstable; urgency=low
* Bumping policy version.
* Updating lintian overrides.
* Fixed some permissions.
* Added patch to fix a local shebang.
-- Daniel Baumann <daniel@debian.org> Sun, 23 Dec 2007 15:18:00 +0100
gnulib (20071201+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Mon, 03 Dec 2007 13:12:00 +0100
gnulib (20071116+dfsg-1) unstable; urgency=low
* New upstream snapshot.
* Adjusted upstream target in rules to follows upstream git transition
(Closes: #450921).
-- Daniel Baumann <daniel@debian.org> Fri, 16 Nov 2007 12:31:00 +0100
gnulib (20071101+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Thu, 01 Nov 2007 08:18:00 +0100
gnulib (20071001+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Tue, 09 Oct 2007 11:25:00 +0200
gnulib (20070901+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Sat, 01 Sep 2007 12:26:00 +0200
gnulib (20070801+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Fri, 03 Aug 2007 08:22:00 +0200
gnulib (20070701+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Sun, 01 Jul 2007 17:10:00 +0200
gnulib (20070601+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Fri, 01 Jun 2007 19:04:00 +0200
gnulib (20070501+dfsg-1) unstable; urgency=low
* New upstream snapshot.
* Added lintian overrides.
-- Daniel Baumann <daniel@debian.org> Tue, 01 May 2007 08:55:00 +0200
gnulib (20070401+dfsg-1) unstable; urgency=low
* New upstream snapshot.
* Including docs (Closes: #416874).
-- Daniel Baumann <daniel@debian.org> Sun, 01 Apr 2007 09:47:00 +0200
gnulib (20070301+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Sun, 04 Mar 2007 15:15:00 +0100
gnulib (20070201+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Sun, 04 Feb 2007 13:54:00 +0100
gnulib (20070101+dfsg-2) unstable; urgency=low
* Minor cleanups.
-- Daniel Baumann <daniel@debian.org> Fri, 19 Jan 2007 16:18:00 +0100
gnulib (20070101+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Tue, 02 Jan 2007 15:55:00 +0100
gnulib (20061201+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Fri, 01 Dec 2006 01:12:00 +0100
gnulib (20061101+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Wed, 01 Nov 2006 12:40:00 +0100
gnulib (20061001+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Sun, 01 Oct 2006 23:40:00 +0200
gnulib (20060901+dfsg-1) unstable; urgency=low
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Fri, 01 Sep 2006 10:36:00 +0200
gnulib (20060801+dfsg-1) unstable; urgency=low
* New upstream snapshot.
* Fixed upstream target in rules.
-- Daniel Baumann <daniel@debian.org> Tue, 01 Aug 2006 11:19:00 +0200
gnulib (20060701+dfsg-1) unstable; urgency=low
* New email address.
* New upstream snapshot.
-- Daniel Baumann <daniel@debian.org> Tue, 04 Jul 2006 20:00:00 +0200
gnulib (0.0.20060601+dfsg-2) unstable; urgency=low
* Fixed install call from a leftover subdirectory (Closes: #370377).
* Fixed patch list name, so the patch to fix the $gnulib_dir gets applied
(Closes: #370378).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Sun, 04 Jun 2006 23:32:00 +0200
gnulib (0.0.20060601+dfsg-1) unstable; urgency=low
* New maintainer.
* New upstream snapshot.
* Rebuild upstream tarball without non-free gnulib.texi, the other GFDL
licensed documents in doc/ are DFSG-compliant.
* Redone debian directory.
* Added manpage for gnulib-tool and check_module (Closes: #350199).
-- Daniel Baumann <daniel.baumann@panthera-systems.net> Thu, 01 Jun 2006 00:00:00 +0200
gnulib (0.0.20060317-1) unstable; urgency=low
* Update to current CVS.
-- Matthias Urlichs <smurf@debian.org> Sat, 18 Mar 2006 03:27:48 +0100
gnulib (0.0.20060121-1) unstable; urgency=low
* Current Upstram version.
-- Matthias Urlichs <smurf@debian.org> Mon, 23 Jan 2006 15:36:27 +0100
gnulib (0.0.20051110-1) unstable; urgency=low
* Current Upstram version (required for gnutls).
-- Matthias Urlichs <smurf@debian.org> Fri, 11 Nov 2005 19:02:39 +0100
gnulib (0.0.20051015-2) unstable; urgency=low
* Install the build-aux directory.
-- Matthias Urlichs <smurf@debian.org> Tue, 18 Oct 2005 13:38:43 +0200
gnulib (0.0.20051015-1) unstable; urgency=low
* New maintainer, Closes:#314667
* New Upstream version, Closes:#311549
* Upstream licensing has been fixed
- took the opportunity to simplify packaging. A lot.
-- Matthias Urlichs <smurf@debian.org> Tue, 18 Oct 2005 00:35:19 +0200
gnulib (0.0.20050203-1) unstable; urgency=low
* New upstream snapshot.
- copyright: Add gnulib/doc/getdate.texi to list of non-free files.
* Replace Architecture with Cpu/System in control.in.
-- Robert Millan <rmh@debian.org> Thu, 03 Feb 2005 22:44:44 +0100
gnulib (0.0.20041014-2) unstable; urgency=low
* Automagicaly cleanup CVS directories.
- tarball.mk: New. Stolen from cdbs with patch from #280365.
- rules: Set DEB_AUTO_CLEANUP_RCS=yes.
* Add stuff from config dir (config.rpath, mkinstalldirs, etc)
- install: Add build-tree/gnulib/config.
-- Robert Millan <rmh@debian.org> Mon, 08 Nov 2004 23:30:36 +0100
gnulib (0.0.20041014-1) unstable; urgency=low
* Initial Release. (Closes: #272867)
-- Robert Millan <rmh@debian.org> Thu, 14 Oct 2004 01:19:27 +0200
|