On Fri, Dec 20, 2013 at 02:03:46PM +0100, Olivier Berger wrote:
> 
> Upgrading :
> # aptitude
> Reading changelogs... Done
> (Reading database ... 403017 files and directories currently installed.)
> Preparing to replace org-mode 8.2.1-1 (using .../org-mode_8.2.1-2_all.deb) ...
> Remove org-mode for emacs
> Remove org-mode for emacs23
> remove/org-mode: purging byte-compiled files for emacs23
> Remove org-mode for emacs24
> remove/org-mode: purging byte-compiled files for emacs24
> Unpacking replacement org-mode ...
> Setting up org-mode (8.2.1-2) ...
> Some new locales have appeared on your system:
> 
> $ ls -alrt /usr/share/emacs23/site-lisp/org-mode
> ls: cannot access /usr/share/emacs23/site-lisp/org-mode: No such file or 
> directory
> 

FWIW, the scripts seem to differ between the 2 revisions :

$ diff -irbw org-mode_8.2.1-1_all org-mode_8.2.1-2_all
diff -irbw org-mode_8.2.1-1_all/control org-mode_8.2.1-2_all/control
2c2
< Version: 8.2.1-1
---
> Version: 8.2.1-2
6a7
> Recommends: texlive-generic-recommended, texlive-latex-recommended
diff -irbw org-mode_8.2.1-1_all/md5sums org-mode_8.2.1-2_all/md5sums
4c4
< bac6ef89d17fd4727200409290d6bffe  usr/share/doc/org-mode/changelog.Debian.gz
---
> 826cf4353c52ca7d0e0c929b510c8640  usr/share/doc/org-mode/changelog.Debian.gz
diff -irbw org-mode_8.2.1-1_all/postinst org-mode_8.2.1-2_all/postinst
4c4
< if [ "$1" = "configure" ] && [ -x 
/usr/lib/emacsen-common/emacs-package-install ]
---
> if [ "$1" = "configure" ] && [ -e 
> /var/lib/emacsen-common/state/package/installed/emacsen-common ]
6c6
<       /usr/lib/emacsen-common/emacs-package-install org-mode
---
>       /usr/lib/emacsen-common/emacs-package-install --postinst org-mode
Only in org-mode_8.2.1-2_all: preinst
diff -irbw org-mode_8.2.1-1_all/prerm org-mode_8.2.1-2_all/prerm
4,5c4,5
< if [ -x /usr/lib/emacsen-common/emacs-package-remove ] ; then
<       /usr/lib/emacsen-common/emacs-package-remove org-mode
---
> if [ -e /var/lib/emacsen-common/state/package/installed/emacsen-common ] ; 
> then
>       /usr/lib/emacsen-common/emacs-package-remove --prerm org-mode
Binary files org-mode_8.2.1-1_all/usr/share/doc/org-mode/changelog.Debian.gz 
and org-mode_8.2.1-2_all/usr/share/doc/org-mode/changelog.Debian.gz differ

This probably explains the failing postinst...

Hope this helps.

Best regards,
-- 
Olivier BERGER 
http://www-public.telecom-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingenieur Recherche - Dept INF
Institut Mines-Telecom, Telecom SudParis, Evry (France)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to