Your message dated Mon, 13 Nov 2006 05:47:10 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#398077: fixed in 915resolution 0.5.2-6
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)

--- Begin Message ---
Package: 915resolution
Version: 0.5.2-5
Severity: normal

We are having some trouble using the 915resolution package in our pre-installed ISO. Because the default configuration file has no XRESO and YRESO values, it causes apt-get to die when installed onto a system that doesn't have an Intel chipset, or a system on which the vbetool fails. This is ok when creating the ISO, but if the package happens to be upgraded or gets uninstalled and reinstalled on such a system the install fails when it tries to run the init script. We have made the changes below to solve these problems.

--- 915resolution/debian/init~    2006-11-11 07:00:05.000000000 -0800
+++ 915resolution/debian/init    2006-11-11 07:13:04.000000000 -0800
@@ -24,6 +24,11 @@
if [ -f /etc/default/915resolution ] ; then
    . /etc/default/915resolution
fi
+
+# In order to ship this program in an ISO it must exit harmlessly if
+# the chipset is inappropriate.
+$PROG -l || exit 0
+
if [ "$MODE" = auto -a \! -x "$VBETOOL" ] || [ "$MODE" != auto -a \( -z "$MODE" -o -z "$XRESO" -o -z "$YRESO" \) ] ; then
   echo "*** Your 915resolution hasn't been configured! ***"
   echo "Please read /usr/share/doc/915resolution/README.Debian and define"
@@ -37,7 +42,12 @@
    echo "*** Your 915resolution was not automatically configured! ***"
echo "Please read /usr/share/doc/915resolution/README.Debian then define" echo "MODE, XRESO, and YRESO manually in /etc/default/915resolution ."
-    exit 1
+    # The result of an error exit here is a failed apt-get install, which
+    # doesn't really buy us much.  We might as well choose a resolution
+    # and the user can use a display settings tool to change it later.
+    #exit 1
+    XRESO=1024
+    YRESO=768
    fi

    # If the native panel-size is already in the BIOS mode list, we



--- End Message ---
--- Begin Message ---
Source: 915resolution
Source-Version: 0.5.2-6

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

915resolution_0.5.2-6.diff.gz
  to pool/main/9/915resolution/915resolution_0.5.2-6.diff.gz
915resolution_0.5.2-6.dsc
  to pool/main/9/915resolution/915resolution_0.5.2-6.dsc
915resolution_0.5.2-6_i386.deb
  to pool/main/9/915resolution/915resolution_0.5.2-6_i386.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.
Steffen Joeris <[EMAIL PROTECTED]> (supplier of updated 915resolution 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: Tue, 14 Nov 2006 00:10:56 +1100
Source: 915resolution
Binary: 915resolution
Architecture: source i386
Version: 0.5.2-6
Distribution: unstable
Urgency: low
Maintainer: Steffen Joeris <[EMAIL PROTECTED]>
Changed-By: Steffen Joeris <[EMAIL PROTECTED]>
Description: 
 915resolution - resolution modification tool for Intel graphic chipset
Closes: 398077
Changes: 
 915resolution (0.5.2-6) unstable; urgency=low
 .
   * Make sure that the init script exits gracefully in case the chipset
     is not supported (Closes: #398077) Thanks to David Fox
   * Add some default values if the auto selection mode does not work
Files: 
 3943a8de6d4f53a5e6749e27a8d3e308 627 x11 extra 915resolution_0.5.2-6.dsc
 11519312586892f3d5b7117deb152338 5240 x11 extra 915resolution_0.5.2-6.diff.gz
 38291b93fc8de4c891f2e6cce78dd123 13100 x11 extra 915resolution_0.5.2-6_i386.deb

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

iD8DBQFFWHQD+C5cwEsrK54RAg80AJ9vdA17IU/Q+XgDStBIKyc+spBlLQCcDZZn
vwyaYKmKZurLCYDzarWnEgQ=
=HRVH
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to