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 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809
|
texstudio (3.0.4+ds-1) unstable; urgency=medium
* Merging upstream version 3.0.4+ds.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused .github directory
- unused src/adwaita-qt directory
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Fri, 08 Jan 2021 07:34:43 +0100
texstudio (3.0.2+ds-1) unstable; urgency=medium
* Merging upstream version 3.0.2+ds.
* Regenerating 01-removed-upstream-files.patch.
* Updating 04-about-dialog.patch.
* Regenerating 06-adwaita-qt.patch.
* Updating to standards version 4.5.1, no changes needed.
* Improving lintian override for LaTeX templates.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused .github directory
- unused src/adwaita-qt directory
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Mon, 04 Jan 2021 21:47:43 +0100
texstudio (3.0.1+ds-1) unstable; urgency=medium
* Merging upstream version 3.0.1.+ds.
* Updating repacksuffix in watch file.
* Removing 06-libhunspell.patch, fixed upstream.
* Removing 07-libquazip5.patch, fixed upstream.
* Improving adwaita-qt integration for multiarch support.
* Simplifying and renumbering 06-adwaita-qt.patch.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/adwaita-qt directory
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Sat, 05 Sep 2020 12:26:12 +0200
texstudio (3.0.0+ds-1) unstable; urgency=medium
* Merging upstream version 3.0.0+ds.
* Updating watch file to respect new source version extension +ds.
* Mentioning new translation (ca) in control file.
* No longer moving appdata file to the correct location, fixed upstream.
* Regenerating 01-removed-upstream-files.patch.
* Regenerating 03-disable-auto-update.patch.
* Adding 06-libhunspell.patch in order to use system hunspell.
* Adding 07-libquazip5.patch in order to use system quazip5.
* Adding 08-adwaita-qt.patch in order to use adwaita-qt instead of
built-in adwaita.
* Building texstudio with system adwaita.
* Adding adwaita-qt as a build-dependency.
* Adding adwaita-qt to texstudio recommends.
* Excluding upstream adwaita-qt files in copyright file.
* Adding false positive package-contains-documentation-outside-usr-
share-doc warning to lintian overrides.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/adwaita-qt directory
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Fri, 04 Sep 2020 06:31:09 +0200
texstudio (2.12.22+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.22+debian.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Thu, 30 Jan 2020 11:14:13 +0100
texstudio (2.12.20+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.20+debian.
* Updating to standards version 4.5.0, no changes needed.
* Updating year in copyright file.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Thu, 30 Jan 2020 09:54:15 +0100
texstudio (2.12.18+debian-1) unstable; urgency=medium
* Closing bug #931657 in changelog.
* Merging upstream version 2.12.18+debian.
* Updating 01-removed-upstream-files.patch.
* Mentioning new translations (pt, sk) in control file.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Thu, 30 Jan 2020 08:49:08 +0100
texstudio (2.12.16+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.16+debian (Closes: #931657).
* Regenerating 01-removed-upstream-files.patch.
* Adding 05-cleanup-appdata.patch in order to remove non-official
AppStream tag from upstream appdata.xml.
* Adding texstudio.appdata.xml to copyright file.
* Mentioning new translations (br, sv) in control file.
* Removing no longer needed dh_strip override for dbgsym-migration in
rules file.
* Removing no longer needed option --parallel from rules file.
* Removing no longer present option --fail-missing from dh_install in
rules file.
* Switching to debhelper compat level 12.
* Adding override for dh_missing to rules file.
* Updating to standards version 4.4.1, no changes needed.
* Adding false positive privacy-breach warning to lintian overrides.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Sat, 16 Nov 2019 20:13:54 +0100
texstudio (2.12.14+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.14+debian.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Tue, 11 Dec 2018 14:43:21 +0100
texstudio (2.12.12+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.12+debian.
* Updating year in debian/copyright.
* Mentioning new translations (id_ID) in control file.
* Regenerating 01-removed-upstream-files.patch.
* Regenerating 03-disable-auto-update.patch.
* Removing 04-quazip-qt5.patch, fixed upstream.
* Renumbering patches.
* Adding missing info to previous changelog entry.
* Removing custom compression in source/options.
* Removing custom compression in rules.
* Updating to standards version 4.2.1, no changes needed.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Sat, 08 Dec 2018 22:12:52 +0100
texstudio (2.12.10+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.10+debian.
* Regenerating 01-removed-upstream-files.patch.
* Regenerating 03-disable-auto-update.patch.
* Regenerating 04-quazip-qt5.patch.
* Updating 05-about-dialog.patch.
* Excluding upstream files in copyright file.
* Improving version mangle in watch file.
* Removing obsolete entry from lintian-overrides.
* Mentioning new translations (ko, ko_KR) in control file.
* Updating to standards version 4.2.0, no changes needed.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Tue, 14 Aug 2018 13:20:02 +0200
texstudio (2.12.8+debian-2) unstable; urgency=medium
* Mentioning additional languages (ar and ru_RU) in control file.
* Adding files-excluded and comment field to copyright file.
* Removing no longer used get-orig-source target from rules file.
* Improving watch file to support repacking and recompressing the
upstream tarball.
* Updating and improving watch file as upstream has moved to github.
* Updating source field in copyright.
* Updating homepage field in control file.
* Updating to standards version 4.1.4, no changes needed.
* Listing Debian revision in about dialog instead of empty upstream git
revision.
* Adding 05-about-dialog.patch in order to fix the wording in the about
dialog as we display the Debian revision instead of the upstream
commit id.
-- Tom Jampen <tom@cryptography.ch> Wed, 20 Jun 2018 07:33:43 +0200
texstudio (2.12.8+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.8+debian.
* Moving to watch file version 4 and sf redirector.
* Updating watch file to recognize new upstream releases.
* Updating rules file to reflect upstream paths changes.
* Updating file paths in copyright file due to upstream changes.
* Updating changelog according to upstream changes.
* Updating year in copyright file.
* Updating 01-removed-upstream-files.patch.
* Updating 02-fix-desktop.patch.
* Regenerating 03-disable-auto-update.patch.
* Regenerating 04-quazip-qt5.patch.
* Removing 05-update-appdata-file.patch, applied upstream.
* Removing package latex-beamer from suggests as this package no longer
exists (Closes: #893946).
* Specifying needed libhunspell-dev version (at least 1.5.1) due to upstream
changes.
* Rebuilding upstream tarball without:
- conflicting debian directory
- conflicting .gitignore file
- unused src/hunspell directory
- unused src/pdfviewer/include_win32 directory
- unused src/pdfviewer/include_win32_qt5 directory
- unused src/quazip directory
- unused qt translations
- unused travis-ci directory and .travis.yml file
- unused dictionary and thesaurus files
- unused utilities/TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Tue, 01 May 2018 18:23:31 +0200
texstudio (2.12.6+debian-2) unstable; urgency=medium
* Updating 04-quazip-qt5.patch in order to specify the correct path for
quazip5 in texstudio.pro (Closes: #886572).
* Updating to standards version 4.1.3.
-- Tom Jampen <tom@cryptography.ch> Mon, 08 Jan 2018 22:27:36 +0100
texstudio (2.12.6+debian-1) unstable; urgency=medium
* Merging upstream version 2.12.6+debian.
* Updating 01-removed-upstream-files.patch.
* Regenerating 03-disable-auto-update.patch.
* Regenerating 04-quazip-qt5.patch.
* Adding new upstream files minisplitter.* to copyright file.
* Updating years in copyright file.
* Moving from http:// to https:// url in copyright file.
* Updating to standards version 4.1.0.
* Moving from -dbg package to automatically created -dbgsym packages.
* Adding Multi-Arch field in control file according to the multiarch hinter.
* Mentioning new translations (fa, tr_TR) in control file.
* Adding 05-update-appdata-file.patch for updating texstudio.appdata.xml
to the latest format specified by freedesktop.org.
* Fixing installation location of texstudio.appdata.xml
(/usr/share/metainfo instead of /usr/share/appdata).
* Updating texstudio.install to install /usr/share/metainfo.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused pdfviewer/include_win32 directory
- unused pdfviewer/include_win32_qt5 directory
- unused qt translations
- unused quazip directory
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Tue, 26 Sep 2017 17:08:16 +0200
texstudio (2.11.2+debian-1) unstable; urgency=medium
* Merging upstream version 2.11.2+debian.
* Regenerating 01-removed-upstream-files.patch.
* Regenerating 04-quazip-qt5.patch.
* Adding new upstream files flowlayout.* to copyright file.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused pdfviewer/include_win32 directory
- unused pdfviewer/include_win32_qt5 directory
- unused qt translations
- unused quazip directory
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Sun, 23 Oct 2016 19:37:11 +0200
texstudio (2.11.0+debian-1) unstable; urgency=medium
* Merging upstream version 2.11.0+debian.
* Updating get-orig-source target in rules to no longer include quazip.
* Adding build dependency on libquazip5-dev.
* Removing no longer included quazip from copyright file.
* Adding new upstream folder libqmarkedscrollbar to copyright file.
* Improving variable handling for disabling the TeXstudio crash handler
and tests in rules.
* Adding variable for building TeXstudio against Debian's libhunspell in
rules.
* Adding variable for building TeXstudio against Debian's libquazip in
rules.
* Enable hardening options in rules.
* Removing 01-use-libhunspell.patch as upstream's build process now
supports using Debian's libhunspell.
* Regenerating 02-removed-upstream-files.patch.
* Regenerating 04-disable-auto-update.patch.
* Reordering patches.
* Adding 04-quazip-qt5.patch in order to build against the qt5 version
of libquazip.
* Mentioning new translation (nl) in control file.
* Updating to standards version 3.9.8, no changes needed.
* Adding lintian-overrides in order to prevent false positives.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused pdfviewer/include_win32 directory
- unused pdfviewer/include_win32_qt5 directory
- unused qt translations
- unused quazip directory
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Sun, 26 Jun 2016 11:53:55 +0200
texstudio (2.10.8+debian-1) unstable; urgency=medium
* Merging upstream version 2.10.8+debian.
* Regenerating 01-use-libhunspell.patch.
* Regenerating 02-removed-upstream-files.patch.
* Regenerating 04-disable-auto-update.patch.
* Updating copyright file to reflect upstream changes.
-- Tom Jampen <tom@cryptography.ch> Sat, 06 Feb 2016 21:26:19 +0100
texstudio (2.10.6+debian-1) unstable; urgency=medium
* Merging upstream version 2.10.6+debian.
* Updating 01-use-libhunspell.patch to only change hunspell related
behavior.
* Updating and renaming 02-no-qt-translations.patch in order to
completely remove files from texstudio.pro deleted from the upstream
tarball.
* Updating 03-fix-desktop.patch.
* Updating 04-disable-auto-update.patch to also disable the update level
chooser and the "Check Now" button.
* Updating get-orig-source target in rules file to handle unneeded files
moved to a subdirectory within the upstream tarball.
* Changing years in copyright file to reflect upstream changes.
* Updating file locations in copyright file to reflect moved source
code.
* Mentioning additional translations in control file.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused pdfviewer/include_win32 directory
- unused pdfviewer/include_win32_qt5 directory
- unused qt translations
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Thu, 28 Jan 2016 13:23:54 +0100
texstudio (2.10.4+debian-1) unstable; urgency=medium
* Merging upstream version 2.10.4+debian.
* Updating 01-use-libhunspell.patch.
* Updating 02-no-qt-translations.patch.
* Updating 04-disable-auto-update.patch.
* Updating year in copyright file.
-- Tom Jampen <tom@cryptography.ch> Tue, 12 Jan 2016 22:44:10 +0100
texstudio (2.10.2+debian-1) unstable; urgency=medium
* Merging upstream version 2.10.2+debian.
* Regenerating 01-use-libhunspell.patch.
* Regenerating 04-no-qt-translations.patch.
* Reordering patches.
-- Tom Jampen <tom@cryptography.ch> Tue, 22 Sep 2015 07:56:48 +0200
texstudio (2.10.0+debian-1) unstable; urgency=medium
* Merging upstream version 2.10.0+debian.
* Updating 01-use-libhunspell.patch.
* Regenerating 03-disable-auto-update.patch.
* Updating 04-no-qt-translations.patch.
* Removing 05-fix-mercurial-revision.patch, included upstream.
* Updating copyright file to match source code changes.
* Updating rules file to reflect new changelog location.
* Removing no longer used lintian-override.
-- Tom Jampen <tom@cryptography.ch> Sun, 13 Sep 2015 21:19:38 +0200
texstudio (2.9.4+debian-3) unstable; urgency=medium
* Updating texstudio's svg dependency for qt5 (Closes: #786455).
-- Tom Jampen <tom@cryptography.ch> Tue, 26 May 2015 21:58:42 +0200
texstudio (2.9.4+debian-2) unstable; urgency=medium
* Updating rules to select qt5 for building.
* Updating build dependencies to build with qt5.
-- Tom Jampen <tom@cryptography.ch> Fri, 15 May 2015 19:31:22 +0200
texstudio (2.9.4+debian-1) unstable; urgency=medium
* Merging upstream version 2.9.4+debian.
* Regenerating 03-disable-auto-update.patch.
* Removing 05-use-libsynctex.patch as TeXstudio includes a modified
version of the synctex parser.
* Removing libsynctex-dev from Build-Depends as TeXstudio includes a
modified version of the synctex parser.
* Removing 06-fix-silent-file-saving.patch, fixed upstream.
* Adding 05-fix-mercurial-revision.patch in order to prevent TeXstudio's
mercurial revision from being empty.
* Updating year in copyright file.
* Updating quazip's copyright information.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused include_win32 directory
- unused include_win32_qt5 directory
- unused qt translations
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Fri, 08 May 2015 06:42:01 +0200
texstudio (2.8.8+debian-1) unstable; urgency=medium
* Merging upstream version 2.8.8+debian (Closes: #774084).
* Updating 01-use-libhunspell.patch.
* Regenerating 03-disable-auto-update.patch.
* Regenerating 04-no-qt-translations.patch.
* Regenerating 05-use-libsynctex.patch.
* Regenerating 06-fix-silent-file-saving.patch.
* Updating year in copyright file.
* Removing doc-base registration for usermanual-fr, as the french
version has been removed upstream.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused include_win32 directory
- unused include_win32_qt5 directory
- unused qt translations
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Wed, 29 Apr 2015 20:35:43 +0200
texstudio (2.8.4+debian-3) unstable; urgency=medium
* Adding 06-fix-silent-file-saving.patch in order to prevent data loss
(Closes: #770721).
-- Tom Jampen <tom@cryptography.ch> Wed, 03 Dec 2014 14:05:12 +0200
texstudio (2.8.4+debian-2) unstable; urgency=medium
* Updating to standards version 3.9.6, no changes needed.
* Switching to default xz compression in source/options.
* Adding needed Replaces and Breaks fields for texstudio-doc and
texstudio-l10n in order to allow upgrading from wheezy due to splitting
the texstudio binary package (Closes: #768158).
-- Tom Jampen <tom@cryptography.ch> Thu, 06 Nov 2014 14:39:02 +0100
texstudio (2.8.4+debian-1) unstable; urgency=medium
* Merging upstream version 2.8.4+debian.
* Regenerating 01-use-libhunspell.patch.
* Updating 04-no-qt-translations.patch to also exclude qt_pl.qm.
* Regenerating 05-use-libsynctex.patch.
* Updating package description to include new polish translations.
* Switching to default xz compression level in rules.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused include_win32 directory
- unused include_win32_qt5 directory
- unused qt translations
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Wed, 10 Sep 2014 07:36:27 +0200
texstudio (2.8.2+debian-1) unstable; urgency=medium
* Merging upstream version 2.8.2+debian.
* Regenerating 01-use-libhunspell.patch.
* Updating 02-fix-desktop.patch.
* Regenerating 03-disable-auto-update.patch.
* Regenerating 04-no-qt-translations.patch.
* Regenerating 05-use-libsynctex.patch.
* Updating year in copyright file.
* Removing texstudio.svg from install file, fixed upstream.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused include_win32 directory
- unused include_win32_qt5 directory
- unused qt translations
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Mon, 18 Aug 2014 06:45:11 +0200
texstudio (2.8.0+debian-2) unstable; urgency=medium
* Fixing wrong date in changelog.
* Enabling --as-needed linking.
* Adding dependency on libqt4-svg as texstudio heavily uses svg icons (LP:
#1332508).
* Fixing capitalization error in package description.
* Simplifying install files by removing unneeded destination directories.
-- Tom Jampen <tom@cryptography.ch> Wed, 30 Jul 2014 06:29:41 +0200
texstudio (2.8.0+debian-1) unstable; urgency=medium
* Merging upstream version 2.8.0+debian.
* Updating 01-use-libhunspell.patch.
* Improving 03-disable-auto-update.patch to not only uncheck but disable the
auto update checkbox.
* Regenerating 04-no-qt-translations.patch.
* Removing no longer needed 05-fix-poppler-qt5-path.patch.
* Enabling parallel building, thanks to Pino Toscano <pino@debian.org> for
the patch (Closes: #752269).
* Improving get-orig-source target in rules file.
* Updating get-orig-source target in rules file to remove unneeded new
include_win32_qt5 directory from upstream tarball.
* Adding AppStream support by installing upstream texstudio.appdata.xml.
* Adding texstudio-doc and texstudio-l10n to texstudio's recommends.
* Adding lintian-overrides for false positive and unfixable typo.
* Updating years in copyright file.
* Adding build dependency on libsynctex-dev.
* Adding 05-use-libsynctex.patch in order to use libsynctex instead of
embedded synctex files, thanks to Sebastian Ramacher <sramacher@debian.org>
for the patch (Closes: #753806).
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused hunspell directory
- unused include_win32 directory
- unused include_win32_qt5 directory
- unused qt translations
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Fri, 11 Jul 2014 12:31:23 +0200
texstudio (2.7.0+debian-2) unstable; urgency=medium
* Moving html documentation and latex templates to separate package.
* Moving texstudio translations to separate package.
* Adding missing sources for minified and combined quazip/doc/html/jquery.js.
* Updating 02-fix-desktop.patch to add keywords entry to the desktop file.
-- Tom Jampen <tom@cryptography.ch> Tue, 22 Apr 2014 16:44:02 +0200
texstudio (2.7.0+debian-1) unstable; urgency=medium
* Merging upstream version 2.7.0+debian.
* Regenerating 01-use-libhunspell.patch.
* Regenerating 03-disable-auto-update.patch.
* Regenerating 04-no-qt-translations.patch.
* Regenerating 05-fix-poppler-qt5-path.patch.
* Fixing wrong license information for quazip in copyright file.
* Updating year in copyright file.
* Adding license information for the new latex reference manual to copyright
file.
* Updating the doc-base registration for the latex reference manual to point
to the new html file.
-- Tom Jampen <tom@cryptography.ch> Fri, 18 Apr 2014 10:30:15 +0200
texstudio (2.6.6+debian-1) unstable; urgency=low
* Merging upstream version 2.6.6+debian.
* Regenerating 01-use-libhunspell.patch.
* Regenerating 03-disable-auto-update.patch.
* Adding 04-no-qt-translations.patch to remove qt translation files from
texstudio.pro.
* Adding 05-fix-poppler-qt5-path.patch to fix poppler-qt5 path in
texstudio.pro.
* Adding missing moderncv templates to copyright file.
* Updating license information for qtsingleapplication due to upstream
changes.
* Sorting copyright file alphabetically.
* Registering upstream html documentation with doc-base.
* Updating to standards version 3.9.5.
-- Tom Jampen <tom@cryptography.ch> Fri, 22 Nov 2013 11:08:21 +0100
texstudio (2.6.2+debian-2) unstable; urgency=low
* Disabling the buggy texstudio crash handler in order to allow building
on several archs (Closes: #705820).
-- Tom Jampen <tom@cryptography.ch> Thu, 15 Aug 2013 14:27:43 +0200
texstudio (2.6.2+debian-1) unstable; urgency=low
* Merging upstream version 2.6.2+debian.
* Removing 04-string-format-security.patch, fixed upstream.
-- Tom Jampen <tom@cryptography.ch> Sun, 11 Aug 2013 17:30:34 +0200
texstudio (2.6.0+debian-1) unstable; urgency=low
* Merging upstream version 2.6.0+debian:
- Fixes FTBFS on several architectures ("error: 'REG_EIP' was not declared
in this scope") (Closes: #705820).
* Regenerating 01-use-libhunspell.patch.
* Updating 02-fix-desktop.patch to also remove no longer needed encoding
line.
* Fixing indentation in 03-disable-auto-update.patch.
* Adding 04-string-format-security.patch in order to fix a format-
security compile error.
* Removing fix for wrong permissions of spanish TeXstudio translation
file from rules.
* Adding new files in directory quazip to copyright file.
* Adding zipped latex templates to texstudio.install file.
* Adding get-orig-source target to rules file.
* Overriding dh_auto_configure in order to suppress automated tests when
starting TeXstudio after installing/upgrading (LP: #1154261).
-- Tom Jampen <tom@cryptography.ch> Tue, 18 Jun 2013 22:18:36 +0200
texstudio (2.5.2+debian-1) experimental; urgency=low
* Merging upstream version 2.5.2+debian.
* Regenerating 01-use-libhunspell.patch.
* Regenerating 02-fix-desktop.patch.
* Removing 03-fix-manpage-version.patch, fixed upstream.
* Removing 04-mythes-path.patch, included upstream.
* Removing 05-gcc4.7.patch, included upstream.
* Removing 06-fix-auto-bibtex.patch, fixed upstream.
* Removing 07-disable-auto-bibtex-option.patch, fixed upstream with new
tex build system.
* Removing 08-change-default-quickbuild-option.patch, fixed upstream
with new tex build system.
* Removing 09-trim-commands.patch, fixed upstream.
* Removing 10-disable-riddle.patch, fixed upstream by displaying a
useful text instead of the riddle.
* Adding 03-disable-auto-update.patch in order to prevent automatic
TeXstudio updates.
* Correcting line break in control file.
* Updating to standards version 3.9.4.
* Installing uncompressed css files for TeXstudio's user manual.
* Installing files for designating language specific words in TeXstudio
that shouldn't be used.
* Installing files containing language specific words that are
designated as a repetition error in TeXstudio only if they are placed
directly next to each other.
* Installing latex template files to /usr/share/texstudio, needed for
new template mechanism.
* Fixing watch file as proposed by Bart Martens <bartm@debian.org>, but
keeping version mangle.
* Fixing wrong permissions of spanish TeXstudio translation file.
* Updating year in copyright file.
* Adding new TeXstudio authors to copyright file.
* Fixing typo in old changelog entry.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused include_win32 directory
- unused hunspell directory
- unused dictionary and thesaurus files
- unused TexTablet directory
- unused poppler-data directory
-- Tom Jampen <tom@cryptography.ch> Mon, 18 Mar 2013 11:19:14 +0100
texstudio (2.3+debian-4) unstable; urgency=low
* Adding patch to prevent needless latex run when no bib-files are referenced
(Closes: #688558).
* Adding patch to set the default value of "automatically run 'latex, bibtex,
latex' if bib-files were changed" to disabled.
* Adding patch to make 'pdflatex, viewpdf' the default quick build option.
* Adding patch to prevent the config file from growing by unnecessary
whitespace.
* Adding patch to disable the riddle asked when accessing advanced
configuration options.
-- Tom Jampen <tom@cryptography.ch> Sat, 20 Oct 2012 12:21:07 +0200
texstudio (2.3+debian-3) unstable; urgency=low
* Adding build-dependency on zlib1g-dev (Closes: #678583).
-- Tom Jampen <tom@cryptography.ch> Sun, 24 Jun 2012 13:26:15 +0200
texstudio (2.3+debian-2) unstable; urgency=low
* Fixing typo in source URL in copyright file.
* Improving watch file.
* Adding build-dependency on pkg-config (Closes: #675497).
-- Tom Jampen <tom@cryptography.ch> Fri, 15 Jun 2012 21:03:17 +0200
texstudio (2.3+debian-1) unstable; urgency=low
* Initial release.
* Rebuilding upstream tarball without:
- conflicting debian directory
- unused include_win32 directory
- unused hunspell directory
- unused dictionary and thesaurus files
-- Tom Jampen <tom@cryptography.ch> Mon, 14 May 2012 16:36:52 +0200
|