Your message dated Sun, 05 Dec 2021 15:35:29 +0000
with message-id <[email protected]>
and subject line Bug#776442: fixed in ubuntu-dev-tools 0.187
has caused the Debian Bug report #776442,
regarding backportpackage: doesn't follow conventions on Debian
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
776442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776442
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ubuntu-dev-tools
Version: 0.143
Severity: normal

Dear Maintainer,

The "backportpackage" doesn't appear to follow the
backports.debian.org conventions properly: it uses a strange version
numbering scheme, rather than doing what it says on
<http://backports.debian.org/Contribute/>, namely:

  * Append "~bpo${debian_release}+${build_int}" to the version number,
    e.g. "1.2.3-4" now becomes "1.2.3-4~bpo60+1", or for native
    packages, "1.2.3" becomes "1.2.3~bpo60+1".

Also, it seems that it should ideally check what version's in the
target distro/backports already and pass it to dpkg-builpackage after
"-v":

  * Include all changelog entries since the last version on
    debian-backports or since stable if it's the first version. You
    should do this by passing "-v" to dpkg-buildpackage. Eg: "debuild
    -v0.7.5-2", where "0.7.5-2" is the version in stable. If the
    package wasn't in stable or backports before you don't have
    include the changelog entrys (but you are free to do so).

Though, honestly, that would not have helped me much because I had to
unpack the package anyway in order to build it with debuild -- I don't
really feel the need to use a chroot for a private build targetting
the release I'm on ...

-- Thanks,
Samuel Bronson

-- System Information:
Debian Release: 7.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ubuntu-dev-tools depends on:
ii  binutils                   2.22-8+deb7u2
ii  dctrl-tools                2.22.2
ii  devscripts                 2.12.6+deb7u2
ii  diffstat                   1.55-3
ii  distro-info                0.10
ii  dpkg-dev                   1.16.15
ii  lsb-release                4.1+Debian8+deb7u1
ii  perl                       5.14.2-21+deb7u2
ii  python                     2.7.3-4+deb7u1
ii  python-apt                 0.8.8.2
ii  python-debian              0.1.21
ii  python-distro-info         0.10
ii  python-httplib2            0.7.4-2+deb7u1
ii  python-launchpadlib        1.9.12-2
ii  python-lazr.restfulclient  0.12.0-2+deb7u1
ii  python2.6                  2.6.8-1.1
ii  python2.7                  2.7.3-6+deb7u2
ii  sudo                       1.8.5p2-1+nmu1

Versions of packages ubuntu-dev-tools recommends:
ii  bzr                     2.6.0~bzr6526-1
ii  bzr-builddeb            2.8.4
ii  ca-certificates         20130119+deb7u1
ii  cowdancer               0.70
ii  debian-archive-keyring  2014.3~deb7u1
ii  debian-keyring          2013.04.21
ii  debootstrap             1.0.48+deb7u2
ii  dput                    0.9.6.3+nmu2
ii  genisoimage             9:1.1.11-2
ii  libwww-perl             6.04-1
ii  lintian                 2.5.30+deb8u2~bpo70+1
ii  patch                   2.6.1-3
ii  pbuilder                0.213
ii  perl-modules            5.14.2-21+deb7u2
ii  python-dns              2.3.6-1+deb7u1
ii  python-gnupginterface   0.3.2-9.1
ii  python-soappy           0.12.0-4
ii  quilt                   0.60-2
ii  reportbug               6.4.4+deb7u1

