Your message dated Tue, 14 Feb 2017 17:24:58 +0000
with message-id <20170214172458.2qf5iesuru2mv...@powdarrmonkey.net>
and subject line Re: Bug#855090: unblock: sidedoor/0.2.0-3
has caused the Debian Bug report #855090,
regarding unblock: sidedoor/0.2.0-3
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 ow...@bugs.debian.org
immediately.)
--
855090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855090
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package sidedoor
sidedoor 0.2.0-3 in unstable fixes #854720 (serious) by moving the
location of a configuration file read by ucf in postinst. A source
debdiff is attached. Thank you.
unblock sidedoor/0.2.0-3
diff -Nru sidedoor-0.2.0/debian/changelog sidedoor-0.2.0/debian/changelog
--- sidedoor-0.2.0/debian/changelog 2017-01-22 01:41:58.000000000 -0500
+++ sidedoor-0.2.0/debian/changelog 2017-02-09 15:37:43.000000000 -0500
@@ -1,3 +1,10 @@
+sidedoor (0.2.0-3) unstable; urgency=medium
+
+ * Move sudoers example to sidedoor-sudo package.
+ Thanks Andreas Beckmann. (Closes: #854720)
+
+ -- Dara Adib <dara...@ocf.berkeley.edu> Thu, 09 Feb 2017 15:37:43 -0500
+
sidedoor (0.2.0-2) unstable; urgency=medium
* Fixes to sidedoor-sudo.
diff -Nru sidedoor-0.2.0/debian/control sidedoor-0.2.0/debian/control
--- sidedoor-0.2.0/debian/control 2017-01-22 01:21:16.000000000 -0500
+++ sidedoor-0.2.0/debian/control 2017-02-09 15:37:43.000000000 -0500
@@ -41,5 +41,5 @@
sidedoor maintains an SSH connection or tunnel
with a shell script daemon.
.
- This empty package creates a sudoers entry to
+ This package creates a sudoers entry to
grant the sidedoor user full root access.
diff -Nru sidedoor-0.2.0/debian/sidedoor.examples
sidedoor-0.2.0/debian/sidedoor.examples
--- sidedoor-0.2.0/debian/sidedoor.examples 2017-01-17 20:58:41.000000000
-0500
+++ sidedoor-0.2.0/debian/sidedoor.examples 2017-02-09 15:37:43.000000000
-0500
@@ -1,2 +1 @@
ssh_client_config_example
-sudoers
diff -Nru sidedoor-0.2.0/debian/sidedoor-sudo.install
sidedoor-0.2.0/debian/sidedoor-sudo.install
--- sidedoor-0.2.0/debian/sidedoor-sudo.install 1969-12-31 19:00:00.000000000
-0500
+++ sidedoor-0.2.0/debian/sidedoor-sudo.install 2017-02-09 15:37:43.000000000
-0500
@@ -0,0 +1 @@
+sudoers usr/share/sidedoor-sudo
diff -Nru sidedoor-0.2.0/debian/sidedoor-sudo.postinst
sidedoor-0.2.0/debian/sidedoor-sudo.postinst
--- sidedoor-0.2.0/debian/sidedoor-sudo.postinst 2017-01-22
01:41:58.000000000 -0500
+++ sidedoor-0.2.0/debian/sidedoor-sudo.postinst 2017-02-09
15:37:43.000000000 -0500
@@ -4,11 +4,11 @@
#DEBHELPER#
-EXAMPLE=/usr/share/doc/sidedoor/examples/sudoers
+SOURCE=/usr/share/sidedoor-sudo/sudoers
SUDOERS=/etc/sudoers.d/sidedoor
if [ "$1" = configure ]; then
- ucf "$EXAMPLE" "$SUDOERS"
+ ucf "$SOURCE" "$SUDOERS"
chmod 0440 "$SUDOERS" # for extra peace of mind
ucfr sidedoor-sudo "$SUDOERS"
fi
--- End Message ---
--- Begin Message ---
On Mon, Feb 13, 2017 at 06:20:28PM -0500, Dara Adib wrote:
> Please unblock package sidedoor
>
> sidedoor 0.2.0-3 in unstable fixes #854720 (serious) by moving the
> location of a configuration file read by ucf in postinst. A source
> debdiff is attached. Thank you.
Unblocked.
--
Jonathan Wiltshire j...@debian.org
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
--- End Message ---