Bug#967240: google-android-ndk-installer: When the download failed, the installer failed to restart it.

2020-08-04 Thread Remi Vanicat
Package: google-android-ndk-installer
Version: 21d
Severity: normal

Hello,

I had a network failure while upgrading the package, and the download
failed.

While trying to restart the configuration of the package, I had the
following error:

  Archive:  android-ndk-r21d-linux-x86_64.zip   
   
End-of-central-directory signature not found.  Either this file is not  
   
a zipfile, or it constitutes one disk of a multi-part archive.  In the  
   
latter case the central directory and zipfile comment will be found on  
   
the last disk(s) of this archive.   
   
  unzip:  cannot find zipfile directory in one of 
android-ndk-r21d-linux-x86_64.zip or
  android-ndk-r21d-linux-x86_64.zip.zip, and cannot find 
android-ndk-r21d-linux-x86_64.zip.ZIP, period.  
  

The archive was partially downloaded, and the package did not try to
continue.

I've change the makefile to the attached version to make wget --continue
really continue the download, and it seem to work (I've a slow
connection, and didn't yet wait the 4h of the download).

Thanks,
Rémi.


PKG_SOURCE_URL:=${DL_MIRROR}/android/repository/${PKG_SOURCE}

DL_DIR=/var/cache/google-android-${PKG_NAME}-installer
INSTALL_DIR=/usr/lib/${INS_DIR}
DOC_DIR=/usr/share/doc/google-android-${PKG_NAME}

all: $(UNPACK_DIR)/source.properties

install: all
$(eval UNPACK_DIR=$(DL_DIR)/$(shell unzip -Z -1 $(DL_DIR)/$(PKG_SOURCE) 
| head -1))
install -d -m0755 $(DOC_DIR)
@if [ -f $(UNPACK_DIR)source.properties ]; then \
install -m0644 $(UNPACK_DIR)source.properties $(DOC_DIR)/ ; \
fi
@if [ -f $(UNPACK_DIR)NOTICE.txt ]; then \
gzip -9 --stdout $(UNPACK_DIR)/NOTICE.txt > 
$(DOC_DIR)/copyright.gz ; \
fi
find ${DOC_DIR} | sort >> 
/var/lib/dpkg/info/google-android-${PKG_NAME}-installer.list
chmod -R a+rX $(UNPACK_DIR)
chmod -R go-w $(UNPACK_DIR)
install -d -m0755 $(INSTALL_DIR)
@if [ ! -d $(INSTALL_DIR)$(TRG_DIR) ]; then \
mv $(UNPACK_DIR) $(INSTALL_DIR)${TRG_DIR}  ;\
ln -s /usr/lib/android-sdk/ndk-bundle /usr/lib/android-ndk ;\
echo /usr/lib/android-ndk >> 
/var/lib/dpkg/info/google-android-${PKG_NAME}-installer.list ;\
find ${INSTALL_DIR}${TRG_DIR}  | sort >> 
/var/lib/dpkg/info/google-android-${PKG_NAME}-installer.list ;\
else\
echo "\033[0;31m$(INSTALL_DIR)${TRG_DIR} already 
exists.\033[0m" ; \
exit 1 ; \
fi

$(UNPACK_DIR)/source.properties: $(DL_DIR)/$(PKG_SOURCE).checked
cd $(DL_DIR) && unzip -ou $(PKG_SOURCE)

$(DL_DIR)/$(PKG_SOURCE).checked:
cd $(DL_DIR) && \
su nobody -s /bin/sh -c "wget --continue $(PKG_SOURCE_URL)"
sha1sum -c $(PKG_SOURCE).sha1
touch $(PKG_SOURCE).checked

clean:
-rm -rf -- $(UNPACK_DIR)

distclean: clean
-rm -rf -- $(DL_DIR)

.PHONY: install clean


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages google-android-ndk-installer depends on:
ii  build-essential12.8
ii  ca-certificates20200601
ii  debconf [debconf-2.0]  1.5.74
ii  dpkg-dev   1.20.5
ii  make   4.3-4
ii  po-debconf 1.0.21
ii  unzip  6.0-25
ii  wget   1.20.3-1+b3

google-android-ndk-installer recommends no packages.

google-android-ndk-installer suggests no packages.

-- debconf information:
  google-android-installers/mirror: https://dl.google.com

-- 
Rémi Vanicat


Bug#943725: calibre: Error when connecting Kobo

2019-10-28 Thread Remi Vanicat
Package: calibre
Version: 4.2.0+dfsg-1
Severity: normal

When connecting my kobo to the version of calibre in exerimental I've
the following error:

ERREUR : Erreur: Erreur pendant la communication avec le périphérique

'<' not supported between instances of 'NoneType' and 'NoneType'

Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/device.py", line 90, in run
self.result = self.func(*self.args, **self.kwargs)
  File "/usr/lib/calibre/calibre/gui2/device.py", line 513, in _books
mainlist = self.device.books(oncard=None, end_session=False)
  File "/usr/lib/calibre/calibre/devices/kobo/driver.py", line 1974, in books
for idx in sorted(itervalues(bl_cache), reverse=True):
TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'


Thanks.

-- System Information:
Debian Release: bullseye/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-1-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages calibre depends on:
ii  calibre-bin  4.2.0+dfsg-1
ii  fonts-liberation 1:1.07.4-10
ii  imagemagick  8:6.9.10.23+dfsg-2.1+b2
ii  imagemagick-6.q16 [imagemagick]  8:6.9.10.23+dfsg-2.1+b2
ii  libjpeg-turbo-progs  1:1.5.2-2+b1
ii  libjs-coffeescript   1.12.8~dfsg-4
ii  libjs-mathjax2.7.4+dfsg-1
ii  optipng  0.7.7-1+b1
ii  poppler-utils0.71.0-6
ii  python3  3.7.5-1
ii  python3-apsw 3.29.0-r1-1
ii  python3-bs4  4.8.0-2
ii  python3-chardet  3.0.4-4
ii  python3-cherrypy38.9.1-5
ii  python3-css-parser   1.0.4-1
ii  python3-cssselect1.1.0-1
ii  python3-cssutils 1.0.2-2
ii  python3-dateutil 2.7.3-3
ii  python3-dbus 1.2.12-1
ii  python3-feedparser   5.2.1-1
ii  python3-html2text2019.8.11-1
ii  python3-html5-parser 0.4.8-1
ii  python3-html5lib 1.0.1-1
ii  python3-lxml 4.4.1-1
ii  python3-markdown 3.1.1-2
ii  python3-mechanize1:0.4.3-2
ii  python3-msgpack  0.5.6-2
ii  python3-netifaces0.10.4-1+b1
ii  python3-pil  6.2.1-1
ii  python3-pkg-resources41.4.0-1
ii  python3-pyparsing2.4.2-1
ii  python3-pyqt55.12.3+dfsg-3
ii  python3-pyqt5.qtsvg  5.12.3+dfsg-3
ii  python3-pyqt5.qtwebengine5.12.1-4+b1
ii  python3-regex0.1.20190207-1+b1
ii  python3-routes   2.4.1-1
ii  xdg-utils1.1.3-1

Versions of packages calibre recommends:
ii  python3-dnspython  1.16.0-1

Versions of packages calibre suggests:
pn  python3-unrardll  

-- no debconf information

-- 
Rémi Vanicat



Bug#933323: ITP: transient -- emacs key and popup interface for complex keybindings

2019-07-29 Thread Remi Vanicat
Package: wnpp
Owner: Remi Vanicat 
Severity: wishlist

* Package name: transient
  Version : 0.1.0
  Upstream Author : Jonas Bernoulli 
* URL or Web page : https://github.com/magit/transient
* License : GPLv3+
  Description : emacs key and popup interface for complex keybindings

Taking inspiration from prefix keys and prefix arguments, Transient
implements a similar abstraction involving a prefix command, infix
arguments and suffix commands.

When the user calls a transient prefix command, then a transient
(temporary) keymap is activated, which binds the transient's infix and
suffix commands. The available suffix and infix commands and their state
are shown in a popup buffer until the transient is exited by invoking a
suffix command.

This package will be a dependency for future version of magit.

-- 
Rémi Vanicat



Bug#931778: emacs: Emacs crash when one particual char is shown

2019-07-10 Thread Remi Vanicat
Package: emacs
Version: 1:26.1+1-3.2
Severity: normal

Emacs (the gtk version) has a problem with one char. It fail with the
message:

X protocol error: BadLength (poly request too large or internal Xlib length 
error) on protocol request 139   

Note that I've the problem when opening a file with it inside, and when
pasting it into Emacs.

The problematic char is in the attached file



emacs-bug.bin
Description: Binary data


-- System Information:
Debian Release: 10.0
  APT prefers oldoldstable
  APT policy: (500, 'oldoldstable'), (500, 'testing'), (500, 'stable'), (150, 
'unstable'), (120, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-2-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages emacs depends on:
ii  emacs-gtk  1:26.1+1-3.2

emacs recommends no packages.

emacs suggests no packages.

-- no debconf information

-- 
Rémi Vanicat


Bug#913480: elpa-ghub: Could you package last version?

2018-11-11 Thread Remi Vanicat
Package: elpa-ghub
Version: 2.0.1-2
Severity: wishlist

Hello,

The new 3.0.0 is available, and the new verison of magit depend on
it. Could you package it?

I could probably look at it and make a team upload next weekend if you
want.

Cheers,
Rémi.

-- System Information:
Debian Release: buster/sid
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'testing'), (500, 'stable'), 
(500, 'oldstable'), (150, 'unstable'), (120, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages elpa-ghub depends on:
ii  elpa-let-alist  1.0.5-3
ii  emacsen-common  3.0.4

Versions of packages elpa-ghub recommends:
ii  emacs  1:25.2+1-11
ii  emacs-gtk [emacs]  1:25.2+1-11

elpa-ghub suggests no packages.

-- no debconf information


Bug#913025: emacspeak: emacspeak post-installation failed

2018-11-05 Thread Remi Vanicat
Package: emacspeak
Version: 47.0+dfsg-4
Severity: grave

When upgrading emacspeak, post-installation failed. Compile log is
attached. 

/usr/lib/emacsen-common/packages/install/emacspeak byte-compiling for emacs

Configure in /usr/share/emacs/site-lisp/emacspeak...
make[1] : on entre dans le répertoire « 
/usr/share/emacs/site-lisp/emacspeak/etc »
make[1] : on quitte le répertoire « /usr/share/emacs/site-lisp/emacspeak/etc »
make[1] : on entre dans le répertoire « 
/usr/share/emacs/site-lisp/emacspeak/lisp »
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'   -l ./emacspeak-load-path.el  \
-l ./emacspeak-autoload.el  \
-f emacspeak-auto-generate-autoloads
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'  -l ./emacspeak-load-path.el  -l cus-dep -l 
./emacspeak-autoload.el \
-f emacspeak-auto-custom-make-dependencies "."
Scanning . for custom
Generating /usr/share/emacs/site-lisp/emacspeak/lisp/cus-load.el...
Generating /usr/share/emacs/site-lisp/emacspeak/lisp/cus-load.el...done
mv cus-load.el emacspeak-cus-load.el
make[1] : on quitte le répertoire « /usr/share/emacs/site-lisp/emacspeak/lisp »
make[1] : on entre dans le répertoire « 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client »
make[1]: rien à faire pour « config ».
make[1] : on quitte le répertoire « 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client »
Configured emacspeak in directory /usr/share/emacs/site-lisp/emacspeak.

Byte-compile...
make[1] : on entre dans le répertoire « 
/usr/share/emacs/site-lisp/emacspeak/lisp »
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'   -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-loaddefs.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-loaddefs.el  -f 
batch-byte-compile tts.el
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'   -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-loaddefs.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-loaddefs.el  -f 
batch-byte-compile acss-structure.el
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'   -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-loaddefs.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-loaddefs.el  -f 
batch-byte-compile dtk-interp.el
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'   -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-loaddefs.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-loaddefs.el  -f 
batch-byte-compile dtk-unicode.el
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'   -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-loaddefs.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-loaddefs.el  -f 
batch-byte-compile dtk-speak.el
emacs -batch -q -no-site-file --eval '(setq file-name-handler-alist nil 
gc-cons-threshold 6400)'   -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-loaddefs.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-load-path.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-cus-load.el -l 
/usr/share/emacs/site-lisp/emacspeak/lisp/g-client/g-loaddefs.el  -f 
batch-byte-compile voice-setup.el
emacs -batch -q -no-site-file --eval '(setq 

Bug#904798: chromium: Chromium failed to upgrade

2018-07-28 Thread Remi Vanicat
Package: chromium
Version: 68.0.3440.75-1~deb9u1
Severity: important

Upgrading chromium on a sid box failed :

  dpkg: erreur de traitement de l'archive 
/tmp/apt-dpkg-install-1RxXoY/23-chromium_68.0.3440.75-1~deb9u1_amd64.deb 
(--unpack) :
   tentative de remplacement de « /usr/lib/chromium/natives_blob.bin », qui 
appartient aussi au paquet chromium-common 67.0.3396.87-1
  dpkg-deb: erreur: coller subprocess was killed by signal (Relais brisé (pipe))

(in English: chromium_68.0.3440.75-1 try to replace
/usr/lib/chromium/natives_blob.bin that is also in chromium-common
67.0.3396.87-1)

Forcing the purge of chromium-common solve the problem for me,
chromium should probably conflict with it.

Thanks,
Rémi.

-- System Information:
Debian Release: buster/sid
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'testing'), (500, 'stable'), 
(500, 'oldstable'), (150, 'unstable'), (120, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.16.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages chromium depends on:
ii  libasound2   1.1.6-1
ii  libatk1.0-0  2.28.1-1
ii  libatomic1   8.1.0-12
ii  libavcodec57 7:3.4.3-1
ii  libavformat577:3.4.3-1
ii  libavutil55  7:3.4.3-1
ii  libc62.27-5
ii  libcairo21.15.10-3
ii  libcups2 2.2.8-5
ii  libdbus-1-3  1.12.8-3
ii  libdrm2  2.4.92-1
iu  libevent-2.0-5   2.0.21-stable-3
ii  libexpat12.2.5-3
ii  libflac8 1.3.2-3
ii  libfontconfig1   2.13.0-5
ii  libfreetype6 2.8.1-2
ii  libgcc1  1:8.1.0-12
iu  libgdk-pixbuf2.0-0   2.36.12-1
ii  libglib2.0-0 2.56.1-2
ii  libgtk2.0-0  2.24.32-2
ii  libicu57 57.1-9
ii  libjpeg62-turbo  1:1.5.2-2+b1
ii  libminizip1  1.1-8+b1
ii  libnspr4 2:4.19-3
ii  libnss3  2:3.38-1
ii  libopenjp2-7 2.3.0-1
ii  libopus0 1.3~beta+20180518-1
ii  libpango-1.0-0   1.42.1-2
ii  libpangocairo-1.0-0  1.42.1-2
ii  libpangoft2-1.0-01.42.1-2
ii  libpci3  1:3.5.2-1
ii  libpng16-16  1.6.34-2
ii  libpulse011.1-5
iu  libre2-3 20170101+dfsg-1
ii  libsnappy1v5 1.1.7-1
ii  libstdc++6   8.1.0-12
iu  libvpx4  1.6.1-3+deb9u1
ii  libwebp6 0.6.1-2
ii  libwebpdemux20.6.1-2
iu  libwebpmux2  0.5.2-1
ii  libx11-6 2:1.6.5-1
ii  libx11-xcb1  2:1.6.5-1
ii  libxcb1  1.13-2
ii  libxcomposite1   1:0.4.4-2
ii  libxcursor1  1:1.1.15-1
ii  libxdamage1  1:1.1.4-3
ii  libxext6 2:1.3.3-1+b2
ii  libxfixes3   1:5.0.3-1
ii  libxi6   2:1.7.9-1
ii  libxml2  2.9.4+dfsg1-7+b1
ii  libxrandr2   2:1.5.1-1
ii  libxrender1  1:0.9.10-1
ii  libxslt1.1   1.1.32-2
ii  libxss1  1:1.2.2-1+b2
ii  libxtst6 2:1.2.3-1
ii  x11-utils7.7+4
ii  xdg-utils1.1.3-1
ii  zlib1g   1:1.2.11.dfsg-1

Versions of packages chromium recommends:
ii  fonts-liberation  1:1.07.4-7
ii  libgl1-mesa-dri   18.1.4-1

Versions of packages chromium suggests:
iu  chromium-driver68.0.3440.75-1~deb9u1
iu  chromium-l10n  68.0.3440.75-1~deb9u1
iu  chromium-shell 68.0.3440.75-1~deb9u1
pn  chromium-widevine  

-- no debconf information


Bug#895626: emacs25: In GUI mode, emacs-lisp fail to read some number

2018-04-13 Thread Remi Vanicat
Package: emacs25
Version: 25.2+1-6+b1
Severity: normal

In GUI mode, evaluating (read "2.6") give 2.0, when in text mode it give
2.6 correctly. Then others thing break, like (package-initialize). 

I tried to install emacs25-lucid, but it change nothing.

Thing was working correctly until recently, log tell me that
libfontconfig1 has been updated from 2.12.6-0.1 to 2.13.0-2, and
libglib2.0-0 from 2.56.1-1 to 2.56.1-2.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages emacs25 depends on:
ii  emacs25-bin-common 25.2+1-6+b1
ii  libacl12.2.52-3+b1
ii  libasound2 1.1.3-5
ii  libatk1.0-02.28.1-1
ii  libc6  2.27-3
ii  libcairo-gobject2  1.15.10-2
ii  libcairo2  1.15.10-2
ii  libdbus-1-31.13.2-1
ii  libfontconfig1 2.13.0-2
ii  libfreetype6   2.8.1-2
ii  libgdk-pixbuf2.0-0 2.36.11-2
ii  libgif75.1.4-2
ii  libglib2.0-0   2.56.1-2
ii  libgnutls303.6.2-2
ii  libgomp1   8-20180402-1
ii  libgpm21.20.7-5
ii  libgtk-3-0 3.22.29-3
ii  libice62:1.0.9-2
ii  libjpeg62-turbo1:1.5.2-2+b1
ii  libm17n-0  1.7.0-3+b2
ii  libmagickcore-6.q16-5  8:6.9.9.39+dfsg-1
ii  libmagickwand-6.q16-5  8:6.9.9.39+dfsg-1
ii  libotf00.9.13-3+b1
ii  libpango-1.0-0 1.42.1-1
ii  libpangocairo-1.0-01.42.1-1
ii  libpng16-161.6.34-1
ii  librsvg2-2 2.40.20-2
ii  libselinux12.7-2+b2
ii  libsm6 2:1.2.2-1+b3
ii  libtiff5   4.0.9-4
ii  libtinfo5  6.1+20180210-1
ii  libx11-6   2:1.6.5-1
ii  libx11-xcb12:1.6.5-1
ii  libxcb11.13-1
ii  libxfixes3 1:5.0.3-1
ii  libxft22.3.2-1+b2
ii  libxinerama1   2:1.1.3-1+b3
ii  libxml22.9.7+dfsg-1
ii  libxpm41:3.5.12-1
ii  libxrandr2 2:1.5.1-1
ii  libxrender11:0.9.10-1
ii  zlib1g 1:1.2.8.dfsg-5

emacs25 recommends no packages.

Versions of packages emacs25 suggests:
ii  emacs25-common-non-dfsg  25.2+1-1

-- no debconf information

-- 
Rémi Vanicat



Bug#895010: ITP: magit-popup -- magit-popup is an emacs interface to set option to call emacs-command or even shell-command

2018-04-06 Thread Remi Vanicat
Package: wnpp
Severity: wishlist
Owner: Remi Vanicat <vani...@debian.org>

* Package name: magit-popup
  Version : 2.12.0
  Upstream Author : The Magit Project Contributors
* URL : https://github.com/magit/magit-popup
* License : GPL3+
  Programming Lang: emacs-lisp
  Description : magit-popup is an emacs interface to set option to call 
emacs-command or even shell-command

This package implements a generic interface for toggling switches
and setting options and then invoking an Emacs command which does
something with these arguments.  The prototypical use is for the
command to call an external process, passing on the arguments as
command line arguments.  But this is only one of many possible
uses (though the one this library is optimized for).

The binary package was part of the magit source itself, but as been
split outside of it as the upstream author believe it will be useful
for others Emacs package. It is now a dependency of magit, (and
elpa-magit is still its only reverse dependency in Debian, even if some
package that depend on elpa-magit also need it).



Bug#864766: elpa-circe: extract tracking from the rest of circe

2017-06-14 Thread Remi Vanicat
Package: elpa-circe
Version: 2.3-1
Severity: wishlist

Hello,

I'm packaging weechat.el, and it depend on elpa-tracking[1], but when
looking at the source it appear to be part of circe[2]. Testing prove
that depending on circe solve the problem.

I wonder if we could make an elpa-tracking Debian package to remove the
need to install the whole of circe when installing elpa-weechat.

Thanks.


[1]: https://melpa.org/#/tracking
[2]: https://github.com/jorgenschaefer/circe/blob/master/tracking.el
-- System Information:
Debian Release: 9.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages elpa-circe depends on:
ii  emacsen-common  2.0.8

elpa-circe recommends no packages.

elpa-circe suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



Bug#842603: develock-el: advice on indent-region could fail

2016-10-30 Thread Remi Vanicat
Package: develock-el
Version: 0.39-2
Severity: normal

Dear Maintainer,

I had error on some of my code because I was calling

   (indent-region beg end)

and the develock mode was on: the advice failed.

The attached patch fix this.

>From 5961a805b5128e93fb4889347142139ead142c23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Vanicat?= 
Date: Sun, 30 Oct 2016 19:05:45 +0100
Subject: [PATCH] advising indent-region with correct prototype

---
 develock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/develock.el b/develock.el
index d7a107f..890cba4 100644
--- a/develock.el
+++ b/develock.el
@@ -1791,7 +1791,7 @@ IGNORE-POINT-POS are ignored."
 
 (let (current-load-list)
   (defadvice indent-region (around remove-useless-whitespace
-   (start end column) activate)
+   (start end  column) activate)
 "Advised by Develock.
 If Develock is on, remove useless leading and trailing whitespace in
 Lisp modes, C modes and Java mode.  You can turn off this advice
-- 
2.10.2


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages develock-el depends on:
ii  emacs  46.1
ii  emacs24 [emacsen]  24.5+1-7
ii  emacs25 [emacsen]  25.1+1-2

develock-el recommends no packages.

develock-el suggests no packages.

-- no debconf information

-- 
Rémi Vanicat


Bug#841236: installation-reports: After install of Debian 8.6, Debian won't boot probably due to problem with nvidia

2016-10-18 Thread Remi Vanicat
Package: installation-reports
Severity: important

Dear Maintainer,

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/debian-cd/8.6.0/multi-arch/iso-cd/debian-8.6.0-amd64-i386-netinst.iso
Date: 

Machine: ASUS ROG G752VM-GC006T
Partitions: 


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [E]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[E]

Comments/Problems:

I've two disk on this, a SSD and a normal (sata) disk. The normal disk
is detected normally, but the SSD is not seen by the installer.

And then, after installation, Debian won't boot. Apparently the bug is
when setting the framebuffer. Installing the non-free nvidia driver fix
this.

Thanks.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="8 (jessie) - installer build 20150422+deb8u4+b1"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux arkana 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 
(2016-09-03) x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Device [8086:1910] 
(rev 07)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Device [8086:1901] 
(rev 07)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:04.0 Signal processing controller [1180]: Intel Corporation 
Device [8086:1903] (rev 07)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:14.0 USB controller [0c03]: Intel Corporation Device [8086:a12f] 
(rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:201f]
lspci -knn: Kernel driver in use: xhci_hcd
lspci -knn: 00:14.2 Signal processing controller [1180]: Intel Corporation 
Device [8086:a131] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:15.0 Signal processing controller [1180]: Intel Corporation 
Device [8086:a160] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:15.1 Signal processing controller [1180]: Intel Corporation 
Device [8086:a161] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation Device 
[8086:a13a] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:17.0 RAID bus controller [0104]: Intel Corporation 82801 SATA 
Controller [RAID mode] [8086:2822] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: Kernel driver in use: ahci
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:a112] 
(rev f1)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.3 PCI bridge [0604]: Intel Corporation Device [8086:a113] 
(rev f1)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.4 PCI bridge [0604]: Intel Corporation Device [8086:a114] 
(rev f1)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a150] 
(rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:1f.2 Memory controller [0580]: Intel Corporation Device 
[8086:a121] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:1f.3 Audio device [0403]: Intel Corporation Device [8086:a170] 
(rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:a123] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device 
[10de:1c60] (rev a1)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 02:00.0 Network controller [0280]: Intel Corporation Wireless 8260 
[8086:24f3] (rev 3a)
lspci -knn: Subsystem: Intel Corporation Device [8086:0010]
lspci -knn: 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:200f]
lspci 

Bug#840933: installation-reports: After install of Debian 8.6, Debian won't boot probably due to problem with nvidia

2016-10-16 Thread Remi Vanicat
Package: installation-reports
Severity: important

Dear Maintainer,

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/debian-cd/8.6.0/multi-arch/iso-cd/debian-8.6.0-amd64-i386-netinst.iso
Date: 16/10/2016

Machine: ASUS ROG PC GAMER G752VM-GC006T
Partitions:
udev devtmpfs 4046388   04046388   0% /dev
tmpfstmpfs 8113329900 801432   2% /run
/dev/sda5ext495953684 9149848   81906608  11% /
tmpfstmpfs4056652 3164056336   1% /dev/shm
tmpfstmpfs   5120   4   5116   1% /run/lock
tmpfstmpfs4056652   04056652   0% /sys/fs/cgroup
/dev/sda2ext4   288432472 7549076  266208812   3% /home
/dev/sda1vfat   37289 119  37171   1% /boot/efi
tmpfstmpfs 811328  12 811316   1% /run/user/1000
tmpfstmpfs 811328   0 811328   0% /run/user/120


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Clock/timezone setup:   [O]
User/password setup:[O]
Detect hard drives: [E]
Partition hard drives:  [O]
Install base system:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[E]

Comments/Problems:

I've two disk on this, a SSD and a normal (sata) disk. The normal disk
is detected normally, but the SSD is not seen by the installer.

And then, after installation, Debian won't boot. Apparently the bug is
when setting the framebuffer. Installing the non-free nvidia driver fix
this.

Thanks.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="8 (jessie) - installer build 20150422+deb8u4+b1"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux arkana 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 
(2016-09-03) x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Device [8086:1910] 
(rev 07)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Device [8086:1901] 
(rev 07)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:04.0 Signal processing controller [1180]: Intel Corporation 
Device [8086:1903] (rev 07)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:14.0 USB controller [0c03]: Intel Corporation Device [8086:a12f] 
(rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:201f]
lspci -knn: Kernel driver in use: xhci_hcd
lspci -knn: 00:14.2 Signal processing controller [1180]: Intel Corporation 
Device [8086:a131] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:15.0 Signal processing controller [1180]: Intel Corporation 
Device [8086:a160] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:15.1 Signal processing controller [1180]: Intel Corporation 
Device [8086:a161] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation Device 
[8086:a13a] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:17.0 RAID bus controller [0104]: Intel Corporation 82801 SATA 
Controller [RAID mode] [8086:2822] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: Kernel driver in use: ahci
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:a112] 
(rev f1)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.3 PCI bridge [0604]: Intel Corporation Device [8086:a113] 
(rev f1)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.4 PCI bridge [0604]: Intel Corporation Device [8086:a114] 
(rev f1)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a150] 
(rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:1f.2 Memory controller [0580]: Intel Corporation Device 
[8086:a121] (rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device [1043:13f0]
lspci -knn: 00:1f.3 Audio device [0403]: Intel Corporation Device [8086:a170] 
(rev 31)
lspci -knn: Subsystem: ASUSTeK Computer Inc. Device 

Bug#829200: dh-elpa: Could dh-elpa be told to use debian version as elpa version

2016-07-01 Thread Remi Vanicat
Package: dh-elpa
Version: 0.0.21
Severity: wishlist

Some elpa package do not have the ";; Version:" (for example magit, and
other package made by the magit developers), but in most situation, the
elpa package version is the upstream part of the debian source
version.

Adding an way to let dh-elpa know this, would be cool. Or maybe just an
option to tell it what elpa version there is (setting
"DH_ELPA_VERSION=$(DEB_VERSION_UPSTREAM)" would do in most case, but
letting more complex stuff possible).

The hack used in magit to let dh-elpa know the version is there, if this
is useful.

http://anonscm.debian.org/cgit/pkg-emacsen/pkg/magit.git/tree/debian/rules?id=3e3f6490b788b95e2b990f71ee097771c2b311a9

Maybe no the simple way to do it.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages dh-elpa depends on:
ii  dh-make-perl0.90-1
ii  emacs24 24.5+1-6+b2
ii  libarray-utils-perl 0.5-1
ii  libfile-find-rule-perl  0.34-1
ii  perl5.22.2-1

dh-elpa recommends no packages.

dh-elpa suggests no packages.

-- no debconf information

-- 
Rémi Vanicat

>  LocalWords:  debian dh elpa magit



Bug#828638: emacs24: Bug in bytecompilation of ob-core.el

2016-06-26 Thread Remi Vanicat
Package: emacs24
Version: 24.4+1-5
Severity: normal

Dear Maintainer,

When trying to evaluate an org SRC block on a file edited remotely
through tramp, it failed with the error

org-babel-local-file-name: Invalid function: with-parsed-tramp-file-name

The problem seem to be that ob-core.el use the
with-parsed-tramp-file-name macro as if it was a function.

Adding

(eval-when-compile
(require 'tramp))

at beginning of the file should fix this.

Note that org-mode from the org-mode unstable package don't have this
bug, but Emacs from sid has it.

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (150, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages emacs24 depends on:
ii  emacs24-bin-common 24.4+1-5
ii  gconf-service  3.2.6-3
ii  libacl12.2.52-2
ii  libasound2 1.0.28-1
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-18+deb8u4
ii  libcairo-gobject2  1.14.0-2.1+deb8u1
ii  libcairo2  1.14.0-2.1+deb8u1
ii  libdbus-1-31.8.20-0+deb8u1
ii  libfontconfig1 2.11.0-6.3
ii  libfreetype6   2.5.2-3+deb8u1
ii  libgconf-2-4   3.2.6-3
ii  libgdk-pixbuf2.0-0 2.31.1-2+deb8u5
ii  libgif44.1.6-11+deb8u1
ii  libglib2.0-0   2.42.1-1+b1
ii  libgnutls-deb0-28  3.3.8-6+deb8u3
ii  libgomp1   4.9.2-10
ii  libgpm21.20.4-6.1+b2
ii  libgtk-3-0 3.14.5-1+deb8u1
ii  libice62:1.0.9-1+b1
ii  libjpeg62-turbo1:1.3.1-12
ii  libm17n-0  1.6.4-3
ii  libmagickcore-6.q16-2  8:6.8.9.9-5+deb8u3
ii  libmagickwand-6.q16-2  8:6.8.9.9-5+deb8u3
ii  libotf00.9.13-2
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libpng12-0 1.2.50-2+deb8u2
ii  librsvg2-2 2.40.5-1+deb8u2
ii  libselinux12.3-2
ii  libsm6 2:1.2.2-1+b1
ii  libtiff5   4.0.3-12.3+deb8u1
ii  libtinfo5  6.0+20160319-2+b1
ii  libx11-6   2:1.6.2-3
ii  libxft22.3.2-1
ii  libxinerama1   2:1.1.3-1+b1
ii  libxml22.9.1+dfsg1-5+deb8u2
ii  libxpm41:3.5.11-1+b1
ii  libxrandr2 2:1.4.2-1+b1
ii  libxrender11:0.9.8-1+b1
ii  zlib1g 1:1.2.8.dfsg-2+b1

emacs24 recommends no packages.

Versions of packages emacs24 suggests:
ii  emacs24-common-non-dfsg  24.4+1-2

-- no debconf information

-- 
Rémi Vanicat



Bug#826394: ITP: elpa-tablist -- tablist it an Emacs package that adds maks and filters to tabulated-list-mode

2016-06-05 Thread Remi Vanicat
Package: wnpp
Owner: Remi Vanicat <vani...@debian.org>
Severity: wishlist

* Package name: elpa-tablist
  Version : 0.70
  Upstream Author : Andreas Politz <poli...@fh-trier.de>
* URL or Web page : https://github.com/politza/tablist
* License : GPL3+
  Description : tablist it an Emacs package that adds maks and filters to 
tabulated-list-mode

This package is needed for Emacs' pdf-tools.

This package adds marks and filters to tabulated-list-mode.  It
also kind of puts a dired face on tabulated list buffers.

It can be used by deriving from tablist-mode and some features by
using tablist-minor-mode inside a tabulated-list-mode buffer.

-- 
Rémi Vanicat



Bug#826393: ITP: pdf-tools -- Display and interact with pdf in Emacs.

2016-06-05 Thread Remi Vanicat
Package: wnpp
Owner: Remi Vanicat <vani...@debian.org>
Severity: wishlist

* Package name: pdf-tools
  Version : 0.70
  Upstream Author : Andreas Politz <poli...@fh-trier.de>
* URL or Web page : https://github.com/politza/pdf-tools
* License : GPL V3+
  Description : Display and interact with pdf in Emacs.

This mode replace DocView for PDF files.  The key difference is, that
pages are created on-demand and stored in memory.

One can also get all kinds of information about a document, add
annotation, copy and paste, follow link...

With synctex one can also get to the tex source of a part of a document.

There will be two binary package (elpa-pdf-tools for the Emacs part and
pdf-tools-server for the arch specific "server").
-- 
Rémi Vanicat



Bug#813286: ITP: elpa-with-editor -- Use the Emacsclient as $EDITOR

2016-01-31 Thread Remi Vanicat
Package: wnpp
Owner: Rémi Vanicat 
Severity: wishlist

* Package name: elpa-with-editor
  Version : 2.5.0
  Upstream Author : The Magit Project Contributors
* URL or Web page : https://github.com/magit/with-editor
* License : GPLv3+
  Description : Use the Emacsclient as $EDITOR

This library makes it possible to reliably use the Emacsclient as the
`$EDITOR' of child processes.  It makes sure that they know how to call
home.  For remote processes a substitute is provided, which communicates
with Emacs on standard output/input instead of using a socket as the
Emacsclient does.

This Emacs extension used to be part of magit, but has been split
upstream, because it can be useful to other Emacs extension.

-- 
Rémi Vanicat



Bug#808446: google-android-build-tools-installer: configuration script fail

2015-12-20 Thread Remi Vanicat
Package: google-android-build-tools-installer
Version: 23.0.2.0
Severity: grave
Tags: patch

Hello, 

google-android-build-tools-installer fail to install on my computer:


   install: impossible d'évaluer « 
/var/cache/google-android-build-tools-installer/android-4.4W/split-select »: 
Aucun fichier ou dossier de ce type

Meaning that it can find split-select.

It seem that it fail because it is not installing android-4.4W but
android-6.

The attached path fix this problem.

There is another bug in the Makefile: the library (libLLVM.so
libbcinfo.so libbcc.so libclang.so) are looked for in the wrong
subdirectory of android-*/, and the test looking at their possible
installation in the current system look in /usr/bin and not /usr/lib.

My patch fix those two error too.


Thanks for the package.

Cordially, Rémi.

--- google-android/Makefile 2015-12-20 10:34:56.106509766 +0100
+++ /usr/share/google-android-build-tools-installer/Makefile2015-12-20 10:30:59.106470309 +0100
@@ -6,7 +6,7 @@
 PKG_SOURCE_URL:=https://dl.google.com/android/repository/${PKG_SOURCE}
 
 DL_DIR=/var/cache/google-android-build-tools-installer
-UNPACK_DIR=$(DL_DIR)/android-4.4W
+UNPACK_DIR=$(DL_DIR)/android-6.0
 DOC_DIR=/usr/share/doc/google-android-build-tools
 
 all: $(DL_DIR)/$(UNPACK_DIR)/aapt
@@ -30,8 +30,8 @@
$(UNPACK_DIR)/zipalign \
/usr/bin/
install -d -m0755 /usr/lib/
-   for f in libLLVM.so libbcinfo.so libbcc.so libclang.so; do \
-   test -e /usr/bin/$$f || install -m0644 $(UNPACK_DIR)/$$f /usr/lib/; done
+   for f in lib/libLLVM.so lib/libbcinfo.so lib/libbcc.so lib/libclang.so; do \
+   test -e /usr/lib/$$f || install -m0644 $(UNPACK_DIR)/$$f /usr/lib/; done
install -d -m0755 $(DOC_DIR)
gzip -9 --stdout $(UNPACK_DIR)/NOTICE.txt > $(DOC_DIR)/copyright.gz
install -m0644 $(UNPACK_DIR)/source.properties $(DOC_DIR)/





-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages google-android-build-tools-installer depends on:
ii  build-essential  12.1
ii  ca-certificates  20150426
ii  dpkg-dev 1.18.3
ii  libstdc++6   5.3.1-3
ii  make 4.0-8.2
ii  unzip6.0-20
ii  wget 1.17.1-1
ii  zlib1g   1:1.2.8.dfsg-2+b1

google-android-build-tools-installer recommends no packages.

google-android-build-tools-installer suggests no packages.

-- no debconf information

-- 
Rémi Vanicat


Bug#799840: libpam-smbpass: installed libpam-smbpass break all local login

2015-09-23 Thread Remi Vanicat
Package: libpam-smbpass
Version: 4.1.20+dfsg-1
Severity: critical
Justification: breaks the whole system

On one of my computer, when libpam-smbpass is installed, all local login
attempt fail.

su, sudo, login on console, using gdm or sddm all break. Only ssh succed

I've report in log like :

  *** Error in `/usr/lib/x86_64-linux-gnu/sddm/sddm-helper': double free or 
corruption (fasttop): 0x00a38a70 ***
  *** Error in `gdm-session-worker [pam/gdm-password]': double free or 
corruption (fasttop): 0x0226c960

and error from su like :

  *** Error in `su': double free or corruption (fasttop): 0x55846363b500 ***

and mostly the same from sudo.

Uninstalling libpam-smbpass fix the problem.

Note that libpam-smbpass was installed but not used nor configured. I could
reinstall it to try debugging stuff.

Thanks
-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (700, 'testing'), (291, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libpam-smbpass depends on:
ii  dpkg1.18.3
ii  libbsd0 0.7.0-2
ii  libc6   2.19-20
ii  libpam-runtime  1.1.8-3.1
ii  libpam0g1.1.8-3.1
ii  libtalloc2  2.1.3-1
ii  libwbclient02:4.1.20+dfsg-1
ii  samba-common2:4.1.20+dfsg-1
ii  samba-libs  2:4.1.20+dfsg-1

libpam-smbpass recommends no packages.

Versions of packages libpam-smbpass suggests:
ii  samba  2:4.1.20+dfsg-1



Bug#798576: dh-elpa: an elpa package cannot require a non elpa debian package

2015-09-10 Thread Remi Vanicat
Package: dh-elpa
Version: 0.0.7
Severity: normal

Hello,

I was trying to make a dh-elpa package that depend on a .el that is in a
debian package but is unknown by elpa. This failed because the
emacs-common/install script use 'emacs -Q' when 'emacs -q' is needed for
the package to be loaded.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages dh-elpa depends on:
ii  emacs24  24.5+1-1

dh-elpa recommends no packages.

dh-elpa suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



Bug#785150: fglrx-modules-dkms: the module fail to build with linux 4.0.0-1-amd64

2015-05-12 Thread Remi Vanicat
Package: fglrx-modules-dkms
Version: 1:14.9+ga14.201-2
Severity: grave

When building the module for linux 4.0.0-1-amd64 dkms fail with:

DKMS make.log for fglrx-14.12 for kernel 4.0.0-1-amd64 (x86_64)
mardi 12 mai 2015, 21:50:46 (UTC+0200)
make: Entering directory '/usr/src/linux-headers-4.0.0-1-amd64'
  LD  /var/lib/dkms/fglrx/14.12/build/built-in.o
  CC [M]  /var/lib/dkms/fglrx/14.12/build/firegl_public.o
/var/lib/dkms/fglrx/14.12/build/firegl_public.c: In function 
‘kcl_mem_pat_setup’:
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4471:9: error: implicit 
declaration of function ‘read_cr4’ [-Werror=implicit-function-declaration]
 cr4 = read_cr4();
 ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4472:9: error: implicit 
declaration of function ‘write_cr4’ [-Werror=implicit-function-declaration]
 write_cr4(cr4  ~X86_CR4_PGE);
 ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c: In function 
‘kasSetExecutionLevel’:
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4819:5: error: implicit 
declaration of function ‘__get_cpu_var’ [-Werror=implicit-function-declaration]
 orig_level = __get_cpu_var(kasExecutionLevel);
 ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4820:38: error: lvalue required 
as left operand of assignment
 __get_cpu_var(kasExecutionLevel) = level;
  ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c: At top level:
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:6396:12: warning: 
‘KCL_fpu_save_init’ defined but not used [-Wunused-function]
 static int KCL_fpu_save_init(struct task_struct *tsk)
^
cc1: some warnings being treated as errors
/usr/src/linux-headers-4.0.0-1-common/scripts/Makefile.build:263: recipe for 
target '/var/lib/dkms/fglrx/14.12/build/firegl_public.o' failed
make[3]: *** [/var/lib/dkms/fglrx/14.12/build/firegl_public.o] Error 1
/usr/src/linux-headers-4.0.0-1-common/Makefile:1407: recipe for target 
'_module_/var/lib/dkms/fglrx/14.12/build' failed
make[2]: *** [_module_/var/lib/dkms/fglrx/14.12/build] Error 2
Makefile:145: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 2
make: Leaving directory '/usr/src/linux-headers-4.0.0-1-amd64'
DKMS make.log for fglrx-14.12 for kernel 4.0.0-1-amd64 (x86_64)
mardi 12 mai 2015, 21:50:46 (UTC+0200)
make: Entering directory '/usr/src/linux-headers-4.0.0-1-amd64'
  LD  /var/lib/dkms/fglrx/14.12/build/built-in.o
  CC [M]  /var/lib/dkms/fglrx/14.12/build/firegl_public.o
/var/lib/dkms/fglrx/14.12/build/firegl_public.c: In function 
‘kcl_mem_pat_setup’:
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4471:9: error: implicit 
declaration of function ‘read_cr4’ [-Werror=implicit-function-declaration]
 cr4 = read_cr4();
 ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4472:9: error: implicit 
declaration of function ‘write_cr4’ [-Werror=implicit-function-declaration]
 write_cr4(cr4  ~X86_CR4_PGE);
 ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c: In function 
‘kasSetExecutionLevel’:
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4819:5: error: implicit 
declaration of function ‘__get_cpu_var’ [-Werror=implicit-function-declaration]
 orig_level = __get_cpu_var(kasExecutionLevel);
 ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:4820:38: error: lvalue required 
as left operand of assignment
 __get_cpu_var(kasExecutionLevel) = level;
  ^
/var/lib/dkms/fglrx/14.12/build/firegl_public.c: At top level:
/var/lib/dkms/fglrx/14.12/build/firegl_public.c:6396:12: warning: 
‘KCL_fpu_save_init’ defined but not used [-Wunused-function]
 static int KCL_fpu_save_init(struct task_struct *tsk)
^
cc1: some warnings being treated as errors
/usr/src/linux-headers-4.0.0-1-common/scripts/Makefile.build:263: recipe for 
target '/var/lib/dkms/fglrx/14.12/build/firegl_public.o' failed
make[3]: *** [/var/lib/dkms/fglrx/14.12/build/firegl_public.o] Error 1
/usr/src/linux-headers-4.0.0-1-common/Makefile:1407: recipe for target 
'_module_/var/lib/dkms/fglrx/14.12/build' failed
make[2]: *** [_module_/var/lib/dkms/fglrx/14.12/build] Error 2
Makefile:145: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 2
make: Leaving directory '/usr/src/linux-headers-4.0.0-1-amd64'


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages fglrx-modules-dkms depends on:
ii  dkms  2.2.0.3-2

fglrx-modules-dkms recommends no packages.

Versions of packages fglrx-modules-dkms 

Bug#579531: Help to review a patch in ELisp

2014-11-21 Thread Remi Vanicat
Stéphane Aulery saul...@free.fr writes:

 Hello,

 I am looking for a person who knows enough to verify a ELisp patch. The
 patch is supposed to fix a problem of space in file names [1], upstream
 unfortunately does not have the in-house expertise [2].

 Volunteers?

The change to elisp only touch one regexp, and only to its beginning.
when one remove the first level of quoting it is:

^\([^ \t]+\)[ \t]+\([^ \t]+\)[ \t]+\([0-9]+\)[ \t]+\(.*\)\n
replaced by
^\([^\t]+\)[ \t]+\([^ \t]+\)[ \t]+\([0-9]+\)[ \t]+\(.*\)\n

So it was looking for 4 group of char, separate by one space or tab, the
first and second being made of any char not char or space, the third
being made of digit, and the last of everything until end of line.

It is now mostly the same, the only difference is that the first group
may also contain space, and in practice must be ended by one tabulation
(as the regexp is greedy, if there is a space at the end of the first
group, it will be added to the first group...)

By looking at
http://www.opensource.apple.com/source/cscope/cscope-5/cscope/contrib/xcscope/xcscope.el
it seem that this regexp is use to parse the output of some program,
each line should always match it, the first group being the file, the
second the function-name, the third the line-number and the last the
line.

This seem good, the only problem being that the old regexp make the
assumption that the file and the function-name are separated by a space
or a tab, and the new one might failed if the separator is a space and
not a tab.



-- 
Rémi Vanicat


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



Bug#768861: unblock: xmms2/0.8+dfsg-12

2014-11-09 Thread Remi Vanicat
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear Release Team,

xmms2 0.8+dfsg-11 FTBFS when building some unused code.
bug #768679

xmms2 0.8+dfsg-12 fix it by not building it. It should change nothing
for the binary package

Please unblock package xmms2/0.8+dfsg-12

Debdiff attached.

unblock xmms2/0.8+dfsg-12

Thanks,
Rémi Vanicat

diff -Nru xmms2-0.8+dfsg/debian/changelog xmms2-0.8+dfsg/debian/changelog
--- xmms2-0.8+dfsg/debian/changelog	2014-07-05 10:17:23.0 +0200
+++ xmms2-0.8+dfsg/debian/changelog	2014-11-09 11:44:25.0 +0100
@@ -1,3 +1,9 @@
+xmms2 (0.8+dfsg-12) unstable; urgency=medium
+
+  * Do not build vistest (Closes: #768679)
+
+ -- Rémi Vanicat vani...@debian.org  Sun, 09 Nov 2014 11:44:03 +0100
+
 xmms2 (0.8+dfsg-11) unstable; urgency=low
 
   * Use a virtual package (xmms2-plugin-output) to allow not installing the
diff -Nru xmms2-0.8+dfsg/debian/rules xmms2-0.8+dfsg/debian/rules
--- xmms2-0.8+dfsg/debian/rules	2014-05-11 19:53:23.0 +0200
+++ xmms2-0.8+dfsg/debian/rules	2014-11-09 11:40:48.0 +0100
@@ -39,7 +39,7 @@
 	./waf configure $(WAFFLAGS) \
 		--with-perl-archdir=$(shell /usr/bin/perl -MConfig -le'print $$Config{vendorarch}') \
 		--with-perl-binary=/usr/bin/perl \
-		--without-optionals=ruby,et,python $(additional_wafflags)
+		--without-optionals=ruby,et,python,vistest $(additional_wafflags)
 	mv _build_ _build_without_python_
 	$(foreach pyversion,$(PYVERSIONS),\
 		PYTHON=$(pyversion) ./waf configure $(WAFFLAGS) --without-xmms2d --with-optionals=python  \


Bug#741081: emacs-calfw: Fail to upgrade with emacs23

2014-03-08 Thread Remi Vanicat
Package: emacs-calfw
Version: 1.3+git20140302-1
Severity: serious

Hello,

When emacs23 is installed, last version of emacs-calfw fail because old
org-mode did not had org-element that is apparently now required by
calfw.

Thanks.
-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages emacs-calfw depends on:
ii  emacs23  23.4+1-4.1+b1
ii  emacs24  24.3+1-2+b1

emacs-calfw recommends no packages.

Versions of packages emacs-calfw suggests:
pn  emacs-calfw-howm  none
pn  org-mode  none

-- no debconf information

-- 
Rémi Vanicat


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



Bug#724487: Waiting for response from release team

2013-09-28 Thread Remi Vanicat
package xmms2
tags 724487 + pending
thanks


The solution is ready, but due to several transition, I prefer to wait
for a go from the release team. 
-- 
Rémi Vanicat


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



Bug#719625: vcsh: tab combletion when calling git command failed

2013-08-13 Thread Remi Vanicat
Package: vcsh
Version: 1.20130724-1
Severity: normal
File: /usr/share/zsh/vendor-completions/_vcsh

Hello,

I was trying vcsh, and when I use

  vcsh $repo add [TAB]

it failed with not a git repository

Thanks.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vcsh depends on:
ii  git  1:1.8.4~rc2-1

Versions of packages vcsh recommends:
ii  mr   1.16
ii  myrepos [mr] 1.20130710
ii  openssh-client [ssh-client]  1:6.2p2-6

vcsh suggests no packages.

-- no debconf information

-- 
Rémi Vanicat


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



Bug#709025: tex-common: Fail to upgrade

2013-05-20 Thread Remi Vanicat
Package: tex-common
Version: 4.03
Severity: grave

When upgrading my sid this morning, updating tex-common failed:

Paramétrage de tex-common (4.03) ...
Running mktexlsr. This may take some time... done.
Running updmap-sys. This may take some time... 
updmap-sys failed. Output has been stored in
/tmp/updmap.BlnrELfd
Please include this file if you report a bug.

Sometimes, not accepting conffile updates in /etc/texmf/updmap.d
causes updmap-sys to fail.  Please check for files with extension
.dpkg-dist or .ucf-dist in this directory



The content of /tmp/updmap.BlnrELfd follow:

--8---cut here---start-8---
updmap: Cannot find TEXMFROOT, aborting!
--8---cut here---end---8---

the /etc/texmf/updmap.d/ contain no .dpkg-dist nor .ucf-dist file 




-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]  1.5.50
ii  dpkg   1.16.10
ii  ucf3.0027

tex-common recommends no packages.

Versions of packages tex-common suggests:
ii  debhelper  9.20130518

Versions of packages texlive-base depends on:
ii  debconf [debconf-2.0]  1.5.50
ii  dpkg   1.16.10
ii  install-info   5.1.dfsg.1-3
ii  libpaper-utils 1.1.24+nmu2
iu  luatex 0.76.0-1
ii  texlive-binaries   2012.20120628-4
ii  texlive-common 2012.20120611-5
ii  texlive-doc-base   2012.20120611-1
ii  ucf3.0027
ii  xdg-utils  1.1.0~rc1+git20111210-7

Versions of packages texlive-base recommends:
ii  lmodern  2.004.4-3

Versions of packages texlive-base suggests:
ii  evince [postscript-viewer]   3.4.0-3.1
ii  ghostscript [postscript-viewer]  9.05~dfsg-6.3
ii  gv [postscript-viewer]   1:3.7.3-1
ii  perl-tk  1:804.030-1
ii  xpdf [pdf-viewer]3.03-10

Versions of packages texlive-binaries depends on:
ii  dpkg1.16.10
ii  ed  1.8-1
ii  install-info5.1.dfsg.1-3
ii  libc6   2.17-3
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgcc1 1:4.8.0-7
ii  libgraphite31:2.3.1-0.2
ii  libgs9  9.05~dfsg-6.3
ii  libkpathsea62013.20130516.30500-1
ii  libpng12-0  1.2.49-4
ii  libpoppler190.18.4-6
ii  libptexenc1 2013.20130516.30500-1
ii  libstdc++6  4.8.0-7
ii  libx11-62:1.5.0-1
ii  libxaw7 2:1.0.10-2
ii  libxmu6 2:1.1.1-1
ii  libxpm4 1:3.5.10-1
ii  libxt6  1:1.1.3-1
ii  perl5.14.2-21
ii  texlive-common  2012.20120611-5
ii  zlib1g  1:1.2.8.dfsg-1

Versions of packages texlive-binaries recommends:
iu  luatex  0.76.0-1
ii  python  2.7.3-5
ii  ruby1:1.9.3
ii  ruby1.8 [ruby]  1.8.7.358-7
ii  texlive-base2012.20120611-5
ii  tk8.4 [wish]8.4.19-5
ii  tk8.5 [wish]8.5.11-2

-- debconf information:
  texlive-base/texconfig_ignorant:
  tex-common/check_texmf_wrong:
  texlive-base/binary_chooser: pdftex, dvips, dvipdfmx, xdvi
  tex-common/check_texmf_missing:

-- 
Rémi Vanicat


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



Bug#709065: tiger: /usr/lib/tiger/scripts/check_known: line 129: [: 8-1-amd64: integer expression expected

2013-05-20 Thread Remi Vanicat
Package: tiger
Version: 1:3.2.3-10
Severity: normal

Hello,

From some time, Cron Daemon wrote me an error stating that 

/usr/lib/tiger/scripts/check_known: line 129: [: 8-1-amd64: integer expression 
expected

every 8 Hours.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tiger depends on:
ii  binutils   2.22-8
ii  bsdmainutils   9.0.5
ii  debconf [debconf-2.0]  1.5.50
ii  libc6  2.17-3
ii  net-tools  1.60-25
ii  ucf3.0027

Versions of packages tiger recommends:
ii  chkrootkit 0.49-4.1
ii  exim4-daemon-light [mail-transport-agent]  4.80-7
ii  john   1.7.8-1
ii  tripwire   2.4.2.2-2

Versions of packages tiger suggests:
ii  lsof  4.86+dfsg-1

-- debconf information:
  tiger/mail_rcpt: root
  tiger/policy_adapt:

-- 
Rémi Vanicat


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



Bug#708930: ess: Fail to install when xemacs21 is there

2013-05-19 Thread Remi Vanicat
Package: ess
Version: 13.05-2
Severity: normal

I was trying to upgrade ess to 13.05-2, but it failed:

[... lot of stuff ...]
Install ess for xemacs21
install/ess: Handling install for emacsen flavor xemacs21
loading 'ess-compat ..
loading 'ess-custom ..
loading 'ess ..
loading 'ess-site ..
[ess-site:] ess-lisp-directory = '/usr/share/emacs/site-lisp/ess'
[ess-site:] require 'ess   *ITSELF* ...
[ess-site:] .. after requiring 'ess ...
[ess-site:] Before requiring dialect 'ess-*-d 
[ess-site:] require 'ess-r-d ...
[ess-r-d:] (require 'ess-s-l)
[ess-s-l:] (def** ) only ...
enabling speedbar support
[ess-r-d:] (autoload ..)  (def** ..)
Wrong number of arguments: define-obsolete-function-alias, 3
xemacs exiting
.
ERROR: install script from ess package failed

Adding 

if [ ${FLAVOR} = xemacs21 ]; then exit 0; fi

at the beginning of /usr/lib/emacsen-common/packages/install/ess solve
the install problem.

(it also failed because of my old emacs22, but this one is not in debian
anymore) 

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ess depends on:
ii  dpkg 1.16.10
ii  emacs22 [emacsen]22.3+1-1.2
ii  emacs23 [emacsen]23.4+1-4
ii  emacs24 [emacsen]24.3+1-1
ii  install-info 5.1.dfsg.1-3
ii  xemacs21-mule [emacsen]  21.4.22-4+b1

ess recommends no packages.

Versions of packages ess suggests:
pn  jags none
pn  pspp none
ii  r-base   3.0.1-1
ii  r-base-core  3.0.1-1
pn  xlispstatnone

-- no debconf information


-- 
Rémi Vanicat


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



Bug#704167: libsane: SCX-3400 is not recognised out of the box

2013-03-28 Thread Remi Vanicat
Package: libsane
Severity: wishlist

Hello,

I've just buy a new samsung SCX-3400, and scaning need some manual
configuration to work on Debian:

one need to add 
# Samsung SCX-3400
ATTRS{idVendor}==04e8, ATTRS{idProduct}==344f, ENV{libsane_matched}=yes

to /lib/60-libsane.rules

and

#Samsung SCX-3400
usb 0x04e8 0x344f

to /etc/sane.d/xerox_mfp.conf

Thanks

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Rémi Vanicat


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



Bug#701564: apt: when some mirror are unavailable, apt pinning failed

2013-02-24 Thread Remi Vanicat
Package: apt
Version: 0.9.7.7
Severity: normal

I've several mirror in my apt/source.d. When some of them are
unavailable, suddenly apt-get propose to upgrade some package
to experimental version, even if it should not:

  $ apt-cache policy aptitude
  aptitude:
Installé : 0.6.8.2-1
Candidat : 0.6.9.1-1
   Table de version :
   0.6.9.1-1 0
  500 http://toubib.at.home/ftp.fr.debian.org/debian/ 
experimental/main amd64 Packages
  150 http://ftp.fr.debian.org/debian/ experimental/main amd64 
Packages
   *** 0.6.8.2-1 0
  500 http://toubib.at.home/ftp.fr.debian.org/debian/ sid/main 
amd64 Packages
  500 http://toubib.at.home/ftp.fr.debian.org/debian/ testing/main 
amd64 Packages
  500 http://toubib.at.home/ftp2.fr.debian.org/debian/ sid/main 
amd64 Packages
  500 http://toubib.at.home/ftp2.fr.debian.org/debian/ testing/main 
amd64 Packages
  500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages
  500 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
  100 /var/lib/dpkg/status

apt/preference is:

Package: *
Pin: release a=experimental
Pin-Priority: 150

Package: *
Pin: release o=Unofficial Multimedia Packages
Pin-Priority: 390

Package: *
Pin: release unstable
Pin-Priority: 500

The toubib.at.home server is the unavailable one

-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture amd64;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends 1;
APT::Install-Suggests 0;
APT::Authentication ;
APT::Authentication::TrustCDROM true;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^firmware-linux.*;
APT::NeverAutoRemove:: ^linux-firmware$;
APT::NeverAutoRemove:: ^linux-image.*;
APT::NeverAutoRemove:: ^kfreebsd-image.*;
APT::NeverAutoRemove:: ^linux-restricted-modules.*;
APT::NeverAutoRemove:: ^linux-ubuntu-modules-.*;
APT::NeverAutoRemove:: ^gnumach$;
APT::NeverAutoRemove:: ^gnumach-image.*;
APT::Never-MarkAuto-Sections ;
APT::Never-MarkAuto-Sections:: metapackages;
APT::Never-MarkAuto-Sections:: restricted/metapackages;
APT::Never-MarkAuto-Sections:: universe/metapackages;
APT::Never-MarkAuto-Sections:: multiverse/metapackages;
APT::Never-MarkAuto-Sections:: oldlibs;
APT::Never-MarkAuto-Sections:: restricted/oldlibs;
APT::Never-MarkAuto-Sections:: universe/oldlibs;
APT::Never-MarkAuto-Sections:: multiverse/oldlibs;
APT::Periodic ;
APT::Periodic::Update-Package-Lists 1;
APT::Periodic::Download-Upgradeable-Packages 0;
APT::Periodic::AutocleanInterval 0;
APT::Update ;
APT::Update::Post-Invoke ;
APT::Update::Post-Invoke:: touch /var/lib/apt/periodic/update-success-stamp 
2/dev/null || true;
APT::Update::Post-Invoke-Success ;
APT::Update::Post-Invoke-Success:: [ ! -f /var/run/dbus/system_bus_socket ] || 
/usr/bin/dbus-send --system --dest=org.debian.apt --type=signal /org/debian/apt 
org.debian.apt.CacheChanged || true;
APT::Update::Post-Invoke-Success:: /usr/bin/test -e 
/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service  
/usr/bin/test -S /var/run/dbus/system_bus_socket  /usr/bin/gdbus call 
--system --dest org.freedesktop.PackageKit --object-path 
/org/freedesktop/PackageKit --timeout 1 --method 
org.freedesktop.PackageKit.StateHasChanged cache-update  /dev/null; /bin/echo 
 /dev/null;
APT::Archives ;
APT::Archives::MaxAge 30;
APT::Archives::MinAge 2;
APT::Archives::MaxSize 500;
APT::Architectures ;
APT::Architectures:: amd64;
APT::Architectures:: i386;
APT::Compressor ;
APT::Compressor::. ;
APT::Compressor::.::Name .;
APT::Compressor::.::Extension ;
APT::Compressor::.::Binary ;
APT::Compressor::.::Cost 1;
APT::Compressor::gzip ;
APT::Compressor::gzip::Name gzip;
APT::Compressor::gzip::Extension .gz;
APT::Compressor::gzip::Binary gzip;
APT::Compressor::gzip::Cost 2;
APT::Compressor::gzip::CompressArg ;
APT::Compressor::gzip::CompressArg:: -9n;
APT::Compressor::gzip::UncompressArg ;
APT::Compressor::gzip::UncompressArg:: -d;
APT::Compressor::bzip2 ;
APT::Compressor::bzip2::Name bzip2;
APT::Compressor::bzip2::Extension .bz2;
APT::Compressor::bzip2::Binary bzip2;
APT::Compressor::bzip2::Cost 3;
APT::Compressor::bzip2::CompressArg ;
APT::Compressor::bzip2::CompressArg:: -9;
APT::Compressor::bzip2::UncompressArg ;
APT::Compressor::bzip2::UncompressArg:: -d;
APT::Compressor::xz ;
APT::Compressor::xz::Name xz;
APT::Compressor::xz::Extension .xz;
APT::Compressor::xz::Binary xz;
APT::Compressor::xz::Cost 4;
APT::Compressor::xz::CompressArg ;
APT::Compressor::xz::CompressArg:: -6;
APT::Compressor::xz::UncompressArg ;
APT::Compressor::xz::UncompressArg:: -d;
APT::Compressor::lzma ;
APT::Compressor::lzma::Name lzma;
APT::Compressor::lzma::Extension .lzma;
APT::Compressor::lzma::Binary xz;
APT::Compressor::lzma::Cost 5;
APT::Compressor::lzma::CompressArg ;
APT::Compressor::lzma::CompressArg:: --format=lzma;
APT::Compressor::lzma::CompressArg:: -9;
APT::Compressor::lzma::UncompressArg ;

Bug#679367: override: libxmmsclient-ruby1.8_0.8+dfsg-4_all.deb:oldlibs/extra, libxmmsclient-ruby_0.8+dfsg-4_all.deb:oldlibs/extra

2012-06-28 Thread Remi Vanicat
Package: ftp.debian.org
Severity: normal

Hello,

the last upload of xmms2 have transform several of its binary package to
transitional package, making there old section and priority incorrect.

Here are the package:

libxmmsclient-ruby1.8_0.8+dfsg-4_all.deb: package says section is oldlibs, 
override says ruby.
libxmmsclient-ruby1.8_0.8+dfsg-4_all.deb: package says priority is extra, 
override says optional.
libxmmsclient-ruby_0.8+dfsg-4_all.deb: package says section is oldlibs, 
override says ruby.
libxmmsclient-ruby_0.8+dfsg-4_all.deb: package says priority is extra, override 
says optional.

Cordially, and thanks.
-- 
Rémi Vanicat



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



Bug#671767: ruby-glib2: Ruby fail to load glib2

2012-05-06 Thread Remi Vanicat
Package: ruby-glib2
Version: 1.1.3-1
Severity: normal
File: /usr/lib/ruby/vendor_ruby/glib2.rb

ruby fail to require glib2:

% irb
irb(main):001:0 require glib2
LoadError: no such file to load -- glib2/deprecatable
from /usr/lib/ruby/vendor_ruby/1.8/glib2.rb:12:in `require'
from /usr/lib/ruby/vendor_ruby/1.8/glib2.rb:12
from (irb):1:in `require'
from (irb):1
from :0

It seem a file as been forgotten. Commenting the require 'glib2/deprecatable' 
line in
/usr/lib/ruby/vendor_ruby/glib2.rb make a quick and dirty fix.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ruby-glib2 depends on:
ii  libc6   2.13-32
ii  libglib2.0-02.32.2-1
ii  libruby1.8  1.8.7.358-2
ii  libruby1.9.11.9.3.0-2.1
ii  ruby4.8
ii  ruby1.8 [ruby-interpreter]  1.8.7.358-2

ruby-glib2 recommends no packages.

ruby-glib2 suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



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



Bug#665788: aptitude: Aptitude forget I've asked to forget about new package

2012-03-26 Thread Remi Vanicat
Package: aptitude
Version: 0.6.5-1
Severity: normal

Every time I run aptitude -u, it tell me that I've 42 428 new package,
if I then it f, aptitude stop to show those new package, but if I
rerun update (using u, or re-runing aptitude -u) then the 42 000+
new package are shown again (even if updating doesn't download new
Package.gz file)

Note that this only happen on the computer that is configured for
multi-arch.

-- Package-specific info:
Terminal: screen
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.6.5 compiled at Feb  9 2012 22:17:23
Compiler: g++ 4.6.2
Compiled against:
  apt version 4.10.1
  NCurses version 5.9
  libsigc++ version: 2.2.9
  Ept support enabled.
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 5.9.20110404
  cwidget version: 0.5.16
  Apt version: 4.10.1

aptitude linkage:
linux-vdso.so.1 =  (0x7fffc4af4000)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0x7f1805a7b000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f180584c000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f1805623000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7f180541e000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f1805116000)
libept.so.1 = /usr/lib/libept.so.1 (0x7f1804eb9000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f1804abc000)
libz.so.1 = /usr/lib/x86_64-linux-gnu/libz.so.1 (0x7f18048a6000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f18045fe000)
libboost_iostreams.so.1.48.0 = /usr/lib/libboost_iostreams.so.1.48.0 
(0x7f18043e5000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f18041c9000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f1803ec1000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f1803c3f000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f1803a29000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f18036a1000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f180349e000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f180329a000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f1803094000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7f1802e84000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f1802c7b000)
/lib64/ld-linux-x86-64.so.2 (0x7f1805dbb000)

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (150, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]  0.8.15.10
ii  libboost-iostreams1.48.0  1.48.0-3
ii  libc6 2.13-27
ii  libcwidget3   0.5.16-3.1
ii  libept1   1.0.5
ii  libgcc1   1:4.7.0-1
ii  libncursesw5  5.9-4
ii  libsigc++-2.0-0c2a2.2.10-0.1
ii  libsqlite3-0  3.7.11-2
ii  libstdc++64.7.0-1
ii  libtinfo5 5.9-4
ii  libxapian22   1.2.8-1
ii  zlib1g1:1.2.6.dfsg-2

Versions of packages aptitude recommends:
ii  apt-xapian-index0.45
ii  aptitude-doc-en [aptitude-doc]  0.6.5-1
ii  libparse-debianchangelog-perl   1.2.0-1
ii  sensible-utils  0.0.6

Versions of packages aptitude suggests:
ii  debtags  1.9
ii  tasksel  3.09

-- no debconf information



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



Bug#649893: geogebra: New upstream version available

2011-11-24 Thread Remi Vanicat
Package: geogebra
Version: 3.2.47.0+dfsg1-1
Severity: wishlist

Hello,

Geogebra 4.0 has been released. Could you upload it to Debian ?

Thanks



[...]


-- 
Rémi Vanicat



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



Bug#643729: cups: printing landscape pdf failed with /usr/lib/cups/filter/gstoraster failed

2011-09-28 Thread Remi Vanicat
Package: cups
Version: 1.5.0-8
Severity: normal

Hello,

on my Epson Stylus DX3850, printing some PDF (apparently landscape one)
failed with the /usr/lib/cups/filter/gstoraster failed message. Printing
was done with lpr path/to/file.pdf

Converting them to ps with pdftops first solve the problem.

an example of a file that failed can be found there
http://blog.lot-of-stuff.info/Cours/dm-cor.pdf

an example of a file that do work 
http://blog.lot-of-stuff.info/Cours/devoir.pdf

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (150, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cups depends on:
ii  adduser3.113   
ii  bc 1.06.95-2+b1
ii  cups-client1.5.0-8 
ii  cups-common1.5.0-8 
ii  cups-ppdc  1.5.0-8 
ii  debconf [debconf-2.0]  1.5.41  
ii  ghostscript9.02~dfsg-3 
ii  libavahi-client3   0.6.30-5
ii  libavahi-common3   0.6.30-5
ii  libc6  2.13-21 
ii  libcups2   1.5.0-8 
ii  libcupscgi11.5.0-8 
ii  libcupsdriver1 1.5.0-8 
ii  libcupsimage2  1.5.0-8 
ii  libcupsmime1   1.5.0-8 
ii  libcupsppdc1   1.5.0-8 
ii  libdbus-1-31.4.16-1
ii  libgcc11:4.6.1-13  
ii  libgnutls262.12.10-2   
ii  libgssapi-krb5-2   1.9.1+dfsg-3
ii  libijs-0.350.35-8  
ii  libkrb5-3  1.9.1+dfsg-3
ii  liblcms1   1.19.dfsg-1 
ii  libldap-2.4-2  2.4.25-3
ii  libpam0g   1.1.3-4 
ii  libpaper1  1.1.24+nmu1 
ii  libpoppler13   0.16.7-2+b1 
ii  libslp11.2.1-7.8   
ii  libstdc++6 4.6.1-13
ii  libusb-0.1-4   2:0.1.12-19 
ii  lsb-base   3.2-28  
ii  poppler-utils  0.16.7-2+b1 
ii  procps 1:3.2.8-11  
ii  ssl-cert   1.0.28  
ii  ttf-freefont   20100919-1  
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages cups recommends:
ii  avahi-daemon0.6.30-5   
ii  colord  0.1.11-1   
ii  cups-driver-gutenprint  5.2.7-2
ii  foomatic-filters4.0.9-1
ii  ghostscript-cups9.02~dfsg-3

Versions of packages cups suggests:
ii  cups-bsd 1.5.0-8
ii  cups-pdf 2.5.1-7
ii  foomatic-db  20110831-1 
ii  hplipnone 
ii  smbclient2:3.5.11~dfsg-1
ii  udev 172-1  

-- Configuration Files:
/etc/cups/cupsd.conf changed:
LogLevel debug
MaxLogSize 0
SystemGroup lpadmin
Port 631
Listen /var/run/cups/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseRemoteProtocols CUPS
BrowseAddress @LOCAL
BrowseLocalProtocols CUPS dnssd
DefaultAuthType Basic
Location /
  # Allow shared printing...
  Order allow,deny
  Allow @LOCAL
/Location
Location /admin
  # Restrict access to the admin pages...
  Order allow,deny
/Location
Location /admin/conf
  AuthType Default
  Require user @SYSTEM
  # Restrict access to the configuration files...
  Order allow,deny
/Location
Policy default
  Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs 
Set-Job-Attributes Create-Job-Subscription Renew-Subscription 
Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job 
Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document
Require user @OWNER @SYSTEM
Order deny,allow
  /Limit
  Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class 
CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices
AuthType Default
Require user @SYSTEM
Order deny,allow
  /Limit
  Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer 
Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs 
Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer 
Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs 
CUPS-Reject-Jobs
AuthType Default
Require user @SYSTEM
Order deny,allow
  /Limit
  Limit Cancel-Job CUPS-Authenticate-Job
Require user @OWNER @SYSTEM
Order deny,allow
  /Limit
  Limit All
Order deny,allow
  /Limit
/Policy
Policy authenticated
  Limit Create-Job Print-Job Print-URI
  AuthType Default
  Order deny,allow
/Limit
  Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs 
Set-Job-Attributes Create-Job-Subscription Renew-Subscription 
Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job 
Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document
AuthType Default

Bug#641687: cups: Failed to automaticly configure a printer when no color manager is available

2011-09-15 Thread Remi Vanicat
Package: cups
Version: 1.5.0-5
Severity: normal

Hello,

When trying to configure a new network printer on my laptop, it failed
with some cryptic error (failed to connect). Looking at the log, one
find:

   failed to CreateDevice: org.freedesktop.DBus.Error.TimedOut:Activation of 
org.freedesktop.ColorManager timed out

Installing a colord server solve the problem.

Maybe the level of the dependency should be changed, or cups should
continue without the color manager when there is none.

At least some documentation about this should be added to the
NEWS.Debian.

Thanks

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cups depends on:
ii  adduser3.113   
ii  bc 1.06.95-2+b1
ii  cups-client1.5.0-5 
ii  cups-common1.5.0-5 
ii  cups-ppdc  1.5.0-5 
ii  debconf [debconf-2.0]  1.5.41  
ii  ghostscript9.02~dfsg-3 
ii  libacl12.2.51-3
ii  libavahi-client3   0.6.30-5
ii  libavahi-common3   0.6.30-5
ii  libc6  2.13-18 
ii  libcups2   1.5.0-5 
ii  libcupscgi11.5.0-5 
ii  libcupsdriver1 1.5.0-5 
ii  libcupsimage2  1.5.0-5 
ii  libcupsmime1   1.5.0-5 
ii  libcupsppdc1   1.5.0-5 
ii  libdbus-1-31.4.14-1
ii  libgcc11:4.6.1-9   
ii  libgnutls262.12.10-1   
ii  libgssapi-krb5-2   1.9.1+dfsg-2
ii  libijs-0.350.35-8  
ii  libkrb5-3  1.9.1+dfsg-2
ii  liblcms1   1.19.dfsg-1 
ii  libldap-2.4-2  2.4.25-3
ii  libpam0g   1.1.3-2 
ii  libpaper1  1.1.24+nmu1 
ii  libpoppler13   0.16.7-2
ii  libslp11.2.1-7.8   
ii  libstdc++6 4.6.1-9 
ii  libusb-0.1-4   2:0.1.12-19 
ii  lsb-base   3.2-28  
ii  poppler-utils  0.16.7-2
ii  procps 1:3.2.8-11  
ii  ssl-cert   1.0.28  
ii  ttf-freefont   20100919-1  
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages cups recommends:
ii  avahi-daemon0.6.30-5   
ii  colord  0.1.11-1   
ii  cups-driver-gutenprint  5.2.7-2
ii  foomatic-filters4.0.9-1
ii  ghostscript-cups9.02~dfsg-3

Versions of packages cups suggests:
ii  cups-bsd 1.5.0-5
ii  cups-pdf 2.5.1-4
ii  foomatic-db  20110803-3 
ii  hplipnone 
ii  smbclient2:3.5.11~dfsg-1
ii  udev 172-1  

-- Configuration Files:
/etc/cups/cupsd.conf [Errno 13] Permission non accordée: u'/etc/cups/cupsd.conf'

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, serial, socket, usb, snmp, dnssd

-- 
Rémi Vanicat



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



Bug#640295: roxterm-gtk3: problem when copying and pasting

2011-09-04 Thread Remi Vanicat
Package: roxterm-gtk3
Version: 2.0.1-1
Severity: normal

I've encounter several probably linked problem when copying and pasting
with roxterm-gtk3:
- the copied text is not always the currently selected one, but sometime
  some text that was selected earlier.
- the pasted text is sometime pasted in the wrong windows (the one from
  where the text have been copied)
- the terminal sometime freeze when copying and pasting

turning back to roxterm-gtk2 solve all this.

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (150, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages roxterm-gtk3 depends on:
ii  libc6   2.13-18   
ii  libdbus-1-3 1.4.14-1  
ii  libdbus-glib-1-20.94-4
ii  libgdk-pixbuf2.0-0  2.23.5-3  
ii  libglib2.0-02.28.6-2  
ii  libgtk-3-0  3.0.12-2  
ii  libice6 2:1.0.7-2 
ii  libpango1.0-0   1.28.4-3  
ii  librsvg2-common 2.34.0-2  
ii  libsm6  2:1.2.0-2 
ii  libvte-2.90-9   1:0.28.1-2
ii  libx11-62:1.4.4-1 
ii  roxterm-common  2.0.1-1   

roxterm-gtk3 recommends no packages.

roxterm-gtk3 suggests no packages.

-- 
Rémi Vanicat



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



Bug#632706: miro: problem with french local

2011-07-05 Thread Remi Vanicat
Package: miro
Version: 4.0.2-1
Severity: normal

After an upgrade, miro start to speak to me in Portuguese (I believe),
when my locale is configured for French. Reinstalling miro-data doesn't
solve it, and looking inside /usr/share/locale/fr/LC_MESSAGES/miro.mo
show some English string, some Portuguese(?) and some French.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (700, 'testing'), (500, 'oldstable'), (50, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages miro depends on:
ii  gstreamer0.10-ffmpeg   1:0.10.11-4.1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad  0.10.22-2 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base 0.10.35-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good 0.10.30-1 GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.35-1 GStreamer plugins for X11 and Pang
ii  libavcodec52   5:0.6.3-0.0   library to encode decode multimedi
ii  libavformat52  5:0.6.3-0.0   ffmpeg file format library
ii  libavutil505:0.6.3-0.0   avutil shared libraries - runtime 
ii  libc6  2.13-9Embedded GNU C Library: Shared lib
ii  libglib2.0-0   2.28.6-1  The GLib library of C routines
ii  libgtk2.0-02.24.4-3  The GTK+ graphical user interface 
ii  libpango1.0-0  1.28.4-1  Layout and rendering of internatio
ii  libsoup2.4-1   2.34.2-2  HTTP library implementation in C -
ii  libwebkit-1.0-21.2.7-3   Web content engine library for Gtk
ii  libx11-6   2:1.4.3-2 X11 client-side library
ii  miro-data  4.0.2-1   GTK+ based RSS video aggregator da
ii  python 2.6.6-14  interactive high-level object-orie
ii  python-dbus0.84.0-1  simple interprocess messaging syst
ii  python-gconf   2.28.1-3  Python bindings for the GConf conf
ii  python-glade2  2.24.0-2  GTK+ bindings: Glade support
ii  python-gst0.10 0.10.21-2.1   generic media-playing framework (P
ii  python-gtk22.24.0-2  Python bindings for the GTK+ widge
ii  python-libtorrent  0.15.6-1  Python bindings for libtorrent-ras
ii  python-mutagen 1.19-2.1  audio metadata editing library
ii  python-pycurl  7.19.0-4  Python bindings to libcurl
ii  python-pysqlite2   2.6.3-2   Python interface to SQLite 3
ii  python-support 1.0.14automated rebuilding support for P
ii  python-webkit  1.1.8-2   WebKit/Gtk Python bindings

miro recommends no packages.

Versions of packages miro suggests:
pn  ffmpegnone (no description available)
pn  ffmpeg2theora none (no description available)
ii  gstreamer0.10-plugins-ugly0.10.18-1  GStreamer plugins from the ugly 
pn  libavahi-compat-libdnssd1 none (no description available)
ii  python-notify 0.1.1-2+b3 Python bindings for libnotify
ii  ttf-dejavu2.33-1 Metapackage to pull in ttf-dejavu-

-- no debconf information

-- 
Rémi Vanicat



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



Bug#631181: lazygal: lazygal failed when one use the -O and there are video

2011-06-21 Thread Remi Vanicat
Package: lazygal
Version: 0.6.1-1
Severity: normal

When there are a video in the album, and lazygal is ask to keep original
copies of the photos, it will failed when generating the xhtml page with
the following traceback:

Traceback (most recent call last):
  File /usr/bin/lazygal, line 319, in module
options.check_all_dirs, options.clean_dest)
  File /usr/lib/python2.6/dist-packages/lazygal/generators.py, line 763, in 
generate
destgal.make(force=True) # avoid another needs_build() call in make()
  File /usr/lib/python2.6/dist-packages/lazygal/generators.py, line 439, in 
make
super(WebalbumDir, self).make(force or needed_build)
  File /usr/lib/python2.6/dist-packages/lazygal/make.py, line 110, in make
d.make() # dependency building not forced
  File /usr/lib/python2.6/dist-packages/lazygal/make.py, line 111, in make
self.call_build()
  File /usr/lib/python2.6/dist-packages/lazygal/make.py, line 120, in 
call_build
self.build()
  File /usr/lib/python2.6/dist-packages/lazygal/genpage.py, line 238, in build
tpl_values['original_link'] = self.image.filename
AttributeError: 'WebalbumVideoPage' object has no attribute 'image'


The attached patch fix the generation but is probably not the correct
way of doing it: One should provide original link also for video.

--- lazygal-0.6.1.orig/lazygal/genpage.py
+++ lazygal-0.6.1/lazygal/genpage.py
@@ -227,7 +227,7 @@ class WebalbumBrowsePage(WebalbumPage):
 tpl_values['osize_links'] = self._get_osize_links(self.media.name)
 tpl_values['rel_root'] = self.dir.source_dir.rel_root()
 
-if self.dir.album.original:
+if self.dir.album.original and not isinstance(self.image.is,WebalbumVideoPage):
 if self.dir.album.orig_base:
 tpl_values['original_link'] = os.path.join(\
 self.dir.source_dir.rel_root(),

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'oldstable'), (500, 'testing'), (50, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lazygal depends on:
ii  python2.6.6-14   interactive high-level object-orie
ii  python-genshi 0.6-1+b1   Python XML-based template engine
ii  python-imaging1.1.7-2+b1 Python Imaging Library
ii  python-pyexiv20.3.0-4+b1 Python binding to Exiv2
ii  python2.6 2.6.7-1An interactive high-level object-o
ii  python2.7 2.7.2-1An interactive high-level object-o

lazygal recommends no packages.

Versions of packages lazygal suggests:
ii  gstreamer0.10-plugins-base  0.10.34-1GStreamer plugins from the base 
ii  python-gst0.10  0.10.21-2+b1 generic media-playing framework (P

-- debconf-show failed

-- 
Rémi Vanicat


Bug#613689: apt: Incorrect example in french man page of apt_preferences

2011-02-16 Thread Remi Vanicat
Package: apt
Version: 0.8.11.1
Severity: normal
File: /usr/share/man/fr/man5/apt_preferences.5.gz

The french manual give as an example:

Package: *
Pin: release a=sid
Pin-Priority: 800

when the English manual give:

Package: *
Pin: release n=sid
Pin-Priority: 800

which is correct.

The following patch applied to the french manual solve this:

--- apt_preferences.orig.5  2011-02-16 17:33:15.326298000 +0100
+++ apt_preferences.new.5   2011-02-16 17:33:44.802298000 +0100
@@ -733,7 +733,7 @@
 
 Explanation: Debian unstable porte toujours le nom sid
 Package: *
-Pin: release a=sid
+Pin: release n=sid
 Pin\-Priority: 800
 
 Package: *

 
-- 
Rémi Vanicat



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



Bug#613776: debian-el: apt-utils.el should use word-at-point for default value for package

2011-02-16 Thread Remi Vanicat
Package: debian-el
Version: 34.1
Severity: wishlist

When reading mail or README, some time I want to know about package my
point is on. Using word-at-point for default value give it to us.

Attached is the patch.

diff -Naur emacs-goodies-el-34.1.orig/elisp/debian-el/apt-utils.el emacs-goodies-el-34.1/elisp/debian-el/apt-utils.el
--- emacs-goodies-el-34.1.orig/elisp/debian-el/apt-utils.el 2010-06-23 17:36:37.0 +0200
+++ emacs-goodies-el-34.1/elisp/debian-el/apt-utils.el  2011-02-17 07:13:33.458298305 +0100
@@ -41,6 +41,7 @@
 
 (require 'browse-url)
 (require 'jka-compr)
+(require 'thingatpt)
 
 (defalias 'apt-utils-puthash 'puthash)
 
@@ -1310,7 +1311,7 @@
 (text-properties-at (point))
 (PC-word-delimiters -))
 (when (not (stringp package))
-  (setq package nil))
+  (setq package (word-at-point)))
 (completing-read (if package
  (format Choose Debian package (%s):  package)
Choose Debian package: )



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'oldstable'), (500, 'testing'), (50, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-el depends on:
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  dpkg  1.15.8.10  Debian package management system
ii  emacs [emacsen]   23.2+1-7   The GNU Emacs editor (metapackage)
ii  emacs22 [emacsen] 22.3+1-1.2 The GNU Emacs editor
ii  emacs23 [emacsen] 23.2+1-7   The GNU Emacs editor (with GTK+ us
ii  file  5.04-5 Determines file type using magic
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  reportbug 4.12.6 reports bugs in the Debian distrib

Versions of packages debian-el recommends:
ii  dlocate   1.02   fast alternative to dpkg -L and dp
ii  groff-base1.21-4 GNU troff text-formatting system (
ii  wget  1.12-2.1   retrieves files from the web

Versions of packages debian-el suggests:
pn  gnus  none (no description available)

-- no debconf information

-- 
Rémi Vanicat


Bug#613778: debian-el: Apt-util.el doesn't know about Description-fr

2011-02-16 Thread Remi Vanicat
Package: debian-el
Version: 34.1
Severity: normal
Tags: patch

Debian have added translation for description of package, shown as
Description-fr of the like. As apt-utils-show apt-utils-show-package
look for a Description header, it failed to properly handle those
translation.

The attached patch solve this.
diff -Naur emacs-goodies-el-34.1.orig/elisp/debian-el/apt-utils.el emacs-goodies-el-34.1/elisp/debian-el/apt-utils.el
--- emacs-goodies-el-34.1.orig/elisp/debian-el/apt-utils.el 2010-06-23 17:36:37.0 +0200
+++ emacs-goodies-el-34.1/elisp/debian-el/apt-utils.el  2011-02-17 07:13:33.458298305 +0100
@@ -1431,7 +1431,7 @@
   (apt-utils-insert-installed-info package))
 (skip-chars-forward , |\n)
 (setq packages (cdr packages)
-   ((equal match Description)
+   ((string-match-p Description\\(-..\\)? match)
 (add-text-properties (point)
  (save-excursion
(or



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'oldstable'), (500, 'testing'), (50, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-el depends on:
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  dpkg  1.15.8.10  Debian package management system
ii  emacs [emacsen]   23.2+1-7   The GNU Emacs editor (metapackage)
ii  emacs22 [emacsen] 22.3+1-1.2 The GNU Emacs editor
ii  emacs23 [emacsen] 23.2+1-7   The GNU Emacs editor (with GTK+ us
ii  file  5.04-5 Determines file type using magic
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  reportbug 4.12.6 reports bugs in the Debian distrib

Versions of packages debian-el recommends:
ii  dlocate   1.02   fast alternative to dpkg -L and dp
ii  groff-base1.21-4 GNU troff text-formatting system (
ii  wget  1.12-2.1   retrieves files from the web

Versions of packages debian-el suggests:
pn  gnus  none (no description available)

-- no debconf information

-- 
Rémi Vanicat


Bug#583757: python-xmmsclient: there is no binding for python2.6

2010-05-30 Thread Remi Vanicat
Package: python-xmmsclient
Version: 0.7DrNo-7
Severity: normal

Hello

As said on irc, the xmms2 source package does build the python2.6
binding, but it does not install them:

after building, there is a _build_python2.6_/ that seem to contain the
binding but nor tmp/usr/lib/ nor python-xmmsclient contain a python2.6
subdirectories.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-xmmsclient depends on:
ii  libc6 2.11.1-1   Embedded GNU C Library: Shared lib
ii  libxmmsclient60.7DrNo-7  XMMS2 - client library
ii  python2.5.4-9An interactive high-level object-o
ii  python-support1.0.8  automated rebuilding support for P

python-xmmsclient recommends no packages.

python-xmmsclient suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



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



Bug#582981: tuareg-mode failed to upgrade

2010-05-25 Thread Remi Vanicat
Package: tuareg-mode
Version: 1:2.0.0-1
Severity: important

When installing the last tuareg-mode, configure failed with emacs22 with
error:

Paramétrage de tuareg-mode (1:2.0.0-1) ...
install/tuareg-mode: Handling install for emacsen flavor emacs22
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/20apel.el (source)...
Loading /etc/emacs/site-start.d/50asymptote.el (source)...
Loading /etc/emacs22/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/22.3/site-lisp/auctex.el (source)...
Loading /usr/share/emacs/22.3/site-lisp/preview-latex.el (source)...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50cedet-common.el (source)...
Error while loading 50cedet-common: Cannot open load file: cedet-autogen
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50coq.el (source)...
Loading /etc/emacs/site-start.d/50devhelp.el (source)...
Loading /etc/emacs/site-start.d/50devscripts-el.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading /etc/emacs/site-start.d/50dpkg-dev-el.el (source)...
Loading /etc/emacs/site-start.d/50eieio.el (source)...
Loading /etc/emacs/site-start.d/50elserv.el (source)...
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
Loading /etc/emacs/site-start.d/50emacs-jabber.el (source)...
Package emacs-jabber removed but not purged.  Skipping setup.
Loading /etc/emacs/site-start.d/50epix.el (source)...
Loading /etc/emacs/site-start.d/50festival.el (source)...
Loading /etc/emacs/site-start.d/50flim.el (source)...
Loading /etc/emacs/site-start.d/50git-core.el (source)...
Loading /etc/emacs/site-start.d/50gtk-doc-tools.el (source)...
Loading /etc/emacs/site-start.d/50latex-cjk-common.el (source)...
Loading cjk-enc...
Loading /etc/emacs/site-start.d/50latex-cjk-thai.el (source)...
Loading /etc/emacs/site-start.d/50lua-mode.el (source)...
Loading /etc/emacs/site-start.d/50maxima-emacs.el (source)...
Loading /etc/emacs/site-start.d/50migemo.el (source)...
Loading /etc/emacs/site-start.d/50ocaml-mode.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Loading /etc/emacs/site-start.d/50quilt-el.el (source)...
Loading /etc/emacs/site-start.d/50ruby1.8-elisp.el (source)...
Loading /etc/emacs/site-start.d/50thailatex.el (source)...
Loading /etc/emacs/site-start.d/50w3m-el.el (source)...
Loading /etc/emacs/site-start.d/50yasnippet.el (source)...
Loading /etc/emacs/site-start.d/51debian-el.el (source)...
Loading /etc/emacs/site-start.d/51ede.el (source)...
Loading /etc/emacs/site-start.d/51speedbar.el (source)...
Loading /etc/emacs/site-start.d/51tuareg-mode.el (source)...
Loading /etc/emacs/site-start.d/52semantic.el (source)...
Wrote /usr/share/emacs22/site-lisp/tuareg-mode/append-tuareg.elc

In toplevel form:
camldebug-tuareg.el:38:1:Error: Invalid modifier in string
Wrote /usr/share/emacs22/site-lisp/tuareg-mode/custom-tuareg.elc

In toplevel form:
tuareg.el:1937:1:Error: Invalid modifier in string
emacs-package-install: /usr/lib/emacsen-common/packages/install/tuareg-mode 
emacs22 emacs22 emacs23 failed at /usr/lib/emacsen-common/emacs-package-install 
line 30, TSORT line 1.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tuareg-mode depends on:
ii  emacs [emacsen]   23.2+1-2   The GNU Emacs editor (metapackage)
ii  emacs22 [emacsen] 22.3+1-1.2 The GNU Emacs editor
ii  emacs23 [emacsen] 23.2+1-2   The GNU Emacs editor (with GTK+ us

Versions of packages tuareg-mode recommends:
ii  ocaml-interp  3.11.2-1   OCaml interactive interpreter and 
ii  ocaml-mode3.11.2-1   A major mode for editing Objective

tuareg-mode suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



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



Bug#579344: gthumb-data: gthumb-data conflict with kipi-plugins

2010-04-27 Thread Remi Vanicat
Package: gthumb-data
Version: 3:2.11.3-1
Severity: grave

both kipi-plugins and gthumb-data contain
/usr/share/icons/hicolor/16x16/actions/flickr.png, so upgrading
gthumb-data fail on a computer where there is kipi-plugins.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gthumb-data depends on:
ii  gconf22.28.1-3   GNOME configuration database syste
ii  rarian-compat [scrollkeeper]  0.8.1-4.1  Documentation meta-data library (c

Versions of packages gthumb-data recommends:
ii  yelp 2.30.0+webkit-1 Help browser for GNOME

gthumb-data suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



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



Bug#579394: debian-el: Empty bug list

2010-04-27 Thread Remi Vanicat
Package: debian-el
Version: 33.1
Severity: normal

Hello,

When I ask debian-bug for the list of the bugs of any package, It always
give me an empty list with no error whatsoever, leading to duplicate
bug.

Cordially.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-el depends on:
ii  bzip2 1.0.5-4high-quality block-sorting file co
ii  dpkg  1.15.7.1   Debian package management system
ii  emacs [emacsen]   23.1+1-6   The GNU Emacs editor (metapackage)
ii  emacs22 [emacsen] 22.3+1-1.2 The GNU Emacs editor
ii  emacs23 [emacsen] 23.1+1-6   The GNU Emacs editor (with GTK+ us
ii  file  5.04-2 Determines file type using magic
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  reportbug 4.12.1 reports bugs in the Debian distrib

Versions of packages debian-el recommends:
ii  dlocate   1.02   fast alternative to dpkg -L and dp
ii  groff-base1.20.1-9   GNU troff text-formatting system (
ii  wget  1.12-2 retrieves files from the web

Versions of packages debian-el suggests:
pn  gnus  none (no description available)

-- no debconf information

-- 
Rémi Vanicat



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



Bug#578069: pcmanfm: All interaction are ignored in detailed list view after change of directory

2010-04-16 Thread Remi Vanicat
Package: pcmanfm
Version: 0.5.2+svn20091029-1
Severity: normal

After double-clicking on a directory of the detailed list view I all
click on the list are ignored: 
The left click do not select the item, double-click do nothing, right
click open the menu, but item specific action of the menu do nothing,
and even using TAB and the keyboard lead to nothing.

The problem does not appeared if the directory have been opened any
other way (like by using the keyboard, the up arrow, the left panel...)
Only double-clickink in the list view lead to the problem. 

Once the bug has been 'activated', it stay until one change vie to icon
or simple list, but only one tab is affected.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pcmanfm depends on:
ii  dbus 1.2.24-1simple interprocess messaging syst
ii  desktop-file-utils   0.15-2  Utilities for .desktop files
ii  gamin0.1.10-2+b1 File and directory monitoring syst
ii  hal  0.5.14-2Hardware Abstraction Layer
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.24-1simple interprocess messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess messaging syst
ii  libgamin0 [libfam0]  0.1.10-2+b1 Client library for the gamin file 
ii  libglib2.0-0 2.24.0-1The GLib library of C routines
ii  libgtk2.0-0  2.20.0-3The GTK+ graphical user interface 
ii  libhal-storage1  0.5.14-2Hardware Abstraction Layer - share
ii  libhal1  0.5.14-2Hardware Abstraction Layer - share
ii  libpango1.0-01.28.0-1Layout and rendering of internatio
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  shared-mime-info 0.71-1  FreeDesktop.org shared MIME databa

Versions of packages pcmanfm recommends:
ii  gksu2.0.2-2+b1   graphical frontend to su
ii  gnome-icon-theme2.30.0-2 GNOME Desktop icon theme
ii  ntfs-3g 1:2010.3.6-1 read-write NTFS driver for FUSE

pcmanfm suggests no packages.

-- debconf-show failed
 
-- 
Rémi Vanicat



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



Bug#573034: You should not report bug on unreleased version of packages

2010-04-11 Thread Remi Vanicat
package aspell-fr
found #573034 0.50-3-6
notfound #573034 0.50-3-7
thanks

-- 
Rémi Vanicat



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



Bug#572965: pgf: PGF doc-base description is incorrect

2010-03-07 Thread Remi Vanicat
Package: pgf
Version: 2.00-1
Severity: normal
File: /usr/share/doc-base/pgf

in dwww, the description of the documentation is

User s Guide to the PGF Package, Version   (package: pgf)
This manual describes what pgf is and how it can be used to manage online 
manuals on Debian systems.


I fail to see how pgf can be used to manage online manuals on Debian
systems... 

A better description could be

 This manual describes what pgf is, and how it can be used to create
 graphics in your TeX documents. It includes tutorials and reference
 manual



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgf depends on:
ii  latex-xcolor  2.11-1 Easy driver-independent TeX class 
ii  texlive-latex-recommended 2009-7 TeX Live: LaTeX recommended packag

pgf recommends no packages.

pgf suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



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



Bug#566507: podracer: podracer may put torrent file in the podcast directory instead of donwloading the podcast

2010-01-23 Thread Remi Vanicat
Package: podracer
Version: 1.4-1.0.1
Severity: normal

Hello,

When the torrent contain in the rss have a name that don't end by
.torrent, podracer donwload the torrent file in the podcast directories
when it should use the torrent to download the podcast.

This bug is worst than it should be because of the problem with name
already discover by #530873.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages podracer depends on:
ii  bittorrent3.4.2-11.3 Original BitTorent client - consol
ii  coreutils 8.4-1  GNU core utilities
ii  curl  7.19.7-1   Get a file from an HTTP, HTTPS or 
ii  python2.5.4-9An interactive high-level object-o
ii  screen4.0.3-14   terminal multiplexor with VT100/AN

podracer recommends no packages.

podracer suggests no packages.

-- no debconf information



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



Bug#566518: nvidia-vdpau-driver: bad /usr/lib/libvdpau_nvidia.so symlink

2010-01-23 Thread Remi Vanicat
Package: nvidia-vdpau-driver
Version: 190.53-1
Severity: grave

Hello,

The /usr/lib/libvdpau_nvidia.so symlink point to
libvdpau_nvidia.so.190.53 when it should point to either
vdpau/libvdpau_nvidia.so.190.53 or
/usr/lib/vdpau/libvdpau_nvidia.so.190.53. This make software using vdpau
rendering non functional. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nvidia-vdpau-driver depends on:
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.3.3-1  X11 client-side library
ii  libxext6  2:1.1.1-2  X11 miscellaneous extension librar

Versions of packages nvidia-vdpau-driver recommends:
ii  nvidia-kernel-2.6.32-t 190.53-1+2.6.32-5 NVIDIA binary kernel module for Li

Versions of packages nvidia-vdpau-driver suggests:
ii  nvidia-kernel-source  190.53-1   NVIDIA binary kernel module source

-- no debconf information



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



Bug#559943: asymptote-doc: asymptote.info.gz contain a bad INFO-ENTRY

2009-12-07 Thread Remi Vanicat
Package: asymptote-doc
Version: 1.88-2
Severity: normal
File: /usr/share/info/asymptote.info.gz

The asymptote-doc info file contain as INFO-DIR-ENTRY:
START-INFO-DIR-ENTRY
* asymptote: (asymptote/asymptote). Vector graphics language.
END-INFO-DIR-ENTRY
when it should be
START-INFO-DIR-ENTRY
* asymptote: (asymptote/asymptote). Vector graphics language.
END-INFO-DIR-ENTRY
because the asymptote info file is directly in the info directory.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages asymptote-doc depends on:
ii  dpkg  1.15.5.3   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 

Versions of packages asymptote-doc recommends:
ii  asymptote 1.88-2 script-based vector graphics langu
ii  conkeror [www-browser]0.9.1-1keyboard focused web browser with 
ii  emacs21 [info-browser]21.4a+1-5.7The GNU Emacs editor
ii  emacs22 [info-browser]22.3+1-1.1 The GNU Emacs editor
ii  emacs23 [info-browser]23.1+1-5   The GNU Emacs editor (with GTK+ us
ii  epiphany-browser [www-bro 2.29.3-1   Intuitive GNOME web browser
ii  evince [pdf-viewer]   2.28.1-1   Document (postscript, pdf) viewer
ii  gv [pdf-viewer]   1:3.6.7-1  PostScript and PDF viewer for X
ii  iceweasel [www-browser]   3.5.5-1lightweight web browser based on M
ii  info [info-browser]   4.13a.dfsg.1-5 Standalone GNU Info documentation 
ii  konqueror [www-browser]   4:4.3.2-1  KDE 4's advanced file manager, web
ii  lynx-cur [www-browser]2.8.8dev.1-1   Text-mode WWW Browser with NLS sup
ii  w3m [www-browser] 0.5.2-2.1  WWW browsable pager with excellent

asymptote-doc suggests no packages.

-- no debconf information

-- 
Rémi Vanicat



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



Bug#550256: podracer: Depend on timeout that conflict with coreutils

2009-10-08 Thread Remi Vanicat
Package: podracer
Version: 1.4-1
Severity: normal

Podracer depend on timeout, but recent coreutils conflict with timeout,
making podracer uninstalable.

As coreutils now include a timeout command, podracer should probably
depent on coreutils = 7.5 and not on timeout



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc9-nouveau.git.1-00614-g4e9caac
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages podracer depends on:
ii  bittorrent3.4.2-11.1 Original BitTorent client - consol
ii  curl  7.19.5-1.1 Get a file from an HTTP, HTTPS or 
ii  python2.5.4-2An interactive high-level object-o
ii  screen4.0.3-14   terminal multiplexor with VT100/AN
pn  timeout   none (no description available)

podracer recommends no packages.

podracer suggests no packages.



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



Bug#549598: pulseaudio: lot of noise when sound is not at maximum

2009-10-04 Thread Remi Vanicat
Package: pulseaudio
Version: 0.9.18-1
Severity: important

After the last upgrade, there are lot of noise when playing of sound (from both 
mplayer and xmms2), that only disappeared if the sound volume of pulse is at 
maximum.




-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-rc9-nouveau.git.1-00614-g4e9caac
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pulseaudio depends on:
ii  adduser 3.111add and remove users and groups
ii  consolekit  0.3.1-1  framework for defining and trackin
ii  libasound2  1.0.21a-1shared library for ALSA applicatio
ii  libasyncns0 0.3-1Asyncronous name service query lib
ii  libc6   2.9-27   GNU C Library: Shared libraries
ii  libcap2 1:2.17-1 support for getting/setting POSIX.
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libflac81.2.1-2+b1   Free Lossless Audio Codec - runtim
ii  libgdbm31.8.3-6+b1   GNU dbm database routines (runtime
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libltdl72.2.6a-4 A system independent dlopen wrappe
ii  libogg0 1.1.4~dfsg-1 Ogg bitstream library
ii  libpulse0   0.9.18-1 PulseAudio client libraries
ii  libsamplerate0  0.1.7-2  audio rate conversion library
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsndfile1 1.0.20-1+b1  Library for reading/writing audio 
ii  libspeexdsp11.2~rc1-1The Speex extended runtime library
ii  libudev0146-3libudev shared library
ii  libvorbis0a 1.2.3-2  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.2.3-2  The Vorbis General Audio Compressi
ii  libwrap07.6.q-18 Wietse Venema's TCP wrappers libra
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  lsb-base3.2-23   Linux Standard Base 3.2 init scrip

Versions of packages pulseaudio recommends:
ii  gstreamer0.10-pulseaudio  0.10.16-2  GStreamer plugin for PulseAudio
ii  libasound2-plugins1.0.21-1   ALSA library additional plugins
ii  pulseaudio-esound-compat  0.9.18-1   PulseAudio ESD compatibility layer
ii  pulseaudio-module-x11 0.9.18-1   X11 module for PulseAudio sound se

Versions of packages pulseaudio suggests:
ii  paman 0.9.4-1PulseAudio Manager
ii  paprefs   0.9.8-1PulseAudio Preferences
ii  pavucontrol   0.9.9-1PulseAudio Volume Control
ii  pavumeter 0.9.3-1PulseAudio Volume Meter
ii  pulseaudio-utils  0.9.18-1   Command line tools for the PulseAu

-- no debconf information



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



Bug#484228: grub-pc: root partition fail to mount by uuid

2008-06-03 Thread Remi Vanicat
Package: grub-pc
Version: 1.96+20080601-1
Severity: critical
Justification: breaks the whole system

After recent upgrade, grub-pc use UUID to find the root partition, but
on my lvm instalation, /dev/disk/by-uuid/${UUID} doesn't exists, and
the boot failed. Enabling GRUB_DISABLE_LINUX_UUID solve the problem,
but it stay unseen before the first reboot. grub-pc should at least
warn on upgrade that this should be looked at, or default to
GRUB_DISABLE_LINUX_UUID=true or update-grub should check that
/dev/disk/by-uuid/${UUID} does exists.




-- Package-specific info:

*** BEGIN /proc/mounts
/dev/mapper/maison-root / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/maison-root /dev/.static/dev ext3 rw,errors=remount-ro,data=ordered 
0 0
/dev/hdb1 /var xfs rw,relatime,noquota 0 0
/dev/hda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/mapper/maison-home /home ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/mapper/maison-tmp /tmp ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/mapper/maison-usr /usr ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/hdb1 /home/moi/Video xfs rw,relatime,noquota 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/hda
(hd1)   /dev/hdb
(hd2)   /dev/hdd
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(maison-usr)
search --fs-uuid --set ae4f9539-5526-4296-87ff-70076903a62e
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
set root=(hd0,1)
search --fs-uuid --set 966574cc-3eec-4598-ab36-86511571b271
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
set root=(hd0,1)
search --fs-uuid --set 966574cc-3eec-4598-ab36-86511571b271
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, linux 2.6.25.3-dl {
linux   /vmlinuz-2.6.25.3-dl 
root=UUID=252b92a8-5f20-42a7-9d14-f8bcddf8d6fc ro
initrd  /initrd.img-2.6.25.3-dl
}
menuentry Debian GNU/Linux, linux 2.6.25.3-dl (single-user mode) {
linux   /vmlinuz-2.6.25.3-dl 
root=UUID=252b92a8-5f20-42a7-9d14-f8bcddf8d6fc ro single
initrd  /initrd.img-2.6.25.3-dl
}
menuentry Debian GNU/Linux, linux 2.6.22-3-k7 {
linux   /vmlinuz-2.6.22-3-k7 
root=UUID=252b92a8-5f20-42a7-9d14-f8bcddf8d6fc ro
initrd  /initrd.img-2.6.22-3-k7
}
menuentry Debian GNU/Linux, linux 2.6.22-3-k7 (single-user mode) {
linux   /vmlinuz-2.6.22-3-k7 
root=UUID=252b92a8-5f20-42a7-9d14-f8bcddf8d6fc ro single
initrd  /initrd.img-2.6.22-3-k7
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.3-dl (PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  cdebconf [debconf-2.0]   0.131   Debian Configuration Management Sy
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  grub-common  1.96+20080601-1 GRand Unified Bootloader, version
ii  libc62.7-11  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.6+20080531-1  Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
* grub-pc/linux_cmdline:
* grub-pc/chainload_from_menu.lst: false



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



Bug#479388: inn2 segfault

2008-05-04 Thread Remi Vanicat
Package: inn2
Version: 2.4.4-1+b1
Severity: normal

When starting inn2 on my computer, it simply segfault:
May  4 12:59:30 maison kernel: innd[7947]: segfault at  eip 
b7d6ae9b esp bf8e6470 error 4


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages inn2 depends on:
ii  cdebconf [debconf-2.0]0.130  Debian Configuration Management Sy
ii  cron  3.0pl1-104 management of regular background p
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  exim4 4.69-5 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.69-5+b1  lightweight Exim MTA (v4) daemon
ii  inn2-inews2.4.4-1+b1 NNTP client news injector, from In
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libdb4.6  4.6.21-8   Berkeley v4.6 Database Libraries [
ii  libpam0g  0.99.7.1-6 Pluggable Authentication Modules l
ii  libperl5.10   5.10.0-9   Shared Perl library
ii  libssl0.9.8   0.9.8g-8   SSL shared libraries
ii  perl  5.10.0-9   Larry Wall's Practical Extraction
ii  perl-base [perlapi-5.10.0]5.10.0-9   The Pathologically Eclectic Rubbis
ii  procps1:3.2.7-8  /proc file system utilities
ii  time  1.7-21 The GNU time program for measuring

inn2 recommends no packages.

-- debconf information:
  inn2/preinst-upgrade1: false
  inn2/postinst-cannot-start:
  inn2/preinst-upgrade-largefiles: false



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



Bug#465462: [Pkg-tcltk-devel] Bug#465462: /usr/bin/wish8.5: segfault for wish

2008-02-14 Thread Remi Vanicat
2008/2/12, Sergei Golovan [EMAIL PROTECTED]:
 On 2/12/08, Rémi Vanicat [EMAIL PROTECTED] wrote:
  
   I have several segfault with wish on my amd64 box:

  I can't reproduce segfaults (neither in etch box nor in sid chroot).
  Could you rebuild tcl8.5 and tk8.5 with debug symbols enabled
  (DEB_BUILD_OPTIONS=debug,nostrip debuild) or just take them from
  http://sgolovan.nes.ru/debian-tcltk/8.5.1/ and show the backtraces
  again?

with xmaxima:
#0  0x2b10c17f9c4d in GetTkFontAttributes (ftFont=0x0, faPtr=0xaa8b58)
at /home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../unix/tkUnixRFont.c:107
#1  0x2b10c17fa0b6 in InitFont (tkwin=0xab1240, pattern=0xacaa90,
fontPtr=0xaa8b20)
at /home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../unix/tkUnixRFont.c:241
#2  0x2b10c17fa450 in TkpGetFontFromAttributes (tkFontPtr=0x0,
tkwin=0xab1240, faPtr=0x7fffe95f1500)
at /home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../unix/tkUnixRFont.c:369
#3  0x2b10c171a355 in Tk_AllocFontFromObj (interp=0x60e700,
tkwin=0xab1240, objPtr=0x9de320)
at /home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../generic/tkFont.c:1193
#4  0x2b10c17110d7 in DoObjConfig (interp=0x60e700,
recordPtr=0xac6ea0 0�, optionPtr=0xaba380, valuePtr=0x9de320,
tkwin=0xab1240, savedOptionPtr=0x0) at
/home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../generic/tkConfig.c:773
#5  0x2b10c1711ca2 in Tk_SetOptions (interp=0x60e700,
recordPtr=0xac6ea0 0�, optionTable=0xaba270, objc=4,
objv=0x61d4c8, tkwin=0xab1240, savePtr=0x0, maskPtr=0x0)
at /home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../generic/tkConfig.c:1330
#6  0x2b10c17c7e2a in TkTextTagCmd (textPtr=0xab3a50,
interp=0x60e700, objc=8, objv=0x61d4a8)
at /home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../generic/tkTextTag.c:356
#7  0x2b10c17a7d63 in TextWidgetObjCmd (clientData=0xab3a50,
interp=0x60e700, objc=8, objv=0x61d4a8)
at /home/sergei/debian/tcl-2/tk8.5-8.5.1/unix/../generic/tkText.c:1487
#8  0x2b10c1a963a5 in TclEvalObjvInternal (interp=0x60e700,
objc=8, objv=0x61d4a8,
command=0x Address 0x out of
bounds, length=-1, flags=0)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclBasic.c:3647
#9  0x2b10c1af8295 in TclExecuteByteCode (interp=0x60e700, codePtr=0xa8c540)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclExecute.c:2255
#10 0x2b10c1b511a0 in TclObjInterpProcCore (interp=0x60e700,
procNameObj=0x9dee30, skip=1,
errorProc=0x2b10c1b518ae MakeProcError) at
/home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclProc.c:1721
#11 0x2b10c1b5109a in TclObjInterpProc (clientData=0x9ba280,
interp=0x60e700, objc=2, objv=0x61d2f8)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclProc.c:1615
#12 0x2b10c1a963a5 in TclEvalObjvInternal (interp=0x60e700,
objc=2, objv=0x61d2f8,
command=0x Address 0x out of
bounds, length=-1, flags=0)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclBasic.c:3647
#13 0x2b10c1af8295 in TclExecuteByteCode (interp=0x60e700, codePtr=0xa34140)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclExecute.c:2255
#14 0x2b10c1b511a0 in TclObjInterpProcCore (interp=0x60e700,
procNameObj=0x9daa50, skip=1,
errorProc=0x2b10c1b518ae MakeProcError) at
/home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclProc.c:1721
#15 0x2b10c1b5109a in TclObjInterpProc (clientData=0x94cbe0,
interp=0x60e700, objc=4, objv=0x61cfc0)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclProc.c:1615
#16 0x2b10c1a963a5 in TclEvalObjvInternal (interp=0x60e700,
objc=4, objv=0x61cfc0,
command=0x Address 0x out of
bounds, length=-1, flags=0)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclBasic.c:3647
#17 0x2b10c1af8295 in TclExecuteByteCode (interp=0x60e700, codePtr=0xa27410)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclExecute.c:2255
#18 0x2b10c1b511a0 in TclObjInterpProcCore (interp=0x60e700,
procNameObj=0x9d9eb0, skip=1,
errorProc=0x2b10c1b518ae MakeProcError) at
/home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclProc.c:1721
#19 0x2b10c1b5109a in TclObjInterpProc (clientData=0x9ca9c0,
interp=0x60e700, objc=3, objv=0x61ccd0)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclProc.c:1615
#20 0x2b10c1a963a5 in TclEvalObjvInternal (interp=0x60e700,
objc=3, objv=0x61ccd0,
command=0x9ce350 MAXGui:install gui .maxima, length=26, flags=0)
at /home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclBasic.c:3647
#21 0x2b10c1a97675 in TclEvalEx (interp=0x60e700, script=0x9ce350
MAXGui:install gui .maxima, numBytes=26,
flags=262144, line=1) at
/home/sergei/debian/tcl-2/tcl8.5-8.5.1/unix/../generic/tclBasic.c:4294
#22 0x2b10c1a96bee in Tcl_EvalEx (interp=0x60e700, script=0x9ce350
MAXGui:install gui .maxima, numBytes=26,
flags=262144) at

Bug#452469: gnome: hang for some time at startup

2008-01-04 Thread Remi Vanicat
2008/1/4, Josselin Mouette [EMAIL PROTECTED]:

 If you really want to see this fixed in GTK+, gnome-panel and nautilus,
 you should discuss it with upstream developers, because the complexity
 of the task is completely out of the scope of Debian packaging. Is it OK
 to close the bug?

No problem.



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



Bug#455349: SIGSEGV when upgrading with a long running aptitude

2007-12-11 Thread Remi Vanicat
2007/12/9, Daniel Burrows [EMAIL PROTECTED]:
   Is this reproducible in the head branch of aptitude?  (in particular,
 in revision 177cbd3d4b59)

It seem that it is corrected.



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



Bug#452469: gnome: hang for some time at startup

2007-11-29 Thread Remi Vanicat
There is the tall of a hanging gnome.

A long time ago, an automount was available, whose name was
/net/maison. As content of this automonted directory was useful two
thing happen:
- .gtk-bookmarks contain file:///net/maison/mp3/newmp3
- .nautilus/metafiles/ contain several filed named
file:%2F%2F%2Fnet%2Fmaison.xml containing metainformation about file
that were in it.

Then, I chose to change my automount, using something that
automatically try to mount say the home share of the foo host if one
try to access to /net/foo/home. And as maison was not the dns name of
the host where the useful directory was I began to acess it under a
different name, *and* the old path failed silently, with no timeout
(maison did not resolv to anything)

Then, my ISP change the configuration of dhcp generated resolv.conf adding a
search neuf.fr
part to it, and maison.neuf.fr does resolv to a machine that drop
sunrpc conexion, so when someone try to acces to
/net/maison/mp3/newmp3 for example, there is a timeout before failure.

So I've solved my problem, but still it seem that gnome-panel and
nautilus are doing some synchron file check that could make them hang.



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



Bug#452469: gnome: hang for some time at startup

2007-11-26 Thread Remi Vanicat
2007/11/26, Josselin Mouette [EMAIL PROTECTED]:
 reassign 452469 gnome-session
 thanks

 Le vendredi 23 novembre 2007 à 18:04 +0100, Remi Vanicat a écrit :
   There can be two reasons for this kind of issues:
1. There is something misconfigured in the network settings (e.g.
   the loopback interface or the DNS server), which is causing
   timeouts.
 
  mm, telnet localhost smtp work as excpected, so the loopback interface
  seem to work.
  I've just test it: the session launch work as excpected if the network
  cable is unplug. So the problem is probably there


Furher investigation show that for absence of hang time, the cable
must be unplug, and it must be the first time I logon scince last
reboot. If network has been plug and unplug, opening a new session
might lead to some waiting.

Note also that from time to time, nautilus hang for some time as it
was on logging.

 Yes, it would be interesting to see the network configuration
 (ifconfig), the DNS configuration (/etc/resolv.conf) and the route
 configuration (route -n) when the cable is plugged.

When cable is plugged :

$ route
Table de routage IP du noyau
Destination Passerelle  Genmask Indic Metric RefUse Iface
192.168.2.0 *   255.255.255.0   U 0  00 eth0
default 192.168.2.1 0.0.0.0 UG0  00 eth0
$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.1.1
search neuf.fr
$ ifconfig
ath0  Lien encap:Ethernet  HWaddr 00:16:CF:AF:70:16
  adr inet6: fe80::216:cfff:feaf:7016/64 Scope:Lien
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:0
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0  Lien encap:Ethernet  HWaddr 00:16:D4:60:2A:7C
  inet adr:192.168.2.100  Bcast:192.168.2.255  Masque:255.255.255.0
  adr inet6: fe80::216:d4ff:fe60:2a7c/64 Scope:Lien
  UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
  RX packets:261002 errors:0 dropped:0 overruns:0 frame:0
  TX packets:151904 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:1000
  RX bytes:109420129 (104.3 MiB)  TX bytes:14079942 (13.4 MiB)
  Interruption:21 Adresse de base:0xa000

loLien encap:Boucle locale
  inet adr:127.0.0.1  Masque:255.0.0.0
  adr inet6: ::1/128 Scope:Hôte
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:5795 errors:0 dropped:0 overruns:0 frame:0
  TX packets:5795 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:0
  RX bytes:1847248 (1.7 MiB)  TX bytes:1847248 (1.7 MiB)

wifi0 Lien encap:UNSPEC  HWaddr
00-16-CF-AF-70-16-00-00-00-00-00-00-00-00-00-00
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:588605 errors:0 dropped:0 overruns:0 frame:1979901
  TX packets:857 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:199
  RX bytes:60143199 (57.3 MiB)  TX bytes:39422 (38.4 KiB)
  Interruption:22


 Another thought: do you have network-manager installed?

Yes, but it is supposed to be the only thing that manage my network.
I also use nfs on this computer (as a client, obviously when the
network cable s plugged)




Bug#452469: gnome: hang for some time at startup

2007-11-23 Thread Remi Vanicat
2007/11/23, Josselin Mouette [EMAIL PROTECTED]:
 Hi,

  It doesn't seem to use any cputime.
  I don't know which part of gnome is responsible of this, and my try to
  debug it lead to nowhere (more precisely when I tried to attach gdb to
  a hanging part of gnome, it seem to bring it back to life, but I'm not
  sure, as I must switch back and forth from console to try it)

 There can be two reasons for this kind of issues:
  1. There is something misconfigured in the network settings (e.g.
 the loopback interface or the DNS server), which is causing
 timeouts.

mm, telnet localhost smtp work as excpected, so the loopback interface
seem to work.
I've just test it: the session launch work as excpected if the network
cable is unplug. So the problem is probably there


  2. A faulty application is started but doesn't register correctly
 to the session manager - or it fails to start.

 Can you please attach your ~/.gnome2/session file, and list
I've no ~/.gnome2/session file

 the /usr/share/gnome/autostart
gnome-at-session.desktop  gnome-power-manager.desktop
gnome-volume-manager.desktop  gsynaptics-init.desktop

, /usr/share/autostart and
$ ls /usr/share/autostart
ls: /usr/share/autostart: No such file or directory

 ~/.local/autostart directories?

$ ls ~/.local/autostart
ls: /home/moi/.local/autostart: No such file or directory



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



Bug#451167: etckeeper: could we edit the commit message before committing

2007-11-14 Thread Remi Vanicat
I forgot a then in one of my previous patch, so here is a corrected version.
From 128966da603326c7f9ae8444a45136b3ca19ed76 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?R=C3=A9mi=20Vanicat?= [EMAIL PROTECTED]
Date: Tue, 13 Nov 2007 20:08:32 +0100
Subject: [PATCH] Render option to git commit configurable

When etckeeper commit something it use a default message that can be
configured, but not easily edited on a case by case basis.

To make this possible, and to give other way to customize commit, I
add a configuration file that contain for now only one option:
GIT_COMMIT_OPTION that can contain option given to git commit when run
by etckeeper
---
 Makefile|1 +
 etckeeper   |8 
 etckeeper.conf  |5 +
 post-apt.d/50git-commit |2 +-
 pre-apt.d/50uncommitted-changes |2 +-
 5 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 etckeeper.conf

diff --git a/Makefile b/Makefile
index 30a60b8..17b49b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
 install:
 	mkdir -p $(PREFIX)/etc/etckeeper/
 	cp -a *.d $(PREFIX)/etc/etckeeper/
+	cp etckeeper.conf $(PREFIX)/etc/etckeeper/
 	install -D etckeeper $(PREFIX)/usr/bin/etckeeper
 	install -m 0644 -D apt.conf $(PREFIX)/etc/apt/apt.conf.d/05etckeeper
 	install -m 0644 -D etckeeper.1 $(PREFIX)/usr/share/man/man1/etckeeper.1
diff --git a/etckeeper b/etckeeper
index 363f706..a9cf577 100755
--- a/etckeeper
+++ b/etckeeper
@@ -1,6 +1,14 @@
 #!/bin/sh
 set -e
 
+if [ -e /etc/etckeeper/etckeeper.conf ]; then
+	. /etc/etckeeper/etckeeper.conf
+fi
+
+if [ ! -z $GIT_COMMIT_OPTION ]; then
+	export GIT_COMMIT_OPTION
+fi
+
 if [ -z $1 ]; then
 	echo usage: etckeeper command [directory] 2
 	exit 1
diff --git a/etckeeper.conf b/etckeeper.conf
new file mode 100644
index 000..6941e10
--- /dev/null
+++ b/etckeeper.conf
@@ -0,0 +1,5 @@
+# GIT_COMMIT_OPTION : option given to git commit when run by etckeeper 
+# you could for exemple use GIT_COMMIT_OPTION=-e if you want to edit
+# all commit message before commiting
+
+# GIT_COMMIT_OPTION=
diff --git a/post-apt.d/50git-commit b/post-apt.d/50git-commit
index 6eb3434..fe5eb95 100755
--- a/post-apt.d/50git-commit
+++ b/post-apt.d/50git-commit
@@ -8,5 +8,5 @@ if [ -d .git ]; then
 	message=committing changes after apt run
 
 	# ignore exit code since it exits nonzero if there is nothing to do
-	git commit -m $message || true
+	git commit $GIT_COMMIT_OPTION -m $message || true
 fi
diff --git a/pre-apt.d/50uncommitted-changes b/pre-apt.d/50uncommitted-changes
index dd8db13..eb3a64d 100755
--- a/pre-apt.d/50uncommitted-changes
+++ b/pre-apt.d/50uncommitted-changes
@@ -12,7 +12,7 @@ if [ -d .git ]  ! LANG=C git-status 21 | grep -q working directory clean;
 	db_get etckeeper/unclean
 	if [ $RET = true ]; then
 		git add .
-		if ! git commit -m saving uncommitted changes in /etc prior to apt run; then
+		if ! git commit $GIT_COMMIT_OPTION -m saving uncommitted changes in /etc prior to apt run; then
 			db_input critical etckeeper/commit_failed || true
 			db_go || true
 			db_reset etckeeper/commit_failed || true
-- 
1.5.3.5



Bug#447700: realtimebattle: FTBFS on powerpc

2007-11-05 Thread Remi Vanicat
tag 447700 + help
thanks

I can not reproduce the FTBS on my computer. Even more, the package
seem to compile as is on powerpc with etch, and due to
https://rt.debian.org/Ticket/Display.html?id=216 I cannot try it on
brukner. As the C++ code that failed seem genuine, I don't know how to
solve this.



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



Bug#447648: deluge-torrent can destroy file in directories created when dowloading.

2007-10-22 Thread Remi Vanicat
Package: deluge-torrent
Version: 0.5.5-2
Severity: critical
Justification: causes serious data loss

Do the following :
- donwload a torrent that contain a directorie
- go in this directorie, and create there anyother file
- ask to deluge-torrent for suppression of said torrent, and ask for 
  suppression of the downloaded files

deluge-torrent will then destroy the directorie and all that is
inside, including the file that it did not create.

This is the case also for file that deluge create as part of another
torrent. 

(not sure if this is grave or critical).

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages deluge-torrent depends on:
ii  libboost-date-time1.34. 1.34.1-2 set of date-time libraries based o
ii  libboost-filesystem1.34 1.34.1-2 filesystem operations (portable pa
ii  libboost-thread1.34.1   1.34.1-2 portable C++ multi-threading
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.2-3GCC support library
ii  libssl0.9.8 0.9.8f-1 SSL shared libraries
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  notification-daemon 0.3.7-1+b1   a daemon that displays passive pop
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-dbus 0.82.3-1 simple interprocess messaging syst
ii  python-glade2   2.12.0-1 GTK+ bindings: Glade support
ii  python-gtk2 2.12.0-1 Python bindings for the GTK+ widge
ii  python-notify   0.1.1-1  Python bindings for libnotify
ii  python-support  0.7.4automated rebuilding support for p
ii  python-xdg  0.15-1.1 A python library to access freedes
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

deluge-torrent recommends no packages.

-- no debconf information



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



Bug#445635: azureus and libcommons-cli-java 1.0-9

2007-10-07 Thread Remi Vanicat
Package: azureus
Followup-For: Bug #445635

I can confirm that the problem come from libcommons-cli-java 1.0-9:
reinstalling the 1.0-8 version fix it.



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



Bug#441374: after upgrade, pidgin fail to run with a buserror

2007-09-09 Thread Remi Vanicat
Hello again,

I've done some test, and found a fix and the culprit:
If I recompile pidgin locally, everything work as expected, and more
precisely, if I use the locally compiled libpurple0, and everything
else from the debian archive, it work as expected.

So may be you should ask release-team to schedule a binNMU for it. (or
I can do it if you want).



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



Bug#429443: mismatch between man and actual git-svn on --prefix

2007-06-18 Thread Remi Vanicat

2007/6/18, Gerrit Pape [EMAIL PROTECTED]:


Hi, i can confirm this.  But I'm not sure what config actually should be
created when setting a prefix.

Without prefix you get (remotes/)
 trunk
 branch0
 branch1
 tags/tag0
 tags/tag1

What do you expect with prefix=mutagen (without trailing slash)?  E.g.
 mutagentrunk
 mutagenbranches/branch0
 mtuagenbranches/branch1
 mutagentags/tag0
or
 mutagentrunk
 mutagen/branch0
 mutagen/branch1
 mutagentags/tag0

Regards, Gerrit.



to say the true, I had misread the git-svn manual. So what I rely
wanted as nothing to do with the --prefix option, and I believe that
the best option here is to correct the manual by asserting there that
the trailing / is mandatory.


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



Bug#417885: git complain that some files are Untracked, when they are tracked

2007-06-07 Thread Remi Vanicat

2007/6/7, Gerrit Pape [EMAIL PROTECTED]:


I failed to reproduce this from your description.  Can you please check
whether you still have the problem with the most recent version git-core
1:1.5.2.1-1,


I still have the branch there, and now git tell me that :

CONFLICT (file/directory): There is a directory with name doc/api in
98b8697... Protegeons les link_to en provenance de la bdd,. Added
doc/api as doc/api~HEAD

(and this is true). Still the 98b86 commit does not contain any
modification to file in the directory.

how to reproduce :
create a repos with a link in it, then in a branch, remove the link,
and add a directory in place of the link (same name).

Then try to cherry pick a commit from a branch where there is the
directory into a branch where there is the link : it failed even if
the modification ave nothing to do with said link/directory.

a git repos can be found there : http://remi.vanicat.free.fr/test/

Thanks for your time


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



Bug#427673: manpages-fr-extra: incorrect translation of fixed-width integer in the bash manual page

2007-06-05 Thread Remi Vanicat
Package: manpages-fr-extra
Version: 20070512
Severity: normal

La version anglaise de la page de manuel de bash, dans la section
« ARITHMETIC EVALUATION » la phrase « Evaluation is done in
fixed-width integers with no check for overflow » est traduite par la
phrase : « L’évaluation est effectuée en utilisant des entiers longs,
sans vérification du débordement.»

la traduction de « fixed-width integers » par « entiers longs » est une grave
erreur de sens, une traduction correct serait « entiers de longueurs fixe »

(quick and dirty english version: the translation of fixed-width
integers by entiers longs in the bash manual is incorect. A better
ranslation could be entiers de longueurs fixe, where I don't know
when to put an s or not)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

manpages-fr-extra depends on no packages.

Versions of packages manpages-fr-extra recommends:
ii  manpages-fr   2.45.1-1   French version of the manual pages

-- no debconf information

-- 
Rémi Vanicat



Bug#427349: gnucash: wrongly interpret the . of the numeric keypads when using fr_FR.UTF-8 locale

2007-06-04 Thread Remi Vanicat

Version: 2.0.5-1

2007/6/4, Thomas Bushnell BSG [EMAIL PROTECTED]:

On Sun, 2007-06-03 at 14:55 +0200, Remi Vanicat wrote:
 Package: gnucash
 Version: 2.0.5-1
 Severity: wishlist

 When using the fr_FR.UTF-8 locale, the . key of the numeric keypad
 is not interpreted as the separator between integer and decimal part
 of the number one is typing. Please, always interpret this key as this
 separator, whatever the local is even in locale where such a
 separator is ,.

I think this would be incorrect behavior.  The . should be interpreted
as ., and if you want it to be ,, then you should set the keyboard
to send that keycode.  Why would this not be better?




I believed that, as every other keypad key, the . of the keypad
generate a different keysim than the similar key of the main keyboard.
Well, 0 on the keypad is KP_0, when 0 on the main keyboard is 0. But
. both on the main keyboard and keypad generate a period keysim,
when I believed that the . of the keypad generate a KP_Decimal
keysim.

I should have check before making this bug report, and have no idea
why my keyboard act this way.


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



Bug#427349: gnucash: wrongly interpret the . of the numeric keypads when using fr_FR.UTF-8 locale

2007-06-03 Thread Remi Vanicat
Package: gnucash
Version: 2.0.5-1
Severity: wishlist

When using the fr_FR.UTF-8 locale, the . key of the numeric keypad
is not interpreted as the separator between integer and decimal part
of the number one is typing. Please, always interpret this key as this
separator, whatever the local is even in locale where such a
separator is ,. 

Thanks

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnucash depends on:
ii  g-wrap1.9.6-3.1  scripting interface generator for 
ii  gconf22.18.0.1-3 GNOME configuration database syste
ii  gnucash-common2.0.5-1A personal finance tracking progra
ii  guile-1.6-libs1.6.8-6Main Guile libraries
ii  guile-1.6-slib1.6.8-6Guile SLIB support
ii  guile-g-wrap  1.9.6-3.1  scripting interface generator for 
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.19-2   Avahi client library
ii  libavahi-common3  0.6.19-2   Avahi common library
ii  libavahi-glib10.6.19-2   Avahi glib integration library
ii  libbonobo2-0  2.18.0-2   Bonobo CORBA interfaces library
ii  libbonoboui2-02.18.0-5   The Bonobo UI library
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl  0.51-5 Support for https protocol in LWP
ii  libdate-manip-perl5.44-5 a perl library for manipulating da
ii  libdbus-1-3   1.0.2-5simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libffi4   4.2-20070528-1 Foreign Function Interface library
ii  libfinance-quote-perl 1.13-1 Perl module for retrieving stock q
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libgcrypt11   1.2.4-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgnome-keyring0 0.8.1-2GNOME keyring services library
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.18.0-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.18.0-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.18.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.18.1-2 GNOME Virtual File System (runtime
ii  libgnutls13   1.6.3-1the GNU TLS library - runtime libr
ii  libgoffice-1-20.2.1-4Document centric objects library -
ii  libgpg-error0 1.4-2  library for common error values an
ii  libgsf-1-114  1.14.3-1   Structured File Library - runtime 
ii  libgsf-gnome-1-1141.14.3-1   Structured File Library - runtime 
ii  libgtk2.0-0   2.10.12-2  The GTK+ graphical user interface 
ii  libgtkhtml3.8-15  3.12.3-2   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.8-6Guile's patched version of libtool
ii  libgwrap-runtime0 1.9.6-3.1  scripting interface generator for 
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe
ii  libofx3   1:0.8.2-3+b2   library to support Open Financial 
ii  liborbit2 1:2.14.7-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libqthreads-121.6.8-6QuickThreads library for Guile
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libtasn1-30.3.9-1Manage ASN.1 structures (runtime)
ii  

Bug#425206: could you support emacs22 with mailcrypt ?

2007-05-20 Thread Remi Vanicat
Package: mailcrypt
Version: 3.5.8+CVS.2005.04.29.1-10
Severity: wishlist

Recently, emacs22 have been added to sid. Could you make mailcrypt
available for it please ? thanks.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mailcrypt depends on:
ii  cdebconf [debconf-2.0]0.115  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  emacs21-nox [emacs21] 21.4a+1-5  The GNU Emacs editor (without X su
ii  gnupg 1.4.6-2GNU privacy guard - a free PGP rep
ii  make  3.81-3 The GNU version of the make util

mailcrypt recommends no packages.

-- debconf information excluded


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



Bug#424773: nxml-mode is not instalable with the new emacs-22 experimental package

2007-05-17 Thread Remi Vanicat
Package: nxml-mode
Version: 20041004-6
Severity: normal

Experimental does now contain an emacs22 package, but nxml-mode cannot
be installed when the only emacsen is emacs 22 because of
dependency. Could you add the dependency for nxml to work with
emacs22?

Thanks

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nxml-mode depends on:
ii  emacs-snapshot-gtk [emacs-s 1:20070302-1 The GNU Emacs editor (with GTK+ 2.
ii  emacsen-common  1.4.17   Common facilities for all emacsen

nxml-mode recommends no packages.

-- no debconf information


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



Bug#423486: tulip segfault when adding a node

2007-05-12 Thread Remi Vanicat
Package: tulip
Version: 2.0.6-4
Severity: normal

tulip segfault after the following operation :
- open tulip
- create a new graph (by File - New)
- select a property in local
- add a node with the Add node tool - here is the segfault.

follow the backtrace:
#0  0x2abb6545bd77 in Q3GVector::remove () from /usr/lib/libQt3Support.so.4
#1  0x2abb654bf811 in Q3Table::clearCell () from /usr/lib/libQt3Support.so.4
#2  0x2abb654c0c39 in Q3Table::setItem () from /usr/lib/libQt3Support.so.4
#3  0x2abb654caf1f in Q3Table::setText () from /usr/lib/libQt3Support.so.4
#4  0x2abb63cf72f4 in TulipPropertyTable::updateNodes ()
   from /usr/lib/libtulip-qt4-2.0.so.0
#5  0x2abb63cf788c in TulipPropertyTable::update () from /usr/lib/libtulip-q
t4-2.0.so.0
#6  0x00419629 in ?? ()
#7  0x2abb644397d5 in Observable::notifyObservers () from /usr/lib/libtulip-
2.0.so.0
#8  0x2abb63d2af25 in MouseAddNode::mPressEvent () from /usr/lib/libtulip-qt
4-2.0.so.0
#9  0x2abb63cf5dc3 in GlGraphWidget::mousePressEvent () from /usr/lib/libtul
ip-qt4-2.0.so.0
#10 0x2abb6594586a in QWidget::event () from /usr/lib/libQtGui.so.4
#11 0x2abb63cf65e5 in GlGraphWidget::event () from /usr/lib/libtulip-qt4-2.0
.so.0
#12 0x2abb659014bb in QApplicationPrivate::notify_helper () from /usr/lib/li
bQtGui.so.4
#13 0x2abb65903d71 in QApplication::notify () from /usr/lib/libQtGui.so.4
#14 0x2abb65954b11 in ?? () from /usr/lib/libQtGui.so.4
#15 0x2abb659539ff in QApplication::x11ProcessEvent () from /usr/lib/libQtGu
i.so.4
#16 0x2abb65975703 in ?? () from /usr/lib/libQtGui.so.4
#17 0x2abb684a36d4 in g_main_context_dispatch () from /usr/lib/libglib-2.0.s
o.0
#18 0x2abb684a650d in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x2abb684a6a3e in g_main_context_iteration () from /usr/lib/libglib-2.0.
so.0
#20 0x2abb651fffa0 in QEventDispatcherGlib::processEvents () from /usr/lib/l
ibQtCore.so.4
#21 0x2abb6597551f in ?? () from /usr/lib/libQtGui.so.4
#22 0x2abb651de938 in QEventLoop::processEvents () from /usr/lib/libQtCore.s
o.4
#23 0x2abb651dea49 in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#24 0x2abb651e0bde in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#25 0x0046f3b4 in ?? ()
#26 0x2abb66ad18e4 in __libc_start_main () from /lib/libc.so.6
#27 0x0041734a in ?? ()
#28 0x7fff46e0d528 in ?? ()
#29 0x in ?? ()


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'stable'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tulip depends on:
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.2-6  GCC support library
ii  libgl1-mesa-glx [libgl1]  6.5.2-4A free implementation of the OpenG
ii  libgle3   3.1.0-5.3  OpenGL tubing and extrusion librar
ii  libglu1-mesa [libglu1]6.5.2-4The OpenGL utility library (GLU)
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt4-core   4.2.3-1+b1 Qt 4 core non-GUI functionality ru
ii  libqt4-gui4.2.3-1+b1 Qt 4 core GUI functionality runtim
ii  libqt4-qt3support 4.2.3-1+b1 Qt 3 compatibility library for Qt 
ii  libstdc++64.1.2-6The GNU Standard C++ Library v3
ii  libtulip-2.0c2a   2.0.6-4Tulip graph library - core runtime
ii  libtulip-ogl-2.0c2a   2.0.6-4Tulip graph library - OpenGL runti
ii  libtulip-qt4-2.0c2a   2.0.6-4Tulip graph library - Qt/OpenGL GU
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  ttf-bitstream-vera1.10-7 The Bitstream Vera family of free 
ii  zlib1g1:1.2.3-13 compression library - runtime

tulip recommends no packages.

-- no debconf information

-- 
Rémi Vanicat



Bug#421466: libsane: the scanner of the combined Espon Stylus DX3850 is not autodetect anymore

2007-04-29 Thread Remi Vanicat
Package: libsane
Version: 1.0.19~cvs20070421-1
Severity: normal

Until recently, xsane autodetect my Epson Stylus DX3850, but it is not
the case anymore since recently :
$ sane-find-scanner 
found USB scanner (UNKNOWN vendor and product) at device /dev/usb/scanner
found USB scanner (vendor=0x04b8 [EPSON], product=0x0818 [USB MFP]) at
libusb:001:005
$ xscanimage 
[xscanimage] No scanners were identified. If you were expecting something
  different, check that the scanner is plugged in, turned on and
  detected by sane-find-scanner (if appropriate). Please read
  the documentation which came with this software (README, FAQ,
  manpages).
when:
$ xscanimage  epson
work as excepted.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsane depends on:
ii  adduser   3.102  Add and remove users and groups
ii  libc6 2.5-4  GNU C Library: Shared libraries
ii  libexif12 0.6.13-5   library to parse EXIF files
ii  libgphoto2-2  2.3.1-3gphoto2 digital camera library
ii  libgphoto2-port0  2.3.1-3gphoto2 digital camera port librar
ii  libieee1284-3 0.2.10-5   cross-platform library for paralle
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library
ii  makedev   2.3.1-83   creates device files in /dev

Versions of packages libsane recommends:
ii  module-init-tools   3.3-pre4-2   tools for managing Linux kernel mo
ii  sane-utils  1.0.19~cvs20070421-1 API library for scanners -- utilit
ii  udev0.105-4  /dev/ and hotplug management daemo

-- no debconf information


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



Bug#410372: suck failed to read per-host configuration when there is a number in the name

2007-02-10 Thread Remi Vanicat
Package: suck
Version: 4.3.2-5
Severity: normal

When a the name of the server one whant to read news from server whose
name contain a number (say news.example1.com), get-news fail to read
its config file: the regexp /^([a-z\-\_\.]+)\:\s+(.*)$/ at line 50
will not match the 
news.example1.com_userid: foo
line. Using /^([a-z0-9\-\_\.]+)\:\s+(.*)$/ seem to work.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages suck depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries

Versions of packages suck recommends:
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#405361: aspell-fr: aspell don't start with -l fr switch

2007-01-04 Thread Remi Vanicat

2007/1/2, RÃ(c)mi Perrot [EMAIL PROTECTED]:

Package: aspell-fr
Version: 0.50-3-6
Severity: grave
Justification: renders package unusable


When I start aspell with the command :
aspell -l FR -c postponed


Does it do it with every file you tested, or only this one? In the
latter case, could you send this file to me? I can't reproduce your
bug here.



Bug#403661: torrentflux: fails to install with error code 10

2006-12-19 Thread Remi Vanicat

2006/12/19, Cameron Dale [EMAIL PROTECTED]:

On 12/18/06, Remi Vanicat [EMAIL PROTECTED] wrote:
 $ DEBCONF_DEBUG=developer dpkg --configure --pending
 Setting up torrentflux (2.1-7) ...
 debconf (developer): frontend started
 debconf (developer): frontend running, package name is torrentflux
 debconf (developer): starting /var/lib/dpkg/info/torrentflux.config configure
 debconf (developer): -- CAPB backup
 debconf (developer): -- 0 multiselect escape backup
 debconf (developer): -- REGISTER dbconfig-common/database-type 
torrentflux/database-type
 debconf (developer): -- 10 No such template, dbconfig-common/database-type
 dpkg: error processing torrentflux (--configure):
  subprocess post-installation script returned error exit status 10
 Errors were encountered while processing:
  torrentflux

This is looking like a dbconfig-common problem to me, so I'm going to
forward it to their list to see what they say. I'm having trouble
reproducing this though. Could you describe what steps you took to get
this error? Was dbconfig-common installed before installing
torrentflux, or were they both in the same install?


at the first insalation (the one of 2.6) both where installed at the
same time. But dbconfig-common as been installed with no problem, and
I've tried to purge torrentflux and to reinstall it, and it failed.


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



Bug#403661: torrentflux: fails to install with error code 10

2006-12-19 Thread Remi Vanicat

2006/12/19, Micah Anderson [EMAIL PROTECTED]:

I just created a sid chroot and attempted to install torrentflux, I did
not encounter this problem.

I tried a few different failure scenarios (mysql-client not available,
mysql-server not installed, database password incorrect, database server
not running) and they all worked fine.


Note that failure happen before I've been asked the database password,
and mysql-server and mysql-client were installed.

answer to dbconfig question was :
no for keeping admin password
no for using non local database

I've just try to do an aptitude reinstall dbconfig-common and
everything worked as expected.
Now, I'm trying to reproduce the bug on my computer, but it is not
there anymore. I do'nt understand.


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



Bug#403661: torrentflux: fails to install with error code 10

2006-12-19 Thread Remi Vanicat

2006/12/19, Cameron Dale [EMAIL PROTECTED]:

severity 403661 normal
tags 403661 unreproducible
thanks

On 12/19/06, Remi Vanicat [EMAIL PROTECTED] wrote:
 2006/12/19, Micah Anderson [EMAIL PROTECTED]:
  I just created a sid chroot and attempted to install torrentflux, I did
  not encounter this problem.
 
  I tried a few different failure scenarios (mysql-client not available,
  mysql-server not installed, database password incorrect, database server
  not running) and they all worked fine.

 Note that failure happen before I've been asked the database password,
 and mysql-server and mysql-client were installed.

 answer to dbconfig question was :
 no for keeping admin password
 no for using non local database

 I've just try to do an aptitude reinstall dbconfig-common and
 everything worked as expected.
 Now, I'm trying to reproduce the bug on my computer, but it is not
 there anymore. I do'nt understand.

It may be a one-time thing, or something may have happened to
dbconfig-common that is unexpected. Had you just installed it
recently?


Yes, at the same time than torrentflux.


Does it work for other packages?


Well, now that the problem is fixed on my compueter, it work with
other packages (I've just tried with serendipity). I haven't tried
when there was the problem.


I asked on the dbconfig-common mail list, and it seems that I have
used it properly. The dbconfig-common developer did ask if you could
try debconf-show dbconfig-common, and dpkg-reconfigure
dbconfig-common,

debconf-show dbconfig-common
 dbconfig-common/mysql/app-pass: (password omitted)
 dbconfig-common/pgsql/app-pass: (password omitted)
 dbconfig-common/mysql/admin-pass: (password omitted)
 dbconfig-common/password-confirm: (password omitted)
 dbconfig-common/pgsql/admin-pass: (password omitted)
 dbconfig-common/app-password-confirm: (password omitted)
* dbconfig-common/remote-questions-default: false
 dbconfig-common/pgsql/revertconf: false
 dbconfig-common/internal/skip-preseed: false
 dbconfig-common/db/dbname:
 dbconfig-common/pgsql/manualconf:
 dbconfig-common/dbconfig-remove: true
 dbconfig-common/mysql/method: unix socket
 dbconfig-common/upgrade-backup: true
 dbconfig-common/pgsql/authmethod-admin: ident
 dbconfig-common/upgrade-error: abort
 dbconfig-common/purge: false
 dbconfig-common/db/basepath:
 dbconfig-common/install-error: abort
 dbconfig-common/pgsql/no-empty-passwords:
 dbconfig-common/pgsql/admin-user: postgres
 dbconfig-common/dbconfig-install: true
 dbconfig-common/dbconfig-reinstall: false
 dbconfig-common/remote/host:
 dbconfig-common/pgsql/changeconf: false
 dbconfig-common/remote/newhost:
 dbconfig-common/dbconfig-upgrade: true
 dbconfig-common/pgsql/no-user-choose-other-method:
 dbconfig-common/internal/reconfiguring: false
 dbconfig-common/passwords-do-not-match:
 dbconfig-common/remove-error: abort
* dbconfig-common/remember-admin-pass: false
 dbconfig-common/mysql/admin-user: root
 dbconfig-common/pgsql/method: unix socket
 dbconfig-common/pgsql/authmethod-user:
 dbconfig-common/database-type:
 dbconfig-common/db/app-user:
 dbconfig-common/remote/port:



as the former would be informative, the latter might
fix the problem (although I gather it's been fixed already).


Well, yes, reinstalling dbconfig did the trick


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



Bug#403661: torrentflux: fails to install with error code 10

2006-12-18 Thread Remi Vanicat
Package: torrentflux
Version: 2.1-7
Severity: grave
Justification: renders package unusable

When trying to install both version 2.1-6 in the archive and 2.1-7 in
incomming, torrentflux fails to install with error code 10.
When running with debconf debug I've :

$ DEBCONF_DEBUG=developer dpkg --configure --pending
Setting up torrentflux (2.1-7) ...
debconf (developer): frontend started
debconf (developer): frontend running, package name is torrentflux
debconf (developer): starting /var/lib/dpkg/info/torrentflux.config configure
debconf (developer): -- CAPB backup
debconf (developer): -- 0 multiselect escape backup
debconf (developer): -- REGISTER dbconfig-common/database-type 
torrentflux/database-type
debconf (developer): -- 10 No such template, dbconfig-common/database-type
dpkg: error processing torrentflux (--configure):
 subprocess post-installation script returned error exit status 10
Errors were encountered while processing:
 torrentflux



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages torrentflux depends on:
ii  bittornado0.3.17-1   bittorrent client with enhanced cu
ii  dbconfig-common   1.8.29 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.10 Debian configuration management sy
ii  libapache2-mod-php5   5.2.0-7server-side, HTML-embedded scripti
ii  libphp-adodb  4.93a-1The 'adodb' database abstraction l
ii  php5-mysql5.2.0-7MySQL module for php5
ii  python2.4.4-2An interactive high-level object-o

Versions of packages torrentflux recommends:
ii  mysql-client-5.0 [mysql-clien 5.0.30-1   mysql database client binaries

-- no debconf information


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



Bug#398031: epiphany-browser: epiphany crash when trying to print

2006-11-11 Thread Remi Vanicat
Package: epiphany-browser
Version: 2.14.3-3
Severity: normal

When trying to print any page with epiphany, epiphany crash with a
segmentation fault. The printing system used is cups, and I've the
crash with all my printer (the pdfprinter virtual cups printer, and my
epson) but also when trying to generate a postscript. 

Note also that firefox printing do work.

Here is a stack backtrace: 

#0  0xb72bed17 in FcCharSetDestroy () from /usr/lib/libfontconfig.so.1
#1  0xb6c68098 in JSD_DebuggerOnForUser () from /usr/lib/libxul.so.0d
#2  0xb6c65818 in JSD_DebuggerOnForUser () from /usr/lib/libxul.so.0d
#3  0xb647d605 in nsFontCache::Flush () from /usr/lib/libxul.so.0d
#4  0xb647d710 in nsFontCache::~nsFontCache () from /usr/lib/libxul.so.0d
#5  0xb6c63f2d in JSD_DebuggerOnForUser () from /usr/lib/libxul.so.0d
#6  0xb647e2af in DeviceContextImpl::~DeviceContextImpl () from 
/usr/lib/libxul.so.0d
#7  0xb6c63bbb in JSD_DebuggerOnForUser () from /usr/lib/libxul.so.0d
#8  0xb647d86b in DeviceContextImpl::Release () from /usr/lib/libxul.so.0d
#9  0xb6c6342d in JSD_DebuggerOnForUser () from /usr/lib/libxul.so.0d
#10 0xb63f8fb4 in nsCOMPtr_base::~nsCOMPtr_base () from /usr/lib/libxul.so.0d
#11 0xb679bb1d in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#12 0xb6793ef1 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#13 0xb66889c2 in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#14 0xb6792d0b in NS_RegistryGetFactory () from /usr/lib/libxul.so.0d
#15 0xb6440327 in PL_HandleEvent () from /usr/lib/libxul.so.0d
#16 0xb6440639 in PL_ProcessPendingEvents () from /usr/lib/libxul.so.0d
#17 0xb64424be in nsAutoMonitor::NewMonitor () from /usr/lib/libxul.so.0d
#18 0xb6c4b595 in JSD_DebuggerOnForUser () from /usr/lib/libxul.so.0d
#19 0xb6fc7c7f in g_io_channel_unix_get_fd () from /usr/lib/libglib-2.0.so.0
#20 0xb6f9e731 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#21 0xb6fa17a6 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#22 0xb6fa1b67 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#23 0xb7607281 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x080765f8 in main ()


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages epiphany-browser depends on:
ii  dbus   0.94-2simple interprocess messaging syst
ii  gconf2 2.16.0-2  GNOME configuration database syste
ii  gnome-icon-theme   2.14.2-2  GNOME Desktop icon theme
ii  iso-codes  0.58-1ISO language, territory, currency 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.15-1  Avahi client library
ii  libavahi-common3   0.6.15-1  Avahi common library
ii  libavahi-glib1 0.6.15-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-30.94-2simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-19GCC support library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-1  Utility library for loading .deskt
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgnutls131.4.4-2   

Bug#398031: epiphany-browser: epiphany crash when trying to print

2006-11-11 Thread Remi Vanicat

2006/11/11, Josselin Mouette [EMAIL PROTECTED]:

Le samedi 11 novembre 2006 à 11:02 +0100, Remi Vanicat a écrit :
 Package: epiphany-browser
 Version: 2.14.3-3
 Severity: normal

 When trying to print any page with epiphany, epiphany crash with a
 segmentation fault. The printing system used is cups, and I've the
 crash with all my printer (the pdfprinter virtual cups printer, and my
 epson) but also when trying to generate a postscript.

This is a known bug in libxul. A workaround is to enable pango by
setting the /apps/epiphany/web/enable_pango GConf key to true.


thanks, it work.



Bug#387870: scilab: could you not ship the .cvsignore file ?

2006-09-17 Thread Remi Vanicat
Package: scilab
Version: 4.0-3
Severity: wishlist

the scilab, scilab-bin and scilab-doc does contain a lot of .cvsignore
file, that are probably not useful, and make some false positive for
some rootkit detection program (at least chkrootkit).

Note also that some are executable (for example
/usr/lib/scilab-4.0/bin/.cvsignore) making them even more suspicious
even is there content seem genuine.

Here is the list of the offender:

scilab-bin: /usr/lib/scilab-4.0/bin/.cvsignore
scilab-bin: /usr/lib/scilab-4.0/tcl/.cvsignore
scilab-bin: /usr/lib/scilab-4.0/util/.cvsignore
scilab: /usr/lib/scilab-4.0/X11_defaults/.cvsignore
scilab: /usr/lib/scilab-4.0/config/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/algebre/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/arma/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/auto/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/calpol/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/elem/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/gui/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/int/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/m2sci/kernel/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/m2sci/percent/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/m2sci/sci_files/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/metanet/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/mtlb/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/optim/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/percent/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/robust/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/sci2for/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Branching/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Electrical/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Events/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Hydraulics/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Linear/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Misc/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/NonLinear/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Sinks/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Sources/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_blocks/Threshold/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/scicos_new/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/signal/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/sound/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/sparse/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/statistics/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/tdcs/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/texmacs/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/tksci/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/util/.cvsignore
scilab: /usr/lib/scilab-4.0/macros/xdess/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/arma/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/dcd/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/control/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/elementary/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/fileio/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/functions/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/graphics/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/gui/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/identification/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/linear/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/metanet/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/mtlb/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/nonlinear/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/polynomials/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/programming/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/pvm/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/robust/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/scicos/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/signal/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/sound/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/statistics/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/strings/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/tdcs/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/tksci/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/translation/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/eng/utilities/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/arma/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/dcd/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/control/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/elementary/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/fileio/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/functions/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/graphics/.cvsignore
scilab-doc: /usr/lib/scilab-4.0/man/fr/gui/.cvsignore
scilab-doc: 

Bug#386689: rails: please, register the doc to doc-base

2006-09-09 Thread Remi Vanicat
Package: rails
Version: 1.1.6-1
Severity: wishlist
Tags: patch

Could you add the doc-base mojo to add rails documention to doc-base
and such dwww and consort.

I Join a proposal for the doc-base file that should be automagicly
installed by the dh_* script (dh_installdocs), it lake at least the
Author line.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages rails depends on:
ii  libdbi-ruby1.8 0.0.23-3  Database Independent Interface for
ii  liberb-ruby2.0.4+ruby1.8.2-1 Tiny eRuby
ii  libmysql-ruby1.8   2.7.1-1   MySQL module for Ruby 1.8
ii  libpgsql-ruby1.8   0.7.1-9   PostgreSQL extension library for r
ii  libredcloth-ruby1.83.0.4-1   Textile module for Ruby 1.8
ii  rake   0.7.1-1   a ruby build program
ii  rdoc   1.8.2-1   Generate documentation from ruby s
ii  ruby   1.8.2-1   An interpreter of object-oriented 
ii  ruby1.81.8.4-5   Interpreter of object-oriented scr

Versions of packages rails recommends:
ii  irb   1.8.2-1Interactive Ruby (irb)

-- no debconf information
Document: rails
Title: Ruby on Rails Refrence Manual
Author: 
Abstract: This is the Reference Manual of Ruby On Rails, an MVC ruby based
 framework geared for web application development
Section: Apps/Programming

Format: HTML
Index: /usr/share/doc/rails/html/index.html
Files: /usr/share/doc/rails/html/*.html


Bug#372695: /usr/share/man/man1/gconftool-2.1.gz: typo in the manpage of gconftool-2

2006-06-11 Thread Remi Vanicat
Package: gconf2
Version: 2.14.0-1
Severity: minor
File: /usr/share/man/man1/gconftool-2.1.gz

When reading the manual of gconftool-2, one can read:
   --dir-exists=STRING
  Return  0  if  the  directory exists, 2 if it does not.  -t,
  --type=int|bool|float|string|list|pair Specify the  type  of
  the  value  being  set,  or  the  type of the value a schema
  describes. Unique abbreviations are allowed.

When it should probably be wroten as 

   --dir-exists=STRING
  Return  0  if  the  directory exists, 2 if it does not.
   -t, --type=int|bool|float|string|list|pair
  Specify the  type  of the  value  being  set,  or  the
  type of the value a schema describes. Unique
  abbreviations are allowed.

with two more line return.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gconf2 depends on:
ii  gconf2-common  2.14.0-1  GNOME configuration database syste
ii  libc6  2.3.6-15  GNU C Library: Shared libraries
ii  libgconf2-42.14.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.10.3-1  The GLib library of C routines
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libxml22.6.26.dfsg-1 GNOME XML library
ii  psmisc 22.2-1Utilities that use the proc filesy
ii  python 2.3.5-5   An interactive high-level object-o

Versions of packages gconf2 recommends:
ii  libgtk2.0-0   2.8.18-1   The GTK+ graphical user interface 

-- no debconf information


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



Bug#372592: /usr/lib/ocaml/3.09.1/otags: otags still ship with an empty /usr/lib/ocaml/3.09.1/otags

2006-06-10 Thread Remi Vanicat
Package: otags
Version: 3.09.0-3+b1
Severity: minor
File: /usr/lib/ocaml/3.09.1/otags

the new binNMUed otags package still ship with an empty
/usr/lib/ocaml/3.09.1/otags directory. It should be removed.

Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages otags depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  ocaml-base-nox [ocaml-base-no 3.09.2-3   Runtime system for ocaml bytecode 

otags recommends no packages.

-- debconf-show failed


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



Bug#371104: problem with parenthesis in 50mailcrypt.el

2006-06-07 Thread Remi Vanicat
Package: mailcrypt
Version: 3.5.8+CVS.2005.04.29.1-6
Severity: important

the file /etc/emacs-snapshot/site-start.d/50mailcrypt.el contain two
more ) than ( making its loading failed

In fact it is a complet line:
 (add-to-list 'load-path /usr/share/emacs/site-lisp/mailcrypt/ 'append)))
That is there twice when it is only need once.

(there is the exact same problem in /etc/emacs21/site-start.d)

-- Package-specific info:

Content of '/usr/share/emacs/site-lisp/mailcrypt/'

620c00d1017d513ae466db5da4c4  /usr/share/emacs/site-lisp/mailcrypt/configure
31e7c8da3cd2644717ff5a01dabba804  
/usr/share/emacs/site-lisp/mailcrypt/configure.in
16ba56173cceb99eafff32772053ebd3  /usr/share/emacs/site-lisp/mailcrypt/expect.el
92090cf1f201cf34f30ece6db08d3f38  
/usr/share/emacs/site-lisp/mailcrypt/FSF-timer.el
9b9a3382dc6798b6cc9db374e5ca6c9e  
/usr/share/emacs/site-lisp/mailcrypt/install-sh
6bd39e89579a643c33c667591fe2b6ba  
/usr/share/emacs/site-lisp/mailcrypt/load-path.hack
ed600df6d153c8b752acd84d84857352  
/usr/share/emacs/site-lisp/mailcrypt/mailcrypt.el
9d58854c0dcad85f8454a6cb5423dbda  
/usr/share/emacs/site-lisp/mailcrypt/Makefile.in
7553d4f2c57b9f0131f21dd760d935b5  /usr/share/emacs/site-lisp/mailcrypt/mc-gpg.el
7fda95b591a38b64cae3a077f47f1382  
/usr/share/emacs/site-lisp/mailcrypt/mc-pgp5.el
70d5d4daa3a18c634357e7542c67d874  
/usr/share/emacs/site-lisp/mailcrypt/mc-pgp6.el
9f0f27fa44581710fa660ee75235146c  /usr/share/emacs/site-lisp/mailcrypt/mc-pgp.el
cfc9e9a1cfb15b245e39350d44708cfa  
/usr/share/emacs/site-lisp/mailcrypt/mc-remail2.el
a79257eb279a95bcee7cf88568e8f087  
/usr/share/emacs/site-lisp/mailcrypt/mc-remail.el
9d367bcadb3d587b6ab994557e6a0e96  
/usr/share/emacs/site-lisp/mailcrypt/mc-setversion.el
0645d420a44df634733ba0b22dff1680  
/usr/share/emacs/site-lisp/mailcrypt/mc-toplev.el
2b11f4f8c3a4189bf7cc8fec5a51e8c0  
/usr/share/emacs/site-lisp/mailcrypt/tests/Makefile.in
2b11f4f8c3a4189bf7cc8fec5a51e8c0  
/usr/share/emacs/site-lisp/mailcrypt/tests/remailer/Makefile.in

Content of '/usr/share/emacs21/site-lisp/mailcrypt/'

total 180
-rw-r--r-- 1 root root  1319 2006-06-07 08:17 CompilationLog.gz
-rw-r--r-- 1 root root  9731 2006-06-07 08:17 expect.elc
-rw-r--r-- 1 root root 16512 2006-06-07 08:17 mailcrypt.elc
-rw-r--r-- 1 root root 20472 2006-06-07 08:17 mc-gpg.elc
-rw-r--r-- 1 root root 18527 2006-06-07 08:17 mc-pgp.elc
-rw-r--r-- 1 root root 28903 2006-06-07 08:17 mc-pgp5.elc
-rw-r--r-- 1 root root 18540 2006-06-07 08:17 mc-pgp6.elc
-rw-r--r-- 1 root root 23525 2006-06-07 08:17 mc-remail.elc
-rw-r--r-- 1 root root  1545 2006-06-07 08:17 mc-setversion.elc
-rw-r--r-- 1 root root 20530 2006-06-07 08:17 mc-toplev.elc

Content of '/usr/share/emacs21/site-lisp/mailcrypt//CompilationLog.gz':

checking for a BSD-compatible install... /usr/bin/install -c
checking for install-info... /usr/sbin/install-info
checking for basename... /usr/bin/basename
checking for emacs... emacs21
checking for timer.el...timer.el
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating tests/remailer/Makefile
emacs21 -batch  -l ./load-path.hack \
  -f batch-byte-compile mailcrypt.el
Loading 00debian-vars...
Loading 20gnus-init (source)...
Loading 40mule-ucs (source)...
Loading 49url (source)...
Loading 50auctex (source)...
Loading auctex.el (source)...
Loading /usr/lib/emacs/21.4/i486-linux-gnu/fns-21.4.1-x.el (source)...
Loading preview-latex.el (source)...
Loading 50autoconf (source)...
Loading 50bbdb (source)...
Loading 50cedet-common (source)...
Loading 50coq (source)...
Loading 50dictionaries-common (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading 50dpkg-dev-el (source)...
Loading 50emacs-intl-fonts (source)...
Loading 50festival (source)...
Loading 50gnus-bonus-el (source)...
Loading 50gnuserv (source)...
Loading 50ocaml-mode (source)...
Loading 50proofgeneral (source)...
Loading /usr/share/emacs/site-lisp/proofgeneral/generic/proof-site.el 
(source)...
Loading 50psvn (source)...
Loading 50pymacs (source)...
Loading 50python-mode (source)...
Loading 50sawfish (source)...
Loading 50slime (source)...
Loading 50tuareg-mode (source)...
Loading 50vc-svn (source)...
Loading 50w3 (source)...
Loading 51debian-el (source)...
Loading 51speedbar (source)...
Loading 51tuareg-mode (source)...
Loading 60nxml-mode (source)...
Loading rng-auto.el (source)...
While compiling the end 

Bug#369072: liblablgtkmathview-ocaml contain /usr/lib/ocaml/3.09.0/

2006-05-27 Thread Remi Vanicat
Package: liblablgtkmathview-ocaml
Version: 0.7.2-5
Severity: normal

When looking why there are still an /usr/lib/ocaml/3.09.0/ on my
computer, I discover that liblablgtkmathview-ocaml does contain the
/usr/lib/ocaml/3.09.0/stublibs directories:


$ dpkg -L liblablgtkmathview-ocaml
/.
/usr
/usr/lib
/usr/lib/ocaml
/usr/lib/ocaml/3.09.0
/usr/lib/ocaml/3.09.0/stublibs
/usr/lib/ocaml/3.09.2
/usr/lib/ocaml/3.09.2/stublibs
[...]

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages liblablgtkmathview-ocaml depends on:
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libc6  2.3.6-9   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libgdome2-00.8.1-1   DOM level2 library for accessing X
ii  libgdome2-cpp-smart0c2a0.2.3-8   C++ bindings for GDome2 DOM implem
ii  libgdome2-ocaml0.2.3-8   OCaml bindings for GDome2 DOM impl
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libgtkmathview0c2a 0.7.5-3+b1rendering engine for MathML docume
ii  liblablgtk2-ocaml  2.6.0-5   runtime libraries for OCaml bindin
ii  libpango1.0-0  1.12.1-3  Layout and rendering of internatio
ii  libt1-55.1.0-2   Type 1 font rasterizer library - r
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.24.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  ocaml-base-nox [ocaml-base 3.09.2-3  Runtime system for ocaml bytecode 
ii  zlib1g 1:1.2.3-11compression library - runtime

liblablgtkmathview-ocaml recommends no packages.

-- no debconf information


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



Bug#367198: /etc/bash_completion: [COMPLETION] when completing for package, there are often warnings that get in the way

2006-05-14 Thread Remi Vanicat
Package: bash
Version: 3.1-4
Severity: minor
File: /etc/bash_completion
Tags: patch

When completing for a package, often I've somethin like:
$ reportbug ocW: Impossible de localiser la liste des paquets sources 
ftp://ftp.uk.debian.org sid/main Packages 
(/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_sid_main_binary-i386_Packages)
 - stat (2 Aucun fichier ou répertoire de ce type)
W: Impossible de localiser la liste des paquets sources ftp://ftp.uk.debian.org 
sid/contrib Packages 
(/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_sid_contrib_binary-i386_Packages)
 - stat (2 Aucun fichier ou répertoire de ce type)
W: Impossible de localiser la liste des paquets sources ftp://ftp.uk.debian.org 
sid/non-free Packages 
(/var/lib/apt/lists/ftp.uk.debian.org_debian_dists_sid_non-free_binary-i386_Packages)
 - stat (2 Aucun fichier ou répertoire de ce type)

And it it then difficult to know what happen. 

It come from call to apt-cache when stderr is not redirected to /dev/null.

I attach a patch that resolve the case I've seen in /etc/bash_completion.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages bash depends on:
ii  base-files3.1.13 Debian base system miscellaneous f
ii  debianutils   2.16   Miscellaneous utilities specific t
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libncurses5   5.5-2  Shared libraries for terminal hand

bash recommends no packages.

-- debconf-show failed

--- tmp/bash_completion 2006-03-23 01:23:20.0 +0100
+++ /etc/bash_completion2006-05-14 12:27:44.0 +0200
@@ -2061,7 +2061,7 @@
-@(t|-target-release|-default-release))
 COMPREPLY=( $( apt-cache policy | \
grep release.o=Debian,a=$cur | \
-   sed -e s/.*a=\(\w*\).*/\1/ | uniq ) )
+   sed -e s/.*a=\(\w*\).*/\1/ | uniq 2 
/dev/null) )
 return 0
 ;;
  
@@ -2240,7 +2240,7 @@
-@(t|-target-release|-default-release))
COMPREPLY=( $( apt-cache policy | \
grep release.o=Debian,a=$cur | \
-   sed -e s/.*a=\(\w*\).*/\1/ | uniq ) )
+   sed -e s/.*a=\(\w*\).*/\1/ | uniq 2 /dev/null ) )
return 0
;;
 
@@ -4981,7 +4981,7 @@
--no-cc --package-version -z --no-compress \
--ui --interface -u \
wnpp boot-floppies kernel-image' -- $cur ) \
-   $( apt-cache pkgnames -- $cur ) )
+   $( apt-cache pkgnames -- $cur 2 /dev/null ) )
_filedir
return 0
 } 
@@ -5016,7 +5016,7 @@
-B --bts -l --ldap --no-ldap --proxy= --http_proxy= \
-s --source -w --web -u --ui --interface \
wnpp boot-floppies' -- $cur ) \
-   $( apt-cache pkgnames -- $cur ) )
+   $( apt-cache pkgnames -- $cur 2 /dev/null ) )
 } 
 complete -F _querybts $filenames querybts
 



Bug#367063: libnm-glib0: the NEWS.Debian file talk about a file that does not exists

2006-05-13 Thread Remi Vanicat
Package: libnm-glib0
Version: 0.6.2-2
Severity: minor

when upgrading to libnm-glib0 version 0.6.2-2, there is a NEWS.Debian
file that tell me to read
/usr/share/doc/network-manager/README.Debian. But this files does not
exists on my computer as network-manager is not installed here. Please
don't ship the NEWS.Debian file if it does not apply to user of
libnm-glib0, or add to libnm-glib0 the README.Debian and put the
correct path in the NEWS.Debian. Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages libnm-glib0 depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libdbus-glib-1-2  0.61-5 simple interprocess messaging syst
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines

libnm-glib0 recommends no packages.

-- no debconf information


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



Bug#353008: a patch for xchat-remote command

2006-05-11 Thread Remi Vanicat
Package: xchat
Version: 2.6.1-1
Followup-For: Bug #353008

I've made a patch to have xchat-remote in the xchat debian package. I
will attach it, but mostly one only need to depend on
libdbus-glib-1-dev.
diff -u xchat-2.6.1/debian/control xchat-2.6.1/debian/control
--- xchat-2.6.1/debian/control
+++ xchat-2.6.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Davide Puricelli (evo) [EMAIL PROTECTED]
 Standards-Version: 3.6.2
-Build-Depends: debhelper ( 4), bison, libssl-dev, libglib2.0-dev, 
libgtk2.0-dev (= 2.0.6-1), libperl-dev, gettext (= 0.10.37-1), libtool, 
zlib1g-dev, perl (= 5.8), python2.3-dev, tcl8.4-dev, autotools-dev, dpatch
+Build-Depends: debhelper ( 4), bison, libssl-dev, libglib2.0-dev, 
libgtk2.0-dev (= 2.0.6-1), libperl-dev, gettext (= 0.10.37-1), libtool, 
zlib1g-dev, perl (= 5.8), python2.3-dev, tcl8.4-dev, autotools-dev, dpatch, 
libdbus-glib-1-dev
 
 Package: xchat
 Architecture: any
diff -u xchat-2.6.1/debian/xchat-common.dirs 
xchat-2.6.1/debian/xchat-common.dirs
--- xchat-2.6.1/debian/xchat-common.dirs
+++ xchat-2.6.1/debian/xchat-common.dirs
@@ -3,0 +4 @@
+etc/gconf/schemas
diff -u xchat-2.6.1/debian/xchat-common.install 
xchat-2.6.1/debian/xchat-common.install
--- xchat-2.6.1/debian/xchat-common.install
+++ xchat-2.6.1/debian/xchat-common.install
@@ -1,0 +2 @@
+debian/tmp/etc/
diff -u xchat-2.6.1/debian/xchat.install xchat-2.6.1/debian/xchat.install
--- xchat-2.6.1/debian/xchat.install
+++ xchat-2.6.1/debian/xchat.install
@@ -4,0 +5 @@
+debian/tmp/usr/bin/xchat-remote


Bug#366611: coq-doc-html: fails to install due to typo in /usr/share/doc-base/coq-rectutorial

2006-05-09 Thread Remi Vanicat
Package: coq-doc-html
Version: 8.0pl3+8.1alpha-1
Severity: important

when trying to install the experimental coq-doc-html package, it
failed due to a type in /usr/share/doc-base/coq-rectutorial.
One read as section:
tion: Apps/Math
when it should be
Section: Apps/Math


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



Bug#365598: gdm: after upgrade, GTK+ refuses to initialize

2006-05-02 Thread Remi Vanicat
Package: gdm
Version: 2.14.4-1
Followup-For: Bug #365598

I've the problem on my computer, and here is some comment :
- you don't have the bug if use-ssh-agent is selected in
  /etc/X11/Xsession.options, so it may be why there is no bug on the
  maintainer's computer (probably ssh-agent to drop the setgid bit)
- another quick fix than adding this option in
  /etc/X11/Xsession.options is to add STARTUP=bash -c \$STARTUP\ 
  in .gnomerc. Not very clean, but it seem to work, at least for those
  who used a gnome session.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gdm depends on:
ii  adduser3.87  Add and remove users and groups
ii  debconf [debconf-2.0]  1.5.0 Debian configuration management sy
ii  gksu   1.3.7-1   graphical frontend to su
ii  gnome-session  2.14.0-2  The GNOME 2 Session Manager
ii  gnome-terminal [x-terminal 2.14.1-1  The GNOME 2 terminal emulator appl
ii  icewm [x-window-manager]   1.2.25-1  wonderful Win95-OS/2-Motif-like wi
ii  icewm-gnome [x-window-mana 1.2.25-1  wonderful Win95-OS/2-Motif-like wi
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-1  The ATK accessibility toolkit
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdmx11:1.0.1-3 X11 Distributed Multihead extensio
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-2  The GLib library of C routines
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libpam-modules 0.79-3.1  Pluggable Authentication Modules f
ii  libpam-runtime 0.79-3.1  Runtime support for the PAM librar
ii  libpam0g   0.79-3.1  Pluggable Authentication Modules l
ii  libpango1.0-0  1.12.1-2  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  librsvg2-2 2.14.3-2  SAX-based renderer library for SVG
ii  librsvg2-common2.14.3-2  SAX-based renderer library for SVG
ii  libselinux11.30-1SELinux shared libraries
ii  libwrap0   7.6.dbs-9 Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxau61:1.0.0-3 X11 authorisation library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxdmcp6  1:1.0.0-4 X11 Display Manager Control Protoc
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.24.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  lsb-base   3.1-5 Linux Standard Base 3.1 init scrip
ii  metacity [x-window-manager 1:2.14.1-1A lightweight GTK2 based Window Ma
ii  xbase-clients  1:7.0.0-5 miscellaneous X clients
ii  xterm [x-terminal-emulator 210-3 X terminal emulator
ii  zlib1g 1:1.2.3-11compression library - runtime

Versions of packages gdm recommends:
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe
ii  gdm-themes0.5Themes for the GNOME Display Manag
ii  zenity2.14.1-1   Display graphical dialog boxes fro

-- debconf-show failed


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



Bug#364166: xdu: Fail to install

2006-04-21 Thread Remi Vanicat
close 364166 3.0-15

2006/4/21, Christophe Mutricy [EMAIL PROTECTED]:
 Package: xdu
 Version: 3.0-14
 Severity: grave
 Justification: renders package unusable


 Since the recent Xorg 7 transition, xdu is uninstallable.

 It look like the version string for libxaw7 went from 4.1.0 to
 1:1.0.1-5. Maybe apt or dpkg doesn't manage to evaluate if 1:1.0.1-5 is
 bigger than 4.1.0 as required.

nope, there is another problem (xdu is in /usr/X11R6/bin). The xdu
package 3.0-15 uploaded today fix it



Bug#359916: common-lisp-controller: upgrading failed

2006-03-29 Thread Remi Vanicat
Package: common-lisp-controller
Version: 5.11
Severity: important

when upgrading to the newer common-lisp-controller package, apt-get
failed at unpack time:
Preparing to replace common-lisp-controller 5.11 (using 
.../common-lisp-controller_5.12_all.deb) ...
find: /usr/share/common-lisp/source/defsystem: No such file or directory
/usr/share/common-lisp/source/asdf
/usr/share/common-lisp/source/asdf/wild-modules.lisp
/usr/share/common-lisp/source/asdf/asdf.lisp
/usr/share/common-lisp/source/asdf/asdf-install.lisp
/usr/share/common-lisp/source/common-lisp-controller
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
/usr/share/common-lisp/source/common-lisp-controller/post-sysdef-install.lisp
dpkg: error processing 
/var/cache/apt/archives/common-lisp-controller_5.12_all.deb (--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/common-lisp-controller_5.12_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages common-lisp-controller depends on:
ii  bash  3.1-4  The GNU Bourne Again SHell
ii  cl-asdf   1.89-1 Another System Definition Facility
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.3 Miscellaneous utilities specific t
ii  perl  5.8.8-3Larry Wall's Practical Extraction 
ii  realpath  1.9.28 Return the canonicalized absolute 

common-lisp-controller recommends no packages.

-- debconf-show failed

-- 
Rémi Vanicat



Bug#359635: pitivi probably lack a dependency

2006-03-28 Thread Remi Vanicat
Package: pitivi
Version: 0.9.9.2-1
Severity: important

pitivi failed to run with a segmentation fault when gstreamer0.10-x is
not installed, but run with no problem when it is installed. 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages pitivi depends on:
ii  gstreamer0.10-gnonlin 0.10.0.5-1 non-linear editing module for GStr
ii  python2.3.5-5An interactive high-level object-o
ii  python-glade2 2.8.2-3GTK+ bindings: Glade support
ii  python-gnome2 2.12.3-2   Python bindings for the GNOME desk
ii  python-gst0.100.10.2-1   generic media-playing framework (P
ii  python-gtk2   2.8.2-3Python bindings for the GTK+ widge

pitivi recommends no packages.

-- debconf-show failed


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



  1   2   >