[ubuntu/hirsute-proposed] debmirror 1:2.33ubuntu1 (Accepted)

Valters Jansons valter.jansons at gmail.com
Thu Nov 26 01:05:12 UTC 2020


debmirror (1:2.33ubuntu1) hirsute; urgency=medium

  * Resynchronise with Debian. (LP: #1892110) Remaining changes:
    - debian/{control,rules}: Add quilt for patch management.
    - Debian bug 455082:
      + default-settings.patch: change rsync defaults.
      + silence-errors.patch: throw away find errors.
      + drop-redundant-rsync.patch: clean up logic in rsync batching.
      + check_file-return.patch: report why a file needs to sync.
    - Debian bug 576576:
      + skip-installer.patch: allow specific releases to be skipped.
    - ubuntu-settings.patch: Changed defaults to download Ubuntu, replaced
      most instances of Debian with Ubuntu in the documentation.

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).

debmirror (1:2.32) unstable; urgency=medium

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

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).

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.

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.

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).

Date: Sat, 22 Aug 2020 15:18:46 +0300
Changed-By: Valters Jansons <valter.jansons at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Brian Murray <brian at ubuntu.com>
https://launchpad.net/ubuntu/+source/debmirror/1:2.33ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 22 Aug 2020 15:18:46 +0300
Source: debmirror
Architecture: source
Version: 1:2.33ubuntu1
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Valters Jansons <valter.jansons at gmail.com>
Closes: 629922 863194 868675 904927 918304 943970
Launchpad-Bugs-Fixed: 1614779 1821251 1892110
Changes:
 debmirror (1:2.33ubuntu1) hirsute; urgency=medium
 .
   * Resynchronise with Debian. (LP: #1892110) Remaining changes:
     - debian/{control,rules}: Add quilt for patch management.
     - Debian bug 455082:
       + default-settings.patch: change rsync defaults.
       + silence-errors.patch: throw away find errors.
       + drop-redundant-rsync.patch: clean up logic in rsync batching.
       + check_file-return.patch: report why a file needs to sync.
     - Debian bug 576576:
       + skip-installer.patch: allow specific releases to be skipped.
     - ubuntu-settings.patch: Changed defaults to download Ubuntu, replaced
       most instances of Debian with Ubuntu in the documentation.
 .
 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).
 .
 debmirror (1:2.32) unstable; urgency=medium
 .
   [ Jamie Strandboge ]
   * Support downloading command-not-found metadata (LP: #1821251).
 .
 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).
 .
 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.
 .
 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.
 .
 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).
Checksums-Sha1:
 672efa99def0db182037c04c91132ec3acf63762 1796 debmirror_2.33ubuntu1.dsc
 76fe2fea328eaa6cdd550adc12f97b8ff4ee770e 59280 debmirror_2.33ubuntu1.tar.xz
 ff003b782ca956940f15d1e1d5bf37101162c0c9 7773 debmirror_2.33ubuntu1_source.buildinfo
Checksums-Sha256:
 101df80186ec0adc740e6afc232e7817138507d4a2fb3f96263472d22e3df9b6 1796 debmirror_2.33ubuntu1.dsc
 1545271e1bee0ec4c9bd45d60e95f619d64817292377b2af8d22557fd6167492 59280 debmirror_2.33ubuntu1.tar.xz
 68db7d5ad9d15ac228c01999966ccd668726740484d80e9882e0ef162b64586a 7773 debmirror_2.33ubuntu1_source.buildinfo
Files:
 145b372472fa4dac45ac45b59ba95494 1796 net optional debmirror_2.33ubuntu1.dsc
 a8c0df279f7e430fd03456e0c4b53820 59280 net optional debmirror_2.33ubuntu1.tar.xz
 089db1f791e97f803f3d257ce994b0d9 7773 net optional debmirror_2.33ubuntu1_source.buildinfo
Original-Maintainer: Colin Watson <cjwatson at debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfS610FljvwXMts5kHpGLZnZbPjEFAl++/aoACgkQHpGLZnZb
PjGBHA//QHnI4x/TjEFHKSSIzfOhcEmnYJaAC9cUkhkBSMX80bulSeThhBuhEsfS
cVXPp6Zb0DYpzabdna9q9QwlM+UGiIiNsFCl843vFr74eeGx+ALYmDiY9nBrGb2m
bq5VN/Ma12CLiMGxDf1DVxFRAlJk8ujpLR1WCpVb/LIf5QNoCo2apkwQz3C3FUUF
CuV49DPWp5X4nBuHcA/8UNBycuRfOWPea+yiZZ7zIa5PMKpxVMua5n+p+aRDKKVd
kMgeLyGzL2VRBwythWTSgk2QeHSXQbZUp2P1eaSAITFc2YIbc3lKkheycOVTBBML
6nsNFCOkcOGeodY+doKj0jzz6Aj5VqcLCCErEWdhogTLlylReSYPNotLqYnSN2Ga
EhEbOqretlfQeQGDN5VECHTvCPHj3MN3xKDFQius28XlZfhl3y6cZRooL4xnjloj
ugY8Fs3B6jMHbtkgngx9lVIvX0NldnyS7BEd2Rw3Gv+PTO1Fb/XFlhhAI0TaWlSs
LSTZlP+EHR0PlP4DW3rEhLqFTN5Q8SpP+iog/2oj/TmDCBvXJBPl2g+QLozvks2J
1IbCrOejIonTvh9a70B9PXwwbsqazWGqO+w4FZ3us2zkQRNsTAGDn24IcLkUsHpq
MEcOi30Uv1Id/jZp3e/CTj9D+3xMJ/tizYCHTpNfrQ44QM0jjPQ=
=Kz55
-----END PGP SIGNATURE-----


More information about the Hirsute-changes mailing list