acr (1.6.2-1) unstable; urgency=medium . * New upstream release. ansible (2.5.3+dfsg-2) unstable; urgency=medium . * Merge the alioth and salsa repos * Fix again README.rst that was accidentally reverted in the previous upload (Closes: #898433) * Update VCS fields in debian/control to point to salsa.debian.org. ansible (2.5.3+dfsg-1) unstable; urgency=medium . * New upstream release. arping (2.19-5) unstable; urgency=medium . * Add an initial Gitlab CI config file * Add simple smoke test for autopkgtest * Declare compliance with Debian policy 4.1.4 astropy-healpix (0.2-4) unstable; urgency=medium . * Fix capitalization of license short names in order to resolve lintian warning: global-files-wildcard-not-first-paragraph-in-dep5-copyright birdfont (2.21.1+git8ae0c56f-3) unstable; urgency=medium . * debian/control - drop unnecessary libgit2-dev build-dependency (Closes: #899040) - set Standards-Version: 4.1.4 - update Maintainer: debian-fonts@lists.debian.org * debian/copyright - update copyright year budgie-extras (0.5.0-1) unstable; urgency=medium . * New release - Add Kangaroo plugin * Packaging changes - debian/control drop obsolete alternate library for budgie-desktop - debian/control add missing runtime dependency gir1.2-peas-1.0 - debian/control bump StandardsVersion no changes required - debian/control add binary package budgie-kangaroo-applet chasen (2.4.5-41) unstable; urgency=medium . * debian/control - update Maintainer address to deal with alioth migration - set Standards-Version: 4.1.4 * debian/.gitlab-ci.yml - update (and prepare piuparts and piuparts but not enabled yet) * debian/watch - deal with upstream's site change chealpix (3.30.0-6) unstable; urgency=medium . * Fix lintian warning: global-files-wildcard-not-first-paragraph-in-dep5-copyright * Update Standards-Version to 4.1.4. crash (7.2.3-2) unstable; urgency=medium . * Add wget as a builddep crash (7.2.3-1) unstable; urgency=medium . * Fix for a crash-7.2.2 regression that may cause the "mount" command to generate a segmentation violation. The bug is dependent upon the compiler version used to build the crash utility, where a buffer overrun is not seen with more recent versions of gcc, which hide the bug due to a different stack layout of a function's local variables. . * Fix for a second crash-7.2.2 buffer overrun regression that may cause the "rd -S" option to generate a segmentation violation if a displayed memory location contains a slab object address. . * Fix for a third, highly unlikely, crash-7.2.2 buffer overrun regression, that could potentially occur during session initialization. crash (7.2.1-2) unstable; urgency=medium . * Do not git clone eppic extension. (Closes: #898707), from Thadeu Lima de Souza Cascardo * Remove generated files: CFLAGS.extra LDFLAGS.extra extensions/defs.h, from Thadeu Lima de Souza Cascardo darts (0.32-17) unstable; urgency=medium . * debian/control - update Maintainer address to - set Standards-Version: 4.1.4 * debian/copyright - update copyright year davfs2 (1.5.4-3) unstable; urgency=medium . * fix-cookie-parsing.patch: Fixes cookie parsing. Closes: #834615. * Moving the code to salsa. * Debhelper 7 -> 11. - Uninstall purge removes everything, as it should. Closes: #836201. debhelper (11.3.2) unstable; urgency=medium . * dh_installchangelogs: Fix a second regression that made dh_installchangelogs ignore upstream changelogs in the source directories. Thanks to gregor herrmann for reporting the imcomplete fix. (Closes: #899248) debhelper (11.3.1) unstable; urgency=medium . * dh_installchangelogs: Fix logic error that made dh_installchangelogs incorrectly ignore explicitly passed changelogs. Thanks to Sven Joachim and Rene Engelhard for reporting the bug. (Closes: #899248) debhelper (11.3) unstable; urgency=medium . [ Niels Thykier ] * Buildsystem.pm: Fix use of undefined variable in certain error conditions. * dh_makeshlibs: Support -VUpstream-Version and -VNone as alternative to passing -V or omitting -V respectively. * dh_makeshlibs: Make -VUpstream-Version the default in compat 12 when -V is omitted. (Closes: #896464) * dh_makeshlibs: Correct handling of an explicit -V when a source builds multiple library packages and provides explicit shlibs files for a subset of them. Previously, the -V option could have been ignored for some of the packages containing libraries. * Dh_Lib.pm: Fall back to a regular mv(1) when rename fails with EXDEV (cross mount point moves). This restores debhelper's ability to move files between mount points, which can happen in dh_builddeb has to correct the extension of a binary package built by dpkg-deb. Thanks to Evan Krall for the report. (Closes: #897569) * dh_missing.1: Consistently mention that dh_missing defaults to --list-missing in compat 12. Thanks to Robie Basak for spotting the contradicting documentation. (Closes: #898161) * dh_compress: Avoid adding a duplicate ".gz" extension on a symlink if it already has it. This can happen e.g. with dh_installman recompresses a manpage that was compressed and had a valid symlink to it. Thanks to Andreas Hasenack for reporting the bug. (Closes: LP: #1765851) * debian/control: Depend on dwz for dh_dwz. * dh_dwz: Generate a per-package multifile by default. This feature can be disabled by --no-dwz-multifile. * dh: Run dh_dwz by default in compat 12. * dh_dwz: Remove warning about the dwz feature being experimental. * dwz.pm: Ditto. * dh_installsystemd: Use the basename of the "tmpfiles" config files. This makes "systemd-tmpfiles --create" search for it in both /usr/lib/tmpfiles.d and in /etc/tmpfiles.d. With this change the system administrator can now override the "tmpfiles" config shipped by the package in /usr/libtmpfiles.d. Thanks to Nick Groenen and Seyeong Kim for filing the bug. (Closes: #894510) * dh_installinit: Ditto. * dh_installchangelogs: Look for changelog files installed by the upstream build system in the package build dir (i.e. d// and *not* debian/tmp!) and use them in preference to the one in the source package where available. This avoids some cases of duplicated upstream changelogs. Thanks to Evgeni Golov for the suggestion. (Closes: #513521) * dh_md5sums: Stop deleting empty md5sums files as dpkg (now) creates the empty file on install if absent. Thanks to Rhonda D'Vine for suggesting the improvement. (Closes: #776853) * Dh_Lib.pm: Re-organise exports. * Dh_Lib.pm: Retract "print_and_complex_doit"; the only potential consumer went with a different code snippet. * dh_installinitramfs: New tool to install initramfs hook scripts and handle related maintscripts. Thanks to Evgeni Golov for the suggestion. (Closes: #491027) * installinitramfs.pm: New sequence to enable dh_installinitramfs in compat 11 and earlier. * dh_installdirs: Add --(no-)create-in-sourcedir option to make dh_installdirs create directories in the source directory in addition in the package build directory. Furthermore, dh_installdirs now accepts --sourcedir to overrule the default source directory (just like e.g. dh_install). Thanks to Robert Luberda for the suggestion. (Closes: #816332) * Buildsystem.pm: Move code from Dh_Buildsystems.pm to Buildsystem.pm to make the latter independent of the former. This makes it possible to load Buildsystem.pm without debian/control being present. Thanks to Andreas Tille for the bug report. (Closes: #897026) * dh_installinit.1: Fix some incorrect markup in the documentation of --no-enable. * makefile.pm: Revert the use of -O/-Oline for make, which helps debugging what commands time out on the buildds. Thanks to Adrian Bunk for the report. (Closes: #895196) * dh_testroot.1: Update R³ documentation to reflect the current implementation and not the initial draft. Thanks to Jens Reyer for reporting the inconsistency. (Closes: #899125) * d/changelog: Retroactively add Closes for LP bug #1766102 in 11.2 release. * Dh_Lib.pm: Correct control parser to permit zero or more leading space after the "Section" field (instead of "exactly one" space). * python_distutils.pm: Deprecate the python-distutils build system and mark it as removed in compat 12. Users are recommended to migrate to the third-party build system called "pybuild". This deprecation implies that python3 (among other) will not be supported in the python-distutils build system. (Closes: #568033, #597105, #597342, #769840, #813686, #898347) * Dh_Lib.pm: Remove warning for using "debhelper-compat" build-dependency. . [ Dmitry Shachnev ] * qmake.pm: Use ${DEB_HOST_GNU_TYPE}-qmake wrapper for cross-compilation. (Closes: #895286) . [ Helmut Grohne ] * cmake: Pass CC/CXX environment variables down during native compilation as well. (Closes: #897083) . [ Chris Lamb ] * dh_listpackages.1: Document that packages are listed in the order that they appear in debian/control. (Closes: #897949) . [ Peter Pentchev ] * Dh_Lib: Permit leading and trailing whitespace around the debhelper-compat dependency when it is the first or the last relation listed. (Closes: #897937) . [ Jakub Wilk ] * dh_usrlocal: Fix invalid POD markup. debian-security-support (2018.05.20) unstable; urgency=medium . * Mark vlc in jessie as end-of-life as per DSA 4203-1 debian-security-support (2018.05.17) unstable; urgency=medium . [ Antoine Beaupré ] * mark frontaccounting as unsupported . [ Markus Koschany ] * Add xulrunner to security-support-ended.deb7 . [ Salvatore Bonaccorso ] * Mark redmine as end-of-life for Debian 8 (jessie) (Closes: #897609) * Update Vcs-* headers for switch to salsa.debian.org * Update German translations. Thanks to Chris Leick (Closes: #878321) dh-autoreconf (19) unstable; urgency=medium . * Disable gtkdocize for now (Closes: #898916) dh-autoreconf (18) unstable; urgency=medium . * Correctly restore working directory if autoreconf failed (Closes: #876187) * Automatically use xdg-autogen if configure.{ac,in} contain XDT_ lines. Thanks to Unit 193 for the initial patch (Closes: #893746) * Automatically handle gtkdocize if no custom command has been provided (Closes: #640376) django-axes (4.3.1-1) unstable; urgency=low . * d/copyright: Use https format uri * d/control: Update Vcs-* fields to salsa * d/control: Bump Standards-Version to 4.1.4 * d/rules: Use dh_auto_test with custom args * d/compat: Switch to debhelper compat level 11 * doc-base: HTML docs moved into main package folder * New upstream version 4.3.1 (Closes: #893699) django-organizations (1.1.0-1) unstable; urgency=medium . [ Ondřej Nový ] * d/control: Set Vcs-* to salsa.debian.org * d/copyright: Use https protocol in Format field * d/watch: Use https protocol . [ Scott Kitterman ] * New upstream release * Bump standards-version to 4.1.4 without further change fdk-aac (0.1.6-1) unstable; urgency=medium . * Team upload. . [ Ondřej Nový ] * d/copyright: Use https protocol in Format field * d/control: Set Vcs-* to salsa.debian.org * d/changelog: Remove trailing whitespaces * d/control: Remove trailing whitespaces . [ Felipe Sateler ] * Change maintainer address to debian-multimedia@lists.debian.org . [ Ondřej Nový ] * d/rules: Remove trailing whitespaces . [ Sebastian Ramacher ] * New upstream release. * debhelper/: Bump debhelper compat level to 11. * debian/control: - Bump Standards-Version. - Remove old Pre-Depends. fonts-sawarabi-mincho (20180515-1) unstable; urgency=medium . * New upstream release * debian/watch - deal with changes in osdn.net * debian/control - set Standards-Version: 4.1.4 - replace maintainer address to debian-fonts@lists.debian.org * debian/rules - Don't compress with -Sextreme -z9 foodcritic (13.1.1-1) unstable; urgency=medium . * New upstream release. (Closes: #892188) * Refresh patches. * Bump copyright years. * Bump debhelper compat to 10. - Drop dh_installchangelogs override, no longer needed. * Bump Standards-Version to 4.1.4, no changes needed. * Migrate package to salsa.debian.org. * (Build-)Depend on ruby-ffi-yajl rathe rthan ruby-yajl - upstream switched. foodcritic (8.1.0-1) unstable; urgency=medium . * New upstream release. * Use SOURCE_DATE_EPOCH in the generated manpage. foodcritic (7.1.0-1) unstable; urgency=medium . * New upstream release. * Refresh patches. foodcritic (7.0.1-2) unstable; urgency=medium . * Use ruby-hashery instead of rufus-lru. It is compatible, and in the archive already. foodcritic (7.0.1-1) unstable; urgency=medium . * New upstream release. * No need to repack, any more. * Refresh patches. * Drop dont-load-minitest-autorun-in-cucumber-tests.patch and no-rubygems, superseded upstream. * B-D on ruby-cucumber-core instead of ruby-gherkin, following upstream. * Bump Standards-Version to 3.9.8, no changes needed. foodcritic (6.0.1+ds-1) unstable; urgency=medium . * New upstream point release. * Repack upstream source, to avoid coverage output (including minified js). * Refresh patches. * Bump Standards-Version to 3.9.7, no changes needed. foodcritic (6.0.0-1) unstable; urgency=medium . * New upstream release. * Refresh patches. * Bump copyright years. * Use https://anonscm.../git/... for both Vcs URLs. foodcritic (5.0.0-1) unstable; urgency=medium . * New upstream release. * Update copyright file. * Refresh patches. * Drop no-coverage and FC010-broken patches, superseded upstream. * Point Vcs-Browser at https cgit. * Bump debhelper compat level to 9. * Use https in the watch file. * Use an absolute require in the spec file, so the autopkgtest can run against the system install. * Avoid depending on the lib directory in tests, for autopkgtests. * Install treetop grammar file. * Update homepage to foodcritic.io (Closes: #809653) foodcritic (4.0.0-2) unstable; urgency=medium . * Team upload. * dont-load-minitest-autorun-in-cucumber-tests.patch: avoid loading minitest autorunnner from cucumber tests (Closes: #795617) foodcritic (4.0.0-1) unstable; urgency=medium . * New upstream release. * Refresh patches. * Bump Standards-Version to 3.9.6, no changes needed. * Bump copyright years. * Patch no-rufus-lru: We haven't packaged ruby-rufus-lru, yet, so revert back to a persistent cache for now. foodcritic (3.0.3-1) unstable; urgency=low . * New upstream release. * Refresh patches. * Drop rak-free patch, superseded upstream. * Drop gherkin-2.11.1 patch, and bump gherkin dependency to 2.11.7. * Switch to stable tarballs from gemwatch. * Update copyright years. * FC010 is currently broken due to changes in Chef. Ignore the test failures. * Ruby 1.8 is no longer supported in Debian, so declare XS-Ruby-Versions: all. * Bump Standards-Version to 3.9.5, no changes needed. * The manpage is now included upstream. foodcritic (2.1.0-1) unstable; urgency=low . * Initial release (Closes: #711220) gajim (1.0.3-1) unstable; urgency=medium . * new upstream version * remove unneeded recommends (Closes: #898434) * remove upstream patch * depend on latest python3-nbxmpp gajim (1.0.2+git20180517-1) experimental; urgency=medium . * new upstream snapshot * remove unneeded recommends (Closes: #898434) * remove dependency on python3-pyasn1 gajim (1.0.2+git20180510-1) experimental; urgency=medium . * New upstream snapshot on the long road to 1.1 gajim-appindicatorintegration (1.1.0-2) unstable; urgency=medium . * Fix messed homepage field gajim-appindicatorintegration (1.1.0-1) unstable; urgency=medium . * New upstream version, supports Ayatana (Closes: #899103) gcompris-qt (0.91-1) unstable; urgency=medium . * Team upload. * New upstream release. * Do not include debian-qt-kde.mk, since rules basically overrides its job. * Fix the dh_auto_configure override, actually calling dh_auto_configure. * Switch the cmake parameter BIN_INSTALL_DIR (deprecated name) to KDE_INSTALL_BINDIR. * Call dh_missing in its own override, instead of the dh_install override. * Add the libkf5doctools-dev build dependency to enable the documentation. * Update install files. * Use /usr/share/dpkg/pkg-info.mk and $(DEB_VERSION) instead of calling dpkg-parsechangelog manually. * Update lintian overrides. * Stop using dh_buildinfo, since it adds little value to the binaries - remove the dh-buildinfo build dependency * Use the kf5 dh addon, mostly to avoid compressing docbook files. * Remove the version from the gcompris-qt recommend in gcompris-qt-data: this version will not be available in case of binNMU, and gcompris-qt enforces already a strict gcompris-qt-data dependency. * Bump Standards-Version to 4.1.4, no changes required. gfm (1.08-1) unstable; urgency=medium . * New upstream version 1.08 * Update Vcs-* links to 'salsa.debian.org'. * Bump Standards-Version to 4.1.4 (no changes needed). * Bump compatibility level to 11. * Update dependencies for new upstream release. * Fix outdated KDE configure stuff. * DEP-5 copyright and update 'debian/watch'. * Fix appstream and desktop metadata. git-lfs (2.4.1-1) unstable; urgency=medium . [ Alexandre Viau ] * Point Vcs-* urls to salsa.debian.org. . [ Stephen Gelman ] * New upstream release * Update golang-any build-dependency to require go 1.8. * Bump standards version to 4.1.4 healpix-java (3.31-3) unstable; urgency=medium . * Fix lintian warning: global-files-wildcard-not-first-paragraph-in-dep5-copyright * Update Standards-Version to 4.1.4. ircmarkers (0.15-2) unstable; urgency=medium . * Bump to compat 11. kdebugsettings (18.04.1-1) unstable; urgency=medium . * Team upload. . [ Sandro Knauß ] * New upstream release (18.04.1). * Update Vcs links to salsa. * Bump Standards-Version to 4.1.4 (No changes needed). * Bump debhelper build-dep and compat to 11. * Update and deps with the info from cmake. * Update copyright file for new upstream. kio-gdrive (1.2.3-1) unstable; urgency=medium . [ Nicholas D Steeves ] * New upstream version. This release includes a full-text copy of the GPL-3+ used by cmake/modules/FindIntltool.cmake (Closes: #895706) . [ Pino Toscano ] * Remove debian/gbp.conf, as the packaging repository does not use git buildpackage. * Replace the transitional build dependencies: - kio-dev -> libkf5kio-dev * Link in as-needed mode. * Update Vcs-* fields. last-align (938-1) unstable; urgency=medium . * New upstream version liblexical-sealrequirehints-perl (0.011-2) unstable; urgency=medium . * Team upload. . [ Damyan Ivanov ] * declare conformance with Policy 4.1.3 (no changes needed) . [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org . [ gregor herrmann ] * Take patch from CPAN RT for compatibility of tests with perl >= 5.27.11. * Declare compliance with Debian Policy 4.1.4. * Bump debhelper compatibility level to 10. * debian/rules: temporarily override dh_installchangelogs (#899248). libticables (1.3.5+dfsg-2) unstable; urgency=medium . * Implement autopkgtest. Run upstream checks linked to installed libs. * Install upstream changelog. libticables (1.3.5+dfsg-1) unstable; urgency=medium . * New upstream version 1.3.5+dfsg * Remove patches, already applied upstream. * Update Vcs-* links to 'salsa.debian.org'. * Bump Standards-Version to 4.1.4 (no changes needed). * Bump compatibility level to 11, remove -dbg package entry. * Update dependencies and 'rules'. * Bump SONAME and update symbols file. * DEP-5 copyright and update 'debian/watch'. * Switch to libusb 1.0 (closes: #810470). libticalcs (1.1.9+dfsg-2) unstable; urgency=medium . * Implement autopkgtest. Run upstream checks linked to installed libs. * Install upstream changelog. libticalcs (1.1.9+dfsg-1) unstable; urgency=medium . * DEP-5 copyright and update 'debian/watch'. * New upstream version 1.1.9+dfsg * Update patch (rom dumps). * Update Vcs-* links to 'salsa.debian.org'. * Bump Standards-Version to 4.1.4 (no changes needed). * Bump compatibility level to 11, remove -dbg package entry. * Update dependencies and 'rules'. * Bump SONAME and update symbols file. libticonv (1.1.5-2) unstable; urgency=medium . * Add upstream changelog to the installed files. * Implement autopkgtest. Run upstream checks linked to installed libs. libticonv (1.1.5-1) unstable; urgency=medium . * New upstream version 1.1.5 * Update debian/copyright, remove licenses not used anymore. * Update Vcs-* links to 'salsa.debian.org'. * Bump Standards-Version to 4.1.4 (no changes needed). * Bump compatibility level to 11, remove -dbg package entry. * Bump SONAME and update symbols file. * Update 'rules', fix undefined references to 'ticonv_iconv_*'. * Update watch file version. libtifiles (1.1.7-2) unstable; urgency=medium . * Implement autopkgtest. Run upstream checks linked to installed libs. * Install upstream changelog. libtifiles (1.1.7-1) unstable; urgency=medium . * New upstream version 1.1.7 * Update Vcs-* links to 'salsa.debian.org'. * Bump Standards-Version to 4.1.4 (no changes needed). * Bump compatibility level to 11, remove -dbg package entry. * Update dependencies and 'rules'. * Bump SONAME and update symbols file. * DEP-5 copyright and update 'debian/watch'. libxc (3.0.0-2) unstable; urgency=medium . * debian/patches/cmake_support.patch: New patch, adding CMake build support, taken from the psi4 upstream fork. mecab (0.996-6) unstable; urgency=medium . * debian/control - update Maintainer field - set Standards-Version: 4.1.4 * debian/copyright - update copyright year mecab-ipadic (2.7.0-20070801+main-2) unstable; urgency=medium . * Team upload. * debian/control - set Build-Depends: debhelper (>= 11) - update Maintainer: - update Vcs-* - update Homepage: field - update Priority: optional - set Standards-Version: 4.1.4 * debian/compat - set 11 * debian/rules - separate to debian/clean * debian/watch - drop it, since upstream provides tarball via Google Drive * debian/copyright - not DEP5, but copyright-format 1.0 - Ad BSD-3-Clause term since it's not equal to -with-ICOT-term mecab-jumandic (7.0-20130310-5) unstable; urgency=medium . [ NOKUBI Takatsugu ] * debian/control: replace comma to dash . [ Hideki Yamane ] * dh11 * debian/control - update Maintainer: use - set Standards-Version: 4.1.4 - update Vcs-* mecab-naist-jdic (0.6.3.b-20111013-9) unstable; urgency=medium . [ NOKUBI Takatsugu ] * debian/control: replace comma to dash . [ Hideki Yamane ] * debian/control - set Maintainer address as - update Vcs-* to salsa.debian.org - set Standards-Version: 4.1.4 * use dh11 * debian/watch - deal with upstream site's change naist-jdic (1:0.4.3-18) unstable; urgency=medium . * use dh11 * debian/control - set Standards-Version: 4.1.4 - set Maintainer: - update Vcs-* to salsa.debian.org * debian/watch - update to deal with upstream site's change * use debian revision -18 to avoid lintian warning "latest-debian-changelog-entry-reuses-existing-version" network-manager-openvpn (1.8.4-1) unstable; urgency=medium . * New upstream version 1.8.4 node-glob (7.1.2-6) unstable; urgency=medium . * Team upload * Bump policy and compat (no changes) * Move to salsa * Move to section javascript node-is-arrayish (0.3.1-4) unstable; urgency=medium . * Team upload * Really fix CI node-is-arrayish (0.3.1-3) unstable; urgency=medium . * Team upload. * Fix CI. node-is-arrayish (0.3.1-2) unstable; urgency=medium . * Team upload * Use uversionmangle in watch file in order to correct upstream tagging 1.3.1 instead of 0.3.1 * Bump compat and policy (no changes) * Move to salsa * Fix CI * Use full identity for uploader node-lcov-parse (1.0.0+20170612git80d039574ed9-2) unstable; urgency=medium . * Move to salsa * Bump compat and policy node-mocha (4.1.0+ds1-1) unstable; urgency=medium . * Build docs node-module-deps (6.1.0-1) unstable; urgency=medium . * New upstream version node-object-key (0.2.0-2) unstable; urgency=medium . * Move to salsa * Bump compat and policy (no changes) * Move to javascript section openipmi (2.0.25-2) unstable; urgency=medium . * Fixed openipmi init file for other archs. Thanks Majon! closes: Bug#875537 * debian/copyright change to dep5 format openipmi (2.0.25-1) unstable; urgency=medium . * new upstream release from 2018-04-16 * remove upstream included patches/0001-Add-openssl-1.1.0-support.patch * debian/openipmi.init fix lsb headers. Thanks Nishanth closes: Bug#829037 * openipmi: fix upstream bugs and stop using legacy paths Thanks Nishanth again;) closes: Bug#829028 * move pkg-config files to a multiarch location. Thanks Helmut closes: Bug#852739 * debian/control updated Homepage: which isn't available via https * debian/watch fixed/updated to get it working again openssl (1.1.0h-4) unstable; urgency=medium . * Build the binary in indep mode again, so we can install the documentation again. * Drop @echo in flavour so it builds again on Alpha * Add a 25-test_verify.t for autopkgtest which runs against intalled openssl binary. php-cache-lite (1.8.2-1) unstable; urgency=medium . [ Nishanth Aravamudan ] * Remove deprecation warnings on PHP5 and PHP7. . [ Remi Collet ] * drop each usage, deprecated in PHP 7.2 . [ Chuck Burgess ] * prep for v1.8.2 . [ Prach Pongpanich ] * Fix FTBFS on recent phpunit (Closes: #882888) * Update Standards-Version to 4.1.4 * Bump debhelper compat level to 11 * Move git repository to salsa * Use secure copyright format URI php-cache-lite (1.7.16-2) unstable; urgency=medium . * Team upload * Use standard gbp layout * Fix copyright syntax * Update Standards-Version to 3.9.7 * PHP 7.0 transition: - Use new style constructors - Build with recent pkg-php-tools php-cache-lite (1.7.16-1) unstable; urgency=medium . * Imported Upstream version 1.7.16 * Bump standards version to 3.9.6 * Run tests during build * Add DEP-8 tests php-cache-lite (1.7.15-3) unstable; urgency=medium . * Build-depends on pkg-php-tools >= 1.11 to remove the tests * Use ${phppear:Debian-Depends/Recommends/Breaks} * Use ${phppear:summary} and ${phppear:description} * Bump Standard-Version to 3.9.5 php-cache-lite (1.7.15-2) unstable; urgency=low . * Upload to unstable * Update Vcs-Browser url php-cache-lite (1.7.15-1) experimental; urgency=low . * New upstream release (Closes: #620255) * Now using PKG-PHP-PEAR team as maintainer and add myself as uploader (Closes: #569465) * Switch to pkg-php-tools and dh-sequencer - Add pkg-php-tools to Build-Depends - Add php-pear to Build-Depends-Indep - Add php-pear and ${misc:Depends} to Depends - Drop phpapi-* in Depends - Drop debian/dirs - Rewrite debian/rules * Switch to section 'php' instead of 'web' * Update copyright file to version 1.0 format * Add Vcs-* fields in debian/control * Add debian/gbp.conf * Update debian/watch file * Bump debhelper compat to level 9 * Bump Standards-Version: 3.9.4 php-cache-lite (1.7.2-2) unstable; urgency=low * Explicitly depend on cdbs (in addition to dh-make-php) to please lintian * Debhelper compatability level 5 * New maintainer email address php-cache-lite (1.7.2-1) unstable; urgency=low * New upstream release * Build with dh-make-php php-cache-lite (1.7.0-1) unstable; urgency=low * New upstream release php-cache-lite (1.6.0-1) unstable; urgency=low * New upstream release php-cache-lite (1.5.2-1) unstable; urgency=low * New upstream release php-cache-lite (1.5.1-1) unstable; urgency=low * New upstream release * Added upstream changelog * Unregister with pear upon removal php-cache-lite (1.4.1-1) unstable; urgency=low * Initial Release.(Closes: #315366) php-cocur-slugify (3.1-1) unstable; urgency=medium . * Initial release (Closes: #878882) php-defuse-php-encryption (2.2.0-1) unstable; urgency=medium . * Initial release (Closes: #878886) php-dflydev-fig-cookies (1.0.2-1) unstable; urgency=medium . * Initial release (Closes: #878885) php-embed (3.3.1-1) unstable; urgency=medium . * Initial release php-fabiang-sasl (1.0.0-1) unstable; urgency=medium . * Initial release php-htmlpurifier (4.10.0-1) unstable; urgency=medium . * Take over with permission of previous team/uploader * New upstream version * Bump Policy - remove get-orig-source target * Appease lintian - bump debhelper compat to 11 - use https in debian/copyright - contribute UMEYAGA metadata * Update lintian overrides * Facultatively switch to Teckids Debian Task Force salsa repo php-nesbot-carbon (1.27.0-1) unstable; urgency=medium . * Initial release planetfilter (0.8.1-3) unstable; urgency=medium . * Fix postinst script when /var/cache/planetfilter/ is empty planetfilter (0.8.1-2) unstable; urgency=medium . * Run "wrap-and-sort -ast" * Update VCS URLs for salsa * Bump debhelper compat to 11 * Bump Standars-Version to 4.1.4 * Use HTTPS URLs in debian/copyright and debian/watch * Bump copyright year in debian/copyright * Remove trailing whitespace from debian/changelog * Remove recursive chown from debian/postinst (lintian warning) plptools (1.0.13-1) unstable; urgency=medium . * Acknowledge NMUs * Update Japanese debconf translation, thanks to Takuma Yamada (Closes: 819025) * Add Brazilian Portuguese translation, thanks to Leonardo Rocha (Closes: 825070) * Update Dutch translation, thanks to Frans Spiesschaert (Closes: 837099) * Update Portuguese translation, thanks to Traduz (Closes: 873169) * Depend on lsb-base, for fix issue from Lintian report * Check policy updates for 4.1.4 pyfr (1.5.0-2) unstable; urgency=medium . * Team upload. * Point Vcs-URLs to Salsa * Standards-Version: 4.1.4 * Fix issue with recent sphinx versions Closes: #896485 * Drop ancient python version field X-Python3-Version: >= 3.3 python-changelog (0.4.0-1) unstable; urgency=medium . * Switch from git-dpm to gbp. * New upstream release. - Correctly sorts uncategorized tags (closes: #883716). * Drop dont-use-sphinx-compat.patch, applied upstream. * Update to debhelper compat level 11. * Do not install the ‘changelog’ script, its name is too generic. * Bump Standards-Version to 4.1.4, no changes needed. python-dendropy (4.4.0-1) unstable; urgency=medium . * New upstream version * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 python-enigma (0.1-2) unstable; urgency=medium . * d/*: refresh packaging * d/control: update vcs links to salsa * fix insecure-copyright-format-uri * depend on python3-distutils (Closes: #896774) * change priority extra -> optional * bump std-ver to 4.1.2 python-nbxmpp (0.6.6-1) unstable; urgency=medium . * New upstream version r-cran-dplyr (0.7.5-1) unstable; urgency=medium . * New upstream version * debhelper 11 * Maintainer: Debian R Packages Maintainers * Point Vcs fields to salsa.debian.org * dh-update-R to update Build-Depends * Secure URI in watch file r-cran-inline (0.3.15-1) unstable; urgency=medium . * New upstream release . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version * debian/control: Add Depends: on ${misc:Depends} * debian/control: Add Vcs-Browser: and Vcs-Git: * debian/compat: Increase level to 9 * debian/control: Switch from cdbs to dh-r * debian/rules: Idem r-cran-plotmo (3.3.7-1) unstable; urgency=medium . * New upstream version * Maintainer: Debian R Packages Maintainers * dh-update-R to update Build-Depends r-cran-rcppgsl (0.3.5-1) unstable; urgency=medium . * New upstream release ratbagd (0.4-4) unstable; urgency=medium . * Migrate to Salsa. * Completely switch ratbagctl to Python 3. * Standards-Version 4.1.4, no further change required. refpolicy (2:2.20180114-3) unstable; urgency=medium . * Added git patch for 20180319. * Added git patch for 20180419, fixes lots of typos which changes the way things work. Also adds sctp protocol support. * Added git patch for 20180519. * Build-depend on version 2.7-2 of checkpolicy and libsepol1-dev and Depend on version 2.7-2 of libsepol1 for sctp support. * Changed all Build-depends and Depends to version 2.7 from 2.5 and 2.6 because there's no reason to try to build against ancient versions and we don't want to deal with annoying bugs later. * Allow mon_t to read generic certs for using SSL for notifications * Allow systemd_nspawn_t the mcs_killall if systemd_nspawn_labeled_namespace is enabled * Allow udev_t to run iptables in iptables_t * Some other little systemd stuff ruby-omniauth-cas3 (1.1.4-2) unstable; urgency=medium . * Tighten dependency on ruby-nokogiri * Bump Standards-Version to 4.1.4 (no changes needed) * Bump debhelper compatibility level to 11 * Use salsa.debian.org in Vcs-* fields * Add ~ to version constraints for backports setuptools-scm (2.1.0-2) unstable; urgency=medium . * Run testsuite in autopkgtest. simage (1.7.1~2c958a6.dfsg-5) unstable; urgency=medium . * Team upload. * [fdb52c1] Remove Testsuite-field in d/control * [c414858] Update VCS-fields to salsa * [7692dc1] Set Standards-Version to 4.1.4 * [75c428f] Remove myself from uploaders * [b8c3acb] Remove multi-atch: foreign from d/control snmptt (1.4-2) unstable; urgency=medium . * Depend on lsb-base. * Move packaging repository to salsa. * Priority optional, bump S-V. spampd (2.51-1) unstable; urgency=medium . * New upstream version 2.51 * Bumped Standards-Version, no changes needed. tiemu (3.04~git20110801-nogdb+dfsg-3) unstable; urgency=medium . * Fix 'debian/watch' file. tiemu (3.04~git20110801-nogdb+dfsg-2) unstable; urgency=medium . * Update Vcs-* links to 'salsa.debian.org'. * Bump Standards-Version to 4.1.4 (no changes needed). * Bump compatibility level to 11. * Update debian/rules and dependencies, use latest libraries. * DEP-5 copyright and update 'debian/watch'. * Fix FTBFS with customized abort()-function (closes: #895492). tiemu (3.04~git20110801-nogdb+dfsg-1) unstable; urgency=medium . * New upstream version 3.04~git20110801-nogdb+dfsg. * Update patches and remove those applied upstream. * Bump Standards-Version to 4.0.1 (no changes needed). tiemu (3.03-nogdb+dfsg-4) unstable; urgency=medium . * Fix FTBFS with latest gcc. (Closes: #871110). * Fix debian/watch to report correct upstream version. * Use secure URLs in debian/control. * Bump Standards-Version to 4.0.0 (no changes needed). tiemu (3.03-nogdb+dfsg-3) unstable; urgency=medium . * Fix FTBFS on amd64: Add libarchive-dev to build-depends. (Closes: #746086). Thanks to HIGUCHI Daisuke . * Bump Standards-Version to 3.9.5 (no changes needed). tiemu (3.03-nogdb+dfsg-2.1) unstable; urgency=medium . * Non-maintainer upload. * fix FTBFS on amd64 (Closes: #746086). - debian/control: add libarchive-dev to B-D. tiemu (3.03-nogdb+dfsg-2) unstable; urgency=low . * Fix debian/watch. Cleanup. tiemu (3.03-nogdb+dfsg-1) unstable; urgency=low . * Team maintained in Debian-Science now (closes: #678861). Modifications in cooperation with Albert Huang , thanks! * New upstream release. * Switch packaging format to 3.0 (quilt), Standards-Version to 3.9.4 and debhelper to 9 (closes: #661033). Thanks to Jari Aalto . * Update patches, and: - Remove 02_tiemu3_dock_fixes.dpatch, fixed upstream. - Remove 03_memset_include_cstring.dpatch, fixed upstream. - Remove 05_remove_vlc_cable.dpatch, fixed upstream. tiemu (3.02-1.2) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: gui/calc/calc.c:589:4: error: 'GtkFunction' undeclared (first use in this function)": use updated patch 01_gtk_disable_deprecated.dpatch from Ubuntu / Andreas Moog (Closes: #621997, LP: #756074) * The package still FTBFS, so let's apply the remaining Ubuntu patches: - 05_remove_vlc_cable.dpatch (Scott Kitterman): Fix FTBFS with newer libs - Cherry pick from upstream svn - 06_drop_GtkNotebookPage.dpatch (Scott Kitterman): Replace deprecated function with gpointer to FTBFS. tiemu (3.02-1.1) unstable; urgency=medium * Non-maintainer upload. * debian/patches/04_remove_deprecated_gtk_calls: - Replace deprecated GTK macro with related function, patch from Scott Howard (Closes: #577379, #574745). tiemu (3.02-1) unstable; urgency=low * New upstream release. * New maintainer. (Closes: #362159) * Changed dependency from iceape to iceweasel. * Conforms with latest Standards Version 3.8.3. tiemu (2.00-3) unstable; urgency=low * QA upload. * Replace dependency on transitional mozilla-browser package with iceape-browser. (Closes: #406802) * Conforms with latest Standards Version 3.7.2 tiemu (2.00-2) unstable; urgency=low * Orphaning this package. * debian/control: + Maintainer: set to QA. tiemu (1.99+svn1460-1) unstable; urgency=low * New snapshot. * debian/control: + Updated build-depends. tiemu (1.99+svn1148-2) unstable; urgency=low * src/misc/printl.c: + Usual va_list fixes. Boring. Depressing. * src/gui/filesel.c: + Silly typo fix. tiemu (1.99+svn1148-1) unstable; urgency=low * New upstream snapshot. tiemu (1.99+svn1050-1) unstable; urgency=low * TiEmu II beta release, works better than previous 1.65 (closes: #301991). * debian/control: + Moved from contrib to main as it now ships with a FREE ROM (PedRom, GPL), so it doesn't depend on the TI ROMs anymore. tiemu (1.65-6) unstable; urgency=low * Rebuilt against newest libti*, bumped B-D. tiemu (1.65-5) unstable; urgency=low * debian/control: + Build-depends on newer libti*-dev, as the ti*-config scripts got removed. + Removed the xlibs-dev build-dependency as it's pulled in by GTK+. + Bumped Standards-Version to 3.6.1. * debian/compat, debian/rules, debian/control: + Switched to DH_COMPAT=4 * Fixed configure to use pkg-config instead of the ti*-config scripts. tiemu (1.65-4) unstable; urgency=low * Added AM_MAINTAINER_MODE to configure.ac to prevent regeneration of the whole build system... * Changed -mpentium to -mcpu=pentium on x86. * Bumped Standards-Version to 3.5.9. tiemu (1.65-3) unstable; urgency=low * Rebuilt against newest libti*. tilp2 (1.18-1) unstable; urgency=medium . * Bump Standards-Version to 4.0.1 (no changes needed). * New upstream version 1.18 * Update Vcs-* links to 'salsa.debian.org'. * Bump Standards-Version to 4.1.4 (no changes needed). * Bump compatibility level to 11. * Update debian/rules and dependencies for new upstream release. * Fix outdated KDE configure stuff. * DEP-5 copyright and update 'debian/watch'. * Fix appstream and desktop metadata. trimmomatic (0.38+dfsg-1) unstable; urgency=medium . * New upstream version * debhelper 11 * Point Vcs fields to salsa.debian.org * Standards-Version: 4.1.4 twolame (0.3.13-4) unstable; urgency=medium . [ Ondřej Nový ] * d/copyright: Use https protocol in Format field * d/control: Set Vcs-* to salsa.debian.org * d/control: Remove trailing whitespaces . [ Felipe Sateler ] * Change maintainer address to debian-multimedia@lists.debian.org . [ Sebastian Ramacher ] * debian/control: - Bump Standards-Version. - Remove old Pre-Depends. * debian/: Bump debhelper compat level to 11. unixodbc (2.3.6-0.1) unstable; urgency=medium . * Non-maintainer upload. * New upstream release (Closes: #888968). - Fix buffer overflow when calling unicode_to_ansi_copy() in DriverManager/SQLDriverConnectW.c (CVE-2018-7409) (Closes: #891596). - Package upstream manpages instead of Debian versions (Closes: #893891). - Fix potential buffer overflow vulnerabilities in SQLDriverConnect functions (CVE-2012-2657 and CVE-2012-2658) (Closes: #675058). - Install pkg-config files (Closes: #422207). * Switch to dpkg-source 3.0 (quilt) format. * Update debhelper package compatibility to level 11. * debian/changelog: Remove trailing whitespace. * debian/control: - Build-Depend on debhelper version 11. - Remove dh-autoreconf from the Build-Depends list. - Raise Standards-Version to 4.1.4 from 3.9.8 (no changes needed). - Remove the Vcs-fields until the package repository moves to Salsa. - Remove the deprecated Priority: extra field from unixodbc-dev. - Use the inherited Section field for libodbc1 and odbcinst1debian2. - Update package descriptions for odbcinst1debian2 and odbcinst. - Drop un-needed Conflicts field from unixodbc. * debian/copyright: - Use secure HTTP in the Format field. - Update Copyright information for unixODBC 2.3.6. * debian/docs: - Rename to unixodbc.docs. * debian/patches: - Convert unixodbc_2.3.4-1.1.diff into patches. - Add a patch to prevent __post_inernal_error() from being exported. - Add a patch to fix spelling errors in DRVConfig/txt/drvcfg.c. - Add a patch to fix spelling and formatting in odbcinst.ini.5. - Forward some patches upstream. * debian/rules: - Add 'hardening=+all' to DEB_BUILD_MAINT_OPTIONS. - Remove '--with autoreconf' (now handled by debhelper >= level 10). - Remove dh_auto_clean override. - Compile with the default CXXFLAGS options. * Add debian/watch file. * Remove a lintian override (symbols-file-contains-debian-revision). * Remove debian/clean (no longer needed). * Remove debian/odbcinst.postinst (no longer needed). * Remove debian/dirs: /usr/lib/odbc has been replaced by multi-arch paths. wayland (1.15.0-2) unstable; urgency=medium . * debian/copyright: add missing copyright holders. Closes: #897362. * Update Vcs-* for salsa. wayland-protocols (1.14-1) unstable; urgency=medium . * New upstream release. Closes: #898988. wine (3.0.1-2) unstable; urgency=medium . * Drop font patch, now fixed in freetype. * Drop opengl compatibility patch and build-depend on khronos-api >= 4.6. wine (3.0.1-1) unstable; urgency=medium . * New upstream release 3.0.1, released May 14, 2018. - Various bug fixes - Translation updates * Make versioned dependency on debhelper backports safe. * Activate Wine as interpreter for Windows executables in wine-binfmt (closes: #819255). * Set branch names for stable releases/buster. * Update maintainer address to debian-wine@lists.debian.org (closes: #897120). * Move version control to salsa.debian.org. * Update Standards-Version to 4.1.4 (no changes needed). * Set Rules-Requires-Root: no. * Drop breaks/replaces to old Ubuntu packages. The transition to the Debian packages has been done now in Ubuntu 18.04. * Update README.debian: - Update links. - Adapt examples to new upstream versioning system. - Hint to wine-gecko status (closes: #891461). - Editorial changes. * Update copyright years. * Refresh patches. xdg-utils (1.1.3-1) unstable; urgency=medium . * New upstream release. - Avoid argument injection vulnerability in open_envvar. Fixes CVE-2017-18266, closes: #898317. * Remove 01-open-lxqt.patch applied by upstream. * Fix word expansion on KDE in xdg-email. Closes: #898999. * Bump debhelper and standards version, no modifications for this. xye (0.12.2+dfsg-7) unstable; urgency=medium . * Ensure xye.xpm is only installed in the architecture-dependent package, never in the architecture-independent package, regardless of how the packages are built. Closes: #899114. * Depend on fonts-dejavu-core instead of ttf-dejavu-core. xye (0.12.2+dfsg-6) unstable; urgency=medium . * Adopt the package. Closes: #897164. * Migrate to Salsa. * Switch to debhelper compatibility level 11. * Standards-Version 4.1.4, no further change required. REMOVED: opam 1.2.2-6