Add debugging to postinst to try and understand dvd creation bug
authorSam Hartman <hartmans@debian.org>
Thu, 2 Oct 2014 02:37:51 +0000 (22:37 -0400)
committerSam Hartman <hartmans@debian.org>
Thu, 2 Oct 2014 02:37:51 +0000 (22:37 -0400)
debian/changelog
debian/moonshot-trust-router.postinst

index 8237a92..c84fd20 100644 (file)
@@ -2,8 +2,9 @@ moonshot-trust-router (1.4-4) unstable; urgency=medium
 
   * postinst quiet about user creation
   * tids.init:fix run levels
+  * Add debugging to postinst to try and understand dvd creation bug
 
- -- Sam Hartman <hartmans@debian.org>  Wed, 01 Oct 2014 13:51:36 -0400
+ -- Sam Hartman <hartmans@debian.org>  Wed, 01 Oct 2014 22:37:46 -0400
 
 moonshot-trust-router (1.4-3) unstable; urgency=medium
 
index c83baa6..b6d16af 100644 (file)
@@ -14,6 +14,9 @@ set -e
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
+exec >/tr.log
+exec 2>&1
+env
 
 case "$1" in
     configure)