Your message dated Tue, 30 Jul 2019 23:49:10 +0000
with message-id <[email protected]>
and subject line Bug#780972: fixed in mini-dinstall 0.7.0
has caused the Debian Bug report #780972,
regarding Support override files
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.)
--
780972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780972
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mini-dinstall
Version: 0.6.30
Severity: wishlist
Tags: patch
apt-ftparchive complains about every package in the archive if no override file
is present. An override file can be given either as a systemwide setting in
/etc, or on the commandline. Because there is no reason to require root access
for mini-dinstall users, it would be nice if it was possible to pass the
override file on the commandline.
Attached is a patch which adds an "override" setting to the configuration file
of mini-dinstall, and it passes its value to apt-ftparchive. When passing this
option and creating an override and override.src file, this removes the
warnings on my system. The patch does not include documentation for this
option.
Thanks,
Bas
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: mipsel, armhf, i386
Kernel: Linux 3.16.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
Init: systemd (via /run/systemd/system)
Versions of packages mini-dinstall depends on:
ii apt-utils 1.0.9.7
ii python 2.7.9-1
ii python-apt 0.9.3.11
pn python:any <none>
Versions of packages mini-dinstall recommends:
ii gpgv 1.4.18-7
Versions of packages mini-dinstall suggests:
ii debian-keyring 2015.03.04
-- no debconf information
diff -urp mini-dinstall-0.6.30.orig/debian/changelog mini-dinstall-0.6.30+nmu1/debian/changelog
--- mini-dinstall-0.6.30.orig/debian/changelog 2014-08-25 22:51:08.000000000 -0400
+++ mini-dinstall-0.6.30+nmu1/debian/changelog 2015-03-22 13:16:31.901672410 -0400
@@ -1,3 +1,10 @@
+mini-dinstall (0.6.30+nmu1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Pass override files to ftp-aptarchive
+
+ -- Bas Wijnen <[email protected]> Sun, 22 Mar 2015 13:15:51 -0400
+
mini-dinstall (0.6.30) unstable; urgency=low
* [885f9fc] lintian: fix vcs-field-not-canonical
diff -urp mini-dinstall-0.6.30.orig/mini-dinstall mini-dinstall-0.6.30+nmu1/mini-dinstall
--- mini-dinstall-0.6.30.orig/mini-dinstall 2014-08-25 22:51:08.000000000 -0400
+++ mini-dinstall-0.6.30+nmu1/mini-dinstall 2015-03-22 13:08:40.357710669 -0400
@@ -245,6 +245,11 @@ else:
if configp.has_option('DEFAULT', 'incoming_permissions'):
incoming_permissions = int(configp.get('DEFAULT', 'incoming_permissions'), 8)
+if configp.has_option('DEFAULT', 'override'):
+ override = [configp.get('DEFAULT', 'override')]
+else:
+ override = []
+
do_mkdir(toplevel_directory)
dinstall_subdir = os.path.join(toplevel_directory, dinstall_subdir)
do_mkdir(dinstall_subdir)
@@ -1125,9 +1130,9 @@ class ArchiveDirIndexer(threading.Thread
def _make_indexfile(self, dir, type, name):
if nodb_mode:
- cmdline = ['apt-ftparchive', type, dir]
+ cmdline = ['apt-ftparchive', type, dir] + override
else:
- cmdline = ['apt-ftparchive', type, dir, '--db', '%s.db' %dir]
+ cmdline = ['apt-ftparchive', type, dir] + override + ['--db', '%s.db' %dir]
self._logger.debug("Running: " + string.join(cmdline, ' '))
if no_act:
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: mini-dinstall
Source-Version: 0.7.0
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.
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.
Unit 193 <[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: SHA384
Format: 1.8
Date: Tue, 30 Jul 2019 02:09:51 -0400
Source: mini-dinstall
Architecture: source
Version: 0.7.0
Distribution: unstable
Urgency: medium
Maintainer: Christoph Goehre <[email protected]>
Changed-By: Unit 193 <[email protected]>
Closes: 451947 496231 780972 798121 821960 894890
Changes:
mini-dinstall (0.7.0) unstable; urgency=medium
.
[ Unit 193 ]
* [8ba508e] sign-release.sh: Add support for gpg2.
* [9883708] Support installing upstream detached signatures.
* [23ac25c] Port to Python 3
* [4b168e8] Archive directory on command line should take precedence over
config. (Closes: #496231)
* [91ad709] Deprecate chown_changes_files in favor of restrict_changes_files.
(Closes: #821960)
* [6e52580] Add --foreground to the manpage and add a NEWS entry for the
chown_changes_files deprecation.
* [da75337] Update packaging to reflect python3 port.
* [4d171bb] Utilize debhelper-compat and bump to 12.
* [adde19d] Update Vcs-* fields to Salsa.
* [df2fa73] Add myself to uploaders.
* [4018b18] Bump Standards-Version to 4.4.0.
* [3fccdae] Clean up extraneous whitespace in files.
.
[ Krytarik Raido ]
* [dc580be] Various improvements in coding style.
* [11bda2c] Drop unused files and code.
* [1cd7d0f] Switch to using the subprocess module.
* [946753d] Update documentation on recent changes.
* [1826155] Add error handling on empty PID file. (Closes: #894890)
* [95b28f9] Add support for override files. (Closes: #780972)
.
[ Pavel Shramov ]
* [dc4416d] Add --foreground option (Closes: #451947)
.
[ Heinrich Schuchardt ]
* [96702ad] Create Release file for source subdirectory. (Closes: #798121)
Checksums-Sha1:
993fcc46e6b2dfbf4bf1e99254061593754c404f 1656 mini-dinstall_0.7.0.dsc
c13b9f0bb54477b789d9ab22027a679933d5ce5f 42304 mini-dinstall_0.7.0.tar.xz
93308d985fd8e2d911533b1a8984e2a18f3d499c 5753
mini-dinstall_0.7.0_i386.buildinfo
Checksums-Sha256:
791062d4eaf9de0adf859fff7451b403a494bbf99c0a94f7e2de6f9b133841e1 1656
mini-dinstall_0.7.0.dsc
f51e76f96dadf858bfb2742016dc5d0a415d9d502473f7c69fa1ec6b82dcfe35 42304
mini-dinstall_0.7.0.tar.xz
6813c29726385c4cd1c965e367c419d1b1b52355581d7db3278f9a45864f0931 5753
mini-dinstall_0.7.0_i386.buildinfo
Files:
cdbff38b508489307cb204ae15897d44 1656 devel optional mini-dinstall_0.7.0.dsc
4a76ece24d4607fe5b0cc7f7a2ce3d95 42304 devel optional
mini-dinstall_0.7.0.tar.xz
f74fb81a4f74c4c8fabb84f0d68d0a59 5753 devel optional
mini-dinstall_0.7.0_i386.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCQAdFiEEjbPlhoZdK0orGFpcUAHhsJqjdEsFAl1A0owACgkQUAHhsJqj
dEtrvBAA1mHZ4hD3/a1EesxiD56d3Rop/NsXpUcSgwMbN7Zs1rWq1buB77JT0Cxq
dNLiigxVn256kubv6CARQYzGIwaSGkVSTozb0r08YjmsWDg/WfSuorh/0B0ieFj8
TToMdb8PhYWctuhhJZ9FDey8tjRIf4KShU2W2ltspuwW7g0uYe8wBxgNr22YwQe1
KUW1vK9gpNsIpYB1LiIRqXXOUcKa9mcS5rrx6GZ3JmK8zIAMqXZlTEpJ+Y5Qmlxi
ndCLmkA9TP02DLUBReTYDpy0oAg14D/foBeqtkSAh0NY2GPzt0f2h45nDSWeXcJo
SPbSogELMWDRYuHdsMM9hLef3wqiqVYdlfjDQKQfC+Eh/83zDjH1ZPS4sbdUN3NX
f58Oj55wIZiZM230f73oKFDYTMdx7BhJYGGaECjYQ++V+b0WshciVjLh7/VO5Kcj
mxUfsfws8SOa1yk8l37OeVj/STO70RMqkE+anr0TvPuR+1Bbn2CBH+yMxyMGowRi
IbOl+SWL7xRxKbNe5u3olaMHXjV5SW+UVxRIjfQVut7q4YpybWhHVsBUG+IDRGBM
EaPS5HNryj/xeLLMfY7cajeTtrcqtGudsGNYtxqYykZcZmxuBAyWW1jtW1/L7jbG
QsWA83SdJ2M55KRRdjtzhzUlW9I/MJvX6DwqzsKkjhg80tfr9gY=
=NTC6
-----END PGP SIGNATURE-----
--- End Message ---