Your message dated Sat, 28 Jun 2008 20:47:19 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336232: fixed in mini-dinstall 0.6.25
has caused the Debian Bug report #336232,
regarding mini-dinstall: experimental release support.
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.)
--
336232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=336232
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mini-dinstall
Version: 0.6.22
Severity: wishlist
Tags: patch
Hi Thomas,
I'm attaching a patch that adds support to "NotAutomatic: yes" into
Release file - the experimental release support. I think it will be
useful for CDD and maybe others.
Best regards,
Gustavo Franco - <[EMAIL PROTECTED]>
diff -Nru mini-dinstall-0.6.21/mini-dinstall mini-dinstall-0.6.21.1/mini-dinstall
--- mini-dinstall-0.6.21/mini-dinstall 2005-02-12 16:09:45.000000000 -0200
+++ mini-dinstall-0.6.21.1/mini-dinstall 2005-10-28 16:44:58.000000000 -0200
@@ -347,6 +347,7 @@
self._optionmap['release_label'] = ['str', self._optionmap['release_origin'][1]]
self._optionmap['release_suite'] = ['str', None]
self._optionmap['release_codename'] = ['str', None]
+ self._optionmap['experimental'] = ['bool', 0]
self._optionmap['release_description'] = ['str', None]
self._optionmap['release_signscript'] = ['str', None]
@@ -1108,12 +1109,14 @@
f.write('Label: ' + self._release_label + '\n')
suite = self._release_suite
if not suite:
- suite = self._name
+ suite = self._name
f.write('Suite: ' + suite + '\n')
codename = self._release_codename
if not codename:
codename = suite
f.write('Codename: ' + codename + '\n')
+ if self._experimental:
+ f.write('NotAutomatic: yes\n')
f.write('Date: ' + time.strftime("%a, %d %b %Y %H:%M:%S UTC", time.gmtime()) + '\n')
f.write('Architectures: ' + string.join(self._arches, ' ') + '\n')
if self._release_description:
--- End Message ---
--- Begin Message ---
Source: mini-dinstall
Source-Version: 0.6.25
We believe that the bug you reported is fixed in the latest version of
mini-dinstall, which is due to be installed in the Debian FTP archive:
mini-dinstall_0.6.25.dsc
to pool/main/m/mini-dinstall/mini-dinstall_0.6.25.dsc
mini-dinstall_0.6.25.tar.gz
to pool/main/m/mini-dinstall/mini-dinstall_0.6.25.tar.gz
mini-dinstall_0.6.25_all.deb
to pool/main/m/mini-dinstall/mini-dinstall_0.6.25_all.deb
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.
Christoph Goehre <[EMAIL PROTECTED]> (supplier of updated mini-dinstall 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: SHA1
Format: 1.8
Date: Sat, 28 Jun 2008 19:15:56 +0200
Source: mini-dinstall
Binary: mini-dinstall
Architecture: source all
Version: 0.6.25
Distribution: unstable
Urgency: low
Maintainer: Christoph Goehre <[EMAIL PROTECTED]>
Changed-By: Christoph Goehre <[EMAIL PROTECTED]>
Description:
mini-dinstall - daemon for updating Debian packages in a repository
Closes: 225483 336232
Changes:
mini-dinstall (0.6.25) unstable; urgency=low
.
* add experimental release support to Release file. Thanks to Stephan
Suerken (Closes: #336232)
* use '--db' to speed up apt-ftparchive run (Closes: #225483)
* check new Checksums-* fields in .dsc and .changes
* adjust manpage format and Standards-Version
Checksums-Sha1:
992dbbc08bc0ba1aa83fbdbafefb1a718b37cd9a 955 mini-dinstall_0.6.25.dsc
11fd7b26a0aecc0eba0b2654aef510464028fdac 44218 mini-dinstall_0.6.25.tar.gz
5c207e7a257f8228d3475aba3d82ee8d023d2a3e 42974 mini-dinstall_0.6.25_all.deb
Checksums-Sha256:
6d89f48f44bd20b7480e4d14828d37b64c5c8721e6d018abc078a01a01f0b94d 955
mini-dinstall_0.6.25.dsc
a01cf3790b4862f21b05be64ee31ee541dffa3eed56ad5f70d4215d3f6de2204 44218
mini-dinstall_0.6.25.tar.gz
1653af0458e90ce037061c8edf054aea0e289fccfa3a652ce6e88b02e9209da8 42974
mini-dinstall_0.6.25_all.deb
Files:
42896b747fdb4167084260d1ecad99a1 955 devel optional mini-dinstall_0.6.25.dsc
6bef92a91fdf5df9656af6e1070550e9 44218 devel optional
mini-dinstall_0.6.25.tar.gz
d0791091a5d9a31606563b4c8bd3d196 42974 devel optional
mini-dinstall_0.6.25_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFIZp3Pn88szT8+ZCYRArGjAJ9r7i4scfyRFp7eEjDcGfhzVyc63gCfWdTf
P8IZcwr7toqyT3yA1YnYi2I=
=ynXA
-----END PGP SIGNATURE-----
--- End Message ---