Your message dated Thu, 29 Sep 2016 16:33:13 +0000
with message-id <[email protected]>
and subject line Bug#837332: fixed in plinth 0.11.0+ds-1
has caused the Debian Bug report #837332,
regarding plinth: Automatically add essential dependencies
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.)
--
837332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: plinth
Severity: wishlist
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Currently, the dependencies required for essential packages are manually added
to Plinth dependency list or freedombox-setup. After necessary changes in
Plinth upstream (https://github.com/freedombox/Plinth/pull/596) Plinth will be
able to print out a list of dependencies for its essential packages. Use this
list to automatically populate the dependency list. Attached patch does this.
It should be applied after importing source with the above change.
-----BEGIN PGP SIGNATURE-----
iQIuBAEBCgAYBQJX1DDHERxzdW5pbEBtZWRoYXMub3JnAAoJEEPqHP8Kp8XySdgQ
ALZcC7p3oE1aYqt7Rq7mHULvBxXClnxQCId2HHy5kMKMNPdfYE5dwD/RqsDLy+kj
lkdOaJpsqP6kuLGnltiwjCoHmCZtvZdMObm8AaWlxSDG3BUrapAIi/OUCWW9b4VF
FZQl1x3ZLrNNh6Ud2yeiTbqRriqHUVU49d1sqD/s7pcDIOiHwOWPYdgtJEVD+1Jn
qB/TP4H3g9tvFoVzUB99jFC5c1gTRncPmlzaA/ZA+EqR2a1a3SN09yJjC7nz8HjU
WPBZMCIpBlG9me9lj9DqHf3VeKMvAq/6HOL3rbnBrh274E3hA2etBss9fMjVLUut
QtVSAj//GSWDDQ1POCr6kxcVumpI0cegNhNmDV5iKvbO16+DL/wZOVPXZ9SWUi2a
MAmuT2IiiJ15oYOop04NCClFsH/s9r9YoexDOK0pujTN4y/f9Z6CDXaIK5fC2cGt
Cs/6MJ3xEkAzqThbmmdk6lJ6rSIAihBbkNpzApmpwHaxgQMbaEUMaAgnXULJ3LNE
DnfK4WEz3vhvshxVkGH701GSYT+bUqTpuVvEZ6Hs77Elax1IFgICyAaOw9eJhjk6
1iWBjm49a/xLW+TEgrVX4zYHvESc0lcEmQH89HJQhDva6Dqack+RyAhAgI4nd0Ts
A7AfzCWXWGd6+HLKjt3+Y+YbMwPkFGPfqDlM9yExwsLz
=pmtf
-----END PGP SIGNATURE-----
>From e87930a1bb9b60abef72cf0b1c1ed3819ebfb181 Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa <[email protected]>
Date: Sat, 10 Sep 2016 19:16:15 +0530
Subject: [PATCH] Automatically add essential packages to depends
---
debian/control | 1 +
debian/rules | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/debian/control b/debian/control
index c47569e..1790e95 100644
--- a/debian/control
+++ b/debian/control
@@ -42,6 +42,7 @@ Replaces: freedombox-setup (<< 0.9.2~)
Architecture: all
Depends: ${python3:Depends}
, ${misc:Depends}
+ , ${plinth:Depends}
, adduser
, augeas-tools
, gettext
diff --git a/debian/rules b/debian/rules
index 846676e..a54942d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,10 @@ export PYBUILD_NAME=plinth
%:
dh $@ --with python3 --with systemd --buildsystem=pybuild
+override_dh_auto_install-indep:
+ dh_auto_install
+ ./run --list-dependencies 2> /dev/null | tr '\n' ', ' | \
+ sed -e 's/^/plinth:Depends=/' >> debian/plinth.substvars
+
new-upstream:
gbp import-orig --uscan --verbose --pristine-tar --no-filter-pristine-tar
--
2.9.3
--- End Message ---
--- Begin Message ---
Source: plinth
Source-Version: 0.11.0+ds-1
We believe that the bug you reported is fixed in the latest version of
plinth, 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.
Federico Ceratto <[email protected]> (supplier of updated plinth 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: SHA256
Format: 1.8
Date: Mon, 26 Sep 2016 14:52:36 +0100
Source: plinth
Binary: plinth
Architecture: source all
Version: 0.11.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: FreedomBox packaging team
<[email protected]>
Changed-By: Federico Ceratto <[email protected]>
Description:
plinth - web front end for administering every aspect of a FreedomBox
Closes: 837206 837332
Changes:
plinth (0.11.0+ds-1) unstable; urgency=medium
.
[ James Valleroy ]
* New upstream version 0.11.0.
* Replace python3-yaml dependency with python3-ruamel.yaml.
* Add python3-apt dependency.
* Add patch to fix permissions and use new setup command (Closes: #837206).
* Add patch to include xmpp module static files in build.
* Add links for jsxc static files. Workaround for #838183.
* Remove symlinks from source package.
.
[ Sunil Mohan Adapa ]
* Automatically add essential packages to depends (Closes: #837332).
Checksums-Sha1:
2352b54a4533fbacdd7fb5491488589eb4fef1ee 2510 plinth_0.11.0+ds-1.dsc
691c9fbf10bea5fe2097c84f35c3a63d29d36258 5961375 plinth_0.11.0+ds.orig.tar.gz
f3867cd05f871c5d715e89f70b29411d3726e5cd 7672 plinth_0.11.0+ds-1.debian.tar.xz
fa65d3ea1a7184a43fee53a5b65e029687a3e82e 8538752 plinth_0.11.0+ds-1_all.deb
Checksums-Sha256:
ccafcc3940f216917172d97385e53016076d3d64d671667f724fe305a5f8a3ce 2510
plinth_0.11.0+ds-1.dsc
463f643a769971e92e377989e0b61c3b7f9dda969db2e669ea3b2d6daf5f463f 5961375
plinth_0.11.0+ds.orig.tar.gz
2a3b3751ffbf927dae542bff674d5ef9ef744c56ac8669378f781a583de45356 7672
plinth_0.11.0+ds-1.debian.tar.xz
2a3514436c4f4e43e8b10250cdc67793e9d05dd7304c97857e3cc7132f377c89 8538752
plinth_0.11.0+ds-1_all.deb
Files:
a7f5b1919c66566ea398ee86850bfe51 2510 python optional plinth_0.11.0+ds-1.dsc
87019e9249577ef5294605ee8c9675ff 5961375 python optional
plinth_0.11.0+ds.orig.tar.gz
21d785187ce8cd029bf77397187298be 7672 python optional
plinth_0.11.0+ds-1.debian.tar.xz
43f7de3dd54e373e42830ce20c4fd462 8538752 python optional
plinth_0.11.0+ds-1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJX7TOyAAoJEG8xvET1F32qJj8P/iGslRgcIecFXYbyCe+rnPRZ
nfqPurrfBJDCjPBX1B442wtGexmij4GautJ3e9BKslfD5bKkhYDPsYkKys/e+GR2
Z4xB9hHJTcmpxYVknE+auYAuJKrfEFy8xHtH4DQ8SXKXg3C93JOGN4XiHgjUDEfi
4g5z2YTH1o5ouE1NYlrslidyWmB1fN48AozbJhUK72q2ra+9QXCFXq45yeQMHCGF
mqlsqWoxLzWgJviYc9yDuoDsXdr+/qpXa9w037f0jAl4ueo/QyuZTfZxqZCOMhz1
MQQkal02sgsELgM5eeMIlEKQcLwjkv5vsu88SfnqdTVqd5xo75o3fCbwLF4u+0Ku
TwxmuBFh5oH9C/U9NDd5UKvyJYr9NnvNpys0FfO7qSUEPhzwnf9b6OLtQSJDWGy6
LHOvB/62498JwRvAaaIkdadcsckR+LjbkKO/94GaTEGxusp9/JPlfG/t48ZH8Z/z
K22djNqr1x6ypOMCzaqTTpgrZ2Z6Cd00XPhHHNjGnF/pRlr8PRMpDM2WdLdO18zm
7f9cnCbQ6ndbBGP5L9YTFPosX4tXT2R4wCmvu5NJKEM+9a077PJfn0UE0V8eamjj
2tEpiEgYH639Sx8ftt2kT/RHHfaayYVKJ15md5MXEBuDwL4BMnTc9ZpcXToAanLD
fUqiLSVRhl7jLtcZ4TzK
=LK60
-----END PGP SIGNATURE-----
--- End Message ---