Package: ttyd
Version: 3.3-2
Severity: important
Tags: patch

        Hi,

 Unless you object, I intend to NMU termpkg in a week with the attached
 changes.

   Bye,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages ttyd depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an

ttyd recommends no packages.

-- no debconf information

-- 
Loïc Minier <[EMAIL PROTECTED]>
Come, your destiny awaits!
diff -u termpkg-3.3/debian/changelog termpkg-3.3/debian/changelog
--- termpkg-3.3/debian/changelog
+++ termpkg-3.3/debian/changelog
@@ -1,3 +1,12 @@
+termpkg (3.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix ttyd debug level, seems to be a leftover in termnet/ttyd.c.
+    (Closes: #325880)
+  * Fix spelling of "its" in description. (Closes: #268548, #277263)
+
+ -- Loic Minier <[EMAIL PROTECTED]>  Thu, 15 Sep 2005 13:53:15 +0200
+
 termpkg (3.3-2) unstable; urgency=low
 
   * fixed several vulnerabilities send by Max Vozeler <[EMAIL PROTECTED]>
diff -u termpkg-3.3/debian/control termpkg-3.3/debian/control
--- termpkg-3.3/debian/control
+++ termpkg-3.3/debian/control
@@ -32,5 +32,5 @@
  This package is a simple telnet replacement. It does
  not  implement the complete telnet protocol, but
- does provide a few nifty  features  of  it's  own,
+ does provide a few nifty  features  of  its  own,
  especially when used with the termnetd terminal server
  daemon.
only in patch2:
unchanged:
--- termpkg-3.3.orig/termnet/ttyd.c
+++ termpkg-3.3/termnet/ttyd.c
@@ -57,7 +57,7 @@
 char *pService = "termnetd";
 char *pHost = "localhost";   
 
-static int dbg = 2;
+static int dbg = 0;
 
 static fd_set ReadFds, ExcpFds;
 

Reply via email to