Versions of packages ubuntu-dev-tools suggests:
pn  ipython            <none>
ii  python             2.7.3-4+deb7u1
ii  python-simplejson  2.5.2-1
pn  qemu-user-static   <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: ubuntu-dev-tools
Source-Version: 0.187
Done: Mattia Rizzolo <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ubuntu-dev-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo <[email protected]> (supplier of updated ubuntu-dev-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 05 Dec 2021 15:58:15 +0100
Source: ubuntu-dev-tools
Architecture: source
Version: 0.187
Distribution: unstable
Urgency: medium
Maintainer: Ubuntu Developers <[email protected]>
Changed-By: Mattia Rizzolo <[email protected]>
Closes: 776442 968316
Changes:
 ubuntu-dev-tools (0.187) unstable; urgency=medium
 .
   [ Paride Legovini ]
   * mk-sbuild:
     + Add support for zfs-snapshot schroots.  LP: #1945349
 .
   [ Mattia Rizzolo ]
   * mk-sbuild:
     + Apply patch from Peter Pentchev to avoid a broken log message.
       Closes: #968316
   * backportpackage:
     + Support backporting to Debian releases.  Closes: #776442; LP: #974132
     + Fix the guessing algorithm for the target release:
       - for Debian: pick the current stable release.
       - for Ubuntu: pick the current LTS release.
 .
   [ Unit 193 ]
   * backportpackage:
     + Change the generated Ubuntu version following the new policy from the
       Backporters team.
 .
   [ Dan Streetman ]
   * misc:
     + Refactor download progress bar code.
     + Save files that have Content-Encoding correctly,
       such as the changes file from upload queue packages.
   * pullpkg:
     + Extract source packages pulled from upload queue.
   * hugdaylist:
     + Remove long unused and non-working script.
Checksums-Sha1:
 bcc45d1b0ddacea1e47c163a332a2ff493cf60d8 2208 ubuntu-dev-tools_0.187.dsc
 76a6b79a42212e4bb68e29f8175255de60718f7a 164632 ubuntu-dev-tools_0.187.tar.xz
 06cee68b2c714f7f868c2a209a6aabaefb7831c6 11349 
ubuntu-dev-tools_0.187_amd64.buildinfo
Checksums-Sha256:
 b6e41075374e703d1afa2cf205211d7e10ab0cf4c89340efe5dc15b691c4bf0a 2208 
ubuntu-dev-tools_0.187.dsc
 1baa10746b0f6f920a22e4d638d5d65e3f85b7daf5e4b04db18df62c523b7b95 164632 
ubuntu-dev-tools_0.187.tar.xz
 a5d124389fe3606585ea28c1ae81d948d46bd774e8583f623218dfc62a1a985d 11349 
ubuntu-dev-tools_0.187_amd64.buildinfo
Files:
 1f96c1597f4f5adacdacc3c74d298bff 2208 devel optional ubuntu-dev-tools_0.187.dsc
 a8f1bf7c543e38e35a3cce63859483e4 164632 devel optional 
ubuntu-dev-tools_0.187.tar.xz
 320b1f406f1d3fc7359ac2e5dcf6b1c8 11349 devel optional 
ubuntu-dev-tools_0.187_amd64.buildinfo

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

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAmGs1ekACgkQCBa54Yx2
K62/PxAAmcjLkqg3Oq9wYuadfBNCKzaaAedpc9TqP4IjmMcOazJxAj+D3Mtym2Oc
wZPFXoOEgiMY9RZqDyPSLJhJsSnEYArMfLKh/kNUhxgTdN2TQX8P6CAFjYAQ4/Qu
7volXpH7zG2Nz/xCo1zKxh90L3b4hH6Wymi8GErta8LbxjyIVogvMUpwUu8r5pnm
dsHZ2otY2X986jBwJ41zN0KyB8bfQ+moA3paE+ByQDvTxaMHBeeSQ5BAbUFRfnx2
a12VI3gc24FovN+wuODNIwIaIN2W4667PIQVrMEn20JdaB62ATV6VXqQ92qrQQ+4
GXVwM9nf0njWNYCfo+hmAex9lkT+bSmmEVMk0R0EG4L+ob3RIRnw1srK+vH4JHfs
HBYifOhFhuQsT75X+TQG02zI1so0+X3wMJUf9AQOzW9oman5aIWQ3QNivT58RNol
tgYvpX9z04BC6yY/Lw/Gepc4i2s9e3F2lzg6+QtFGqpEGn4luxb1kKC4syQwAvFm
+b649Xqre53331NbmLn4WcJWNGUAYc/CqKJz4EDFd2ucZzT+jessvLrYZozyY0Ii
5drE5tj4afYpcrsBjZktglMCEt4c2eKh7OL24ELsUrezbR4szWvrPwUeTdIzdHbU
gWmdKNvqzO+mp9Y9M7sRXp+5gDyvyO+THNd4R2RDsqmxGZnedck=
=wUXE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to