Change log for debmirror package in Debian

154 of 54 results
Published in sid-release
debmirror (1:2.40) unstable; urgency=medium

  * Update mirror-size script to handle the current Debian archive, and
    refresh mirror_size documentation file (closes: #855247).

 -- Colin Watson <email address hidden>  Mon, 04 Mar 2024 09:56:46 +0000
Superseded in sid-release
debmirror (1:2.39) unstable; urgency=medium

  * perlcritic fixes:
    - Move "use strict" above all code.
    - Avoid declaring variables in conditional statements.
    - Don't use bareword file/directory handles.
    - Make all loop iterators lexical.
    - Don't modify $_ in list functions.
    - Don't use subroutine prototypes.
    - Add explicit return statements to subroutines.
    - Enable warnings lexically rather than using "perl -w".
    - Use "state" rather than a closure, avoiding some unreachable code.
    - Localize assignments to $| and $SIG{...}.
    - Use the block form of grep and map.
    - Avoid combining low- and high-precedence boolean operators.
    - Avoid comma-separated statements.
    - Unpack @_ first in a few subroutines.

 -- Colin Watson <email address hidden>  Wed, 10 Jan 2024 00:55:39 +0000
Superseded in sid-release
debmirror (1:2.38) unstable; urgency=medium

  [ Neil Roza ]
  * check_file: Fix warning if $size is undefined.

  [ Colin Watson ]
  * Bump debhelper from old 12 to 13.

  [ Alexander Sulfrian ]
  * Two tiny fixes for the dependencies in the Makefile.

 -- Colin Watson <email address hidden>  Fri, 14 Jul 2023 12:15:43 +0100
Published in bullseye-release
debmirror (1:2.35+deb11u1) bullseye; urgency=medium

  * Add non-free-firmware to the default sections.

 -- Colin Watson <email address hidden>  Thu, 06 Oct 2022 23:15:05 +0100
Published in bookworm-release
Superseded in sid-release
debmirror (1:2.37) unstable; urgency=medium

  * Simplify a debhelper override slightly.
  * Add non-free-firmware to the default sections.

 -- Colin Watson <email address hidden>  Mon, 03 Oct 2022 12:46:52 +0100
Superseded in sid-release
debmirror (1:2.36) unstable; urgency=medium

  [ Sascha Lucas ]
  * Enable Ubuntu ESM mirroring.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on libwww-perl and perl.
    + debmirror: Drop versioned constraint on libwww-perl and perl in Depends.

 -- Colin Watson <email address hidden>  Fri, 19 Nov 2021 11:32:24 +0000
Superseded in bullseye-release
Superseded in sid-release
debmirror (1:2.35) unstable; urgency=medium

  [ Kees Cook ]
  * Remove temporary files created while verifying InRelease (closes:
    #961197).

 -- Colin Watson <email address hidden>  Thu, 03 Jun 2021 11:23:33 +0100
Superseded in sid-release
debmirror (1:2.34) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Fix day-of-week for changelog entry 20040926.

  [ Colin Watson ]
  * Avoid two-argument open.
  * Avoid bareword file handles.
  * Correct example in debmirror(1) (closes: #970435).

 -- Colin Watson <email address hidden>  Sat, 06 Feb 2021 17:33:50 +0000
Superseded in sid-release
debmirror (1:2.33) unstable; urgency=medium

  * Use debhelper-compat instead of debian/compat.
  * Strip trailing spaces and tabs from the content of clearsigned files
    before verifying the signature, in accordance with RFC 4880 section 7.1
    (closes: #943970).

 -- Colin Watson <email address hidden>  Thu, 12 Dec 2019 00:24:23 +0000
Published in buster-release
Superseded in sid-release
debmirror (1:2.32) unstable; urgency=medium

  [ Jamie Strandboge ]
  * Support downloading command-not-found metadata (LP: #1821251).

 -- Colin Watson <email address hidden>  Sat, 23 Mar 2019 10:40:44 +0000
Superseded in buster-release
Superseded in sid-release
debmirror (1:2.31) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces

  [ Colin Watson ]
  * Fetch Packages-all and Contents-all if they exist (closes: #904927).
  * Fix mirroring of suites that have InRelease but not Release.gpg.
  * Improve GPG verification: accept a signature file as long as there's at
    least one good signature from a trusted key, and borrow code from APT to
    explicitly verify the structure of InRelease files (closes: #918304).

 -- Colin Watson <email address hidden>  Mon, 28 Jan 2019 11:41:12 +0000
Superseded in buster-release
Superseded in sid-release
debmirror (1:2.30) unstable; urgency=medium

  * Make the error message when mkdir fails more helpful.
  * Restart partial HTTP downloads (closes: #629922).
  * Use /usr/share/dpkg/pkg-info.mk rather than equivalent hand-written
    code.
  * Upgrade to debhelper v9.

 -- Colin Watson <email address hidden>  Mon, 06 Aug 2018 10:07:54 +0100
Superseded in buster-release
Superseded in sid-release
debmirror (1:2.29) unstable; urgency=medium

  [ Stefan Kisdaroczi ]
  * Add version string and --version option.
  * Add additional trace info (closes: #863194).

  [ Colin Watson ]
  * Automatically update $version at binary package build time.

 -- Colin Watson <email address hidden>  Sun, 11 Feb 2018 22:54:20 +0000
Superseded in buster-release
Superseded in sid-release
debmirror (1:2.28) unstable; urgency=medium

  * Change priority to optional, since "Priority: extra" is now deprecated.
  * Move VCS to salsa.debian.org.
  * Fix use of uninitialised value $buf in name_release.
  * Depend on xz-utils (LP: #1614779); xz is needed for all suites that
    publish .xz but not uncompressed index files, or .gz but not .xz without
    --slow-cpu, so I think that's common enough to rise above the level of a
    Recommends.
  * Always use "exists $file_lists{foo}{size}" rather than just "exists
    $file_lists{foo}".  The latter can return false positives due to
    autovivification (closes: #868675).

 -- Colin Watson <email address hidden>  Tue, 23 Jan 2018 13:32:49 +0000
Published in jessie-release
debmirror (1:2.16+deb8u1) jessie; urgency=medium

  * Tolerate unknown lines in *.diff/Index (closes: #808216, #815149).
  * Mirror DEP-11 metadata files (closes: #814416).
  * Prefer xz over gz, and cope with either being missing as long as we can
    get some version of the index file in question.
  * Use check_lists to check Translation files rather than a similar custom
    function; this allows use of stronger hashes.
  * Mirror and validate InRelease files (closes: #619188).

 -- Colin Watson <email address hidden>  Sat, 02 Dec 2017 14:32:24 +0000
Superseded in buster-release
Superseded in sid-release
debmirror (1:2.27) unstable; urgency=medium

  * Fix typo in "Verifying checksums" message (closes: #856163).
  * During the cleanup phase, remove local copies of files that could not be
    downloaded; for example, this ensures that a local InRelease file is
    removed when it has been removed from the remote host (closes: #866238).

 -- Colin Watson <email address hidden>  Sun, 02 Jul 2017 20:49:50 +0100
Published in stretch-release
Superseded in sid-release
debmirror (1:2.26) unstable; urgency=medium

  [ William Grant ]
  * Download Translation-*.gz/xz in addition to Translation-*.bz2. Launchpad
    replaces bz2 with xz from xenial. (LP: #1565585)

  [ Colin Watson ]
  * Policy version 3.9.8; no changes required.

 -- Colin Watson <email address hidden>  Fri, 20 Jan 2017 12:54:17 +0000
Superseded in stretch-release
Superseded in sid-release
debmirror (1:2.25) unstable; urgency=medium

  * Add enough build-dependencies to be able to run the syntax check
    (closes: #819489).

 -- Colin Watson <email address hidden>  Tue, 29 Mar 2016 14:16:50 +0100
Superseded in sid-release
debmirror (1:2.23) unstable; urgency=medium

  * Fix incorrect handling of existing uncompressed index files under .temp
    (LP: #1562118).

 -- Colin Watson <email address hidden>  Sat, 26 Mar 2016 19:01:20 +0000
Superseded in stretch-release
Superseded in sid-release
debmirror (1:2.22) unstable; urgency=medium

  * Fix regression in 1:2.20 that broke mirroring of suites that have
    Release.gpg but not InRelease.

 -- Colin Watson <email address hidden>  Thu, 17 Mar 2016 13:20:36 +0000
Superseded in stretch-release
Superseded in sid-release
debmirror (1:2.20) unstable; urgency=medium

  * Convert to source format 3.0 (native).
  * Fix a few spelling/grammar mistakes, some reported by Lintian.
  * Mirror and validate InRelease files (closes: #619188).
  * Mirror DEP-11 metadata files (closes: #814416).

 -- Colin Watson <email address hidden>  Wed, 24 Feb 2016 07:19:30 +0000
Superseded in stretch-release
Superseded in sid-release
debmirror (1:2.19) unstable; urgency=medium

  * New maintainer (closes: #813998).
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
  * Tolerate unknown lines in *.diff/Index (closes: #808216).
  * Only use Net::INET6Glue for Perl < 5.22, since the relevant modules in
    core support IPv6 after that point (closes: #811020).

 -- Colin Watson <email address hidden>  Sun, 07 Feb 2016 14:06:29 +0000
Superseded in stretch-release
Superseded in sid-release
debmirror (1:2.18+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Add support for xz-compressed index files. Closes: #737057

 -- John Paul Adrian Glaubitz <email address hidden>  Wed, 18 Nov 2015 16:48:13 +0100
Published in wheezy-release
debmirror (1:2.16~deb7u1) oldstable; urgency=low

  * Upload for wheezy. Closes: #749734.

 -- Santiago Vila <email address hidden>  Wed, 27 May 2015 19:26:16 +0200
Superseded in stretch-release
Superseded in sid-release
debmirror (1:2.18) unstable; urgency=low

  * New maintainer, on a trial basis. We'll see how it goes. Thanks,
    Joey, for four years recently filling the gap; and earlier, for
    giving us the software in the first place. Joerg, Goswin, your work
    is appreciated (see? it continues to be used). Frans, we still
    miss you.
    Closes: #768532
  * Somewhat refactored the code that distinguishes between
    download methods.
  * Implemented the option --method=file, which -- besides being useful
    in its own right -- may also make testing and debugging easier.
  * In the unpacked source, implemented "make -C test", which builds
    a small, mock Debian archive against which one can test and debug
    the program.
    Closes: #787760
  * Applied Kees Cook's patch to add a retry cycle for rsync
    connection failures, implementing the cycle optionally via the
    new, experimental --retry-rsync-packages option.
    Closes: #576577
  * Per Joey's advice, did not apply patch 619363 regarding
    the --ignore-missing-release option.
    Closes: #619363
  * Appreciated patch 628779 to work around an out-of-sync parent
    mirror, but did not apply it.  Joey explains why in the bug log.
    Closes: #628779
  * Noted per Goswin's advice that the Debian archive ceased to ship
    uncompressed Packages files about 2006.  Whatever trouble debmirror
    might once have had with the 2006 transition is ancient history
    now, so if a bug remains thereto, it probably affects no one and
    won't be fixed.
    Closes: #375381
  * Did not yet fix bug #652138.  However, refactored the code that
    downloads Contents files, with the intent to make this bug
    easier later to fix.
  * In the debmirror script, as a matter of the new maintainer's
    preference, expanded all leading tabs as spaces.

 -- Thaddeus H. Black <email address hidden>  Sat, 13 Jun 2015 00:00:00 -0000
Superseded in stretch-release
Superseded in sid-release
debmirror (1:2.17) unstable; urgency=medium


  * Debmirror needs a new maintainer, both in Debian and upstream.

 -- Joey Hess <email address hidden>  Fri, 07 Nov 2014 17:28:02 -0400
Superseded in jessie-release
Superseded in sid-release
debmirror (1:2.16) unstable; urgency=low


  * Fix confusing output with --precleanup.
    Closes: #708355
  * Support new Contents file location used for wheezy, while still
    handling the old location.
    Closes: #637442 Thanks, Christoph Pleger

 -- Joey Hess <email address hidden>  Mon, 26 Aug 2013 12:41:03 -0400
Superseded in jessie-release
Superseded in sid-release
debmirror (1:2.15) unstable; urgency=low


  * Improved interface to gpgv. Thanks, Tom Jones.
  * Add --keyring option. Thanks, Tom Jones.
  * Add --exclude-field and --include-field options.
    Closes: #695767. Thanks, Colin Watson
  * Supports https. Closes: #697687 Thanks, Fernando Ike
  * Treat "Origin: Canonical" like "Origin: Ubuntu"
    Closes: #702319. Thanks, Tal Danzig

 -- Joey Hess <email address hidden>  Sat, 04 May 2013 23:44:27 -0400
Superseded in jessie-release
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.14) unstable; urgency=low


  * Add --config-file option.
    Closes: #638295. Thanks, Stefan Kisdaroczi and Matthias Schmitz.
  * Do not crash on i18n/Index with --debmarshal
    Closes: #676219. Thanks, Frank Luithle

 -- Joey Hess <email address hidden>  Tue, 26 Jun 2012 19:29:31 -0400
Superseded in sid-release
debmirror (1:2.13) unstable; urgency=low


  * Fix mirroring of Translation files for suites (currently contrib and
    non-free) for which there are no i18n Index files. Use information
    from Release files instead.
    Closes: #673444, #644609. Thanks, Joris Dolderer

 -- Joey Hess <email address hidden>  Tue, 19 Jun 2012 14:33:41 -0400
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.12) unstable; urgency=low


  * Always mirror the English "translations" necessary to have any
    package long descriptions at all, even if --i18n is not enabled.
    (Unless disabled via --exclude.)
  * Make i18n/Index parsing not fail if there are non-SHA1 checksums.
    Although currently only SHA1 is supported here. Closes: #644609

 -- Joey Hess <email address hidden>  Fri, 13 Apr 2012 12:19:34 -0400
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.11) unstable; urgency=low


  * Two fixes to output. Closes: #647562 Thanks, Karl Goetz
  * Support HTTP authentication by setting --user and --password.
    Closes: #650743 Thanks, Eshat Cakar
  * --timeout now also affects http and ftp download.
    Closes: #662694 Thanks, Christoph Goehre
  * Remove libcompress-zlib-perl from Depends, this is now provided by perl.

 -- Joey Hess <email address hidden>  Mon, 05 Mar 2012 17:05:29 -0400
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.10) unstable; urgency=low


  * Fix skipping d-i for suites that do not include it. Closes: #636627
    Thanks, Stefan Kisdaroczi
  * Allow mirroring d-i on kfreebsd-*; skip it for arch 'all'. Closes: #637457
    Thanks, Stefan Kisdaroczi

 -- Joey Hess <email address hidden>  Mon, 31 Oct 2011 10:44:07 -0400
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.9) unstable; urgency=low
  * Use Net::INET6Glue to support making ipv6 connections. Closes: #631302  * Avoid sanity check for empty mirror, to allow mirroring an empty mirror    if this is the first time debmirror is run. Closes: #635723    Thanks, Stefan Kisdaroczi -- Joey Hess <email address hidden>  Thu, 28 Jul 2011 14:57:36 +0200
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.8) unstable; urgency=low
  * Avoid trying to get d-i for *-updates suites. Closes: #619146 -- Joey Hess <email address hidden>  Mon, 21 Mar 2011 13:03:45 -0400
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.7) unstable; urgency=high
  * Version dep on LWP. Closes: #614594  * Fix typo in d-i download code. Closes: #614620 -- Joey Hess <email address hidden>  Tue, 22 Feb 2011 13:54:12 -0400
Superseded in wheezy-release
Superseded in sid-release
debmirror (1:2.5) unstable; urgency=low
  * Clean up output messages.  * Apply program return code checking patch by Kees Cook.  * Allow umask to control directory permissions in mkdir. Closes: #589397  * Add --slow-cpu option that avoids bzipping and gzipping files.    Closes: #594948  * Various code cleanups.  * Deprecate --cleanup, which had become confusing since --postcleanup    is the default, and add --precleanup.  * Add --check-gpg (the default) and --no-check-gpg options.  * Added a warning message if rsync of extra files fails.  * Default to --rsync-extra=trace, and warn if --rsync-extra setting    disables trace.  * Above will ensure that debmirror at least tries    to get trace files by default, and warns if it cannot. Closes: #156564  * Avoid getting rsync-extra files if the site being mirrored    has --root=/ , as that cannot work with rsync.  * A proxy specified with --proxy or ftp_proxy will now also be used    for ftp connections.  * Deprecate --method=hftp, just use --proxy with --method=ftp.  * Run rsync with --no-motd except for in --verbose mode.  * Support --progress for http. (Per #598382)  * Apply manpage markup patch from liw. Closes: #599414  * Fix typo in default rsync options. Closes: #599568  * Add --debmarshal snapshot mode by Drake Diedrich. Closes: #550007  * Send verbose/debug mode gpgv error messages to stdout. Closes: #607099 -- Joey Hess <email address hidden>  Sat, 05 Feb 2011 12:40:14 -0400
Superseded in sid-release
debmirror (1:2.4.6) unstable; urgency=low


  * New maintainer. Frans, we'll miss you.
    Closes: #595690
  * Moved to git; grafted in debmirror's original development
    history from my home directory. Closes: #594976
  * Fix filename of mirror_size file in man page. Closes: #594975

 -- Joey Hess <email address hidden>  Sun, 05 Sep 2010 18:54:21 -0400
Superseded in wheezy-release
Published in squeeze-release
Superseded in sid-release
debmirror (1:2.4.5) unstable; urgency=low


  * Drop support for the --adddir option which was obsoleted log ago.
  * Ensure MD5SUMS files for D-I images get updated. Closes: #590667.
    Thanks to Stefan Kisdaroczi for reporting the issue and for the patch.
  * Update archive size information (without Etch as that has been archived).

 -- Frans Pop <email address hidden>  Thu, 05 Aug 2010 16:09:13 +0200
Superseded in squeeze-release
Superseded in sid-release
debmirror (1:2.4.4) unstable; urgency=low


  * Fix typo in mirror_size. Closes: #575352.
  * Change internal use of dry-run variables so that setting $dry_run in
    the config file actually works. Closes: #569348.

 -- Frans Pop <email address hidden>  Thu, 25 Mar 2010 19:14:12 +0100
Superseded in squeeze-release
Superseded in sid-release
debmirror (1:2.4.3) unstable; urgency=low


  * Don't delete Contents and Translation files if mirror cleanup is done
    early. Closes: #568613.

 -- Frans Pop <email address hidden>  Sat, 06 Feb 2010 14:42:36 +0100
Superseded in sid-release
debmirror (1:2.4.2) unstable; urgency=low


  * Really allow for Release files without Origin field. Closes: #565593.

 -- Frans Pop <email address hidden>  Sun, 31 Jan 2010 14:21:46 +0100
Published in lenny-release
debmirror (20070123lenny1) stable; urgency=low


  * The main Debian archive has started to use rsyncable gzip files.
    Use the --rsyncable flag when compressing Packages/Sources files using
    gzip after applying pdiffs to ensure the md5sum of the file matches the
    one in the Release file again. Closes: #560326.
    This change may cause unnecessary download of the gzipped Packages/Sources
    files for other archives that provide pdiffs but don't have rsyncable
    gzipped files.

 -- Frans Pop <email address hidden>  Fri, 18 Dec 2009 20:31:35 +0100
Superseded in sid-release
debmirror (1:2.4.1) unstable; urgency=low


  * Typo fixes in NEWS.Debian file spotted by Geoff Simmons. Closes: #566377.
  * Allow for Release files without Origin field. Closes: #565593.

 -- Frans Pop <email address hidden>  Sun, 24 Jan 2010 07:23:06 +0100
Superseded in squeeze-release
Superseded in sid-release
debmirror (1:2.4) unstable; urgency=low


  * The main Debian archive has started to use rsyncable gzip files.
    Use the --rsyncable flag when compressing Packages/Sources files using
    gzip after applying pdiffs to ensure the md5sum of the file matches the
    one in the Release file again. Closes: #560326.
    This change may cause unnecessary download of the gzipped Packages/Sources
    files for other archives that provide pdiffs but don't have rsyncable
    gzipped files; this can be fixed using the new option --gzip-options.
  * Fix mirroring of archives without a Release.gpg file. Closes: #561533.
    Thanks to Loïc Minier for tracing the issue.
  * Allow to specify the local mirror directory in config files.
    Closes: #544141.
  * Add versioned dependency on perl (>= 5.10). Closes: #551878.
  * Improve dependencies on gpgv/gnupg.

 -- Frans Pop <email address hidden>  Sat, 19 Dec 2009 22:21:38 +0100
Superseded in squeeze-release
Superseded in sid-release
debmirror (1:2.3.1) unstable; urgency=low


  * Update example configuration (closes: #549955):
    - fix error in variable names for setting D-I dists & arches
    - add example for setting "extra rsync directories"
  * Rename variables so that @dists can be set again in a configuration file.
    Closes: #549952.
  * Enable LWP::ConnCache for the http transfer method. Closes: #395538.
    Thanks to Gregor Herrmann for pointing out the option.

 -- Frans Pop <email address hidden>  Thu, 08 Oct 2009 19:39:41 +0200
Superseded in sid-release
debmirror (1:2.3) unstable; urgency=low


  * Support updating Contents files using diff files. This can significantly
    reduce the download size when Contents files change. Closes: #436027.
  * Because of the previous change the option --pdiff has been renamed to
    --diff as 'package diffs' no longer covers its use.
  * Fix mirroring archives without a Release file (--ignore-missing-release).
  * Minor other fixes and improvements.

 -- Frans Pop <email address hidden>  Sat, 03 Oct 2009 13:33:46 +0200
Superseded in squeeze-release
Superseded in sid-release
debmirror (1:2.2.1) unstable; urgency=low


  * Only fetch i18n Index files if needed.
  * Fix mirroring D-I images when the archive is also being mirrored for the
    same dist. Closes: #547789.

 -- Frans Pop <email address hidden>  Tue, 22 Sep 2009 18:12:05 +0200
Superseded in squeeze-release
Superseded in sid-release
debmirror (1:2.2) unstable; urgency=low


  * Allow to include/exclude specific files belonging to D-I images.
  * Add support for downloading package translation files. Closes: #436030.
  * Move archive size information to a separate file in /usr/share/doc.

 -- Frans Pop <email address hidden>  Sat, 12 Sep 2009 08:59:31 +0200
Superseded in squeeze-release
Superseded in sid-release
debmirror (1:2.1.1) unstable; urgency=low


  * Register the trace and lock files only after loading the state cache.

 -- Frans Pop <email address hidden>  Mon, 31 Aug 2009 14:16:47 +0200
Superseded in sid-release
debmirror (1:1.0.1) unstable; urgency=low


  * Skip debian-installer sections for source packages. D-I only has binary
    packages; the source is included in the regular sections. Closes: #542826.
    Based on a patch from Ernesto Hernández-Novich, with thanks.
  * Allow for the fact that for experimental the suite and codename are
    identical. Thanks to Craig Sanders. Closes: #542929.

 -- Frans Pop <email address hidden>  Sun, 23 Aug 2009 07:05:24 +0200
Superseded in sid-release
debmirror (1:1.0) unstable; urgency=low


  * Switch to more common versioning scheme; requires an epoch.
  * Clarify version of GPL (version 2 or later).
  * Update periods of activity for various maintainers of the script both
    in the perl script and in the debian/copyright file.
  * Set more accurate versioned build dependency on debhelper.
  * Apply patch from Kees Cook to make parsing of Packages/Sources files a bit
    less fragile. Closes: #451021.
  * Add sanity check after parsing Packages/Sources files to avoid completely
    deleting a mirror in case of unexpected errors (#451021, #435663).
  * Debian mirrors no longer keep uncompressed packages files; don't include
    them on the local mirror either.
  * Apply patch from A. Mennucc for more efficient removal of empty
    directories. Closes: #453091.
  * Various improvements of the man page for:
    - the --getcontents switch; with thanks to Slaven Rezic; closes: #524967
    - example commands; with thanks to Karl Goetz; closes: #491326
    - debmirror.conf configuration file and example
  * Don't fetch Contents files if they are already up-to-date (#436027).
  * Remove reduntant slashes in paths from Package files. Closes: #471946.
    Thanks to Raphael Hertzog for the patch.
  * Update tables showing archive size in man page, using new mirror-size
    script. Closes: #498541.
  * Automatically create and update suite->codename symlinks based on info in
    the Release file. Directories for dists will always have the codename of
    the release. Conversion of existing mirrors that use suites for directories
    is supported. See also NEWS.Debian. Closes: #426170.

 -- Frans Pop <email address hidden>  Thu, 20 Aug 2009 19:43:39 +0200
Superseded in squeeze-release
Superseded in sid-release
debmirror (20090807) unstable; urgency=low


  * New maintainer, with thanks to Goswin for his work on previous releases.
  * Remove no longer needed prerm script.
  * Correct syntax of NEWS.Debian file.
  * Switch build system to debhelper.
  * Bump standards version to 3.8.2.
  * Improve documentation on how to add an archive keyring for debmirror.
    Thanks to Kees Cook for the patch. Closes: #451157.

 -- Frans Pop <email address hidden>  Fri, 07 Aug 2009 19:24:01 +0200
Superseded in squeeze-release
Superseded in sid-release
Superseded in lenny-release
debmirror (20070123) unstable; urgency=low


  * Add dependency for libdigest-sha1-perl (ACK NMU) (Closes: #386707)
  * Change manpage entry for --pdiff (Closes: #386697)
  * Fix Release.gpg check to use gpgv (Closes: #400526)
  * Fix use of uninitialized value in addition
  * Count errors in pdiff files as small errors (Closes: #400054)
  * Cleanup tempfiles (Closes: 399834)
  * Fix manpage permissions with patch by (Closes: #399058)
    "Dmitry E. Oboukhov" <email address hidden>
  * Skip pdiff files if patch binary is missing (Closes: #401245)
  * Skip pdiff files if ed binary is missing and recommend it (Closes: #397936)

 -- Goswin von Brederlow <email address hidden>  Tue, 23 Jan 2007 14:53:14 +0100
154 of 54 results