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
|
c++-annotations (12.2.0-2) unstable; urgency=medium
* Drop Build-Depends-Indep (Closes: #1021220)
All binary packages are Arch: all, so there is no benefit to
distinguishing between Build-Depends and Build-Depends-Indep.
* Bump Standards-Version to 4.6.1
-- tony mancill <tmancill@debian.org> Sun, 09 Oct 2022 16:31:43 -0700
c++-annotations (12.2.0-1) unstable; urgency=medium
* Added new sections (covering string_view, osyncstream and bound friends)
* Rewrote the section about constructing iterators
* Repaired typos and the description of 'operator[]() const'
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 05 Mar 2022 10:44:09 +0100
c++-annotations (12.1.0-1) unstable; urgency=medium
* Added __file_clock::to_sys, reorganized the descriptions of facilities of
the filesystem::path class, and repaired several typos.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 20 Feb 2022 13:39:17 +0100
c++-annotations (12.0.0-1) unstable; urgency=medium
* Added new chapter about coroutines
* Added new section about std::jthread
* Several typos etc. were fixed
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 25 Dec 2021 15:20:47 +0100
c++-annotations (11.6.0-2) unstable; urgency=medium
* Upload to unstable
* Freshen years in debian/copyright
* Relax bobcat and icmake dependencies to 5.07.00 and 9.03.01
* Bump Standards-Version to 4.6.0
-- tony mancill <tmancill@debian.org> Thu, 09 Sep 2021 19:54:16 -0700
c++-annotations (11.6.0-1) experimental; urgency=medium
[ Frank B. Brokken ]
* New upstream release adds sections about std::optional and std::iota, and
covers directly calling class member functions from threads.
[ tony mancill ]
* Upload to experimental during the freeze due to build dependencies.
-- tony mancill <tmancill@debian.org> Thu, 24 Jun 2021 15:17:04 -0700
c++-annotations (11.5.0-1) unstable; urgency=medium
* New upstream release adds a section about std::tie and repairs several
typos and added missing code examples.
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 20 Nov 2020 21:07:49 +0100
c++-annotations (11.4.1-1) unstable; urgency=medium
* New upstream release fixes some typos, and the US .pdf and .ps formats now
use the 'letter' format.
* Updated debhelper-compat to 13.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 30 Aug 2020 13:39:11 +0200
c++-annotations (11.4.0-1) unstable; urgency=medium
* New upstream release contains a complete overhaul of the section covering
the C++2a concepts.
* The upstream's document construction icmake script itself handles the
FORCE_SOURCE_DATE setting (but the setting in debian/rules is kept)
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 04 Mar 2020 11:56:27 +0100
c++-annotations (11.3.0-2) unstable; urgency=medium
* Set FORCE_SOURCE_DATE=1 in debian/rules for reproducible builds
* Bump Standards-Version to 4.5.0
* Freshen years in debian/copyright
* c++-annotations binary package is now marked Multi-Arch: foreign
-- tony mancill <tmancill@debian.org> Tue, 04 Feb 2020 15:27:27 -0800
c++-annotations (11.3.0-1) unstable; urgency=medium
* New upstream release adds sections about the spaceship operator (<=>)
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 16 Dec 2019 11:42:42 +0100
c++-annotations (11.2.1-1) unstable; urgency=medium
[ Frank B. Brokken ]
* Upstream updated the description of characteristics of copy- and
move-constrcutors.
* New upstream version 11.2.1
[ tony mancill ]
* Set "Rules-Requires-Root: no" in debian/control
* Specify debhelper compat via debhelper-compat dependency
-- tony mancill <tmancill@debian.org> Wed, 20 Nov 2019 20:43:11 -0800
c++-annotations (11.2.0-1) unstable; urgency=medium
* The sections covering error_code, error_category, and error_condition were
rewritten
* The sections about the chrono- and filesystem name spaces were rewritten
and moved to the Namespaces chapter
* Updated 'control'
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 18 Nov 2019 14:30:55 +0100
c++-annotations (11.1.1-2) unstable; urgency=medium
* Replace build dependency on texlive-generic-recommended with
texlive-plain-generic (Closes: #941511)
* Bump Standards-Version to 4.4.1
* Freshen years in debian/copyright
-- tony mancill <tmancill@debian.org> Wed, 02 Oct 2019 16:40:59 -0700
c++-annotations (11.1.1-1) unstable; urgency=low
* New upstream releases clarifies some sections and fixes typos
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 17 May 2019 20:15:04 +0200
c++-annotations (11.1.0-1) unstable; urgency=medium
[ Frank B. Brokken ]
* Upstream rewrote the sections about concepts
* Updated debian/control and debian/compat (debhelper >= 12)
* New upstream version 11.1.0
[ tony mancill ]
* Designate packages as Multi-Arch: foreign
-- tony mancill <tmancill@debian.org> Sat, 09 Feb 2019 10:16:01 -0800
c++-annotations (11.0.0-1) unstable; urgency=low
* New major version covers concepts, modules, and transactional memory
* Several sections were rewritten: unrestricted unions, lambda expressions,
the std::filesystem namespace, structured binding declarations
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 02 Dec 2018 16:36:29 +0100
c++-annotations (10.9.3-1) unstable; urgency=low
* Upstream migrated from Github to Gitlab
* Used the new dh format in debian/rules
* Standards version set to 4.1.4 in debian/control
* Update Vcs fields for migration from Alioth -> Salsa
* Add build-dep on libfl-dev (flex development library package)
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 25 Jun 2018 13:35:29 +0200
c++-annotations (10.9.2-1) unstable; urgency=low
* Upstream fixed a doubly defined yodl-macro and some typos. (Closes:
#887581)
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 18 Jan 2018 13:46:03 +0100
c++-annotations (10.9.0-1) unstable; urgency=medium
[ Frank B. Brokken ]
* New upstream release covers (experimental::)filesystem, and elaborates on
system_error. For several other minor changes see upstream's changelog.
* Standards-Version set to 4.1.1
* New upstream version 10.9.0
[ tony mancill ]
* Bump Standards-Version to 4.1.2
* Address lintian warnings in debian/copyright
-- tony mancill <tmancill@debian.org> Wed, 06 Dec 2017 04:52:04 -0800
c++-annotations (10.8.1-2) unstable; urgency=medium
* Bump Standards-Version to 4.0.0
-- tony mancill <tmancill@debian.org> Wed, 21 Jun 2017 20:18:32 -0700
c++-annotations (10.8.1-1) experimental; urgency=low
* Additional typos uncovered by Amazon were fixed.
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 08 Jun 2017 12:50:20 +0200
c++-annotations (10.8.0-1) experimental; urgency=low
* New upstream release covers features introduced by the C++17 standard,
discontinues coverage of features dropped by the C++17 standard and
fixes many typos.
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 08 Jun 2017 09:07:58 +0200
c++-annotations (10.7.2-1) experimental; urgency=low
* New upstream release contains a complete re-implementation of the
procedure to add binary operators to classes. The current procedure
fundamentally differs from the one advocated in release 10.7.1.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 12 Feb 2017 14:29:24 +0100
c++-annotations (10.7.1-1) experimental; urgency=low
* New upstream release simplifies the templates that add binary operators to
classes, and adds some specific section links to the SFINAE section.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 04 Feb 2017 12:02:27 +0100
c++-annotations (10.7.0-1) experimental; urgency=low
[ Frank B. Brokken ]
* New upstream release (adds several new sections, mainly related to the
upcoming C++17 standard, and contains rewritten sections about
implementing/adding binary operators to classes).
[ tony mancill ]
* Use debhelper 10.
* Update Vcs URLs to use https.
* Add build-dep on texlive-latex-extra so upquote.sty can be resolved.
* Add debian/watch.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 28 Jan 2017 13:45:15 +0100
c++-annotations (10.6.0-1) unstable; urgency=low
* New upstream release (adds new sections about various l/rvalue types and
about using std:;exceptions, and contains various cosmetic changes; see
the upstream changelog for details).
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 30 Oct 2016 10:58:48 +0100
c++-annotations (10.5.1-1) unstable; urgency=low
* New upstream release (fixed typos and completed cosmetic changes)
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 24 Jul 2016 07:45:21 +0200
c++-annotations (10.5.0-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release adapted and extended coverage of C++'s time handling
facilities
* Updated the debian/control build-depends requirements.
[ tony mancill ]
* Drop ancient conflicts "Conflicts: c++-annotations (<< 6.4.0f-3)"
-- tony mancill <tmancill@debian.org> Wed, 23 Dec 2015 12:02:08 -0800
c++-annotations (10.4.0-1) unstable; urgency=low
* New upstream release (among other changes: added a new section about
reference binings)
* Updated the Homepage to github
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 11 Dec 2015 15:52:20 +0100
c++-annotations (10.3.0-2) unstable; urgency=low
* This release depends on libbobcat4
* Removed the get-orig-source target from debian/rules
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 07 Oct 2015 13:35:59 +0200
c++-annotations (10.3.0-1) unstable; urgency=low
* New upstream release adds new sections about expression templates, about
attributes, about shared mutexes, about shared locks, about heterogeneous
lookups, about sized deallocation functions, and about moving and swapping
streams; added references to C++14 to various sections; and reorganized
the section about lambda expressions; fixes some typos; and repairs a
compilation problem introduced by g++-5. (Closes: #793224, #794666)
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 16 Aug 2015 15:26:51 +0200
c++-annotations (10.2.1-1) unstable; urgency=low
* New upstream release fixes some typos and repairs a compilation problem
introduced by g++-5
-- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 11 Aug 2015 13:52:48 +0200
c++-annotations (10.2.0-1) unstable; urgency=low
* New upstream release reorganizes and improves the coverage of C++14's
regular expression facilites
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 25 May 2015 11:08:03 +0200
c++-annotations (10.1.0-1) unstable; urgency=low
* New upstream release adds sections about handling regular expressions
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 24 Dec 2014 19:57:16 +0100
c++-annotations (10.0.0-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release adds a new chapter about multi threading
* Updated version information in 'control'
* Bump Standards-Version to 3.9.6.
[ tony mancill ]
* Drop explicit dependency on g++-4.9, which is now unnecessary.
-- tony mancill <tmancill@debian.org> Fri, 31 Oct 2014 06:43:08 -0700
c++-annotations (9.9.1-2) unstable; urgency=medium
* Switch explicit dependency on g++-4.8 to g++-4.9. This is only
needed while sh4 still defaults to g++-4.6. (Closes: #751306)
-- tony mancill <tmancill@debian.org> Thu, 12 Jun 2014 20:39:24 -0700
c++-annotations (9.9.1-1) unstable; urgency=low
* Fixed LaTeX formatting problems with cplusplusUS ps/pdf files
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 05 Jun 2014 14:25:55 +0200
c++-annotations (9.9.0-1) unstable; urgency=low
[ Frank B. Brokken ]
* Reordered and rewrote sections about stl's time and condition variable
classes
* Changed the compiler version to 4.9 in the 'rules' file. 4.9. is not
essential (4.8 should do fine as well).
[ tony mancill ]
* Switch compiler back to g++-4.8.
* Update Vcs- URLs in debian/control to be canonical.
-- tony mancill <tmancill@debian.org> Tue, 03 Jun 2014 23:19:08 -0700
c++-annotations (9.8.2-1) unstable; urgency=low
* Completed the list of available type traits
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 07 Mar 2014 15:12:16 +0100
c++-annotations (9.8.1-1) unstable; urgency=low
* Added several additions to existing sections: about shared/unique _ptr,
about defining (const_)(reverse_)iterators, and about bound function
template friends.
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 02 Mar 2014 15:31:34 +0100
c++-annotations (9.8.0-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release, adds a section about static polymorphism, removes
the concrete/a2x section, and removes C++11 indicators from the section
headers.
[ tony mancill ]
* Use debhelper 9.
* Tweak build-deps for g++ to use >= 4.8.
-- tony mancill <tmancill@debian.org> Sat, 18 Jan 2014 08:55:27 -0800
c++-annotations (9.7.3-1) unstable; urgency=low
* New upstream release, fixing several typos.
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 22 Aug 2013 13:21:10 +0200
c++-annotations (9.7.2-1) unstable; urgency=low
* New upstream release, repairs several minor left-over flaws.
This release incorporates 9.7.0 and 9.7.1.
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 30 May 2013 13:32:18 +0200
c++-annotations (9.7.1-1) unstable; urgency=low
* New upstream release updates the Annotation's 'what's new' section.
Other than that, release 9.7.1 incorporates 9.7.0.
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 30 May 2013 09:47:54 +0200
c++-annotations (9.7.0-1) UNRELEASED; urgency=low
* New upstream release adds/rewrote several sections, covering topics like
time specifications, multi-threading, the system_error exception class,
lambda expressions. Several more minor changes are documented in the
upstream's changelog.
* Moved the MD5TRUSTED definition in debian/rules to the top-section of that
file
* Removed the git-build target from debian/rules
* Changed c++-annotations_...tar.gz to cpp-annotations_...tar.gz to
synchronize with the pathname used at alioth
(git.debian.org/git/collab-maint/cpp-annotations)
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 29 May 2013 22:38:40 +0200
c++-annotations (9.6.0-2) UNRELEASED; urgency=low
* Update Vcs fields in d/control to point to collab-maint repo
-- tony mancill <tmancill@debian.org> Sun, 10 Mar 2013 12:31:05 -0700
c++-annotations (9.6.0-1) unstable; urgency=low
* New upstream release adds new section about noexcept and updates the
string chapter
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 10 Jan 2013 20:34:38 +0100
c++-annotations (9.5.0-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release adds new section about Allocators and updates the
sequential containers to C++11
[ tony mancill ]
* Bump Standards-Version to 3.9.4.
* Remove Vcs-Browse field; replace Vcs-Svn with Vcs-Git URL.
-- tony mancill <tmancill@debian.org> Sat, 15 Dec 2012 19:55:26 +0000
c++-annotations (9.4.0-1) unstable; urgency=low
* New upstream release adds new section about std::make_shared
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 28 Jun 2012 20:51:43 +0200
c++-annotations (9.3.0-1) unstable; urgency=low
* New upstream release improves coverage of static_cast and
reinterpret_cast, and reorganizes the wording of the casts-sections
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 29 Mar 2012 08:39:50 +0200
c++-annotations (9.2.1-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release (using flexc++, reauthored polymorphic semantic
values and unrestricted unions). Upstream release 9.2.0 is implied by
this release.
[ tony mancill ]
* Set Standards-Version to 3.9.3.
-- tony mancill <tmancill@debian.org> Tue, 28 Feb 2012 00:50:21 +0000
c++-annotations (9.1.0-1) unstable; urgency=low
* New upstream release (covering C++11 to a large extend)
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 20 Jan 2012 11:53:17 +0100
c++-annotations (9.0.2-1) unstable; urgency=low
* New upstream release (editorial changes)
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 12 Sep 2011 16:08:05 +0200
c++-annotations (9.0.1-1) unstable; urgency=low
* New upstream release fixes some annoying typos
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 20 Jul 2011 12:27:26 +0200
c++-annotations (9.0.0-1) unstable; urgency=low
* New upstream major release, syncing the sections about move special
members with the position adopted by the C++ standards committee.
* [GD] Added build-arch, build-indep, dropped configure, moved
installation part to install-indep; dropped configure-stamp.
* [GD] Install c++-annotations.7 via c++-annotations.manpages.
* [GD] Drop portugese translation from description as it is not
provided anymore (substantially lagging behind the original).
* [GD] Added Vcs-Browser field.
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 20 Jun 2011 11:38:01 +0200
c++-annotations (8.3.1-2) unstable; urgency=low
* Set distribution to unstable.
-- tony mancill <tmancill@debian.org> Fri, 24 Dec 2010 20:54:01 -0800
c++-annotations (8.3.1-1) experimental; urgency=low
* New upstream release.
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 20 Dec 2010 15:51:06 +0100
c++-annotations (8.3.0-1) experimental; urgency=low
[ Frank B. Brokken ]
* New upstream release.
[ tony mancill ]
* Uploading to experimental for distribution until the squeeze freeze
has been lifted.
-- tony mancill <tmancill@debian.org> Sun, 19 Sep 2010 18:14:26 -0700
c++-annotations (8.2.0-1) unstable; urgency=low
* New upstream release.
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 17 May 2010 16:42:42 +0200
c++-annotations (8.1.2-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release.
[ tony mancill ]
* Switched to source format 3.0 (quilt)
* Upgraded to debhelper compat 7; minor tweak to debian/rules.
-- tony mancill <tmancill@debian.org> Thu, 06 May 2010 21:53:54 -0700
c++-annotations (8.1.1-1) unstable; urgency=low
* New upstream release.
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 11 Mar 2010 21:11:28 +0100
c++-annotations (8.1.1~pre-1) unstable; urgency=low
* New preliminary upstream release, not for distribution to Debian
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 03 Mar 2010 20:40:59 +0100
c++-annotations (8.1.0-1) unstable; urgency=low
* New upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 01 Mar 2010 09:11:46 +0100
c++-annotations (8.1.0~pre2-1) unstable; urgency=low
* New upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 23 Dec 2009 19:54:17 +0100
c++-annotations (8.1.0~pre1-1) unstable; urgency=low
* New upstream release
* Add version 2 to GPL in copyright
* Move all build-depends to Build-Depends-Indep, except debhelper,
since no architecture-dependent packages being built
* Add some bits to the packages short descriptions to make the differences
more clear among them
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 06 Nov 2009 10:55:45 +0100
c++-annotations (8.0.1-1) unstable; urgency=low
* New upstream release (Closes: #542999)
* Build-Depends on bobcat 2.04.01
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 04 Sep 2009 20:17:34 +0200
c++-annotations (8.0.0-2) unstable; urgency=low
* debian/control: change archive section from 'devel' to 'doc'
-- tony mancill <tmancill@debian.org> Tue, 21 Jul 2009 14:00:33 -0700
c++-annotations (8.0.0-1) unstable; urgency=low
* New upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 16 Jul 2009 10:15:14 +0200
c++-annotations (7.3.0-1) unstable; urgency=low
* New upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 15 Feb 2009 16:47:42 +0100
c++-annotations (7.2.2-1) unstable; urgency=low
* New upstream release (textual corrections, new major version of the
bobcat library)
* control: XS-X-Vcs-Svn replaced by Vcs-Svn
-- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 06 Dec 2008 13:40:26 +0100
c++-annotations (7.2.1-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release (textual corrections)
[ George Danchev ]
* standards-version is now 3.8.0, no changes needed
* build-depends on ghostscript rather than gs-gpl, which is now obsoleted
-- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 06 Aug 2008 08:54:20 +0200
c++-annotations (7.2.0-1) unstable; urgency=low
[ Frank B. Brokken ]
* New upstream release
[ tony mancill ]
* Standards version is now 3.7.3.
* debian/rules: binary-arch target has been replaced with binary-indep
-- tony mancill <tmancill@debian.org> Tue, 25 Mar 2008 08:00:58 -0700
c++-annotations (7.0.1-1) unstable; urgency=low
* New upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Mon, 30 Jul 2007 12:53:26 +0200
c++-annotations (7.0.0-1) unstable; urgency=low
* New upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 15 Jun 2007 19:31:12 +0200
c++-annotations (6.5.0-2) unstable; urgency=low
[ George Danchev ]
* Added sty files to the -latex package
[ tony mancill ]
* updated build dependencies for tetex to texlive transition
-- tony mancill <tmancill@debian.org> Fri, 20 Apr 2007 22:05:03 -0700
c++-annotations (6.5.0-1) unstable; urgency=low
* New upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 30 Nov 2006 16:07:55 +0100
c++-annotations (6.4.1-2) unstable; urgency=low
* control: use XS-X-Vcs-Svn, rather that XS-X-VCS-Svn
* rules: install all directories with code examples
-- George Danchev <danchev@spnet.net> Fri, 22 Sep 2006 11:42:27 +0300
c++-annotations (6.4.1-1) unstable; urgency=low
* New upstream release
- removed chist document from contrib package due to license ambiguity
- removed Portuguese translation until license can be clarified
* copyright: added permissions for contributions/java_cpp_keywords.html
-- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 19 Sep 2006 13:14:25 +0200
c++-annotations (6.4.0f-5) unstable; urgency=low
[ Tony Mancill ]
* Fixed the spelling of Portuguese
* Added myself to uploaders
* Added some information to the main package description about the other
formats, removed some of the whitespace in the dependencies line
* Removed the conflicts from the main package.
-- George Danchev <danchev@spnet.net> Fri, 15 Sep 2006 08:15:55 +0300
c++-annotations (6.4.0f-4) unstable; urgency=low
[ George Danchev ]
* Split off html|txt|latex|pdf|ps|dvi|contrib packages, thus
Conflicts: c++-annotations (<< 6.4.0f-3) since the directory overlap
* get-orig-source: use sed instead of original-awk
-- George Danchev <danchev@spnet.net> Sun, 10 Sep 2006 11:28:10 +0300
c++-annotations (6.4.0f-3) unstable; urgency=low
[ George Danchev ]
* Add XS-X-VCS-Svn: field to control file
* DVI, PS, and LaTex outputs are now compressed
* Only certain files are installed from latex directory
* Symlinks are now removed
-- George Danchev <danchev@spnet.net> Fri, 8 Sep 2006 19:32:23 +0300
c++-annotations (6.4.0f-2) unstable; urgency=low
[ George Danchev, after a review by Tony Mancill ]
* Architecture: all
* Remove ${shlibs:Depends} from Depends:
* Remove lynx | www-browser from Depends:
* Remove gs from Build-Depends:
* Add Homepage: to Description:
* Remove extra debian/docs file, files already handled by dh_installdocs
-- George Danchev <danchev@spnet.net> Fri, 8 Sep 2006 04:33:54 +0300
c++-annotations (6.4.0f-1) unstable; urgency=low
* New Upstream release
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 07 Sep 2006 14:04:27 +0200
c++-annotations (6.4.0e-1) unstable; urgency=low
* Initial release (Closes: #386060)
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 1 Sep 2006 16:12:33 +0200
|