backup-manager (0.7.14-3) unstable; urgency=medium . * Add test patch for dar 2.7.17 (Closes: #1102378) backup-manager (0.7.14-2) unstable; urgency=medium . [ Debian Janitor ] * Update lintian override info format in d/backup-manager.lintian-overrides * Bump debhelper from old 11 to 13. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse. * Set upstream metadata fields: Repository. . [ Carles Pina i Estany ] * Added po-debconf Catalan translation . [ Margarita Manterola ] * Remove old changelog merging artifacts * Rename Debian NEWS file * Use UTF-8 for Spanish, French and Swedish translation files * Add lintian overrides for upstream encoding of files * Add lintian overrides for the cron script template * Add lintian overrides for the missing systemd-timer * Update debian/watch file * Add gbp configuration * Update debian/copyright to DEP-5 format * Check for nocheck option when running tests * Add myself to uploaders backup-manager (0.7.14-1.3) unstable; urgency=medium . * Non-maintainer upload. * Update programme translation - French translation. Thanks to Jean-Pierre Giraud (Closes: #928816) * backup-manager-doc: Add Multi-Arch: foreign. Thanks Debian Janitor. backup-manager (0.7.14-1.2) unstable; urgency=medium . * Non-maintainer upload. * Add new patch: 0007-Fixes-two-coding-bugs-in-backup-manager-upload Thanks to Bachsau for reporting (Closes: #966566) backup-manager (0.7.14-1.1) unstable; urgency=medium . * Non-maintainer upload. * Fix purging of remote archives via FTP or SSH. Thanks to Thomas Parmelan (Closes: #895901) backup-manager (0.7.12-4) unstable; urgency=medium . * Add myself as the main maintainer. (Closes: 784851) * Add new patch: Force-gzip-to-ignore-the-filename-and-timestamp.patch. Thanks to Santiago Vila for the report and fix (Closes: 831759) backup-manager (0.7.12-3) unstable; urgency=medium . * Add gnupg buid dependency. backup-manager (0.7.12-2) unstable; urgency=medium . * Add new patch: Fix-pattern-generation.patch. Thanks to Chris Lamb for the report and trace (Closes: 831759) backup-manager (0.7.12-1) unstable; urgency=medium . [ Dima Kogan ] * QA upload * New upstream release (Closes: #638919) * Updated references to the no-longer-existent upstream website (Closes: #711949) * Incremental archives are retained if their master archive is retained (Closes: #784446) . [ Maximiliano Curia ] * Bump Standards-Version to 3.9.7, no changes needed. * Update Vcs uris. backup-manager (0.7.10.1-2) unstable; urgency=medium * Install the correct cron script (Closes: #672235). backup-manager (0.7.10.1-1) unstable; urgency=low [ Sven Joachim ] * New upstream release (Closes: #655985). - Adds a new "postgresql" backup method (Closes: #637743). * Remove the fragile translation-updates.diff patch. Instead, backup the upstream po files before the build and restore them in the clean target (Closes: #602633). * Depend on perl (via ${perl:Depends}), rather than than suggesting it, since perl is required by backup-manager-purge (LP: #941919). * Drop the debian-perl-location.diff patch, setting PERL5DIR in debian/rules instead. * Refresh the remaining Debian patches. * Fill out the same "Language:" header in debian/po/*.po. * Drop findutils dependency, even the version in Etch is new enough. * Upgrade Standards-Version to 3.9.3, no changes needed. * Update lintian override for Lintian 2.5. * Update debian/watch to find the 0.7.10.1 release tarball. * Add build-indep and (empty) build-arch targets to debian/rules. * Update Vcs-* fields in debian/control, switching to collab-maint. * Fix a few typos in the debconf templates, thanks to Daniele Forsi for the report. * Update README.Debian, the Amazon S3 upload method not longer needs libfile-slurp-perl (see #491199). * Demote the priority of the repo_user/repo_group debconf templates to medium. * Update debian/copyright. [ Georgios M. Zarkadas ] * Add Greek debconf translation. * Allow absolute paths in BM_TARBALL_BLACKLIST even when backing up the root (/) directory (Closes: #608237). * Fix missed archive uploads when backups are crossing the day limit (Closes: # 638803). * Provide a configuration option to record all uploaded archives in a single text database file (Closes: #638920). * Fix upstream makefile to make the build/clean process of gettext (po) files idempotent and bring sanity back to the package's build process. * Fix a security issue in pgsql backup method regarding the .pgpass file handling. * Add support for local unix sockets connections to the pgsql backup method. * Add existence check for pg_dumpall to the pgsql backup method. * Use the same naming convention for database methods generated archives. * Add myself to Uploaders. * Add cron script to remove old entries from uploaded archives database. * Update control file to reflect upstream fix of Amazon S3 uploading method's dependencies (Closes: #491199). * Fix missed warnings when BM_LOGGER* variables are undefined or wrongly configured (Closes: #567553). * Change configurator to dynamically update BM_TARBALL_BLACKLIST when user selections change during configuration (Closes: #610413). * Add backtracking support to the configurator. [ Sven Joachim, Georgios M. Zarkadas ] * Switch source format to 3.0 (quilt). - Drop debian/README.source. * Change debian/rules to use the generic 'dh$@' rule plus overrides. [ Joe Dalton ] * Add Danish debconf translation (Closes: #659162). backup-manager (0.7.9-3) unstable; urgency=low * Remove /etc/backup-manager.conf.ucf-old on purge. * Associate /etc/backup-manager.conf with backup-manager via ucfr. * Bump ucf dependency to (>= 2.009), since that version introduced the ucfr command. * Update Brazilian Portuguese debconf translation, thanks to Eder L. Marques (Closes: #574147). backup-manager (0.7.9-2) unstable; urgency=low * The "debconf is not a registry" release. * Respect manual moving/removal/installation of our cron script (Closes: #567477). * Source /etc/backup-manager.conf from the config script if possible to correct possibly outdated debconf values (Closes: #569587). * Do not install our possibly very expensive cron script by default (Closes: #518707), and mention in README.Debian how to enable it. Existing installations should not be affected. * Allow tar.lz (LZMA compressed tarballs) as archive filetype via debconf. Support for this filetype had been introduced in 0.7.5, but could only be enabled by manually editing /etc/backup-manager.conf. * Bump ucf dependency to (>= 0.28), since that version introduced the --debconf-ok option. * Upgrade Standards-Version to 3.8.4, no changes needed. backup-manager (0.7.9-1) unstable; urgency=high * New upstream release. + Fix long version of the "-c" option in the manpage (Closes:#544253). + New configuration variable BM_LOGGER_LEVEL controls which messages should be sent to syslog. By default, only warnings and errors are logged (Closes: #488077). + Fix possible leaking of MYSQL passwords to local users, hence the high urgency. * Remove several patches that were applied upstream, refresh the others. * Add new patch that removes two newly introduced but never used variables form backup-manager's configuration template. * Convert headers of the remaining patches to DEP-3 format. * Register the user guide in doc-base. * Remove spurious trailing whitespace from debian/control. * Upgrade Standards-Version to 3.8.3, no changes needed. backup-manager (0.7.8-2) unstable; urgency=medium * New maintainer (Closes: #536155). * Add missing build dependencies (Closes: #516060). * Make debian/rules less verbose (Closes: #535372). * Fix failure of the tarball-incremental method on the 8th and 9th day of each month (Closes: #518956). Thanks to Margarita Manterola. * Fix bug that treated tar warnings as fatal errors (Closes: #532976). Thanks to Alexey Salmin. * Install the user guide into /usr/share/doc/backup-manager-doc again (Closes: #528161). * Update the German upstream translation (Closes: #499667). * Mention in README.Debian that libfile-slurp-perl and libnet-amazon-s3-perl are required for the s3 upload method (see #491199). * Fix a bashism in po/Makefile. * Use a single debian/copyright file instead of only slightly different ones for backup-manager and backup-manager-doc. * Switch to quilt from dpatch. - Don't make any direct changes outside debian/ . - Add a short README.source as recommended by policy. * Upgrade debhelper compatibility level to 7. * Some debian/control cleanups: - Let backup-manager-doc and backup-manager suggest each other, do not suggest libnet-perl and perl-modules (redundant). - Drop versioned dependency on gzip, even Woody had a newer version. - Expand backup-manager-doc's extended description a bit. - Upgrade Standards-Version to 3.8.2. - Add Homepage field. - Add Vcs-Browser and Vcs-Git fields, remove XS-Vcs-Svn field. * Add debian/watch file. backup-manager (0.7.6-3) unstable; urgency=high * Backport from the stable upstream branch for closing a security issue (password disclosure during FTP uploads). (closes: #439392) backup-manager (0.7.6-2) unstable; urgency=low * The backup-manager-doc package now installs the documentation files under `/usr/share/doc/backup-manager-doc' rather than `/usr/share/backup-manager/doc' (Thanks to Sven Joachim). (closes: #433011) backup-manager (0.7.6-1) unstable; urgency=low * New upstream release + Doesn't exit when a file changed during the archive generation (closes: #410503, #411085, #411126) * Dutch po-debconf translation added (thanks to Bart Cornelis). (closes: #419738) backup-manager (0.7.5-3) unstable; urgency=low * Fixed typo in the spanish debconf translation (thanks to David Gil). (closes: #401217) * Updated Japanese debconf translations (thanks to Kenshi Muto). (closes: #401253) backup-manager (0.7.5-2) unstable; urgency=low * Fixed fuzzy message in debian/po/de.po (thanks to Sven Joachim). (closes: #396876) * New basque debconf translations (thanks to Piarres Beobide). (closes: #398568) * debconf message translation updates for es.po, vi.po and it.po. backup-manager (0.7.5-1) unstable; urgency=low * New upstream release. + Removed obsolete patches: - debian/patches/03_bzip_path.dpatch - debian/patches/06_basename.dpatch - debian/patches/07_svnadmin_quiet.dpatch - debian/patches/08_recursive_purge + Depends on findutils >= 4.2.28-1 (for the `find -H' thing in lib/files.sh). (closes: #390644) * Patched the Makefile in order to build the backup-manager-purge manpage as well. * Made some `Choices' translatable in debian/backup-manager.templates. * Removed useless template `upload-user-scp-warning' which is obsolete in version 0.7.5 (and moreover, would conflict with new policy about debconf notes). (closes: #388829) * New debconf templates for the GPG encryption feature. * debconf messages updates + debian/po/cs.po by Miroslav Kure (closes: #389203). + debian/po/de.po by Sven Joachim. + debian/po/eu.po by Piarres Beobide. + debian/po/es.po by Esteban Manchado Velàzquez. + debian/po/fr.po by Michel Grentzinger (closes: #389573). + debian/po/it.po by Giuseppe Sacco. + debian/po/ja.po by Kenshi Muto (closes: #390807). + debian/po/pt_BR.po by André Luís Lopes. + debian/po/vi.po by Clytie Siddall. * Added the XS-Vcs-Svn tracker in debian/control * Uses debhelper compatibility level 5. * Added debian/patches/06_VERSION to update the version number with the debian revision (0.7.5-debian1). backup-manager (0.7.4-2) unstable; urgency=low [ The "Hey babe, I'm a Debian Developer!" upload, part #2 ] * Changed the Maintainer field in debian/control to `sukria@debian.org'. * debian/patches/04_backup-manager.conf.tpl.dpatch Disable BM_TARBALL_TARGETS[] and enable BM_TARBALL_DIRECTORIES in the default configuration file so the postinst can updated the conffile as expected (thanks to Thomas Parmelan). (closes: #381820) * debian/patches/05_cdrecord_to_wodim.dpatch + debian/control suggests wodim instead of cdrecord. + backup-manager uses the wodim program instead of cdrecord. * debian/patches/06_basename Added the missing 'use File::Basename' in backup-manager-upload (thanks to Henrik Brautaset Aronsen). (closes: #382050) * debian/patches/07_svnadmin_quiet Call svnadmin with the '-q' switch in order to disable useless verbosity (thanks to Jérôme Pouiller). (closes: #382150) * debian/patches/08_recursive_purge Backported upstream clean_directory() function (from SVN) for building the file list with "find" rather that manually (thanks to Thomas Parmelan). (closes: #385269) * Moved po-debconf from Build-Depends-Indep to Buld-Depends (fixes a lintian error). * Fixed two messaged in backup-manager.templates (fixes lintian warnings). backup-manager (0.7.4-1) unstable; urgency=low * New upstream release. (closes: #361373, #362890, #363663) * Suggest openssh-client instead of ssh (which is a transitional client). (closes: #377693) * New Czech translation (thanks to Miroslav Kure). (closes: #361364) * Add Basque debconf translation (thanks to Piarres Beobide). (closes: #369269) * Add Portuguese debconf translation (thanks to Rui Branco). (closes: #372232) * debian/patches/03_bzip_path.dpatch Moved bzip2 path from `/usr/bin' to `/bin'. (closes: #378159, #378505) * Add Frecn debconf translation updates from Florentin Duneau. (closes: #380329) backup-manager (0.7.2-2) unstable; urgency=low * Policy: 3.7.0 * Cleaning: + Added one override for lintian (for the configuration template). + Typo in the backup-manager-doc description (thanks to Philipp Kern). + Moved some Build-Depends-Indep to Build-Depends (fixes two lintian wanings). backup-manager (0.7.2-1) unstable; urgency=low * New upstream release: 0.7.2. * Possible to change FTP/SSH settings with debconf (closes: #355522). * Remove *all* conffiles on purge. (closes: #351193) * debian/control suggests dar. backup-manager (0.7.1-1) unstable; urgency=low * New upstream release: 0.7.1 (new features) (closes: #353004). * Fixed a typo in debian/control, thanks to Jordà Polo (closes: #351011) * New Czech translations: debian/po/cs.po, po/cs.po; thanks to Miroslav Kure (closes: #346531) * New Swedish debconf translation, thanks to Daniel Nylander (closes: #347603) backup-manager (0.6-1) unstable; urgency=low [ backup-manager ] * New upstream release: 0.6. (closes: #339727, #342564) * Remove /etc/cron.{monthly,daily,weekly}/backup-manager on purge. (closes: #340112) * Swedish debconf templates translation (thanks to Daniel Nylander) (closes: #340962) * New German debconf templates (thanks to Sven Joachim). * New French debconf templates. * Added /usr/share/doc/backup-manager/README [ backup-manager-doc ] * New package: backup-manager-doc Provides PDF, HTML and plain text version of the Backup Manager user guide. backup-manager (0.5.8-2) unstable; urgency=low * New patch for closing the security issue about temp paths (using mktemp now). + debian/patches/02_security_315582.dpatch (closes: #315582) * Now handles cron with the cron.{daily|weekly|monthly} subdirectories instead of the cron.d subdirectiry, wich is not handled by anacron. + added debian/cron.daily + removed debian.cron.d + added a debconf prompt for removing /ect/cron.d/backup-manager (closes: #315714) backup-manager (0.5.8-1) unstable; urgency=low * New upstream release. (closes: #308896, #300801, #311083, #308897) * postinst uses ucf for moving its conffiles. * postrm purges the ucf entry. * now depends on ucf >= 0.08 * New pt_BT.po file for a better Brazilian Portuguese translation (thanks to Andre Luis Lopes) (closes: #310890) * Add vi.po for the Vietnamese translation (thanks to Clytie Siddall). (closes: #308950) backup-manager (0.5.7-2) unstable; urgency=low * Add french, czech, german, basque, italian, japanese and portuguese translations for the debconf templates. (closes: #304256, #301458, #306954) * Use dpatch for handling patches. * Add a patch for forcing the binary mode in FTP transfer in backup-manager-upload. * Add a patch for enabling a cleaning system for FTP mode, before uploading the files. * Add a checkpo target in debian/rules for handling po files. backup-manager (0.5.7-1) unstable; urgency=low * New upstream release. + added a COPYING file in the source package. + added a VERSION file in the source package. + fixed a minor bug in the main script. * Cron frequency + Added a Debconf question for letting the user choose the Cron frequency + Moved the Cron script from cron.daily to cron.d + Added a Debconf screen for prompting if /etc/cron.daily/backup-manager should be removed. (closes: #300798) * The configuration template is now chmoded 644 rather than 600. (closes: #300797) * Changed the default Debconf value for BM_ARCHIVE_REPOSITORY to "/var/archives" (it was /backup). * Rewrote Debconf templates for DSTG compliance. * Rewrote the dump_symlinks Debconf question for a better wording, avoiding misunderstanding of what the dereferencing feature actually means. (closes: #303020) backup-manager (0.5.5-7) unstable; urgency=low * Major rewrite of the Description field of the package to fit the Policy. * First upload to the official Debian archive (closes the ITP). (closes: #275494) curl (8.21.0-2) unstable; urgency=medium . * d/p/tests-fix-type-promotion-on-32-bit-arches.patch: add patch. (Closes: #1140793) curl (8.21.0-1+exp1) experimental; urgency=medium . * Upload to experimental. curl (8.21.0-1) unstable; urgency=medium . * New upstream version 8.21.0. * debian/copyright: update upstream copyright holders for new release. * debian/patches: rebase patches. curl (8.21.0~rc3-1+exp1) experimental; urgency=medium . * Upload to experimental. curl (8.21.0~rc3-1) unstable; urgency=medium . * New upstream version 8.21.0~rc3. (Closes: #1140043) * debian/control: drop Priority field, optional is default now. * debian/patches: rebase patches. curl (8.21.0~rc2-1+exp1) experimental; urgency=medium . * Upload to experimental . curl (8.21.0~rc2-1) unstable; urgency=medium . [ Samuel Henrique ] * New upstream version 8.21.0~rc2 * d/p/event-fix-wakeup-consumption.patch: Drop patch applied upstream * Refresh patches: - Implement-symbol-versioning-for-CURL_GNUTLS_3.patch - ZZZgnutls-build.patch - build-Divide-mit-krb5-gssapi-link-flags-between-LDFLAGS-a.patch * d/rules: strip arch triplet from compiler name in curl-config . [ Guilherme Puida Moreira ] * d/p/disable-strictmodes-in-test-sshd.patch: allow sshd in autopkgtest env * d/tests: add pytest-based http tests curl (8.21.0~rc2-1) unstable; urgency=medium . [ Samuel Henrique ] * New upstream version 8.21.0~rc2 * d/p/event-fix-wakeup-consumption.patch: Drop patch applied upstream * Refresh patches: - Implement-symbol-versioning-for-CURL_GNUTLS_3.patch - ZZZgnutls-build.patch - build-Divide-mit-krb5-gssapi-link-flags-between-LDFLAGS-a.patch * d/rules: strip arch triplet from compiler name in curl-config . [ Guilherme Puida Moreira ] * d/p/disable-strictmodes-in-test-sshd.patch: allow sshd in autopkgtest env * d/tests: add pytest-based http tests curl (8.21.0~rc1-1+exp1) experimental; urgency=medium . * New upstream version 8.21.0~rc1 * d/p/event-fix-wakeup-consumption.patch: Drop patch applied upstream * Refresh patches: - Implement-symbol-versioning-for-CURL_GNUTLS_3.patch - ZZZgnutls-build.patch - build-Divide-mit-krb5-gssapi-link-flags-between-LDFLAGS-a.patch . curl (8.20.0-5) unstable; urgency=medium . * d/control: Mark libcurl3t64-gnutls as Arch: any, M-A: same. Thanks to Simon McVittie (Closes: #1138629) . curl (8.20.0-4) unstable; urgency=medium . * d/p/Implement-symbol-versioning-for-CURL_GNUTLS_3.patch: Adjust to disable checksrc's LONGLINE check (and fix autopkgtest). . curl (8.20.0-3) unstable; urgency=medium . * d/p/ZZZgnutls-build.patch: Use same SO version for both libraries. * d/libgnutls3t64-gnutls.symbols: s/CURL_GNUTLS_3/CURL_GNUTLS_4/. * d/p/Implement-symbol-versioning-for-CURL_GNUTLS_3.patch: Implement symbol versioning for CURL_GNUTLS_3 symbols. (Closes: #1020780) * d/control: New package libcurl4-gnutls. Also turn libcurl3t64-gnutls into a transitional package that depends on libcurl4-gnutls. * d/libcurl3t64-gnutls*: Rename to d/libcurl4-gnutls*. * d/libcurl4-gnutls.symbols: Add CURL_GNUTLS_3 symbols. * d/rules: Adjust install-curl recipe to use libcurl4-gnutls. * d/libcurl4-gnutls.symbols: Fix version on all libcurl4-gnutls symbols. We have to mark all symbols as having been introduced by the latest Debian release of the package. This is necessary because we want future programs to link against this version specifically, not previous libcurl3t64-gnutls versions. * d/libcurl4-gnutls.lintian-overrides: Adjust for new package name. * d/copyright: Update file. dar (2.8.3-1) unstable; urgency=medium . * New upstream release. * Added more libs to libdar-dev deps. Closes: #1069573. dar (2.8.1-3) unstable; urgency=medium . * Fix FTBFS by reverting the buggy code in 2.8.1-2. Closes: #1122970. dar (2.8.1-2) unstable; urgency=medium . * Use the libdar64.a from the static rather than the shared build for libdar-dev. dar (2.8.1-1) unstable; urgency=medium . * New upstream release * Added deps to libdar-dev. Closes: #1069573. * libdar soname update; libdar64-7000 now new name. Dropping "t64" suffix since this is no longer needed given the new package name. dar (2.7.17-1) unstable; urgency=medium . * New upstream release dar (2.7.16-1) unstable; urgency=medium . * New upstream release dar (2.7.15-2) unstable; urgency=medium . * Update dep on libthreadar to 1.5.0. dar (2.7.15-1) unstable; urgency=medium . * New upstream release dar (2.7.14-1) unstable; urgency=medium . * New upstream release dar (2.7.13-6) unstable; urgency=medium . * Ack NMU. Closes: #1062010. dar (2.7.13-5.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062010 dar (2.7.13-5.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. dar (2.7.13-5) unstable; urgency=medium . * Source-only upload for transition. dar (2.7.13-4) unstable; urgency=high . * Revert 64-bit time transition. Closes: #1062010. dar (2.7.13-3) unstable; urgency=medium . * Apply 64-bit time_t transition patch from Michael Hudson-Doyle. Closes: #1062010. dar (2.7.13-2.1~exp1) experimental; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. dar (2.7.13-2) unstable; urgency=medium . * Change build-dep on python3-all-dev to python3-dev. Closes: #1055500. dar (2.7.13-1) unstable; urgency=high . * New upstream release. * Official upstream patch for on-fly-isolate catalog issues. Closes: #1050663. Remove local patch for same. dar (2.7.12-1) unstable; urgency=high . * New upstream release. This release fixes a bug that causes an error restoring a binary patch (delta) when it was based on another binary patch. It also fixes a segfault when listing the archive content with the -I option. This bug was present in releases 2.7.9 to 2.7.11, so did not hit Debian stable. * Apply patch that prevents invalid catalogs to be generated with --on-fly-isolate when built with certain versions of gcc. Closes: #1050663. dar (2.7.10-2) unstable; urgency=medium . * Source-only upload to facilitate testing migration dar (2.7.10-1) unstable; urgency=medium . * New upstream release * Now compile dar's Python bindings in new python3-dar package. * Clarify the status of dar_static in README.Debian * Remove highly obsolete debian NEWS file, clearing up lintian warnings. dar (2.7.9-2) unstable; urgency=medium . * Now built with libthreadar, allowing FTP/SFTP and cloud storage. Closes: #918075. * Built with curl + OpenSSL support * No longer build the pngs for API docs. That change introduced in 2.7.9-1 made dar-docs huge. dar (2.7.9-1) unstable; urgency=medium . * New upstream release. * Support delta changes via librsync. * Update build dep on e2fslibs-dev to new name libext2fs-dev * Add build dep on libcap-dev to eneable proper capability handling. * Add build dep on libnsl-dev. * Add build-dependency on dot to ensure figures for docs are always built. * New maintainer, with permission of old maintainer. Thank you for maintaining dar, Laszlo! * The above go a long way to resolving #918075. libthreadar integration will finish the job. dar (2.7.8-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.6.1 . dar (2.7.7-1) unstable; urgency=medium . * New upstream release. dar (2.7.6-1) unstable; urgency=medium . * New upstream release. dar (2.7.5-1) unstable; urgency=medium . * New upstream release. dar (2.7.4-1) unstable; urgency=medium . * New upstream release. dar (2.7.3-1) unstable; urgency=medium . * New upstream release. dar (2.7.3~rc2-1) unstable; urgency=medium . * New upstream release candidate version. * Enable Zstandard compression support. * Enable LZ4 compression support. * Enable Argon2 hashing support. * Update watch file. dar (2.7.2-1) unstable; urgency=medium . * New upstream release. dar (2.7.1-2) unstable; urgency=medium . * Upload to unstable. * Update debhelper level to 13 . * Update watch file. dar (2.7.1-1) experimental; urgency=medium . * New upstream release. * Update patches. dar (2.6.13-2) unstable; urgency=medium . * Fix paths in dar_par.dcf (closes: #980278). * Add upstream metadata. * Update packaging bits. * Update debhelper level to 12 . * Update Standards-Version to 4.5.1 . dar (2.6.13-1) unstable; urgency=medium . * New upstream release. dar (2.6.12-1) unstable; urgency=medium . * New upstream release. dar (2.6.10-1) unstable; urgency=medium . * New upstream release. dar (2.6.9-1) unstable; urgency=medium . * New upstream release. * Remove unused libattr1-dev build dependency (closes: #953928). dar (2.6.8-2) unstable; urgency=medium . * Tighten libdar64-6000 dependency on dar (closes: #952697). * Backport upstream fix for some obvious bug when running doxygen. dar (2.6.8-1) unstable; urgency=medium . * New upstream release. dar (2.6.7-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.5.0 . dar (2.6.6-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.4.0 . dar (2.6.5-1) unstable; urgency=medium . * New upstream release. dar (2.6.2-1) unstable; urgency=medium . * New upstream release (closes: #922195). dar (2.6.1-1) unstable; urgency=medium . * New upstream release. * Update watch file. * Update Standards-Version to 4.3.0 . dar (2.6.0-1) unstable; urgency=medium . * New upstream release. * Fix Hurd PATH_MAX FTBFS. dar (2.5.18-1) unstable; urgency=medium . * New upstream release. dar (2.5.17-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.2.1 . dar (2.5.16-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.1.5 . dar (2.5.15-1) unstable; urgency=medium . * New upstream release. dar (2.5.14+bis-2) unstable; urgency=medium . * Add build dependency for LZMA2 support compilation. * Don't install documentation twice. dar (2.5.14+bis-1) unstable; urgency=medium . * New upstream release. * Use short debhelper rules format. * Update debhelper level to 11 . * Update Standards-Version to 4.1.3 . dar (2.5.13-2) unstable; urgency=medium . [ Rebecca N. Palmer ] * Fix samples path in darrc (closes: #881507). dar (2.5.13-1) unstable; urgency=low . * New upstream release. * Update Standards-Version to 4.1.1 . dar (2.5.12-1) unstable; urgency=low . * New upstream release. * Update Standards-Version to 4.1.0: - migrate d/copyright to format 1.0 , - remove autotools-dev and dh-autoreconf build dependencies. dar (2.5.11-1) unstable; urgency=medium . * New upstream release. * Update Standards-Version to 4.0.0 and debhelper level to 10 . . [ Pino Toscano ] * Fix Built-Using where libc has a SONAME different than libc6 (closes: #865834). dar (2.5.10-1) experimental; urgency=low . * New upstream release. dar (2.5.8-3) unstable; urgency=medium . * Auto generate built-using for dar-static (closes: #858865). * Use real packages for build dependency. dar (2.5.8-2) unstable; urgency=medium . * Add missed dar_split and its man page to dar (closes: #858116). dar (2.5.8-1) unstable; urgency=low . * New upstream release. dar (2.5.7-1) unstable; urgency=low . * New upstream release. dar (2.5.6-1) unstable; urgency=low . * New upstream release. dar (2.5.5-1) unstable; urgency=low . * New upstream release. * Add missed development dependencies (closes: #794814). dar (2.5.4-1) unstable; urgency=low . * New upstream release: - fixes xz compression support (closes: #807372). * Update Standards-Version to 3.9.8 . dar (2.5.3-1) unstable; urgency=low . * New upstream release. dar (2.5.2-1) unstable; urgency=low . * New upstream release. * Remove patch for sequential read mode fix, this release contains it. dar (2.5.1-2) unstable; urgency=medium . * Backport upstream fix for sequential read mode (closes: #805119). dar (2.5.1-1) unstable; urgency=low . * New upstream release. * Do multiarch packaging. * Add required libgpgme11-dev to build depends. dar (2.4.18-1) unstable; urgency=low . * New upstream release. dar (2.4.17-1) unstable; urgency=low . * New upstream release. * Specify libraries dar-static linked with (closes: #769354). * Install darrc config file (closes: #751968). * Install localization files. dar (2.4.15-1) unstable; urgency=low . * New upstream release. * Update Standards-Version to 3.9.6 and debhelper level to 9 . * New maintainer (closes: #642372). dar (2.4.12-2) unstable; urgency=low . * Run dh-autoreconf to update {libtool,aclocal}.m4. Closes: #744562. dar (2.4.12-1) unstable; urgency=low . * New upstream version. Closes: #741712. * Use 5000.5.0 for shared iibrary name as per upstream. dar (2.4.8-1) unstable; urgency=low . * New upstream version. * Enable building of dar-static again, #632889 was fixed. Closes: #689244. dar (2.4.5.debian.1-1) unstable; urgency=low * Use prestine upstream source. No changes. dar (2.4.5-1) unstable; urgency=low * New upstream release. * Adds -ai option (closes: #665387). * Update debian standards version to 3.9.3. dar (2.4.2-1) unstable; urgency=low * New upstream release * Fixed reading catalogues created with dar 2.3.x (closes: #642915). * Fixed dates not increasing error (closes: #637997). * Build against gcrypt (closes: #638017, #639417). * Build against liblzo2 (closes: #639206). * Remove openssl clause from license. * Don't build dar-static, it is broken until #632889 gets fixed. * Register documentation with doc-base. dar (2.4.0-1) unstable; urgency=low * New upstream release (closes: #633109). * Fixes error when try to restore files using dar_manager (closes: #533368). * Increment soname of libdar64 from 4 to 5. * Update standards version to 3.9.2 dar (2.3.10-2) unstable; urgency=low * Remove *.la files (closes: #621189). dar (2.3.10-1) unstable; urgency=low * New upstream release. * Upstream fix for #545634 - install fails. * Fix confusing message (closes: #572837). * Fix typos (closes: #554712). * Added examples section that points towards tutorial (closes: #551369). * Error message with --merge --exclude-from-file fixed (closes: #537998). * Update standards version to 3.8.4. dar (2.3.9-2) unstable; urgency=low * Apply patch contributed from Ubuntu: doc/Makefile.in: use cp -a instead of install as it allow to copy the search directory. This fix a FTBFS with error "/usr/bin/install: omitting directory `html/search'". Closes: #545634. dar (2.3.9-1) unstable; urgency=low * New upstream release * Upstream fix for bashism reported in #489559. * Upstream exception for GPL included in LICENSING_EXCEPTION_FOR_OPENSSL in source code. dar (2.3.5-1) unstable; urgency=low * New upstream release * Write errors no longer occur indefinitely (closes: #418538). dar (2.3.4-1) unstable; urgency=low * New upstream version (closes: 433395). * Renders archives created with 2.3.3-1 unreadable. * Please see http://bugs.debian.org/433395 for work around. dar (2.3.3-1) unstable; urgency=low * New upstream version. * Fix bugs with hard links, closes: 425824. * Apply patch to increase security of blowfish2 cipher, closes: 425335. dar (2.3.2-1) unstable; urgency=low * New upstream version. * Closes #390041, new upstream available. * Closes #372875, constant prompt when restoring files with default ACL. * Update maintainer email address. dar (2.3.0-5) unstable; urgency=low * Change libdar-dev to depend on libdar64-4. Closes: #378431. dar (2.3.0-4) unstable; urgency=low * Replace libdar package with libdar64_4 (closes: #376586). dar (2.3.0-3) unstable; urgency=low * Enable 64 bit integer support. Closes: #373565. * Remove bashism in debian/rules. Closes: #374589. dar (2.3.0-2) unstable; urgency=low * Split documentation into seperate package (Closes: 357673). * Update Debian standards version to 3.7.2. dar (2.3.0-1) unstable; urgency=low * New upstream version. * Fix typo in man page. Closes: #330091. * Use cdbs for build. dar (2.2.4-2) unstable; urgency=low * Unscrew upload (closes: #341664). (read: fix libdar-dev depends on libdar3c2a). dar (2.2.4-1) unstable; urgency=low * New upstream version. * Rename library for C++ library transistion c2a (closes: #339159). dar (2.2.1-2) unstable; urgency=low * Rename library package to libdar3 (closes: #313094). * libdar3 conflicts with libdar2. * Build with gcc-4.0. dar (2.2.1-1) unstable; urgency=low * New upstream version (closes: #294438). * Add suggested par2 (closes: #291499). * Add e2fslibs-dev to build depends, enable nodump (closes: #269570). * Add libssl-dev to build depends to enable encrypted support. * Update to Debian standards 3.6.1. dar (2.1.5-1) unstable; urgency=low * New upstream version. * Fixes typo in man page (closes: #269562). dar (2.1.4-1) unstable; urgency=low * New upstream version. dar (2.1.2-2) unstable; urgency=low * Fix paths in /usr/share/doc/dar/examples/dar_par.dcf files (closes: #255205). dar (2.1.2-1) unstable; urgency=low * New upstream version (closes: #245872). * Change libdar1 to libdar2. * Update libtool, autoconf, and automake to get *.so extension in libraries. (as per .) dar (2.0.4-2) unstable; urgency=low * Fix broken depends in libdar1 (closes: #229768). dar (2.0.4-1) unstable; urgency=low * New upstream version. * Use --disable-nodump-flag, it requires linux/ext2_fs.h; autobuilders were coming up with errors in /usr/include/linux/spinlock.h. Patches to fix this without disable --nodump welcome. dar (2.0.1-2) unstable; urgency=low * Delete debian/*.{EX,ex} files (closes: #225497). * Delete obsolete debian-2 directory. dar (2.0.1-1) unstable; urgency=low * New upstream release. dar (1.3.0-1) unstable; urgency=low * New upstream version (closes: #202184). * Now build depends on libbz2-dev. dar (1.2.1-2) unstable; urgency=low * First Debian release, closes: #174525. golang-github-howeyc-gopass (0.0~git20190910.7cb4b85+dfsg.1-1) unstable; urgency=medium . [ Taowa Munene-Tardif ] * Team upload. * Updated package to latest commit available on GitHub. * Added upstream contact info to d/copyright. * Added the default Go AutoPkgTest. * Set Rules-Requires-Root. * Made the package description more useful. * Dropped debian/watch, the author is clearly not planning a release. . [ Jelmer Vernooij (via the Debian Janitor) ] * Updated standards-version, declaring compliance with 4.5.0. * Updated d/copyright to use HTTPS. * Added upstream metadata. golang-github-howeyc-gopass (0.0~git20160303.0.66487b2-2) unstable; urgency=low . [ Alexandre Viau ] * Point Vcs-* urls to salsa.debian.org. . [ Nicolas Braud-Santoni ] * Switch to debhelper 12. Compatibility level now controlled with a Build-Depends * debian/control + Update uploader's email address + Declare compliance with policy v4.3.0. Priority `extra` replaced with `optional` golang-github-howeyc-gopass (0.0~git20160303.0.66487b2-1) unstable; urgency=medium . [ Alexandre Viau ] * Team Upload. * Replace Vcs-Git by secure (https) URL. . [ Nicolas Braud-Santoni ] * Initial release (Closes: 819931) pycurl (7.47.0-2) unstable; urgency=medium . * Fix runtime depends after libcurl package rename (Closes: #1141273) * Drop redundant fields from d/control * Update Standards-Version to 4.7.4 * Add d/gbp.conf file * Drop completed dbgsym migration * Add d/upstream/metadata file * Upgrade d/watch file to version 5 pycurl (7.47.0-1) unstable; urgency=medium . * Update to new upstream release 7.47.0 (Closes: #1140806) rust-blowfish (0.10.0-1) unstable; urgency=medium . * Team upload. * Package blowfish 0.10.0 from crates.io using debcargo 2.8.3 webdar (1.0.0-3) unstable; urgency=medium . * Build against newer dar 2.8.3. webdar (1.0.0-2) unstable; urgency=medium . * Add missing build-deps. Closes: #1128271, #1128272. webdar (1.0.0-1) unstable; urgency=medium . * Initial release. (Closes: #1122576) REMOVED: apptainer 1.4.5-2