Your message dated Sun, 23 Oct 2005 10:47:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335284: fixed in lessdisks 0.5.3cvs.20040906-17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Oct 2005 03:41:11 +0000
>From [EMAIL PROTECTED] Sat Oct 22 20:41:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp.easystreet.com [69.30.22.10] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ETWjP-0003Zp-00; Sat, 22 Oct 2005 20:41:11 -0700
Received: from waitron.freegeek.org (209-162-205-26.dq1mn.easystreet.com 
[209.162.205.26])
        by smtp.easystreet.com (Postfix) with ESMTP id 779323640B4
        for <[EMAIL PROTECTED]>; Sat, 22 Oct 2005 20:41:08 -0700 (PDT)
Received: from localhost (waitron [127.0.0.1])
        by waitron.freegeek.org (Postfix) with ESMTP id 43C0063CF4
        for <[EMAIL PROTECTED]>; Sat, 22 Oct 2005 20:41:08 -0700 (PDT)
Received: from waitron.freegeek.org ([127.0.0.1])
        by localhost (mail.freegeek.org [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 14870-10 for <[EMAIL PROTECTED]>;
        Sat, 22 Oct 2005 20:41:08 -0700 (PDT)
Received: from localhost.localdomain (pcp05158478pcs.montbl01.nm.comcast.net 
[68.35.116.136])
        by waitron.freegeek.org (Postfix) with ESMTP id AFDFC63CE7
        for <[EMAIL PROTECTED]>; Sat, 22 Oct 2005 20:41:07 -0700 (PDT)
Received: by localhost.localdomain (Postfix, from userid 1000)
        id 39AB893394; Sat, 22 Oct 2005 21:41:03 -0600 (MDT)
Date: Sat, 22 Oct 2005 21:41:03 -0600
From: Vagrant Cascadian <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: lessdisks-xterminal: unable to configure xserver-xorg
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="Op27XXJsWz80g3oF"
Content-Disposition: inline
X-Reportbug-Version: 3.8
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at freegeek.org
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--Op27XXJsWz80g3oF
Content-Type: multipart/mixed; boundary="jRdC2OsRnuV8iIl8"
Content-Disposition: inline


--jRdC2OsRnuV8iIl8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: lessdisks-xterminal
Severity: grave
Justification: renders package unusable
Version: 0.5.3cvs.20040906-16

lessdisks-xterminal has no mechanism to configure or run xserver-xorg.

many of the scripts assume xserver-xfree86 or one of the older v3 X
servers and corresponding configuration files.

i have committed some code to handle xserver-xorg in cvs (both the 0.6.x
branch and HEAD).

attached should be a patch adding crude xserver-xorg support for
0.5.3cvs.20040906-16

live well,
  vagrant

--jRdC2OsRnuV8iIl8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="crude-xorg-support.patch"
Content-Transfer-Encoding: quoted-printable

--- xbase/x_config_ltsp.orig    2005-10-22 21:07:08.474936032 -0600
+++ xbase/x_config_ltsp 2005-10-22 21:08:44.534332784 -0600
@@ -171,8 +171,12 @@
              esac
              ;;
             =20
-    *)       XBINARY=3D"XFree86"
+    *)       if [ -x /usr/bin/X11/Xorg ]; then
+               XBINARY=3D"Xorg"
+             else
+               XBINARY=3D"XFree86"
+             fi
              XOPTS=3D""
-             make_x_link XFree86 $X_LINK
+             make_x_link $XBINARY $X_LINK
              ;;
 esac

--jRdC2OsRnuV8iIl8--

--Op27XXJsWz80g3oF
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDWwZOlPc63BPWGpkRArLSAJ0d6Rly2rDe+Fvq8Nhnc8I2Ud/AdQCfQYxl
PabtSZuw+5GhoP5J2WwRjio=
=tbf+
-----END PGP SIGNATURE-----

--Op27XXJsWz80g3oF--

---------------------------------------
Received: (at 335284-close) by bugs.debian.org; 23 Oct 2005 17:47:41 +0000
>From [EMAIL PROTECTED] Sun Oct 23 10:47:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ETjw6-0002no-00; Sun, 23 Oct 2005 10:47:10 -0700
From: Jonas Smedegaard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#335284: fixed in lessdisks 0.5.3cvs.20040906-17
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 23 Oct 2005 10:47:10 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: lessdisks
Source-Version: 0.5.3cvs.20040906-17

We believe that the bug you reported is fixed in the latest version of
lessdisks, which is due to be installed in the Debian FTP archive:

lessdisks-cloner-server_0.5.3cvs.20040906-17_all.deb
  to pool/main/l/lessdisks/lessdisks-cloner-server_0.5.3cvs.20040906-17_all.deb
lessdisks-cloner-terminal_0.5.3cvs.20040906-17_all.deb
  to 
pool/main/l/lessdisks/lessdisks-cloner-terminal_0.5.3cvs.20040906-17_all.deb
lessdisks-doc_0.5.3cvs.20040906-17_all.deb
  to pool/main/l/lessdisks/lessdisks-doc_0.5.3cvs.20040906-17_all.deb
lessdisks-easydialog_0.5.3cvs.20040906-17_all.deb
  to pool/main/l/lessdisks/lessdisks-easydialog_0.5.3cvs.20040906-17_all.deb
lessdisks-terminal_0.5.3cvs.20040906-17_all.deb
  to pool/main/l/lessdisks/lessdisks-terminal_0.5.3cvs.20040906-17_all.deb
lessdisks-xterminal_0.5.3cvs.20040906-17_all.deb
  to pool/main/l/lessdisks/lessdisks-xterminal_0.5.3cvs.20040906-17_all.deb
