Package: devscripts
Version: 2.9.16
Severity: normal
File: /usr/bin/pts-subscribe
Tags: patch

When pts-subscribe is run without a timeout explicitly specified
anywhere (either on the command line or in one of its configuration
files), PTS_UNTIL winds up getting set to the empty string, causing
the at command, and thus the script as a whole, to fail silently.

The following patch appears to DTRT; could you please apply it?

--- /usr/bin/pts-subscribe      2006-03-29 11:05:50.000000000 -0500
+++ /home/amu/bin/pts-subscribe 2006-04-04 21:00:42.000000000 -0400
@@ -56,7 +56,7 @@
 fi
 
 # Boilerplate: set config variables
-PTS_UNTIL='now + 30 days'
+DEFAULT_PTS_UNTIL='now + 30 days'
 VARS="PTS_UNTIL"
 
 if [ "$1" = "--no-conf" -o "$1" = "--noconf" ]; then

Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (300, 'unstable'), (300, 
'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages devscripts depends on:
ii  debianutils                   2.15.4     Miscellaneous utilities specific t
ii  dpkg-dev                      1.13.17    package building tools for Debian
ii  libc6                         2.3.6-4    GNU C Library: Shared libraries an
ii  perl                          5.8.8-3    Larry Wall's Practical Extraction 
ii  sed                           4.1.4-6    The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot                      1.5.8      Gives a fake root environment

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to