Your message dated Thu, 05 Jul 2007 23:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431649: fixed in dictionary-el 1.8.7-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: dictionary-el
Version: 1.8.7-5ubuntu1
Severity: important

I notice that when I install dictionary-el 1.8.7-5 on a sustem that
has dash as /bin/sh, post-install fails with the following error.

Setting up dictionary-el (1.8.7-4) ...
install/dictionary-el: Handling install for emacsen flavor emacs-snapshot
>>Error occurred processing *.el: File error (("Opening input file" "no such 
>>file or directory" "/usr/share/emacs-snapshot/site-lisp/dictionary-el/*.el"))

I have looked into the problem and found a solution.  A patch to fix
the problem will be attached to this bug.  I have tested this patch
successfully, as can be seen by the version string in this report :^)
.

-- System Information:
Debian Release: lenny/sid
  APT prefers gutsy-updates
  APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 
'gutsy-backports'), (500, 'gutsy')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dictionary-el depends on:
ii  emacs-snapshot [emacsen 1.0              The GNU Emacs editor (development 
ii  emacs21 [emacsen]       21.4a+1-5ubuntu1 The GNU Emacs editor
ii  xemacs21-mule [emacsen] 21.4.20-1        highly customizable text editor --

Versions of packages dictionary-el recommends:
ii  emacs-snapshot          1.0              The GNU Emacs editor (development 
ii  emacs21                 21.4a+1-5ubuntu1 The GNU Emacs editor

-- no debconf information

diff -ur dictionary-el-1.8.7/debian/changelog dictionary-el-1.8.7.new/debian/changelog
--- dictionary-el-1.8.7/debian/changelog	2007-07-04 00:12:39.000000000 -0400
+++ dictionary-el-1.8.7.new/debian/changelog	2007-07-04 00:52:13.000000000 -0400
@@ -1,3 +1,11 @@
+dictionary-el (1.8.7-6) UNRELEASED; urgency=low
+
+  [ Michael Olson ]
+  * debian/emacsen-install: Symlink files correctly.  This fixes a bug
+    where the post-install process would error out if /bin/sh is dash.
+
+ --
+
 dictionary-el (1.8.7-5) unstable; urgency=low
 
   * dictionary.el: per Kevin Ryde, mark the connection as safe to kill
Only in dictionary-el-1.8.7/debian: dictionary-el
Only in dictionary-el-1.8.7/debian: dictionary-el.postinst.debhelper
Only in dictionary-el-1.8.7/debian: dictionary-el.prerm.debhelper
diff -ur dictionary-el-1.8.7/debian/emacsen-install dictionary-el-1.8.7.new/debian/emacsen-install
--- dictionary-el-1.8.7/debian/emacsen-install	2007-07-04 00:12:39.000000000 -0400
+++ dictionary-el-1.8.7.new/debian/emacsen-install	2007-07-04 00:49:50.000000000 -0400
@@ -33,7 +33,11 @@
 install -m 755 -d ${ELCDIR}
 cd ${ELCDIR}
 rm -f *.el
-ln -s ../../../emacs/site-lisp/${PACKAGE}/*.el .
+( cd ${ELDIR}
+    for f in *.el; do
+        ln -sf ${ELDIR}/${f} ${ELCDIR}/${f}
+    done
+)
 FILES=`echo *.el`
 
 cat << EOF > path.el
Only in dictionary-el-1.8.7/debian: files

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |

--- End Message ---
--- Begin Message ---
Source: dictionary-el
Source-Version: 1.8.7-6

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

dictionary-el_1.8.7-6.diff.gz
  to pool/main/d/dictionary-el/dictionary-el_1.8.7-6.diff.gz
dictionary-el_1.8.7-6.dsc
  to pool/main/d/dictionary-el/dictionary-el_1.8.7-6.dsc
dictionary-el_1.8.7-6_all.deb
  to pool/main/d/dictionary-el/dictionary-el_1.8.7-6_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.
Aaron M. Ucko <[EMAIL PROTECTED]> (supplier of updated dictionary-el 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: Thu, 05 Jul 2007 18:54:27 -0400
Source: dictionary-el
Binary: dictionary-el
Architecture: source all
Version: 1.8.7-6
Distribution: unstable
Urgency: low
Maintainer: Aaron M. Ucko <[EMAIL PROTECTED]>
Changed-By: Aaron M. Ucko <[EMAIL PROTECTED]>
Description: 
 dictionary-el - dictionary client for Emacs
Closes: 431649
Changes: 
 dictionary-el (1.8.7-6) unstable; urgency=low
 .
   * debian/emacsen-install: per Michael W. Olsen, make absolute rather
     than relative symlinks to .el files to accommodate non-standard
     filesystem setups in which /usr/share/$FLAVOR is a symlink.
     (Closes: #431649.)
   * debian/copyright: correctly mark license as GPL 2 *or later*, but
     specifically refer users to /usr/share/common-licenses/GPL-2 anyway.
Files: 
 6985e7e79ce62abbe1f95163d996936e 584 text optional dictionary-el_1.8.7-6.dsc
 1a52de1f547e78161fdd7744dd5963f6 3888 text optional 
dictionary-el_1.8.7-6.diff.gz
 e9e49ffce555b84c1e2428949ee7a1b4 28616 text optional 
dictionary-el_1.8.7-6_all.deb

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

iD8DBQFGjXc1WNCxsidXLEcRAu4OAJwKqsMMlhfiifpKreczCOq41g8UFACglBkF
83Kjq2Iacdx6Uqi2yLQqVLc=
=Baje
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to