lessdisks_0.5.3cvs.20040906-17.diff.gz
  to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-17.diff.gz
lessdisks_0.5.3cvs.20040906-17.dsc
  to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-17.dsc
lessdisks_0.5.3cvs.20040906-17_all.deb
  to pool/main/l/lessdisks/lessdisks_0.5.3cvs.20040906-17_all.deb



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.
Jonas Smedegaard <[EMAIL PROTECTED]> (supplier of updated lessdisks 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: SHA1

Format: 1.7
Date: Sun, 23 Oct 2005 19:36:01 +0200
Source: lessdisks
Binary: lessdisks-xterminal lessdisks-easydialog lessdisks-doc lessdisks 
lessdisks-cloner-server lessdisks-cloner-terminal lessdisks-terminal
Architecture: source all
Version: 0.5.3cvs.20040906-17
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]>
Changed-By: Jonas Smedegaard <[EMAIL PROTECTED]>
Description: 
 lessdisks  - flexible diskless (x)terminal system - server base files
 lessdisks-cloner-server - flexible diskless (x)terminal system - cloning 
repository
 lessdisks-cloner-terminal - flexible diskless (x)terminal system - cloning 
master
 lessdisks-doc - flexible diskless (x)terminal system - documentation
 lessdisks-easydialog - flexible diskless (x)terminal system - interface helper 
scripts
 lessdisks-terminal - flexible diskless (x)terminal system - terminal base files
 lessdisks-xterminal - flexible diskless (x)terminal system - terminal x-server
Closes: 309034 312197 312403 314916 315729 321075 331887 335284
Changes: 
 lessdisks (0.5.3cvs.20040906-17) unstable; urgency=low
 .
   * The "while waiting for co-maintainance being setup" release.
   * No longer build packages taken over by initrd-netboot:
     + Remove packages initrd-netboot-tools and kernel-image-netbootable
       from debian/control.
     + Remove netbootable debhelper arch juggling from debian/rules.
     + Drop build-deps (keep only build-deps-indep).
     + Remove README.Debian, debhelper install file and patches 001, 008,
       010 and 106 no longer relevant.
     + Jipee - the package is now arch: all again!
     + Closes: bug#312403 (thanks to Vagrant Cascadian
       <[EMAIL PROTECTED]>).
   * Add minimal support for newer x.org X11 server:
     + Add patch 208_crude-xorg-support.
     + Have lessdisks-xsession favor xserver-xorg over xserver-xfree86.
     + Closes: bug#335284 (thanks to Vagrant Cascadian
       <[EMAIL PROTECTED]>).
   * Improve patch 207_allow_per-terminal_tweaks to check if file exist
     before sourcing it. Closes: bug#309034 (thanks to Vagrant Cascadian
     <[EMAIL PROTECTED]> - although slightly different fix applied).
   * Favor openssh-{server,client} over ssh and virtual
     ssh-{server,client}.
   * Use newer po-debconf cdbs snippet to properly include debconf-2.0 as
     fallback dependency for debconf. Closes: bug#331887 (thanks to Joey
     Hess <[EMAIL PROTECTED]>).
   * Create lessdisks group as a system group. Closes: bug#321075 (thanks
     to Finn-Arne Johansen <[EMAIL PROTECTED]>).
   * Add/update l12n:
     + Vietnamese (vi). Closes: bug#312197 (thanks to Clytie Siddall
       <[EMAIL PROTECTED]> and Vietnamese localization team / nhóm
       Việt hóa).
     + Czech (cs). Closes: bug#314916 (thanks to Miroslav Kure
       <[EMAIL PROTECTED]>).
   * Add patches 209_allow_noninteractive_install and
     210_allow_install_from_cd. Closes: bug#315729 (thanks to Finn-Arne
     Johansen <[EMAIL PROTECTED]>).
   * Auto-update debian/control - and strip bogus build-essential build-
     dependency.
   * Bump up to standards-version 3.6.2 (no changes needed).
   * Strip stray timestamp near bottom of debian/changelog to please
     lintian and linda.
Files: 
 94c121180503a3f0a24d207c674fdf50 854 misc extra 
lessdisks_0.5.3cvs.20040906-17.dsc
 a69429888c9b34beea5e3432f3867c64 120199 misc extra 
lessdisks_0.5.3cvs.20040906-17.diff.gz
 a727f9202e1dc86c6268052a2b234813 87344 misc extra 
lessdisks_0.5.3cvs.20040906-17_all.deb
 058d106ec9a68ebd3663a69082d35ff9 65644 misc extra 
lessdisks-terminal_0.5.3cvs.20040906-17_all.deb
 409e31d6f709d21b7a228fd2105a4d07 67232 misc extra 
lessdisks-xterminal_0.5.3cvs.20040906-17_all.deb
 0b128cb6d64ac24c6a21b41f60cbc12c 43472 misc extra 
lessdisks-cloner-server_0.5.3cvs.20040906-17_all.deb
 b6a85d732a4339e80a93b294a358e71c 57596 misc extra 
lessdisks-cloner-terminal_0.5.3cvs.20040906-17_all.deb
 f1b4a5f5a24a8e8b156c05241634f93b 63384 doc extra 
lessdisks-doc_0.5.3cvs.20040906-17_all.deb
 738d2d10516b09d9622c6e730025e49e 47784 misc extra 
lessdisks-easydialog_0.5.3cvs.20040906-17_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDW8psn7DbMsAkQLgRAoX7AJ9gGwiNO5U6+czdlPg7GSLGvLUk8ACeIEMC
qFX7y8/fg7tmERdsE+4oxCE=
=x349
-----END PGP SIGNATURE-----


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

Reply via email to