Bug#1058929: Warning at install time could be fixed and will become errors in future versions

2023-12-18 Thread Francesco Paolo Lovergine
Package: python3-wxgtk4.0
Version: 4.2.0+dfsg-3
Severity: minor

While updating:

Setting up python3-wxgtk4.0 (4.2.1+dfsg-2) ...
/usr/lib/python3/dist-packages/wx/lib/docview.py:1026: SyntaxWarning: invalid 
escape sequence '\*'
  """
/usr/lib/python3/dist-packages/wx/lib/layoutf.py:135: SyntaxWarning: invalid 
escape sequence '\s'
  rexp1 = re.compile('^\s*([tlrbhwxy])\s*([!\?\*])\s*(\d*)\s*$')
/usr/lib/python3/dist-packages/wx/lib/layoutf.py:136: SyntaxWarning: invalid 
escape sequence '\s'
  rexp2 = 
re.compile('^\s*([tlrbhwxy])\s*([=%<>^_])\s*([tlrbhwxy]?)\s*(\d*)\s*#(\d+)\s*$')
/usr/lib/python3/dist-packages/wx/lib/wxpTag.py:17: SyntaxWarning: invalid 
escape sequence '\*'
  '''
/usr/lib/python3/dist-packages/wx/tools/pywxrc.py:524: SyntaxWarning: invalid 
escape sequence '\S'
  subclass = re.sub("^\S+\.", "", subclass)
/usr/lib/python3/dist-packages/wx/tools/pywxrc.py:763: SyntaxWarning: invalid 
escape sequence '\ '
  """

Note that Puthon 3.12 changelog reports:

A backslash-character pair that is not a valid escape sequence now generates a
SyntaxWarning, instead of DeprecationWarning. For example,
re.compile("\d+\.\d+") now emits a SyntaxWarning ("\d" is an invalid escape
sequence, use raw strings for regular expression: re.compile(r"\d+\.\d+")). In a
future Python version, SyntaxError will eventually be raised, instead of
SyntaxWarning. (Contributed by Victor Stinner in gh-98401.)

So, this is something which can be easily fixed and reported upstream, just in
case.

-cheers


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

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

Versions of packages python3-wxgtk4.0 depends on:
ii  libc6 2.36-9+deb12u3
ii  libgcc-s1 12.2.0-14
ii  libstdc++612.2.0-14
ii  libwxbase3.2-13.2.2+dfsg-2
ii  libwxgtk-gl3.2-1  3.2.2+dfsg-2
ii  libwxgtk3.2-1 3.2.2+dfsg-2
ii  python3   3.11.2-1+b1
ii  python3-numpy 1:1.24.2-1
ii  python3-pil   9.4.0-1.1+b1
ii  python3-six   1.16.0-4

python3-wxgtk4.0 recommends no packages.

Versions of packages python3-wxgtk4.0 suggests:
pn  wx3.2-doc  

-- no debconf information



Bug#1051236: proftpd-core: SSH key exchanges fail unexpectedly with "unable to write X bytes of raw data"

2023-09-20 Thread Francesco Paolo Lovergine

On Mon, Sep 04, 2023 at 10:10:05PM +0200, Jeremy Lecour wrote:

Package: proftpd-core
Version: 1.3.8+dfsg-4+deb12u1
Severity: normal

Dear Maintainer,

After upgrading to Debian 12, my SFTP client stopped working with errors when 
connecting.

I've opened a GitHub issue and the problem has been solved.
https://github.com/proftpd/proftpd/issues/1694

It will even be backported to the 1.3.8 branch, so I hope that it might be 
available in an upcoming update in Debian 12.



Nice catch, thanks. A PU can be prepared, but of course it requires a go by 
SRMs.

--
Francesco P. Lovergine



Bug#1052161: ITP: libmozilla-ca-perl -- Mozilla's CA cert bundle in PEM format

2023-09-18 Thread Francesco Paolo Lovergine
Package: wnpp
Severity: wishlist
Owner: Francesco Paolo Lovergine 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: libmozilla-ca-perl
  Version : 20230821-1
  Upstream Contact: Gisle Aas 
* URL : https://github.com/libwww-perl/Mozilla-CA
* License : MPL-2.0
  Programming Lang: Perl
  Description : Mozilla's CA cert bundle in PEM format

  Mozilla::CA provides a copy of Mozilla's bundle of Certificate Authority
  certificates in a form that can be consumed by modules and libraries
  based on OpenSSL.
  The module provide a single function:
  SSL_ca_file()
  Returns the absolute path to the Mozilla's CA cert bundle PEM file.



Bug#1034677: Marco 1.26.1 core dumps under X2go on bookworm

2023-04-21 Thread Francesco Paolo Lovergine
Package: marco
Version: 1.26.1
Severity: important

Hi,

during my tests with commonly used software here, I found that the Mate window
manager is currently unusable under X2go due to a seg fault at startup.

I even found the reason:

https://github.com/mate-desktop/marco/issues/746 

fixed in 1.26.2

A possible workaround for users would be using another WM such as
Metacity, by changing window manager under 
org.mate.desktop.session.required-components via dconf-editor/gsettings.
Of course, upgrading to 1.26.2 would be HIGHLY appreciated.


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

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

Versions of packages marco depends on:
ii  libc62.31-13+deb11u5
ii  libcairo21.16.0-5
ii  libgdk-pixbuf-2.0-0  2.42.2+dfsg-1+deb11u1
ii  libglib2.0-0 2.66.8-1
ii  libgtk-3-0   3.24.24-4+deb11u2
pn  libmarco-private2
ii  libpango-1.0-0   1.46.2-3
ii  libx11-6 2:1.7.2-1
pn  marco-common 
pn  mate-desktop-common  
ii  zenity   3.32.0-6

marco recommends no packages.

marco suggests no packages.



Bug#1012097: NIS broken in sid

2022-05-30 Thread Francesco Paolo Lovergine
Package: libnssswitch-nis
Version: 3.1-4
Severity: grave

It seems that currently unstable has a totally not working NIS binding for 
users. I
performed my trials using an existing setup (bullseye-based NIS master+slaves 
and
clients network in the real life).

I recently upgraded a bullseye NIS client box to sid for testing and discovered 
that while
ypbind-mt is regularly working, the usual mapping of NIS users has gone.
To be sure of the issue I prepared a vagrant bullseye VM and bound that to 
the regular bullseye NIS master as usual: perfectly working. 

Then I full-upgraded to sid with the same broken result:

vagrant@debian:/etc$ ypcat passwd
[...]
lovergine:x:2003:2000:Francesco Lovergine (trial),,,:/home/lovergine:/bin/bash
[...]
{sorry, I stripped the full output for privacy)

vagrant@debian:/etc$ id lovergine
id: ‘lovergine’: no such user

vagrant@debian:/etc$ cat /etc/nsswitch.conf 
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd: compat systemd
group:  compat systemd
shadow: compat
gshadow:compat

hosts:  files dns
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis

vagrant@debian:/etc$ cat /etc/passwd
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
sys:x:3:3:sys:/dev:/usr/sbin/nologin
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/usr/sbin/nologin
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
irc:x:39:39:ircd:/run/ircd:/usr/sbin/nologin
gnats:x:41:41:Gnats Bug-Reporting System 
(admin):/var/lib/gnats:/usr/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
_apt:x:100:65534::/nonexistent:/usr/sbin/nologin
systemd-timesync:x:101:101:systemd Time 
Synchronization,,,:/run/systemd:/usr/sbin/nologin
systemd-network:x:102:103:systemd Network 
Management,,,:/run/systemd:/usr/sbin/nologin
systemd-resolve:x:103:104:systemd Resolver,,,:/run/systemd:/usr/sbin/nologin
messagebus:x:104:105::/nonexistent:/usr/sbin/nologin
_chrony:x:105:112:Chrony daemon,,,:/var/lib/chrony:/usr/sbin/nologin
sshd:x:106:65534::/run/sshd:/usr/sbin/nologin
vagrant:x:1000:1000::/home/vagrant:/bin/bash
systemd-coredump:x:999:999:systemd Core Dumper:/:/usr/sbin/nologin
_rpc:x:107:65534::/run/rpcbind:/usr/sbin/nologin
+::


My next step will be running a full-sid setup for a test network, but I don't
see any reason why the working NIS maps could be broken, my guess is that
the problem is connected to some inner libnss/libc issue. 

-cheers



-- 
Francesco P. Lovergine


Bug#983035: Missing dependency on dbus-x11

2022-01-13 Thread Francesco Paolo Lovergine

On Thu, Jan 13, 2022 at 05:06:29PM +1100, Trent W. Buck wrote:

Francesco,

Is dbus-user-session installed?
xfce4-session recommends dbus-user-session, so
it SHOULD already be installed.



As explained this is a bug found casually while using testing64, at the stage
of its development in that date, by installing xfce4 (the meta-package) after
a base system installation (i.e. without any desktop task installed).

I have no idea if currently this isssue is still present, but I think
it could be reproduced as detailed, something I could eventually try again
in a nearest future.

-cheers



Francesco P. Lovergine wrote:

Package: xfce4
Version: 4.16
Severity: normal

I found a missing dependency on /usr/bin/dbus-launch (dbus-x11) in bullseye,
somewhere. Not sure this is an xfce4 issue specifically, feel free to
reassign to another proper package.

In order to replicate the problem: I just installed from scratch a bullseye
current image (debian/testing64) in vagrant, with virtualbox provider, an
upgraded it.  Then installed xfce4i (the metapackage) and started lightdm.
After that, the user cannot login and start a session due to missing
dbus-launch, with appropriate message at screen. Installing dbus-x11 solves
the problem.


dbus-launch (from "dbus-x11") package is the Old Way,
which is still attempted as a fallback.

Most systemd linux systems will instead use libpam-systemd to set up the user 
dbus session.
In this case, dbus-launch is not used.

You can see this in the source code -- if there's already a dbus
session (usually created by systemd), it just returns immediately.

   
https://sources.debian.org/src/xfce4-session/4.16.0-1/xfce4-session/main.c/#L275-L278

This is encoded in the control file like this:

   https://sources.debian.org/src/xfce4-session/4.16.0-1/debian/control/#L31

On a Debian GNU/Linux architecture, that
will default to the systemd path (dbus-user-session).
Where systemd isn't available (e.g. Debian GNU/kFreeBSD),
it falls back to dbus-x11 (dbus-launch).

See also

   
https://sources.debian.org/src/xfce4-session/4.16.0-1/debian/changelog/#L37-L38
   https://bugs.debian.org/836062



--
Francesco P. Lovergine



Bug#991809: A brief note about NIS installation

2021-08-02 Thread Francesco Paolo Lovergine
Package: release-notes
Severity: normal

NIS does not more use debconf for its initial installation. While existing
setups should smoothly upgrade to the new multi-package organization,
the recommended configuration way in bullseye is by following the nis-howto
document included in the `nis` meta-package for both clients and servers.



Bug#987920: ypbind-mt: /etc/defaultdomain should be created at installation time

2021-05-02 Thread Francesco Paolo Lovergine
Indeed, the general NIS howto included in the nis package provides the full 
documentation for who upgrades or install both servers and clients. A small per 
program README  could probably be a good idea for minimal setup. My original 
idea was having the nis package as a doc only package after bullseye. It is now 
a migration package, instead. Well, I think that a simple README file could be 
added at this stage of release...

Il 02 maggio 2021 06:01:40 CEST, Yasuhiro Kimura  ha scritto:
>Package: ypbind-mt
>Version: 2.7.2-2
>Severity: important
>
>Dear Maintainer,
>
>What I did:
>
>1. Download Release Candidate 1 Debian Installer image for Bullseye.
>2. Make clean install with it
>3. Login as root
>4. apt install ypbind-mt
>5. Add 'ypserver (IP address of NIS server)' to /etc/yp.conf
>6. systemctl start ypbind.service
>
>Expected behavior:
>
>ypbind starts successfully.
>
>What really happens:
>
>ypbind fails to start. `systemctl status ypbind.service` shows
>following log messages
>
>--
>May 02 10:26:10 nisclienthost systemd[1]: Starting NIS Binding
>Service...
>May 02 10:26:10 nisclienthost domainname[1234]: domainname: No such
>file or directory
>May 02 10:26:10 nisclienthost systemd[1]: ypbind.service: Control
>process exited, code=exited, status=1/FAILURE
>May 02 10:26:10 nisclienthost systemd[1]: ypbind.service: Failed with
>result 'exit-code'.
>May 02 10:26:10 nisclienthost systemd[1]: Failed to start NIS Binding
>Service.
>--
>
>What is the problem:
>
>The source of the problem is that following is necessary between step
>5 and 6.
>
>5.5. cat (name of my NIS domain) > /etc/defaultdomain
>
>But is isn't documented anywhere. So at least it should be documented
>in the document of this packages. However, ypbind.service doesn't
>start successfully without this file. So it should be created when
>this package is installed.
>
>-- System Information:
>Debian Release: bullseye/sid
>  APT prefers testing-security
>  APT policy: (500, 'testing-security'), (500, 'testing')
>Architecture: amd64 (x86_64)
>
>Kernel: Linux 5.10.0-6-amd64 (SMP w/4 CPU threads)
>Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8),
>LANGUAGE=en_US:en
>Shell: /bin/sh linked to /usr/bin/dash
>Init: systemd (via /run/systemd/system)
>LSM: AppArmor: enabled
>
>Versions of packages ypbind-mt depends on:
>ii  hostname   3.23
>ii  libc6  2.31-11
>ii  libnsl21.3.0-2
>ii  libsystemd0247.3-5
>ii  libtirpc3  1.3.1-1
>ii  rpcbind [portmap]  1.2.5-9
>
>Versions of packages ypbind-mt recommends:
>ii  libnss-nis  3.1-4
>ii  nscd2.31-11
>ii  yp-tools4.2.3-3
>
>ypbind-mt suggests no packages.
>
>-- Configuration Files:
>/etc/yp.conf changed:
>ypserver 192.168.0.1
>
>
>-- no debconf information

-- 
Francesco P. Lovergine

Bug#982009: Please, drop the obsolete /var for PIDFile in systemd unit file.

2021-02-05 Thread Francesco Paolo Lovergine
Package: krb5-kdc
Version: 1.18.3-4
Severity: minor

Syslog warns about that.

systemd[1]: /lib/systemd/system/krb5-kdc.service:7: PIDFile= references a path 
below legacy directory /var/run/, updating
/var/run/krb5-kdc.pid → /run/krb5-kdc.pid; please update the unit file 
accordingly.

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

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 krb5-kdc depends on:
ii  debconf [debconf-2.0]  1.5.74
ii  init-system-helpers1.60
ii  krb5-config2.6+nmu1
ii  krb5-user  1.18.3-4
ii  libc6  2.31-9
ii  libcom-err21.45.7-1
ii  libgssrpc4 1.18.3-4
ii  libk5crypto3   1.18.3-4
ii  libkadm5srv-mit12  1.18.3-4
ii  libkdb5-10 1.18.3-4
ii  libkrb5-3  1.18.3-4
ii  libkrb5support01.18.3-4
ii  libverto-libev10.3.1-1
ii  libverto1  0.3.1-1
ii  lsb-base   11.1.0

krb5-kdc recommends no packages.

Versions of packages krb5-kdc suggests:
ii  krb5-admin-server  1.18.3-4
pn  krb5-kdc-ldap  
pn  krb5-kpropd

-- debconf information excluded


Bug#981739: manpages-posix: no-one built the package for debian archive (non-free, source-only upload)

2021-02-03 Thread Francesco Paolo Lovergine

On Wed, Feb 03, 2021 at 02:58:27PM +0200, Juhani Numminen wrote:

Package: manpages-posix
Version: 2017a-1
Severity: grave

Hello,

The latest upload of manpages-posix was source-only but was not built
on the buildd network either. So, no binaries are available.
I think the text of this lintian tag applies in this case:
https://lintian.debian.org/tags/source-only-upload-to-non-free-without-autobuild.html

regards,
Juhani



Ah finally someone noted it, eh? Yes, it has been my oversight at upload time.


--
Francesco P. Lovergine



Bug#981459: Please, provide a systemd service unit file too

2021-02-01 Thread Francesco Paolo Lovergine

On Tue, Feb 02, 2021 at 09:37:00AM +0300, Sergey B Kirpichev wrote:

tags 981459 +wontfix
thanks

No.
Please read README.Debian.



I see, indeed the only reason to have it still around is my laziness :-)
Ok, let it to go as a ruin of the past...

--
Francesco P. Lovergine



Bug#981464: Please, provide systemd service units for multiple use cases

2021-01-31 Thread Francesco Paolo Lovergine
Package: fetchmail
Version: 6.4.15-1
Severity: wishlist

Please, add at least a proper systemd service unit file as current systemd
complains about that at every restart:

systemd-sysv-generator: SysV service V'/etc/init.d/fetchmail' lacks a native 
systemd unit file.
Automatically generating a unit file for compatibility. Please update package 
to include a native 
systemd unit file, in order to make it more safe and robust.

Also, consider that in many cases having a single system service could be not
the right solution, so a template service which could be enable by each user
who likes that, could be a nice idea too. That could be installed at system
level or provided as an example in documentation for people who are not aware
of this type of feature for systemd. 


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

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 fetchmail depends on:
ii  adduser   3.118
ii  debianutils   4.11.2
ii  libc6 2.31-9
ii  libcom-err2   1.45.7-1
ii  libgssapi-krb5-2  1.18.3-4
ii  libkrb5-3 1.18.3-4
ii  libssl1.1 1.1.1i-2
ii  lsb-base  11.1.0

Versions of packages fetchmail recommends:
ii  ca-certificates  20210119

Versions of packages fetchmail suggests:
ii  exim4-daemon-heavy [mail-transport-agent]  4.94-12
pn  fetchmailconf  
pn  resolvconf 

-- Configuration Files:
/etc/default/fetchmail changed [not included]

-- no debconf information



Bug#981462: Please, provide a systemd service unit file too

2021-01-31 Thread Francesco Paolo Lovergine
Package: hddtemp
Version: 0.3-beta15-53
Severity: wishlist

Please, provide a native systemd service support, as current systemd complains
about the missing of a proper unit file.

systemd-sysv-generator: SysV service '/etc/init.d/hddtemp' lacks a native 
systemd unit file. Automatically generating a unit file for compatibility.
Please update package to include a native systemd unit file, in order to make 
it more safe and robust.



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

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 hddtemp depends on:
ii  debconf [debconf-2.0]  1.5.74
ii  libc6  2.31-9
ii  lsb-base   11.1.0

hddtemp recommends no packages.

hddtemp suggests no packages.

-- debconf information excluded



Bug#981459: Please, provide a systemd service unit file too

2021-01-31 Thread Francesco Paolo Lovergine
Package: monit
Version: 1:5.27.2-1
Severity: wishlist

As taken from syslog at every restart:

systemd-sysv-generator: SysV service '/etc/init.d/monit' lacks a native systemd 
unit file. Automatically generating a unit file for compatibility.
Please update package to include a native systemd unit file, in order to make 
it more safe and robust.

Note that a sample unit file is already provided among examples, too.

-- 
Francesco P. Lovergine



Bug#981458: Please, provide a systemd unit service too

2021-01-31 Thread Francesco Paolo Lovergine
Package: vtun
Version: 3.0.4-2
Severity: wishlist

As taken from syslog, at every restart of services:

systemd-sysv-generator: SysV service '/etc/init.d/vtun' lacks a native systemd 
unit file. Automatically generating a unit file for compatibility. Please
update package to include a native systemd unit file, in order to make it more 
safe and robust.

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

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 vtun depends on:
ii  libc6  2.31-9
ii  liblzo2-2  2.10-2
ii  libssl1.1  1.1.1i-2
ii  lsb-base   11.1.0
ii  makedev2.3.1-94.1
ii  udev   247.2-5
ii  zlib1g 1:1.2.11.dfsg-2

vtun recommends no packages.

vtun suggests no packages.

-- Configuration Files:
/etc/vtund.conf [Errno 13] Permesso negato: '/etc/vtund.conf'

-- no debconf information



Bug#981438: Please, provide a proper systemd unit file

2021-01-31 Thread Francesco Paolo Lovergine
Package: sasl2-bin
Version: 2.1.27+dfsg-2
Severity: wishlist

Please, provide a systemd unit file for sasl-auth and help to reduce
systemd-sysv-generator verbosity at boot time about a missing one.

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

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 sasl2-bin depends on:
ii  db-util5.3.1+nmu1
ii  debconf [debconf-2.0]  1.5.74
ii  init-system-helpers1.60
ii  libc6  2.31-9
ii  libcrypt1  1:4.4.17-1
ii  libdb5.3   5.3.28+dfsg1-0.6
ii  libkrb5-3  1.18.3-4
ii  libldap-2.4-2  2.4.57+dfsg-1
ii  libpam0g   1.4.0-2
ii  libsasl2-2 2.1.27+dfsg-2
ii  libssl1.1  1.1.1i-2
ii  lsb-base   11.1.0

sasl2-bin recommends no packages.

sasl2-bin suggests no packages.

-- Configuration Files:
/etc/default/saslauthd changed [not included]

-- debconf information excluded



Bug#981437: Please, provide a systemd unit file also

2021-01-31 Thread Francesco Paolo Lovergine
Package: bitlbee-common
Version: 3.6-1.2
Severity: normal

Please, help to reduce the noise of systemd-sysv-generator in syslog by 
providing a
proper unit file for bitlbee.

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

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 bitlbee-common depends on:
ii  adduser  3.118

bitlbee-common recommends no packages.

bitlbee-common suggests no packages.

-- Configuration Files:
/etc/bitlbee/bitlbee.conf [Errno 13] Permesso negato: 
'/etc/bitlbee/bitlbee.conf'

-- debconf information excluded



Bug#981407: sysv-generator is really annoying with an eccessive verbosity

2021-01-30 Thread Francesco Paolo Lovergine
Package: systemd
Version: 247.2-5
Severity: wishlist
Tags: upstream

This is the result of rebooting one of my boxes with bullseye:

$ sudo dmesg|grep 'lacks a native systemd'|wc -l
463

It gives the same message for tons of init scripts and even for scripts that are
there for historical reasons due to packages never purged. While I could
undestand the idea of trying to encourage the maintainers to provide also
unit files, on the users side this is a nice way to encourage haters of
systemd and the whole distribution.

-- Package-specific info:

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

Kernel: Linux 5.10.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 systemd depends on:
ii  adduser3.118
ii  libacl12.2.53-9
ii  libapparmor1   2.13.6-7
ii  libaudit1  1:3.0-2
ii  libblkid1  2.36.1-6
ii  libc6  2.31-9
ii  libcap21:2.44-1
ii  libcrypt1  1:4.4.17-1
ii  libcryptsetup122:2.3.4-2
ii  libgcrypt201.8.7-2
ii  libgnutls303.7.0-5
ii  libgpg-error0  1.38-2
ii  libip4tc2  1.8.7-1
ii  libkmod2   28-1
ii  liblz4-1   1.9.3-1
ii  liblzma5   5.2.5-1.0
ii  libmount1  2.36.1-6
ii  libpam0g   1.4.0-2
ii  libseccomp22.5.1-1
ii  libselinux13.1-2+b2
ii  libsystemd0247.2-5
ii  libzstd1   1.4.8+dfsg-1
ii  mount  2.36.1-6
ii  ntp [time-daemon]  1:4.2.8p15+dfsg-1
ii  util-linux 2.36.1-6

Versions of packages systemd recommends:
ii  dbus  1.12.20-1

Versions of packages systemd suggests:
ii  policykit-10.105-29
ii  systemd-container  247.2-5

Versions of packages systemd is related to:
pn  dracut   
ii  initramfs-tools  0.139
ii  libnss-systemd   247.2-5
ii  libpam-systemd   247.2-5
ii  udev 247.2-5

-- no debconf information



Bug#980306: Required dependency now available in main

2021-01-17 Thread Francesco Paolo Lovergine
Package: offlineimap
Version: Required dependency now available in main.
Severity: normal

As reported in d/changelog:

Patch OfflineIMAP to remove 'Happy Eyeballs' functionality.
The code relies on the rfc6555 Python package, which is not available on
Debian.

rfc6555 is now available in Debian.

-cheers

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

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



Bug#979426: missing linux-headers-amd64 prevents running dkms when kernel is updated in debian/contrib-testing64

2021-01-06 Thread Francesco Paolo Lovergine
Package: cloud.debian.org
Severity: normal

While upgrading the current debian/current-testing64 (half of 2020) under 
virtualbox provider:

[...]
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 5.9.0-5-amd64:Error! Your 
kernel headers for kernel 5.9.0-5-amd64 cannot be found.
Please install the linux-headers-5.9.0-5-amd64 package,
or use the --kernelsourcedir option to tell DKMS where it's located
[...]

That's due to 5.6 -> 5.9 migration and missing of linux-headers-amd64 package 
apparently.

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

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



Bug#979230: offlineimap should install systemd unit files to allow multi-user setup

2021-01-04 Thread Francesco Paolo Lovergine
Package: offlineimap
Version: 7.3.3+dfsg1
Severity: normal

Offlineimap does allow multiple ways of installing services via systemd as
suggested by manual and examples. The package should also install required unit
files and allow users to enable/start at their will, which could be useful
in multiple use cases.

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

Kernel: Linux 4.19.0-12-amd64 (SMP w/32 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect



Bug#977349: Current package does not ensure a smooth upgrade from stable due to breakage of past config and new binary modules.

2020-12-14 Thread Francesco Paolo Lovergine
Source: proftpd-dfsg
Version: 1.3.7a+dfsg-2
Severity: serious

After upgrade:

$ sudo proftpd -t
Checking syntax of configuration file
2020-12-14 09:59:09,942 legolas proftpd[5444]: mod_dso/0.5: unable to load 
'mod_tls.c'; check to see if '/usr/lib/proftpd/mod_tls.la' exists
2020-12-14 09:59:09,942 legolas proftpd[5444]: fatal: LoadModule: error loading 
module 'mod_tls.c': No such file or directory on line 22 of 
'/etc/proftpd/modules.conf'
2020-12-14 09:59:09,942 legolas proftpd[5444]: warning: unable to include 
'/etc/proftpd/modules.conf': Operation not permitted
2020-12-14 09:59:09,943 legolas proftpd[5444]: mod_dso/0.5: unable to load 
'mod_wrap.c'; check to see if '/usr/lib/proftpd/mod_wrap.la' exists
2020-12-14 09:59:09,943 legolas proftpd[5444]: fatal: LoadModule: error loading 
module 'mod_wrap.c': No such file or directory on line 8 of 
'/etc/proftpd/proftpd.conf'

That's due to mod_wrap and mod_tls move to distinct binaries in the new
version of the package. A transitional package is required, the same problem
is expected in dist-upgrade from stable.

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

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



Bug#975546: Please, support multiple flavor of numpy for different use cases.

2020-11-23 Thread Francesco Paolo Lovergine
Package: python3-numpy
Version: 1:1.19.4-1
Severity: wishlist

Hi, in current development cycle different flavors of blas/lapack are
available. One of the flavor is the openblas based, and at least a pair
of different options are available for supporting multithreading (with and
without 64 indexes) in numpy for both blas and lapack.

Here:

./doc/source/user/building.rst

there are more information about openblas-pthread support. The same could be
applied for OpenMP support. It would be nice giving developers the opportunity
to use multhreading/parallel implementations of numpy without rebuilding, just
by using the right combination of numpy package and libraries. This report 
could be relevant for implementation of other wishlist requests, such as 
separating blas support in other packages for people who don't use it.

-cheers


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

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 python3-numpy depends on:
ii  libatlas3-base [liblapack.so.3]  3.10.3-10
ii  libblas3 [libblas.so.3]  3.9.0-3
ii  libc62.31-4
ii  liblapack3 [liblapack.so.3]  3.9.0-3
ii  python3  3.8.6-1
ii  python3-pkg-resources50.3.0-1
ii  python3.83.8.6-1
ii  python3.93.9.0-5

python3-numpy recommends no packages.

Versions of packages python3-numpy suggests:
ii  gcc4:10.2.0-1
pn  gfortran   
pn  python-numpy-doc   
pn  python3-dev
pn  python3-numpy-dbg  
pn  python3-pytest 

-- no debconf information



Bug#973685: Please provide a way to use different versions of unison

2020-11-03 Thread Francesco Paolo Lovergine
Package: unison
Version: 2.51+4.11.1
Severity: wishlist

>From time to time, unison changes internal protocol and enforce version
checking before syncing. That renders the packaged version unusable
when the admin use mixed distributions. I see your workflow is based on
the principle that all boxes use the same version of unison (ideally
the latest one), which is quite pretentious. I often mix stable and
testing distros for instance, but the same problems could happen in
other networks where, multiple distros and/or versions are in use.

Maybe using the alternatives mechanism and allowing the admin to choose
the main version to use is a first improvement. A better approach could
be always run a versioned unison (/usr/bin/unison-X.YZ where X.YZ is
the right version at run time) on the remote side and eventually an
unversioned executable as a last resort choice. This could be provided
as a patch or discussed with upstream for pros and cons.

That's my 2 cents, as always.

-cheers

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

Kernel: Linux 4.19.0-12-amd64 (SMP w/32 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT.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 unison depends on:
ii  libc6  2.28-10

Versions of packages unison recommends:
ii  openssh-client [ssh-client]  1:7.9p1-10+deb10u2

Versions of packages unison suggests:
pn  unison-all  

-- no debconf information



Bug#973630: fetchmail: OpenSSL library mismatch

2020-11-02 Thread Francesco Paolo Lovergine
Package: fetchmail
Version: 6.4.13-1
Followup-For: Bug #973630

I can confirm this issue and it can be solved by a rebuild by a simple bNMU.

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

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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 fetchmail depends on:
ii  adduser   3.118
ii  debianutils   4.11.2
ii  libc6 2.31-4
ii  libcom-err2   1.45.6-1
ii  libgssapi-krb5-2  1.17-10
ii  libhesiod03.2.1-3.1
ii  libkrb5-3 1.17-10
ii  libssl1.1 1.1.1g-1
ii  lsb-base  11.1.0

Versions of packages fetchmail recommends:
ii  ca-certificates  20200601

Versions of packages fetchmail suggests:
ii  exim4-daemon-heavy [mail-transport-agent]  4.94-8
pn  fetchmailconf  
pn  resolvconf 

-- Configuration Files:
/etc/default/fetchmail changed:
OPTIONS=--nosslcertck
START_DAEMON=yes


-- no debconf information



Bug#958293: RM: zlibc -- ROM; package obsolete and FTBS

2020-04-20 Thread Francesco Paolo Lovergine
Package: ftp.debian.org
Severity: normal

Hi, zlibc has now a FTBS error #954571, but is now of limited interest and
basically obsolete/unsupported: last update from upstream is dated 10 years ago.
Basically I think it is better to remove from next release.

Cheers



Bug#953621: sshutle not working in connecting sid boxes due to python 3.8 version at endpoint

2020-03-11 Thread Francesco Paolo Lovergine

Package: sshuttle
Version: 0.78.5-1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

  * What led up to the situation?
  * What exactly did you do (or not do) that was effective (or
ineffective)?
  * What was the outcome of this action?
  * What outcome did you expect instead?

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


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

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

Versions of packages sshuttle depends on:
ii  iptables 1.8.2-4
ii  openssh-client [ssh-client]  1:7.9p1-10+deb10u2
ii  python3  3.7.3-1
ii  python3-pkg-resources40.8.0-1

Versions of packages sshuttle recommends:
ii  sudo  1.8.27-1+deb10u2

Versions of packages sshuttle suggests:
ii  autossh  1.4g-1

-- no debconf information

--
Francesco P. Lovergine



Bug#360627: Use new upstream source

2018-03-27 Thread Francesco Paolo Lovergine
Package: dircproxy
Version: 1.0.5-6
Followup-For: Bug #360627

But for missing SSL support current dircproxy has also issues of stability. At
least on Freenode I found continuous disconnections (every few minutes) which
render it unusable. The result is that I switched to znc which is much better 
supported upstream and has a lot of useful features. I would suggest to drop
the package completely or upgrade to a more current version to see if 
those issues are still present (at least it shoudl support SSL in experimental
form)


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

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



Bug#892373: [INFO] Bug#892373: proftpd-mod-fsync FTBFS with proftpd 1.3.6-1

2018-03-10 Thread Francesco Paolo Lovergine
Nave a look onto  Castaglia's github repo

Il 09 marzo 2018 23:11:56 CET, "Hilmar Preuße"  ha scritto:
>On 09.03.2018 16:28, Francesco P. Lovergine wrote:
>
>Hi,
>
>> Here the fix is trivial as suggested. Even in this case it is better 
>> upgrading to current upstream version.
>> 
>Where did you get a later version from? According to
>http://www.castaglia.org/proftpd/ the 0.2 is the latest version.
>
>H.
>-- 
>#206401 http://counter.li.org

-- 
Francesco P. Lovergine

Bug#887708: Please promote a sane embedding of doxygen specific javascript stuff

2018-01-19 Thread Francesco Paolo Lovergine
Package: doxygen
Version: 1.8.13-9
Severity: important

Most packages that use Doxygen for documentation these days embed Doxygen
JQuery or replace the Doxygen provided one with the Debian package 
for JQuery. The second option - which in general should be the way to go,
renders Tree View unusable (at least) -  because Doxygen uses and outdated 
version
which is not compatible with the stock Debian JQuery. 

I see two options possible:

- fixing Doxygen to use a current JQuery version (note that it is currently a
  tinyfication of the original product) and/or
- providing a working lib-doxygen-jquery pkg to be used by all packages to
avoid emdedding and link the right edition.

While the first option should be in any case considered (for security reasons
at least), I think the second option is a must to avoid multiple embeddings
of the same JQuery edition in -doc packages here and there.


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

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

Versions of packages doxygen depends on:
ii  libc6  2.24-11+deb9u1
ii  libclang1-3.9  1:3.9.1-9
ii  libgcc11:6.3.0-18
ii  libstdc++6 6.3.0-18
ii  libxapian301.4.3-2
ii  zlib1g 1:1.2.8.dfsg-5

doxygen recommends no packages.

Versions of packages doxygen suggests:
pn  doxygen-doc
pn  doxygen-gui
pn  doxygen-latex  
ii  graphviz   2.38.0-17

-- no debconf information



Bug#868311: Missing documentation

2017-07-14 Thread Francesco Paolo Lovergine
Package: libgdal-perl
Version: 2.1.2+dfsg-5
Severity: wishlist

The GDAL Perl bindnig is missing the full doxygen documentation available
here: http://arijolma.org/Geo-GDAL/2.2/index.html. That should be integrated
into the package to allow developers being independent on the online doc.

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

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

Versions of packages libgdal-perl depends on:
ii  libc6   2.24-11+deb9u1
ii  libgdal20   2.1.2+dfsg-5
ii  perl5.24.1-3
ii  perl-base [perlapi-5.24.1]  5.24.1-3

libgdal-perl recommends no packages.

libgdal-perl suggests no packages.

-- no debconf information



Bug#860064: [dnsmasq] startup failue when dns-root-data installed

2017-05-22 Thread Francesco Paolo Lovergine
Package: dnsmasq
Version: 2.76-5
Followup-For: Bug #860064

Hi, I can confirm this problem and that the provided patch works.

cheers.

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

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

Versions of packages dnsmasq depends on:
ii  dnsmasq-base 2.76-5+b1
ii  init-system-helpers  1.48
ii  netbase  5.4

dnsmasq recommends no packages.

Versions of packages dnsmasq suggests:
pn  resolvconf  

-- Configuration Files:
/etc/default/dnsmasq changed:
DNSMASQ_OPTS="--conf-file=/etc/dnsmasq.conf"
ENABLED=1
CONFIG_DIR=/etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new

/etc/dnsmasq.conf changed:
domain-needed
bogus-priv
local=/localnet/
interface=eth1
domain=ba.issia.cnr.it,172.16.0.0/24
dhcp-range=172.16.0.100,172.16.0.150,12h
dhcp-host=00:01:6c:e9:52:11,blegrez
dhcp-host=00:0d:60:cc:0d:f5,gloin
dhcp-host=a0:36:9f:55:8c:11,emstedal
dhcp-boot=pxelinux.0,pxeserver,172.16.0.1
pxe-service=x86pc,"Install Linux",pxelinux
enable-tftp
tftp-root=/srv/tftp

/etc/init.d/dnsmasq changed:
set +e
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/sbin/dnsmasq
NAME=dnsmasq
DESC="DNS forwarder and DHCP server"
ENABLED=1
if [ -r /etc/default/$NAME ]; then
. /etc/default/$NAME
fi
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG
fi
test -e /usr/share/dnsmasq/installed-marker || exit 0
 
test -x $DAEMON || exit 0
if [ -f /lib/lsb/init-functions ]; then
 . /lib/lsb/init-functions
else
 log_warning_msg () {
echo "${@}."
 }
 log_success_msg () {
echo "${@}."
 }
 log_daemon_msg () {
echo -n "${1}: $2"
 }
 log_end_msg () {
if [ $1 -eq 0 ]; then
  echo "."
elif [ $1 -eq 255 ]; then
  /bin/echo -e " (warning)."
else
  /bin/echo -e " failed!"
fi
 }
fi
if [ ! "$RESOLV_CONF" ] &&
   [ "$IGNORE_RESOLVCONF" != "yes" ] &&
   [ -x /sbin/resolvconf ]
then
RESOLV_CONF=/run/dnsmasq/resolv.conf
fi
for INTERFACE in $DNSMASQ_INTERFACE; do
DNSMASQ_INTERFACES="$DNSMASQ_INTERFACES -i $INTERFACE"
done
for INTERFACE in $DNSMASQ_EXCEPT; do
DNSMASQ_INTERFACES="$DNSMASQ_INTERFACES -I $INTERFACE"
done
if [ ! "$DNSMASQ_USER" ]; then
   DNSMASQ_USER="dnsmasq"
fi
DNSMASQ_OPTS="$DNSMASQ_OPTS --local-service"
ROOT_DS="/usr/share/dns/root.ds"
if [ -f $ROOT_DS ]; then
   DNSMASQ_OPTS="$DNSMASQ_OPTS `sed -e s/".*\sIN\sDS\s"/--trust-anchor=.,/ -e 
s/" "/,/g $ROOT_DS | tr '\n' ' '`" 
fi
start()
{
# Return
#   0 if daemon has been started
#   1 if daemon was already running
#   2 if daemon could not be started
# /run may be volatile, so we need to ensure that
# /run/dnsmasq exists here as well as in postinst
if [ ! -d /run/dnsmasq ]; then
   mkdir /run/dnsmasq || return 2
   chown dnsmasq:nogroup /run/dnsmasq || return 2
fi
start-stop-daemon --start --quiet --pidfile /run/dnsmasq/$NAME.pid 
--exec $DAEMON --test > /dev/null || return 1
start-stop-daemon --start --quiet --pidfile /run/dnsmasq/$NAME.pid 
--exec $DAEMON -- \
-x /run/dnsmasq/$NAME.pid \
${MAILHOSTNAME:+ -m $MAILHOSTNAME} \
${MAILTARGET:+ -t $MAILTARGET} \
${DNSMASQ_USER:+ -u $DNSMASQ_USER} \
${DNSMASQ_INTERFACES:+ $DNSMASQ_INTERFACES} \
${DHCP_LEASE:+ -l $DHCP_LEASE} \
${DOMAIN_SUFFIX:+ -s $DOMAIN_SUFFIX} \
${RESOLV_CONF:+ -r $RESOLV_CONF} \
${CACHESIZE:+ -c $CACHESIZE} \
${CONFIG_DIR:+ -7 $CONFIG_DIR} \
${DNSMASQ_OPTS:+ $DNSMASQ_OPTS} \
|| return 2
}
start_resolvconf()
{
for interface in $DNSMASQ_EXCEPT
do
[ $interface = lo ] && return
done
if [ -x /sbin/resolvconf ] ; then
echo "nameserver 127.0.0.1" | /sbin/resolvconf -a lo.$NAME
fi
return 0
}
stop()
{
# Return
#   0 if daemon has been stopped
#   1 if daemon was already stopped
#   2 if daemon could not be stopped
#   other if a failure occurred
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
/run/dnsmasq/$NAME.pid --name $NAME
}
stop_resolvconf()
{
if [ -x /sbin/resolvconf ] ; then
/sbin/resolvconf -d lo.$NAME
fi
return 0
}
status()
{
# Return
#   0 if daemon is running
#   1 if daemon is dead and pid file exists
#   3 if daemon is not 

Bug#856920: vim-gtk does not refresh window in full-screen mode with a tiling window manager when multiple tabs are used.

2017-03-06 Thread Francesco Paolo Lovergine
Package: vim-gtk
Version: 2:8.0.0197-2
Severity: important

In order to reproduce the bug:

- use a tiled window manager (wm): i'm using awesome for that, not sure about
  others.
- load vim-gtk in a wm tab in 'max' mode.
- create a new vim tab with :tabnew.
- switch to another wm tab and switch back to the gvim-gtk wm tab.

You will se a grey window with a blinking cursor. After hitting a ctrl-L the 
vim text
will appear correclyi, but all other vim-gtk window objects will be lost 
(icons, menus, etc.). That needs to be done again after all wm tab switching, 
which is a pain for any decent gvim use.

-- Package-specific info:

--- real paths of main Vim binaries ---
/usr/bin/vi is /usr/bin/vim.gtk
/usr/bin/vim is /usr/bin/vim.gtk
/usr/bin/gvim is /usr/bin/vim.gtk

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

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

Versions of packages vim-gtk depends on:
ii  libacl1 2.2.52-3+b1
ii  libc6   2.24-9
ii  libgdk-pixbuf2.0-0  2.36.5-2
ii  libglib2.0-02.50.3-1
ii  libgpm2 1.20.4-6.2+b1
ii  libgtk2.0-0 2.24.31-2
ii  libice6 2:1.0.9-2
ii  liblua5.2-0 5.2.4-1.1+b2
ii  libpango-1.0-0  1.40.4-1
ii  libperl5.24 5.24.1-1
ii  libpython3.53.5.3-1
ii  libruby2.3  2.3.3-1
ii  libselinux1 2.6-3
ii  libsm6  2:1.2.2-1+b1
ii  libtcl8.6   8.6.6+dfsg-1+b1
ii  libtinfo5   6.0+20161126-1
ii  libx11-62:1.6.4-3
ii  libxt6  1:1.1.5-1
ii  vim-common  2:8.0.0197-2
ii  vim-gui-common  2:8.0.0197-2
ii  vim-runtime 2:8.0.0197-2

vim-gtk recommends no packages.

Versions of packages vim-gtk suggests:
ii  cscope15.8b-2
ii  fonts-dejavu  2.37-1
ii  gnome-icon-theme  3.12.0-2
pn  vim-doc   

-- no debconf information



Bug#700632: "quota for --bytes-upload, --files-upload etc. should support value zero."

2017-02-20 Thread Francesco Paolo Lovergine
Package: proftpd-basic
Version: 1.3.5-1.1+deb8u1
Followup-For: Bug #700632

As clarified in 1.3.6 documentation (see proftpd#427) all values <= 0 are
treated as unlimited.

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

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

Versions of packages proftpd-basic depends on:
ii  adduser3.113+nmu3
ii  debconf1.5.56
ii  debianutils4.4+b1
ii  libacl12.2.52-2
ii  libc6  2.19-18+deb8u7
ii  libcap21:2.24-8
ii  libmemcached11 1.0.18-4
ii  libmemcachedutil2  1.0.18-4
ii  libncurses55.9+20140913-1+b1
ii  libpam-runtime 1.1.8-3.1+deb8u2
ii  libpam0g   1.1.8-3.1+deb8u2
ii  libpcre3   2:8.35-3.3+deb8u4
ii  libssl1.0.01.0.1t-1+deb8u6
ii  libtinfo5  5.9+20140913-1+b1
ii  libwrap0   7.6.q-25
ii  netbase5.3
ii  sed4.2.2-4+deb8u1
ii  ucf3.0030
ii  zlib1g 1:1.2.8.dfsg-2+b1

proftpd-basic recommends no packages.

Versions of packages proftpd-basic suggests:
pn  openbsd-inetd | inet-superserver  
ii  openssl   1.0.1t-1+deb8u6
pn  proftpd-doc   
pn  proftpd-mod-geoip 
pn  proftpd-mod-ldap  
pn  proftpd-mod-mysql 
pn  proftpd-mod-odbc  
pn  proftpd-mod-pgsql 
pn  proftpd-mod-sqlite

-- debconf information excluded



Bug#820984: proftpd-basic: cannot preseed / ignores local config changes

2017-01-26 Thread Francesco Paolo Lovergine
Package: proftpd-dfsg
Version: 1.3.5b-2
Followup-For: Bug #820984

About this, we are going to drop the non-standalone support in maintainer
scripts for the following reasons:

- inetd/xinetd/systemd support is of little interest for a serious ftp server
- maintainer scripts cannot currently support fully the three different
  alternatives now available
- it is much more easy allowing manual non-standalone configuration
- debconf issue here documented is still unknown (and unexpected) 

What is the RMs tought about this issue?


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

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



Bug#814772: proftpd-basic: includes ~-files in config, incluing a whole directory

2016-12-14 Thread Francesco Paolo Lovergine
Package: proftpd-basic
Followup-For: Bug #814772

I would close this bug mainly as an old configuration issue.

At the time I added Include /etc/proftpd/conf.d 
as a way to add a whole set of configuration files. The ~ for backup file is a
convention (e.g. Emacs), so basically any plain file will be included, so the 
admin should
ensure to include only valid and not redundant configuration files.

That said, _now_ I would use something like:

Include /etc/proftpd/conf.d/*.conf

which would obsolete this bug. This is _now_ a valid and supported include
clause (not at the time of my first change in the configuration file).
Changing that could add now more headaches for the poor maintainer, with
people complaining about supposed broken configurations and so on.


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

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

Versions of packages proftpd-basic depends on:
ii  adduser3.115
ii  debconf1.5.59
ii  debianutils4.8.1
ii  libacl12.2.52-3
ii  libc6  2.24-8
ii  libcap21:2.25-1
ii  libmemcached11 1.0.18-4.1
ii  libmemcachedutil2  1.0.18-4.1
ii  libncurses56.0+20161126-1
ii  libpam-runtime 1.1.8-3.3
ii  libpam0g   1.1.8-3.3
ii  libpcre3   2:8.39-2
ii  libssl1.0.21.0.2j-4
ii  libtinfo5  6.0+20161126-1
ii  libwrap0   7.6.q-25
ii  lsb-base   9.20161125
ii  netbase5.3
ii  sed4.2.2-8
ii  ucf3.0036
ii  zlib1g 1:1.2.8.dfsg-4

proftpd-basic recommends no packages.

Versions of packages proftpd-basic suggests:
ii  openbsd-inetd [inet-superserver]  0.20140418-2
ii  openssl   1.1.0c-2
ii  proftpd-doc   1.3.5b-1
pn  proftpd-mod-geoip 
pn  proftpd-mod-ldap  
pn  proftpd-mod-mysql 
pn  proftpd-mod-odbc  
pn  proftpd-mod-pgsql 
pn  proftpd-mod-sqlite

-- debconf information excluded



Bug#783245: wx gui does not work properly under vnc

2015-04-24 Thread Francesco Paolo Lovergine
Package: grass
Version: 7.0.0-1~exp1
Severity: important

Using wxwidget GUI under VNC the add raster/vector tool does not show a
working pop-up window to choose a file, which renders the GUI almost unusable.
Just for information the same issue appears in the native macosx binary under
the latest OSX version. It is working under X11 natively, so it seems some
strange oddity in interaction between the GUI and the WX engine under some
specific environments.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages grass depends on:
ii  grass-core  6.4.4-1
ii  grass-gui   6.4.4-1

Versions of packages grass recommends:
ii  grass-doc  6.4.4-1

Versions of packages grass suggests:
ii  grass-dev  6.4.4-1

-- 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#594449: proftpd-basic: Unable to reload (signal HUP) - The process is killed

2014-04-16 Thread Francesco Paolo Lovergine
Package: proftpd-basic
Version: 1.3.5~rc4-1+b1
Followup-For: Bug #594449

This issue seems due to mod_facl and can be workarounded by commenting out the
LoadModule statement in /etc/proftpd/modules.conf. It would allow logrotate
to consistently work with a proper HUP instead of a restart.
Of course fixing mod_facl would be better.

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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages proftpd-basic depends on:
ii  adduser3.113+nmu3
ii  debconf1.5.52
ii  debianutils4.4
ii  libacl12.2.52-1
ii  libc6  2.18-4
ii  libcap21:2.22-1.2
ii  libmemcached11 1.0.18-3
ii  libmemcachedutil2  1.0.18-3
ii  libncurses55.9+20140118-1
ii  libpam-runtime 1.1.8-3
ii  libpam0g   1.1.8-3
ii  libpcre3   1:8.31-3
ii  libssl1.0.01.0.1g-2
ii  libtinfo5  5.9+20140118-1
ii  libwrap0   7.6.q-25
ii  netbase5.2
ii  sed4.2.2-4
ii  ucf3.0027+nmu1
ii  zlib1g 1:1.2.8.dfsg-1

proftpd-basic recommends no packages.

Versions of packages proftpd-basic suggests:
pn  openbsd-inetd | inet-superserver  none
ii  openssl   1.0.1g-2
pn  proftpd-doc   none
pn  proftpd-mod-geoip none
pn  proftpd-mod-ldap  none
pn  proftpd-mod-mysql none
pn  proftpd-mod-odbc  none
pn  proftpd-mod-pgsql none
pn  proftpd-mod-sqlitenone

-- debconf information excluded


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



Bug#742684: /usr/include/gribex/config.h points to an unexistent file

2014-03-26 Thread Francesco Paolo Lovergine
Package: libemos-dev
Version: 000392+dfsg.1-2
Severity: normal

lrwxrwxrwx 1 root root 11 dic 15 09:35 /usr/include/gribex/config.h - 
../config.h

Destination file does not exist.


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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libemos-dev depends on:
ii  libemos0d  000392+dfsg.1-2

Versions of packages libemos-dev recommends:
ii  pkg-config  0.26-1

libemos-dev 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#742688: Plugins cannot be updated/installed

2014-03-26 Thread Francesco Paolo Lovergine
Package: qgis
Version: 2.2.0-1
Severity: important

Once updated to the current sid version, I'm not more able to update current
(python) plugins to new versions or install new plugins. That renders the 
program quite
unusable in many situations. It suggests verifying permissions on
$HOME/.qgis2/plugins/directory and other silly checks.

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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qgis depends on:
ii  libc6 2.18-4
ii  libexpat1 2.1.0-4
ii  libgcc1   1:4.8.2-17
ii  libgdal1h 1.10.1+dfsg-4+b1
ii  libgeos-c13.4.2-4
ii  libgsl0ldbl   1.16+dfsg-1
ii  libpq59.3.4-1
ii  libproj0  4.8.0-2
ii  libqgis-analysis2.2.0 2.2.0-1
ii  libqgis-core2.2.0 2.2.0-1
ii  libqgis-gui2.2.0  2.2.0-1
ii  libqgis-networkanalysis2.2.0  2.2.0-1
ii  libqt4-network4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-sql4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-svg4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-xml4:4.8.5+git242-g0315971+dfsg-2
ii  libqtcore44:4.8.5+git242-g0315971+dfsg-2
ii  libqtgui4 4:4.8.5+git242-g0315971+dfsg-2
ii  libqtwebkit4  2.2.1-7
ii  libqwt6   6.0.0-1.2
ii  libspatialindex3  1.8.1-2
ii  libspatialite54.1.1-6
ii  libsqlite3-0  3.8.4.1-1
ii  libstdc++64.8.2-17
ii  qgis-common   2.2.0-1
ii  qgis-providers2.2.0-1

Versions of packages qgis recommends:
ii  python-qgis2.2.0-1
ii  qgis-plugin-globe  2.2.0-1
ii  qgis-plugin-grass  2.2.0-1

Versions of packages qgis suggests:
ii  gpsbabel  1.4.3-1

-- 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#741542: nmu: proftpd-mod-* modules

2014-03-13 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu proftpd-mod-tar_0.3.3-1 . ALL . -m Rebuilt for proftpd 1.3.5rc4
nmu proftpd-mod-autohost_0.4.1-1 . ALL . -m Rebuilt proftpd for 1.3.5rc4
nmu proftpd-mod-case_0.7-1 . ALL . -m Rebuilt for proftpd 1.3.5rc4
nmu proftpd-mod-clamav_0.7-1 . ALL . -m Rebuilt for proftpd 1.3.5rc4
nmu proftpd-mod-dnsbl_0.1.5-3 . ALL . -m Rebuilt for proftpd 1.3.5rc4
nmu proftpd-mod-fsync_0.2-1 . ALL . -m Rebuilt for proftpd 1.3.5rc4
nmu proftpd-mod-msg_0.4.1-1.1 . ALL . -m Rebuilt for proftpd 1.3.5rc4
nmu proftpd-mod-vroot_0.9.2-2 . ALL . -m Rebuilt for proftpd 1.3.5rc4

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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#740813: wrong path for .cmake file

2014-03-05 Thread Francesco Paolo Lovergine
Package: libinsighttoolkit4-dev
Version: 4.5.0-3
Severity: serious

All *.cmake files (platform independent) should go under /usr/share/cmake as
for other packages, not in /usr/lib/cmake. See shared-desktop-ontologies for
instance.  Also eventually consider an -all common package for them insted of 
distributing all those files in the -dev  -any file. 

I'm not completely persuaded that current way of distributing
cmake data for third-parties is coherent, so feel free to pass the ball 
to cmake maintainers.

For instance, I don't know how/if the FindITK.cmake should cowork with 
the ITK4.5 .cmake stuff. I find the whole thing a bit confused/casual.
Or at least not documented in usual places (/usr/share/doc/package)

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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libinsighttoolkit4-dev depends on:
ii  libc6 2.18-4
ii  libdcmtk2-dev 3.6.0-15+b1
ii  libgcc1   1:4.8.2-16
ii  libgdcm2-dev  2.4.1-2+b1
ii  libgdcm2.42.4.1-2+b1
ii  libinsighttoolkit4.5  4.5.0-3
ii  libjpeg8  8d-2
ii  libpng12-01.2.50-1
ii  libstdc++64.8.2-16
ii  libtiff5  4.0.3-8
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages libinsighttoolkit4-dev recommends:
ii  libfftw3-dev  3.3.3-7
ii  uuid-dev  2.20.1-5.6

Versions of packages libinsighttoolkit4-dev suggests:
pn  insighttoolkit4-examples  none

-- 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#740177: Prospective proftpd should replace inetd/xinetd with socket systemd

2014-02-26 Thread Francesco Paolo Lovergine
Package: proftpd-basic
Version: 1.3.5~rc4-1
Severity: normal

This is just for a future possible enahancement. In the meantime the
inetd/xinetd use should be deprecated and avoided in order to not having
problems such as those pointed on RH bugzilla
(https://bugzilla.redhat.com/show_bug.cgi?id=708997)

Unfortunately, the socket implementation has issues at upstream level:
http://bugs.proftpd.org/show_bug.cgi?id=3661
It does not seem that it will be managed any time soon.


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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages proftpd-basic depends on:
ii  adduser3.113+nmu3
ii  debconf1.5.52
ii  debianutils4.4
ii  libacl12.2.52-1
ii  libc6  2.18-3
ii  libcap21:2.22-1.2
ii  libmemcached10 1.0.8-1
ii  libmemcachedutil2  1.0.8-1
ii  libncurses55.9+20140118-1
ii  libpam-runtime 1.1.8-2
ii  libpam0g   1.1.8-2
ii  libpcre3   1:8.31-2
ii  libssl1.0.01.0.1f-1
ii  libtinfo5  5.9+20140118-1
ii  libwrap0   7.6.q-25
ii  netbase5.2
ii  sed4.2.2-4
ii  ucf3.0027+nmu1
ii  zlib1g 1:1.2.8.dfsg-1

proftpd-basic recommends no packages.

Versions of packages proftpd-basic suggests:
pn  openbsd-inetd | inet-superserver  none
ii  openssl   1.0.1f-1
pn  proftpd-doc   none
pn  proftpd-mod-geoip none
pn  proftpd-mod-ldap  none
pn  proftpd-mod-mysql none
pn  proftpd-mod-odbc  none
pn  proftpd-mod-pgsql none
pn  proftpd-mod-sqlitenone

-- debconf information:
* shared/proftpd/inetd_or_standalone: from inetd


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



Bug#736824: New release of POSIX manpages

2014-01-27 Thread Francesco Paolo Lovergine
Package: manpages-posix
Version: 2.16-1
Severity: wishlist

As sent by Michael Kerrisk:

Hello all,

The manual pages produced by the Linux man-pages project attempt
to document deviations between Linux behavior and the POSIX.1 standard.
However, the pages are no substitute for the standard itself.

In 2004, the IEEE and The Open Group decided to grant permission to the
Linux man-pages project to distribute parts of the then-current version
of POSIX.1 in manual page format. That decision provided an extremely
valuable resource for Linux programmers who wanted to write applications
that are portable across UNIX systems. Evidence of that value has been
demonstrated by regular requests in the last few years that the project
should update its copy of the POSIX manual pages to the latest
version provided by The Austin Group (the umbrella group that works
on development of the POSIX.1 standard).

We are pleased to announce that, once again, the IEEE and The Open Group
have kindly granted us permission to distribute extracts from the
latest version of the POSIX.1 standard:

IEEE Std 1003.1, 2013 Edition, Standard for Information
Technology--Portable Operating System Interface (POSIX),
The Open Group Base Specifications Issue 7,
Copyright (C) 2013 by the Institute of Electrical and
Electronics Engineers, Inc and The Open Group.

(For those curious about the 2013 designation, this is
POSIX.1-2008 with the 2013 Technical Corrigendum 1 applied.)

Thanks to some excellent scripting work by Felix Janda, the source
files supplied by IEEE and The Open Group have been cleanly converted
to  man format. The result is that portions of the standard are now
made available for easy reference  as (1139!) manual pages. Those
pages are divided into three sections:

Section 0p = POSIX headers (specifications for header files)
Section 1p = POSIX utilities (i.e., specifications shell commands)
Section 3p = POSIX functions (specifications for functions)

Tarballs containing the pages can be found at
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2013-a.tar.gz
and
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2013-a.tar.xz

Please note that all pages carry the following disclaimer:

In the event of any discrepancy between this version and the original
IEEE and The Open Group Standard, the original IEEE and The Open
Group Standard is the referee document. The original Standard can
be obtained online at http://www.unix.org/online.html .

Any typographical or formatting errors that appear in this page are
most likely to have been introduced during the conversion of the
source files to man page format. To report such errors, see
https://www.kernel.org/doc/man-pages/reporting_bugs.html .

Thanks,

Michael




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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

manpages-posix depends on no packages.

Versions of packages manpages-posix recommends:
ii  manpages  3.56-1

Versions of packages manpages-posix suggests:
ii  man-db [man-browser]  2.6.6-1

-- 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#736334: Sqlite3 backend not more working

2014-01-22 Thread Francesco Paolo Lovergine
Package: gnucash
Version: 1:2.6.0-1
Severity: grave

I use gnucash daily, with the sqlite3 backend for all my stuff. Today after
updating my this sid box, gnucash is not more able to load any sqlite3 gnucash
file (with a message like: no suitable backend found for file .gnucash).
All worked perfectly and my files are still usable on other sid boxes.
Even cleaning the guile cache gave no results.

Note: both testing and sid libdbd-sqlite3 backends give the problems.

Curiously the list of today upgrades on this box seem unrelated:

2014-01-22 09:41:47 upgrade djvulibre-bin:i386 3.5.25.4-2 3.5.25.4-3
2014-01-22 09:41:53 upgrade libdjvulibre-text:all 3.5.25.4-2 3.5.25.4-3
2014-01-22 09:41:57 upgrade libdjvulibre21:i386 3.5.25.4-2 3.5.25.4-3
2014-01-22 09:42:01 upgrade libffi6:i386 3.0.13-11 3.0.13-12
2014-01-22 09:42:04 upgrade slrn:i386 1.0.1-9 1.0.1-10
2014-01-22 09:42:10 upgrade djvulibre-desktop:all 3.5.25.4-2 3.5.25.4-3
2014-01-22 09:42:14 upgrade gnash:i386 0.8.11~git20130903-3 
0.8.11~git20140121+dfsg-1
2014-01-22 09:42:18 upgrade gnash-common:i386 0.8.11~git20130903-3 
0.8.11~git20140121+dfsg-1
2014-01-22 09:42:25 upgrade libdbi1:i386 0.8.4-6 0.9.0-1
2014-01-22 09:42:28 upgrade libdbd-sqlite3:i386 0.8.3-1+s-5+b1 0.9.0-1
2014-01-22 09:42:34 upgrade libio-socket-ssl-perl:all 1.965-1 1.966-1
2014-01-22 09:42:38 upgrade python-sphinx:all 1.2.1+dfsg-1 1.2.1+dfsg-2
2014-01-22 09:42:47 upgrade sphinx-common:all 1.2.1+dfsg-1 1.2.1+dfsg-2
2014-01-22 09:42:57 upgrade libjs-sphinxdoc:all 1.2.1+dfsg-1 1.2.1+dfsg-2
2014-01-22 09:42:59 upgrade python-opengl:all 3.0.1-1 3.0.2-1
2014-01-22 09:43:52 upgrade r-cran-foreign:i386 0.8.57-1 0.8.58-1
2014-01-22 09:43:56 upgrade sphinx-doc:all 1.2.1+dfsg-1 1.2.1+dfsg-2
2014-01-22 09:44:04 upgrade pqiv:i386 2.0-1 2.1.1-1
2014-01-22 09:48:37 upgrade libpoppler-glib8:i386 0.18.4-10 0.22.5-4
2014-01-22 09:48:39 upgrade libsane:i386 1.0.24-1.1 1.0.24-1.1+b1
2014-01-22 09:48:50 upgrade libpoppler-dev:i386 0.18.4-10 0.22.5-4
2014-01-22 09:48:52 upgrade libx264-dev:i386 3:0.140.2377+git1ca7bb9-dmo3 
3:0.142.2389+git956c8d8-dmo1
2014-01-22 09:48:53 upgrade poppler-utils:i386 0.18.4-10 0.22.5-4
2014-01-22 09:48:54 upgrade i3:i386 4.7-1 4.7.1-1
2014-01-22 09:48:55 upgrade i3-wm:i386 4.7-1 4.7.1-1
2014-01-22 12:23:14 upgrade libdbd-sqlite3:i386 0.9.0-1 0.8.3-1+s-5+b1  
downgrade, without result.

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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnucash depends on:
ii  gnucash-common 1:2.6.0-1
ii  guile-2.0  2.0.9+1-1
ii  guile-2.0-libs 2.0.9+1-1
ii  libaqbanking34 5.3.1beta-2
ii  libc6  2.17-97
ii  libcairo2  1.12.16-2
ii  libcrypt-ssleay-perl   0.58-1+b1
ii  libdate-manip-perl 6.42-1
ii  libdbi10.9.0-1
ii  libfinance-quote-perl  1.18-1
ii  libgdk-pixbuf2.0-0 2.28.2-1+b1
ii  libglib2.0-0   2.36.4-1
ii  libgnome-keyring0  3.8.0-2
ii  libgnomecanvas2-0  2.30.3-2
ii  libgoffice-0.8-8   0.8.17-3
ii  libgtk2.0-02.24.22-1
ii  libgwengui-gtk2-0  4.9.0beta-1
ii  libgwenhywfar604.9.0beta-1
ii  libhtml-tableextract-perl  2.11-1
ii  libhtml-tree-perl  5.03-1
ii  libktoblzcheck1c2a 1.44-1
ii  libofx41:0.9.4-2.1
ii  libpango-1.0-0 1.36.0-1+b1
ii  libpangocairo-1.0-01.36.0-1+b1
ii  libpython2.7   2.7.6-5
ii  libwebkitgtk-1.0-0 2.2.3-1+b1
ii  libwww-perl6.05-2
ii  libx11-6   2:1.6.2-1
ii  libxml22.9.1+dfsg1-3
ii  libxslt1.1 1.1.28-2
ii  perl   5.18.2-2
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages gnucash recommends:
ii  gnucash-docs  2.6.0-1
ii  yelp  3.10.1-1

Versions of packages gnucash suggests:
pn  libdbd-mysqlnone
pn  libdbd-pgsqlnone
ii  libdbd-sqlite3  0.8.3-1+s-5+b1

-- 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#732531: ITP: pktools -- A collection of programs to process geo raster images

2013-12-18 Thread Francesco Paolo Lovergine
Package: wnpp
Severity: wishlist
Owner: Francesco Paolo Lovergine fran...@debian.org

* Package name: pktools
  Version : 2.4.3
  Upstream Author : Pieter Kempeneers kempe...@gmail.com
* URL : http://www.nongnu.org/pktools/html/index.html
* License : GPL3
  Programming Lang: C++
  Description : A collection of programs to process geo raster images

pktools is a collection of programs written in C++ to perform
operations, mostly on raster images. It heavily relies on the Geospatial
Data Abstraction Library GDAL and OGR. The
programs are similar to the gdal tools (gdalinfo, gdal_translate,
gdal_merge,...) and some of the functionalities provided in pktools
already exist in the gdal tools. The reason for implementing pktools is
a combination of personal preference and additional functionality.
All utilities in pktools use command line options and have a built in help.

A list of tools available:

pkascii2img program to create raster image based on ascii file
pkascii2ogr program to create vector points or polygons from text file
pkclassify_nn classify raster image using Artificial Neural Network
pkclassify_svm classify raster image using Support Vector Machine
pkcreatect program to create and import colour table to GTiff image
pkcrop perform raster data operations on image such as crop, extract and 
stack bands
pkdiff program to compare two raster image files
pkdsm2shadow program to calculate sun shadow based on digital surface model 
and sun angles
pkdumpimg program to dump image content to ascii or std out
pkdumpogr dump ogr file to text file or standard output
pkeditogr program to edit (rename fields) ogr fil
pkegcs Utility for raster files in European Grid Coordinate System
pkenhance program to enhance raster images
pkextract extract pixel values from raster image from a (vector or raster) 
sample
pkfillnodata program to fill holes in raster image
pkfilterascii program to filter data in ASCII file (spectral respons 
function, dwt)
pkfilter program to filter raster images
pkfs_nn feature selection for nn classifier
pkfs_svm feature selection for svm classifier
pkgetmask program to create mask image based on values in input raster image
pkinfo program to retrieve information from raster images
pklas2img program to create (e.g., DEM) raster image from las files
pkmosaic program to create mosaic geo-referenced images
pkndvi program to calculate vegetation index image
pkopt_svm program to optimize parameters for SVM classification
pkpolygonize program to make vector file from raster image
pkreclass program to replace pixel values in raster image
pkregression_nn regression with artificial neural network (multi-layer 
perceptron)
pksetmask program to apply mask image (set invalid values) to raster image
pksieve program to sieve filter raster image
pkstatascii
pkstatogr program to calculate basic statistics from vector file


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



Bug#732389: Please change b-d on for GDAL

2013-12-17 Thread Francesco Paolo Lovergine
Package: osmium
Severity: normal

Hi

starting from version 1.10.0 of the GDAL library we are trying to get rid of the
mess with its build-rdeps. Please, with your next upload change your
build-dep in the current one:

libgdal-dev (= 1.10.0-0~)

that drops the major version (1) in the library name.

Thanks.


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



Bug#732390: Please update build-dep on gdal

2013-12-17 Thread Francesco Paolo Lovergine
Package: xastir
Version: 2.0.0-2.1+b1
Severity: normal

Hi 

starting from version 1.10.0 of the GDAL library we are trying to get rid of the
mess with its build-rdeps. Please, with your next upload change your 
build-dep in the current one:

libgdal-dev (= 1.10.0-0~)

that drops the major version (1) in the library name.

Thanks.


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



Bug#712688: transition: gdal

2013-06-18 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Dear RMs 

I'm going to provide a long due change to gdal library (current 1.9.0) in sid.
In order to solve properly problems of programs that both link geotiff, tiff
and gdal libraries, I'm going to drop direct tiff/geotiff functions providing.
Upstreams provide now a renaming feature for that (note that the internal 
gdal version indeed use a bit different ABI) and the result will be a
bit different API/ABI starting from next 1.10.0 version. 
(See http://wiki.orfeo-toolbox.org/index.php/Link_conflicts about that and
the partially working fix of #558733)

Unfortunately, upstreams do not consider that a true API change (in some way the
use of geotiff/tiff funcs out of the gdal interface is considered de facto
a deprecated use). So the official upstream soname is indeed the same.

BTW, without annoying all of you with a so looong history about 
this issue, I'm going to introduce a new libgdal1h binary package (h means 
hidden, better 
suggestions are welcome :)), with a new SONAME libgdal.1h to manage a decent 
migration
to the new flavor. This will sacrifice third-parties sw compatibility, but
well, who cares? It would be break anyway.

That could also imply that some r-deps will have to explicitly link now
tiff/geotiff libraries instead of using the gdal inner one.

As usual I will start all the transition in experimental ASAP.

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

Kernel: Linux 3.9-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#704735: nmu: proftpd-dfsg_1.3.4a-4

2013-04-05 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

Hi this is requested to solve #704484 that prevents mod_tls working due to
strict checking against openssl version.

nmu proftpd-dfsg_1.3.4a-4 . ALL . -m rebuild to force linking with the current 
openssl version

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#697688: unblock: proftpd-dfsg/1.3.4a-3

2013-01-08 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package proftpd-dfsg

  [SECURITY] New patch 3841 fixes CVE-2012-6095: a possible race
  condition in the handling of the MKD/XMKD FTP commands, when the UserOwner 
  directive is involved, and the attacker is on the same physical 
  machine as a running proftpd.

  Diff consists in a single patch file '3841' in quilt format. The same
  patch has been backported to stable (for version 1.3.3).

unblock proftpd-dfsg/1.3.4a-3

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#690068: No documentation included

2012-10-09 Thread Francesco Paolo Lovergine
Package: garmin-ant-downloader
Version: 20110626-1
Severity: normal

This package does not include any documentation about bootstrapping the
program for dumping a Garmin ANT+ device. At least an accompanying README file 
would be
useful. A manpage would be better :)

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

Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages garmin-ant-downloader depends on:
ii  libc62.13-35
ii  libxml2  2.8.0+dfsg1-6

garmin-ant-downloader recommends no packages.

garmin-ant-downloader 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#681046: Some applications are not properly maximized

2012-07-10 Thread Francesco Paolo Lovergine
Package: awesome
Version: 3.4.12-2
Severity: normal

I'm not sure if this is a xrandr issue, an awesome issue or some general
problem due to some widget toolbox such as gtk. I'm using awesome on a 
laptop with a double screen LVDS+VGA configuration. 
Total screen size is: 3520x1200 pixels with one 1600x1200 LVDS and
a 1920x1080 external display. At least a couple of applications (libreoffice
and qgis) are not able to be properly maximized and also cannot be moved 
on any external screen tag. Other applications (e.g. evince) instead work
properly: they can be maximized and/or moved (by win+mouse) within the 
tag desktop. In order to properly reproduce the issue any of the previously
cited program can be used. Note that I have the same problem with both an ATI
and a Nvidia card, so it seems undependent on the graphic card.
I'm sure it used to work in the past on sid, but I'm not sure if the
problem started with a change in Xorg or what.


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

Kernel: Linux 3.2.0-3-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awesome depends on:
ii  dbus-x11  1.6.2-2
ii  libc6 2.13-34
ii  libcairo2 1.12.2-2
ii  libdbus-1-3   1.6.2-2
ii  libev41:4.11-1
ii  libglib2.0-0  2.32.3-1
ii  libimlib2 1.4.5-1
ii  liblua5.1-0   5.1.5-2
ii  libpango1.0-0 1.30.0-1
ii  libstartup-notification0  0.12-1
ii  libx11-6  2:1.5.0-1
ii  libxcb-icccm4 0.3.9-2
ii  libxcb-image0 0.3.9-1
ii  libxcb-keysyms1   0.3.9-1
ii  libxcb-randr0 1.8.1-1
ii  libxcb-render01.8.1-1
ii  libxcb-shape0 1.8.1-1
ii  libxcb-shm0   1.8.1-1
ii  libxcb-util0  0.3.8-2
ii  libxcb-xinerama0  1.8.1-1
ii  libxcb-xtest0 1.8.1-1
ii  libxcb1   1.8.1-1
ii  libxdg-basedir1   1.1.1-2
ii  menu  2.1.46

Versions of packages awesome recommends:
ii  feh2.3-2
ii  rlwrap 0.37-3
ii  x11-xserver-utils  7.7~3

awesome 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#679220: Conflicting with therion-doc, please add suitable Breaks/Conflicts

2012-06-27 Thread Francesco Paolo Lovergine
Package: therion-viewer
Version: 5.3.9-3
Severity: serious

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  therion-viewer
1 upgraded, 0 newly installed, 0 to remove and 132 not upgraded.
544 not fully installed or removed.
Need to get 0 B/537 kB of archives.
After this operation, 2048 B of additional disk space will be used.
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
(Reading database ... 392581 files and directories currently installed.)
Preparing to replace therion-viewer 5.3.9-1+b1 (using 
.../therion-viewer_5.3.9-3_i386.deb) ...
Unpacking replacement therion-viewer ...
dpkg: error processing /var/cache/apt/archives/therion-viewer_5.3.9-3_i386.deb 
(--unpack):
 trying to overwrite '/usr/share/doc-base/therion', which is also in package 
therion-doc 5.3.9-3
Processing triggers for menu ...
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
 /var/cache/apt/archives/therion-viewer_5.3.9-3_i386.deb

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

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

Versions of packages therion-viewer depends on:
ii  libc6 2.13-33
ii  libfreetype6  2.4.9-1
ii  libgcc1   1:4.7.1-2
iu  libgl1-mesa-glx [libgl1]  8.0.3-1
iu  libglu1-mesa [libglu1]8.0.3-1
ii  libjpeg8  8d-1
ii  libpng12-01.2.49-1
ii  libstdc++64.7.1-2
ii  libvtk5.8 5.8.0-13
ii  libwxbase2.8-02.8.12.1-11
ii  libwxgtk2.8-0 2.8.12.1-11
iu  libx11-6  2:1.5.0-1
iu  therion   5.3.9-3
ii  zlib1g1:1.2.7.dfsg-13

therion-viewer recommends no packages.

therion-viewer 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#679227: It fails upgrade

2012-06-27 Thread Francesco Paolo Lovergine
Package: tex-common
Version: 3.13
Severity: serious

In upgrading tex-common it results:

Can't locate TeXLive/TLUtils.pm in @INC (@INC contains: //tlpkg /etc/perl 
/usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14
/usr/local/lib/site_perl .) at /usr/bin/updmap line 21.
BEGIN failed--compilation aborted at /usr/bin/updmap line 21.

It prevents configuring of 

tex-common
latex-xcolor
luatex
texlive-binaries

It is solved by installing texlive-common before. So it seems a missing 
build-dep.

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.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.44
ii  dpkg   1.16.4.3
ii  ucf3.0025+nmu3

tex-common recommends no packages.

Versions of packages tex-common suggests:
ii  debhelper  9.20120608

Versions of packages texlive-base depends on:
ii  debconf [debconf-2.0]  1.5.44
ii  dpkg   1.16.4.3
ii  install-info   4.13a.dfsg.1-10
ii  libpaper-utils 1.1.24+nmu2
iu  luatex 0.70.1.20120524-2
ii  mime-support   3.52-1
iu  texlive-binaries   2012.20120623-2
ii  texlive-common 2011.20120509-1
ii  texlive-doc-base   2011.20120509-1
ii  ucf3.0025+nmu3

Versions of packages texlive-base recommends:
ii  lmodern  2.004.1-5

Versions of packages texlive-base suggests:
ii  evince-gtk [postscript-viewer]   3.2.1-1+b1
ii  ghostscript [postscript-viewer]  9.05~dfsg-6
ii  gv [postscript-viewer]   1:3.7.3-1
ii  perl-tk  1:804.030-1
ii  xpdf [pdf-viewer]3.03-10
ii  xpdf-reader  3.02-12
ii  zathura [pdf-viewer] 0.1.2-4

Versions of packages texlive-binaries depends on:
ii  dpkg1.16.4.3
ii  ed  1.6-2
ii  install-info4.13a.dfsg.1-10
ii  libc6   2.13-33
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgcc1 1:4.7.1-2
ii  libgraphite31:2.3.1-0.2
ii  libkpathsea62012.20120623-2
ii  libpng12-0  1.2.49-1
ii  libpoppler190.18.4-3
ii  libptexenc1 2012.20120623-2
ii  libstdc++6  4.7.1-2
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-12
ii  texlive-common  2011.20120509-1
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages texlive-binaries recommends:
iu  luatex  0.70.1.20120524-2
ii  python  2.7.3~rc2-1
ii  ruby4.8
ii  ruby1.8 [ruby]  1.8.7.358-4
ii  texlive-base2011.20120509-1
ii  tk8.4 [wish]8.4.19-5
ii  tk8.5 [wish]8.5.11-2

-- Configuration Files:
/etc/texmf/web2c/mktex.cnf [Errno 2] File o directory non esistente: 
u'/etc/texmf/web2c/mktex.cnf'

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



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



Bug#678103: nmu: qgis_1.7.4+1.7.5~20120320-1.1

2012-06-19 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

This plugin is currently uninstallable due to grass version change.

nmu qgis_1.7.4+1.7.5~20120320-1.1 . ALL . -m Rebuild against current grass 
version

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#674407: Remmina diagnostic is quite poor

2012-05-24 Thread Francesco Paolo Lovergine
Package: remmina
Version: 1.0.0-3
Severity: minor

Whenever a RDP server change keys (a thing that could happen and happened
here due to some weird update for the OS maybe) remmina does not allow 
connection 
with a misleading message such as:

'Unable to connect to RDP server XXX.YYY.ZZZ'

When running from a terminal a more clear message appears:

-
connected to XXX.YYY.ZZZ:3389
The host key for XXX.YYY.ZZZ has changed
@@@
@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the host key sent by the remote host is
28:8b:71:be:4b:cd:a2:96:2f:78:32:f6:17:19:0f:21:d3:db:af
Please contact your system administrator.
Add correct host key in ~/.freerdp/known_hosts to get rid of this message.
Host key for XXX.YYY.ZZZ has changed and you have requested strict checking.
Host key verification failed.
SSL_write: Failure in SSL library (protocol error?)
Authentication failure, check credentials.
If credentials are valid, the NTLMSSP implementation may be to blame.
---


Other obscure certificates errors (e.g. due to mismatches between host 
FQDN and MS host names) could also appear and again remmina diagnostic
results poor. Having a friendly frontend with a so unfriendly diagnostic
is pointless and lately I reverted to use a plain and clean rdesktop due
to these problems.

Cheers.


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

Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages remmina depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-32
ii  libcairo2   1.12.2-2
ii  libgcrypt11 1.5.0-3
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk-3-0  3.4.2-1
ii  libpango1.0-0   1.30.0-1
ii  libssh-40.5.2-1
ii  libvte-2.90-9   1:0.32.1-1
ii  libx11-62:1.4.99.901-2
ii  remmina-common  1.0.0-3

Versions of packages remmina recommends:
ii  remmina-plugin-rdp  1.0.0-3
ii  remmina-plugin-vnc  1.0.0-3

remmina 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#666903: A new 2.0.0 stable version is available

2012-04-02 Thread Francesco Paolo Lovergine
Package: task
Version: 1.9.4-2
Severity: wishlist

A new major update is available with many fixes and some interesting features.

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages task depends on:
ii  libc6   2.13-27
ii  libgcc1 1:4.7.0-1
ii  libstdc++6  4.7.0-1

task recommends no packages.

task 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#664496: Possible weakness in preferences parsing.

2012-03-18 Thread Francesco Paolo Lovergine
Package: apt-listbugs
Version: 0.1.6
Severity: normal

This is the preferences contents:

Explanation: Pinned by apt-listbugs at Tue Mar 13 22:59:46 +0100 2012
Explanation:   #663283: pbuilder: pbuilder-satisfydepends failed due to 
--check-key deprecation bug
Package: pbuilder
Pin: version 0.206
Pin-Priority: 1000

Explanation: Pinned by apt-listbugs at Tue Mar 13 22:59:46 +0100 2012
Explanation:   #662891: kmod: Debian kernels drop to busybox prompt with 6-1, 
but 5-2 OK.
Package: kmod
Pin: version *
Pin-Priority: -3

Explanation: Pinned by apt-listbugs at Tue Mar 13 22:59:46 +0100 2012
Package: libmysqlclient
Pin: version *
Pin-Priority: -3

Explanation: Pinned by apt-listbugs at Tue Mar 13 23:02:49 +0100 2012
Explanation:   #663438: libmysqlclient: missing symbols __aeabi_d2lz (on armel)
Package: libmysqlclient16
Pin: version 5.1.58-1
Pin-Priority: 1000


Running /etc/cron.daily/apt-listbugs gives the following error: 


E: comando sconosciuto 'libmysqlclient'.
Uso: apt-listbugs [opzioni] comando [parametri]
Opzioni:
 -h   : Mostra questo aiuto ed esce
 -v   : Mostra il numero di versione ed esce.
 -s gravità : Gravità da mostrare [critical,grave,serious] oppure [all] 
(tutte)
 -T tag : Tag da mostrare
 -S stat: Statistiche da mostrare 
[forwarded,done,pending,pending-fixed,]
 -B bug#: Limita il report ai soli bug# specificati
 -D   : Mostra anche i pacchetti retrocessi
 -H nome host   : Nome host del Sistema di Tracciamento dei Bug (BTS)
di Debian [bugs.debian.org]
 -p porta   : Numero di porta del server [80].
 -P priority: Specifies Pin-Priority value [1000].
 -E title   : Specifies the title of rss output.
 -q   : Non mostra la barra d'avanzamento
 -C apt.conf: Specifica apt.conf
 -y   : Assume «sì» come risposta a tutte le domande
 -n   : Assume «no» come risposta a tutte le domande
 -d   : Debug
Comandi:
 apt  : Modalità apt.
 list pacchetti : Elenca le segnalazioni di bug dei pacchetti specificati.
 rss pacchetti  : Elenca le segnalazioni di bug dei pacchetti in RSS.
Consultare la pagina del manuale per le opzioni lunghe




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

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

Versions of packages apt-listbugs depends on:
ii  apt0.8.15.10
ii  libdpkg-ruby1.80.3.8
ii  libgettext-ruby1.8 2.1.0-2.1
ii  libruby1.8 [libzlib-ruby1.8]   1.8.7.352-2
ii  ruby-debian [libdpkg-ruby1.8]  0.3.8
ii  ruby-httpclient2.2.4-1
ii  ruby-xmlparser 0.7.2-1
ii  ruby1.81.8.7.352-2

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  chromium [www-browser]   17.0.963.78~r125577-1
ii  debianutils  4.2.1
ii  iceweasel [www-browser]  10.0.3esr-1
ii  links [www-browser]  2.5-1
ii  lynx-cur [www-browser]   2.8.8dev.12-1
ii  reportbug6.3.1
ii  w3m [www-browser]0.5.3-5

-- 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#659226: OpenJPEG 1.5 is released !

2012-03-05 Thread Francesco Paolo Lovergine
Package: libopenjpeg2
Version: 1.3+dfsg-4
Followup-For: Bug #659226

Note that GDAL also requires at least 1.4 to support OpenJPEG with its driver.
Please upgrade ASAP.

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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libopenjpeg2 depends on:
ii  libc6  2.13-27

libopenjpeg2 recommends no packages.

libopenjpeg2 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#661018: FTBS due to new freexl

2012-02-23 Thread Francesco Paolo Lovergine
Package: spatialite-bin
Version: 3.0.0~beta20110817-3
Severity: serious
File: /usr/bin/spatialite

libtool: compile:  gcc -DPACKAGE_NAME=\libspatialite\ 
-DPACKAGE_TARNAME=\libspatialite\ -DPACKAGE_VERSION=\3.0.0-beta\ 
-DPACKAGE_STRING=\libspatialite 3.0.0-beta\ 
-DPACKAGE_BUGREPORT=\a.furi...@lqt.it\ -DPACKAGE_URL=\\ 
-DPACKAGE=\libspatialite\ -DVERSION=\3.0.0-beta\ -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_MATH_H=1 -DHAVE_FLOAT_H=1 -DHAVE_FCNTL_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SQLITE3_H=1 -DHAVE_SQLITE3EXT_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\.libs/\ -DTIME_WITH_SYS_TIME=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 
-DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSTR=1 
-DHAVE_FDATASYNC=1 -D
 HAVE_FTRUNCATE=1 -DHAVE_GETCWD=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LOCALTIME_R=1 
-DHAVE_MEMMOVE=1 -DHAVE_STRERROR=1 -DHAVE_LIBSQLITE3=1 -DHAVE_LIBSQLITE3=1 
-DHAVE_PROJ_API_H=1 -DHAVE_GEOS_C_H=1 -DHAVE_ICONV_H=1 -DHAVE_FREEXL_H=1 -I. -g 
-O2 -I../../src/headers -D_LARGE_FILE=1 -D_FILE_OFFSET_BITS=64 
-D_LARGEFILE_SOURCE=1 -DNDEBUG=1 -g -O2 -c virtualXL.c  -fPIC -DPIC -o 
.libs/virtualXL.o
virtualXL.c: In function 'vXL_create':
virtualXL.c:273:9: warning: passing argument 4 of 'freexl_get_cell_value' from 
incompatible pointer type [enabled by default]
/usr/include/freexl.h:573:16: note: expected 'struct FreeXL_CellValue *' but 
argument is of type 'unsigned char *'
virtualXL.c:273:9: error: too many arguments to function 'freexl_get_cell_value'
/usr/include/freexl.h:573:16: note: declared here
virtualXL.c: In function 'vXL_eval_constraints':
virtualXL.c:548:10: warning: passing argument 4 of 'freexl_get_cell_value' from 
incompatible pointer type [enabled by default]
/usr/include/freexl.h:573:16: note: expected 'struct FreeXL_CellValue *' but 
argument is of type 'unsigned char *'
virtualXL.c:548:10: error: too many arguments to function 
'freexl_get_cell_value'
/usr/include/freexl.h:573:16: note: declared here
virtualXL.c: In function 'vXL_column':
virtualXL.c:818:11: warning: passing argument 4 of 'freexl_get_cell_value' from 
incompatible pointer type [enabled by default]
/usr/include/freexl.h:573:16: note: expected 'struct FreeXL_CellValue *' but 
argument is of type 'unsigned char *'
virtualXL.c:818:11: error: too many arguments to function 
'freexl_get_cell_value'
/usr/include/freexl.h:573:16: note: declared here
make[4]: *** [virtualXL.lo] Error 1
make[4]: Leaving directory 
`/tmp/buildd/spatialite-3.0.0~beta20110817/libspatialite/src/spatialite'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/tmp/buildd/spatialite-3.0.0~beta20110817/libspatialite/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/tmp/buildd/spatialite-3.0.0~beta20110817/libspatialite'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/tmp/buildd/spatialite-3.0.0~beta20110817'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages spatialite-bin depends on:
ii  libc6   2.13-26
ii  libexpat1   2.0.1-7.2
ii  libfreexl1  1.0.0b-1
ii  libgeos-c1  3.3.1-1
ii  libproj04.7.0-1
ii  libreadline66.2-8
ii  libspatialite3  3.0.0~beta20110817-3
ii  libsqlite3-03.7.10-1

spatialite-bin recommends no packages.

spatialite-bin 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#650280: libfreexl1: A new version of the package available upstream

2012-02-22 Thread Francesco Paolo Lovergine
Package: libfreexl1
Version: 0.0.2~beta20110817-1
Followup-For: Bug #650280

David current spatialite 3.0.1 requires the new version (and API) in order to
build. Could you please update ASAP? 

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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libfreexl1 depends on:
ii  libc6  2.13-26
ii  multiarch-support  2.13-26

libfreexl1 recommends no packages.

libfreexl1 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#660085: oddity in upgrading

2012-02-16 Thread Francesco Paolo Lovergine
Package: libboost
Version: 1.48.0.2
File: boost-default

Apparently, current package in sid cannot be dist-upgraded without pre-removing 
another package.
That should be fixed to allow a smooth dist-upgrade instead, IMHO. That could
be due to defects in default package boost-default.

See below:

$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libboost-dev libboost-filesystem-dev libboost-iostreams-dev 
libboost-program-options-dev libboost-python-dev libboost-regex-dev 
libboost-system-dev
  libboost-thread-dev
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

frankie@blegrez:~
$ sudo apt-get install libboost-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libboost-serialization1.46.1 libboost-date-time1.46.1 libboost-iostreams1.46.1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libboost-date-time1.48-dev libboost-filesystem-dev 
libboost-filesystem1.48-dev libboost-iostreams-dev libboost-iostreams1.48-dev
  libboost-program-options-dev libboost-program-options1.48-dev 
libboost-python-dev libboost-python1.48-dev libboost-regex-dev 
libboost-regex1.48-dev
  libboost-serialization1.48-dev libboost-system-dev libboost-system1.48-dev 
libboost-thread-dev libboost-thread1.48-dev libboost1.48-dev
Suggested packages:
  libboost-doc libboost1.48-doc libboost-chrono1.48-dev 
libboost-graph-parallel1.48-dev libboost-graph1.48-dev libboost-locale1.48-dev
  libboost-math1.48-dev libboost-mpi1.48-dev libboost-random1.48-dev 
libboost-signals1.48-dev libboost-test1.48-dev libboost-timer1.48-dev
  libboost-wave1.48-dev
The following packages will be REMOVED:
  libboost-date-time1.46-dev libboost-filesystem1.46-dev 
libboost-iostreams1.46-dev libboost-program-options1.46-dev 
libboost-python1.46-dev
  libboost-regex1.46-dev libboost-serialization1.46-dev libboost-system1.46-dev 
libboost-thread1.46-dev libboost1.46-dev
The following NEW packages will be installed:
  libboost-date-time1.48-dev libboost-filesystem1.48-dev 
libboost-iostreams1.48-dev libboost-program-options1.48-dev 
libboost-python1.48-dev
  libboost-regex1.48-dev libboost-serialization1.48-dev libboost-system1.48-dev 
libboost-thread1.48-dev libboost1.48-dev
The following packages will be upgraded:
  libboost-dev libboost-filesystem-dev libboost-iostreams-dev 
libboost-program-options-dev libboost-python-dev libboost-regex-dev 
libboost-system-dev
  libboost-thread-dev
8 upgraded, 10 newly installed, 10 to remove and 0 not upgraded.
Need to get 11.0 MB of archives.
After this operation, 33.6 MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

frankie@blegrez:~
$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  libboost-date-time1.48.0 libboost-python1.48.0 libboost-serialization1.48.0 
-- HERE 
0 upgraded, 0 newly installed, 3 to remove and 8 not upgraded.
After this operation, 1873 kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 382338 files and directories currently installed.)
Removing libboost-date-time1.48.0 ...
Removing libboost-python1.48.0 ...
Removing libboost-serialization1.48.0 ...

frankie@blegrez:~
$ sudo apt-get dist-upgrade
Reading package lists... Done  
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
  libboost-date-time1.48.0 libboost-python1.48.0 libboost-serialization1.48.0
The following packages have been kept back:
  libboost-dev libboost-filesystem-dev libboost-iostreams-dev 
libboost-program-options-dev libboost-python-dev libboost-regex-dev 
libboost-system-dev
  libboost-thread-dev
0 upgraded, 3 newly installed, 0 to remove and 8 not upgraded.
Need to get 0 B/614 kB of archives.
After this operation, 1873 kB of additional disk space will be used.
Do you want to continue [Y/n]? 

[...]

Here dist-upgrade succeed.


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#659883: missing option in man page

2012-02-14 Thread Francesco Paolo Lovergine
Package: synergy
Version: 1.4.5-1
Severity: minor

Using the --help option in synergys:

Start the synergy mouse/keyboard sharing server.

  -a, --address address  listen for clients on the given address.
  -c, --config pathname  use the named configuration file instead.
  -d, --debug level  filter out log messages with priority below level.
 level may be: FATAL, ERROR, WARNING, NOTE, INFO,
 DEBUG, DEBUGn (1-5).
  -n, --name screen-name use screen-name instead the hostname to identify
 this screen in the configuration.
  -1, --no-restart do not try to restart on failure.
* --restartrestart the server automatically if it fails.
  -l  --log file write log messages to file.
  --display display  connect to the X server at display
  --no-xinitthreadsdo not call XInitThreads()
  -f, --no-daemon  run in the foreground.
* --daemon run as a daemon.
  -h, --help   display this help and exit.
  --versiondisplay version information and exit.

you can see that the --no-xinitthreads option is not documented at all in 
the manpage, but usable.


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages synergy depends on:
ii  libc6 2.13-26
ii  libgcc1   1:4.6.2-14
ii  libice6   2:1.0.7-2
ii  libsm62:1.2.0-2
ii  libstdc++64.6.2-14
ii  libx11-6  2:1.4.4-4
ii  libxext6  2:1.3.0-3
ii  libxi62:1.4.5-1
ii  libxinerama1  2:1.1.1-3
ii  libxtst6  2:1.2.0-4

synergy recommends no packages.

synergy 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#657442: Installing libhdf5-7 requires pull out a bounce of package depending on a previous version, and the previous version.

2012-01-26 Thread Francesco Paolo Lovergine
Package: libhdf5-7
Version: 1.8.8-5
Severity: serious

$ sudo apt-get install libhdf5-7
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgl2ps0 libqwt6 mpi-default-dev librasterlite1 libgl2ps-dev 
qgis-providers-common
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  hdf5-helpers libhdf5-dev libhdf5-serial-dev libjhdf5-jni octave3.2 
octave3.2-headers scilab-cli scilab-data scilab-full-bin scilab-minimal-bin
Suggested packages:
  octave3.2-htmldoc octave3.2-emacsen scilab-swt scilab-scimax scilab-plotlib 
scilab-ann
The following packages will be REMOVED:
  dans-gdal-scripts gdal-bin gmt gmt-coast-low grass libgdal-dev libgdal-ruby 
libgdal-ruby1.8 libgdal1 libgdal1-1.7.0 libgdal1-1.7.0-ecw
  libgdal1-1.7.0-grass libgmt4 libhdf4-alt-dev libhdf5-serial-1.8.4 
libhe5-hdfeos-dev libhe5-hdfeos0 libmapnik2-2.0 libnetcdf-dev libnetcdf6 
libqgis1.9.90
  libvtk5-dev libvtk5.8 libvtkgdcm2-dev libvtkgdcm2.0 mapnik-utils ncview 
netcdf-bin netcdf-dbg python-gdal python-mapnik2 python-qgis python-qgis-common
  qgis qgis-plugin-grass qgis-providers thuban
The following NEW packages will be installed:
  hdf5-helpers libhdf5-7 libhdf5-dev
The following packages will be upgraded:
  libhdf5-serial-dev libjhdf5-jni octave3.2 octave3.2-headers scilab-cli 
scilab-data scilab-full-bin scilab-minimal-bin
8 upgraded, 3 newly installed, 37 to remove and 3 not upgraded.
Need to get 19.1 MB/32.1 MB of archives.
After this operation, 230 MB disk space will be freed.
Do you want to continue [Y/n]? 

Note that most packages are simply depending on the previous version of hdf5. 
This requires rebuilding all r-depends of hdf5 at this stage :-/

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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#657444: splashscreen location in multiscreen configuration

2012-01-26 Thread Francesco Paolo Lovergine
Package: libreoffice
Version: 1:3.4.5-2
Severity: minor

While using my laptop in a double-screen configuration 
(by means of Xrandr --left-of/--right-of capability)
I found that the initial splashscreen runs among the two screens, half in
the first and half in the second one. That's probably due to locating the
splashscreen centered against the whole virtual screen. After that the
main window is always put on the first (default) screen, not on the current
(selected) one.

I'm using awesome as my window manager, but libreoffice is the only program
that presents this defect, so I think this is a problem specific with it,
not a wm issue. It is a minor problem but anyway quite annoying.

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

Kernel: Linux 3.2.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  liblucene2-java  2.9.4+ds1-4
ii  libreoffice-base 1:3.4.5-2
ii  libreoffice-calc 1:3.4.5-2
ii  libreoffice-core 1:3.4.5-2
ii  libreoffice-draw 1:3.4.5-2
ii  libreoffice-filter-mobiledev 1:3.4.5-2
ii  libreoffice-impress  1:3.4.5-2
ii  libreoffice-java-common  1:3.4.5-2
ii  libreoffice-math 1:3.4.5-2
ii  libreoffice-report-builder-bin   1:3.4.5-2
ii  libreoffice-writer   1:3.4.5-2
ii  ttf-dejavu   2.33-2
ii  ttf-sil-gentium-basic1.1-5

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.0-2
ii  libpaper-utils 1.1.24+nmu1
ii  ttf-liberation 1.07.0-2
ii  ttf-mscorefonts-installer  3.4

Versions of packages libreoffice suggests:
ii  cups-bsd1.5.0-15
ii  default-jre [java5-runtime] 1:1.6-46
ii  gcj-4.4-jre [java5-runtime] 4.4.6-11
ii  gcj-4.6-jre [java5-runtime] 4.6.2-2
ii  gcj-jre [java5-runtime] 4:4.6.2-4
ii  gstreamer0.10-ffmpeg1:0.10.13-0.0
ii  gstreamer0.10-plugins-bad   0.10.22-3
ii  gstreamer0.10-plugins-base  0.10.35-1
ii  gstreamer0.10-plugins-good  none
ii  gstreamer0.10-plugins-ugly  0.10.18-3+b1
ii  hunspell-dictionary none
ii  hyphen-hyphenation-patterns none
ii  iceweasel   9.0.1-1
ii  imagemagick 8:6.6.9.7-5+b2
ii  libgl1-mesa-glx [libgl1]7.11.2-1
ii  libldap-2.4-2   2.4.28-1.1
ii  libreoffice-filter-binfilter1:3.4.5-2
ii  libreoffice-gnome | libreoffice-kde none
ii  libreoffice-help-it [libreoffice-help-3.4]  1:3.4.5-2
ii  libreoffice-l10n-it [libreoffice-l10n-3.4]  1:3.4.5-2
ii  libreoffice-officebean  1:3.4.5-2
ii  libsane 1.0.22-7
ii  libxrender1 1:0.9.6-2
ii  myspell-en-us [myspell-dictionary]  1:3.3.0-3
ii  mythes-thesaurusnone
ii  openclipart-libreoffice none
ii  openjdk-6-jre [java5-runtime]   6b24~pre4-1
ii  pstoedit3.60-1
ii  sun-java6-jre [java5-runtime]   6.26-3
ii  unixodbc2.2.14p2-5

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-3.1
ii  fonts-opensymbol [ttf-opensymbol]  2:2.4.3+LibO3.4.5-2
ii  libatk1.0-02.2.0-2
ii  libc6  2.13-24
ii  libcairo2  1.10.2-6.2
ii  libcurl3-gnutls7.24.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.0.1-7.2
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.8-1
ii  libgcc11:4.6.2-12
ii  libgdk-pixbuf2.0-0 2.24.0-2
ii  libglib2.0-0   2.30.2-6
ii  libgraphite2-2.0.0 1.0.3.real-1
ii  libgstreamer-plugins-base0.10-00.10.35-1
ii  libgstreamer0.10-0 0.10.35-1
ii  libgtk2.0-02.24.8-3
ii  libhunspell-1.3-0  1.3.2-4
ii  libhyphen0 2.8.3-1
ii  libice62:1.0.7-2
ii  libicu48   

Bug#656427: hdf5-helpers collides with hdf5-tools at upgrade time

2012-01-19 Thread Francesco Paolo Lovergine
Package: hdf5-helpers
Version: 1.8.8-2
Severity: serious

(Sorry for localized output pasting)

Selecting previously unselected package hdf5-helpers.
(Lettura del database... 352194 file e directory attualmente installati.)
Estrazione di hdf5-helpers (da .../hdf5-helpers_1.8.8-2_i386.deb)...
dpkg: errore nell'elaborare 
/var/cache/apt/archives/hdf5-helpers_1.8.8-2_i386.deb (--unpack):
 tentata sovrascrittura di /usr/share/man/man1/h5cc.1.gz presente anche nel 
pacchetto hdf5-tools 1.8.4-patch1-3
configured to not write apport reports
  Elaborazione dei trigger per man-db...
Si sono verificati degli errori nell'elaborazione:
 /var/cache/apt/archives/hdf5-helpers_1.8.8-2_i386.deb


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

Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#648443: Please do not recommends libx11-doc

2011-11-11 Thread Francesco Paolo Lovergine
Package: libx11-dev
Version: 2:1.4.4-3
Severity: normal

I see no reasons to use Recommends instead of Suggests just in case for a
documentation package. These days that would result in installing a piece of
doc that is probably unuseful for most of us.

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

Kernel: Linux 3.0.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libx11-dev depends on:
ii  libx11-62:1.4.4-3
ii  libxau-dev  1:1.0.6-4
ii  libxcb1-dev 1.7-4
ii  libxdmcp-dev1:1.1.0-4
ii  x11proto-core-dev   7.0.22-1 
ii  x11proto-input-dev  2.0.2-2  
ii  x11proto-kb-dev 1.0.5-2  
ii  xorg-sgml-doctools  1:1.8-2  
ii  xtrans-dev  1.2.6-2  

Versions of packages libx11-dev recommends:
ii  libx11-doc  2:1.4.4-3

libx11-dev 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#645105: transition: gdal

2011-10-12 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

New 1.8 version introduces big changes in packaging to simplify
support of new upstream releases. That should reduce the number
of future transitions and binNMU, making release team and developers
happy.

See http://lists.debian.org/debian-gis/2011/09/msg8.html

Of course, there is still another big transition (HDF5) waiting,
so I'm queueing for the dice.

Thanks.

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

Kernel: Linux 3.0.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#641260: nmus for #640513, libgeotiff

2011-09-12 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu xastir_2.0.0-2 . ALL . -m transition as in #640513
nmu ossim_1.7.21-3 . ALL . -m transition as in #640513
nmu grads_2.0.a9-2 . ALL . -m transition as in #640513
nmu libterralib_4.0.0-3 . ALL . -m transition as in #640513
nmu vxl_1.14.0-8 . ALL . -m transition as in #640513
nmu librasterlite_1.0-3 . ALL . -m transition as in #640513
nmu liblas_1.2.1-3 . ALL . -m transition as in #640513


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

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#640513: transition: libgeotiff-dfsg

2011-09-05 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hi there

we are going to upload version 1.3.0-1 of the Geotiff library, which has a bump 
in
its soname. It requires rebuilding for all reverse dependencies below:

* xastir
* ossim
* grads
* libterralib
* vxl
* librasterlite
* liblas

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

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#640094: nmu: gdal_1.7.3-6

2011-09-02 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

Last building against libdap 3.11.1-3 introduced inconsistency which
resulted in wrong libdapclient/server dependencies. So a rebuild
is required.

nmu gdal_1.7.3-6 . ALL . -m Rebuild against current libdap
dw  gdal_1.7.3-6 . ALL . -m '(= libdap_3.11.1-5)'

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

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#622729: nmu: libgdal-grass_1.7.3-2

2011-04-14 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

nmu libgdal-grass_1.7.3-2 . ALL . -m Rebuild against current grass package
dw grass_6.4.1-1 . ALL . -m grass-dev (= 6.4.1-1~)

Qgis is still broken and needs updating, so ignore it.


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

Kernel: Linux 2.6.38-2-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#266118: Blinks pointer and causes 100% CPU usage

2011-03-30 Thread Francesco Paolo Lovergine
Package: unclutter
Version: 8-14
Followup-For: Bug #266118

You can add current evince 2.30.3 to the list of programs which have
problems interacting with unclutter. It works so slow during
pdf slide presentations that it becomes almost unusable.

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

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

Versions of packages unclutter depends on:
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.4.2-1  X11 client-side library

unclutter recommends no packages.

unclutter suggests no packages.

-- debconf information:
  unclutter/autostart: true



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



Bug#613789: Please support identi.ca

2011-02-17 Thread Francesco Paolo Lovergine
Package: bitlbee
Version: 3.0.1-1
Severity: wishlist

It would be nice supporting identi.ca even. I love the twitter gateway,
adding identi.ca would satisfy most of the microbloggers out there.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'oldstable'), (500, 'testing'), (1, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages bitlbee depends on:
ii  bitlbee-common   3.0.1-1 An IRC to other chat networks gate
ii  debianutils  3.4.4   Miscellaneous utilities specific t
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libgcrypt11  1.4.6-5 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.28.0-1The GLib library of C routines
ii  libgnutls26  2.10.4-2the GNU TLS library - runtime libr

bitlbee recommends no packages.

bitlbee suggests no packages.

-- debconf information excluded



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



Bug#612264: tk-tile and tk colliding dir

2011-02-07 Thread Francesco Paolo Lovergine
Package: tcl-dev
Version: 8.4.16-2
Severity: serious

Unpacking replacement tcl-dev ...
dpkg: error processing /var/cache/apt/archives/tcl-dev_8.5.0-2_all.deb 
(--unpack):
 trying to overwrite '/usr/include/tcl', which is also in package tk-tile 
0.8.2-2.1
configured to not write apport reports
Processing triggers for man-db ...

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tcl-dev depends on:
pn  tcl   none (no description available)
ii  tcl8.4-dev8.4.19-4   Tcl (the Tool Command Language) v8

tcl-dev recommends no packages.

Versions of packages tcl-dev suggests:
pn  tcl-doc   none (no description available)

-- 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#611620: unblock: qgis/1.4.0+12730-5

2011-01-31 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package qgis

   Missing ${python:Depends} added to python-qgis dependencies (closes: #611492)

unblock qgis/1.4.0+12730-5

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#611340: unblock: proftpd-dfsg/1.3.3a-6

2011-01-28 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package proftpd-dfsg

  [SECURITY] 3536.dpatch fixes insufficient bounds checking in 
sql_prepare_where() 
  function as found in mod_sql.c.

unblock proftpd-dfsg/1.3.3a-6

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#609214: unblock: mapserver/5.6.5-2

2011-01-07 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mapserver

  * Fix Validation of symbol index values (CVE-2010-1678)
[http://trac.osgeo.org/mapserver/ticket/3641]

unblock mapserver/5.6.5-2

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#605252: unblock: dotlrn/2.5.0+dfsg-2 and openacs/5.5.1+dfsg-2

2010-11-28 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package dotlrn and openacs, they both fix a security
issue and update translations. See
http://openacs.org/forums/message-view?message_id=3505644
for disclosure.

Changelog snippets:

openacs (5.5.1+dfsg-2) unstable; urgency=high

   * Fixed severe vulnerability in the api-browser: it was possible to pass
 to the query parameter path a relative path, which might contain path
 traversals like ../../.. . With these all files with read permissions
 can be delivered via the server. Applied Patch:
 
http://fisheye.openacs.org/changelog/OpenACS/?cs=oacs-5-5:gustafn:20101125091953
   * Updated translations:
 - Vietnamese. Closes: #599607
 - Czech. Closes: #599606
 - Danish. Closes: #599004
 - Japanese. Closes: #598364

dotlrn (2.5.0+dfsg-2) unstable; urgency=high

   * Fixed severe vulnerability in the api-browser: it was possible to pass
 to the query parameter path a relative path, which might contain path
 traversals like ../../.. . With these all files with read permissions
 can be delivered via the server. Applied Patch:
 
http://fisheye.openacs.org/changelog/OpenACS/?cs=oacs-5-5:gustafn:20101125091953
   * Updated translations:
 - Japanease. Closes: #602151
 - Vietnamese. Closes: #599609
 - Czech. Closes: #599608

unblock dotlrn/2.5.0+dfsg-2
unblock openacs/5.5.1+dfsg-2

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

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



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



Bug#602496: MSN protocol breakage

2010-11-05 Thread Francesco Paolo Lovergine
Package: bitlbee
Version: 3.0-1
Severity: important

Since upgrade, MSN connections fail with an error:

root msn - Logging in: Authenticated, getting buddy list
root msn - Login error: Error reported by MSN server: Not expected/Invalid 
argument/action

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

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

Versions of packages bitlbee depends on:
ii  adduser  3.112+nmu1  add and remove users and groups
ii  bitlbee-common   3.0-1   An IRC to other chat networks gate
ii  debianutils  3.4.1   Miscellaneous utilities specific t
ii  libc62.11.2-7Embedded GNU C Library: Shared lib
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libgcrypt11  1.4.5-2 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgnutls26  2.8.6-1 the GNU TLS library - runtime libr

bitlbee recommends no packages.

bitlbee suggests no packages.

-- debconf information:
* bitlbee/serveport: 6667



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



Bug#602540: unblock: tilecache/2.03-1.4

2010-11-05 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package tilecache

This version includes a little patch to fix a quite important bug about cache
locking, which prevents tilecache working correctly.

unblock tilecache/2.03-1.4

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

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



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



Bug#602279: Buffer overflow in netio

2010-11-03 Thread Francesco Paolo Lovergine
Package: proftpd-dfsg
Version: 1.3.3a-4
Severity: serious
Tags: security

See http://bugs.proftpd.org/show_bug.cgi?id=3521

This vulnerability allows remote attackers to execute arbitrary code on
vulnerable installations of ProFTPD. Authentication is not required to
exploit this vulnerability. 

Note that this does not apply to pre 1.3.2 series.

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#600998: unblock: proftpd-dfsg/1.3.3a-4

2010-10-22 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package proftpd-dfsg ASAP:

This version fixes a security issue, as detailed in 
http://bugs.proftpd.org/show_bug.cgi?id=3519

unblock proftpd-dfsg/1.3.3a-4

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#600923: Wrong path for some demos

2010-10-21 Thread Francesco Paolo Lovergine
Package: scilab
Version: 5.2.2-9
Severity: normal

Just try Demo - Graphics - 2D/3D plots for instance:

 !--error 241 
File 
/usr/share/scilab/modules/graphics/demos//usr/share/scilab/modules/graphics/demos/2d_3d_plots/2d_3d_plots.dem.gateway.sce
 does not exist or read access denied.

at line  38 of function demo_gui_update called by :  
ct(20);script_path = demo_gui_update();exec(script_path,-1);;if exists(%oldg
while executing a callback
at line  52 of exec file called by :
mo_gui_update();exec(script_path,-1);;if exists(%oldgcbo) then gcbo = %oldg
while executing a callback

 
(Sorry for the strange layout, but cutpast works quite bad, too)


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scilab depends on:
ii  scilab-cli5.2.2-9Scientific software package - Comm
ii  scilab-full-bin   5.2.2-9Scientific software package for nu

Versions of packages scilab recommends:
ii  scilab-doc5.2.2-9Scientific software package (engli

Versions of packages scilab suggests:
pn  scilab-doc-fr none (no description available)
pn  scilab-doc-pt-br  none (no description available)

-- 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#600402: no longer respects *VT100.font setting

2010-10-18 Thread Francesco Paolo Lovergine
Package: xterm
Severity: normal

I can confirm this annoying problem with X font resource and (u)xterm 264-1.


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xterm depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand
ii  libutempter0  1.1.5-3A privileged helper for utmp/wtmp 
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  xbitmaps  1.1.0-1Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.5+4  X11 utilities
ii  xutils1:7.5+8X Window System utility programs m

Versions of packages xterm suggests:
pn  xfonts-cyrillic   none (no description available)

-- 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#600087: unblock: grass/6.4.0~rc6+42329-3

2010-10-13 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Please unblock package grass, uploaded in today. This is mainly a
localization fix with a few selected fixes taken from the final 6.4.0
release. Note that -2 is in experimental instead.

Changelog:

 grass (6.4.0~rc6+42329-3) unstable; urgency=low
 .
   * Merging main fixes taken from final 6.4.0 release. The big patch has been
 splitted in a few sub-patches for specific improvements.
 + localization.dpatch: updates to .po files.
 + doc.dpatch: various documentation fixes with update to main URL too.
 + gcs.dpatch: Port GDAL's http://trac.osgeo.org/gdal/changeset/19810
   to fix missing towsg84 for EPSG codes: 3120 2172 2173 2174 2175
    3334 3335 3329 3330 3331 3332 3328 4179.
   It also forces ETRS89 datum to be
   interpreted as 0,0,0,0,0,0,0 instead of 0.000,0.000,0.000 (i.e.
   overrides the datum.table ETRS89 setting, too). More info:
   http://lists.osgeo.org/pipermail/grass-dev/2010-June/050918.html,
   http://trac.osgeo.org/gdal/ticket/3579.
 + g.extension.dpatch: added Markus g.extension script to download and
   eventually install extension from GRASS svn add-ons repo.
 + scripts.dpatch: some fixes to a blounce of scripts:
 m.proj - added GUI section
 r.mask - allow r.mask to work in GISDBASE
 v.in.gpsbabel - fixed broken awk statement
 v.in.mapgen - better describe what v.in.mapgen will load
 r.regression.line -  rename variable from italian so it
  doesn't get confused with median, add F-test to key
 + g.proj: only split at space characters if there is a + character
   following
 + clean_nodes: in Vlib fixes segfault when cleaning small angles
at nodes
 + read_sig.c: catch empty sig files
 + convert.c: added non-standard datum name lookup
 + r.grow.distance: bugfix for distance calculation
 + geom.c: fixes bug for min_area
 + flythrough: fixes NVIZ fly mode on 64bit. See #46 from upstream trac.
 + filldepr.cc: r.terraflow: backport fix for #1006 from upstream trac.
   * Added missing docs used by GUIs: AUTHORS, contributors CSV files,
 COPYING and a symlink to GPL-2 license in /usr/share/common-licenses.
 Those files need to be symlinked in GISBASE to be found at run-time.
 Thanks AlanB and Hamish for pointing the problem.

Exception snippet:

unblock grass/6.4.0~rc6+42329-3

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#599054: After kernel upgrading vbox is no more usable

2010-10-04 Thread Francesco Paolo Lovergine
Package: virtualbox-ose
Version: 3.2.8-dfsg-2
Severity: grave

/etc/init.d/virtualbox-ose start fails with:

Oct  4 09:27:38 blegrez kernel: [  247.934129] supdrvGipCreate: failed to 
allocate the GIP page. rc=-8

This is for sure true on i386 and does not allow rebuilding of modules too.

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox-ose depends on:
ii  adduser 3.112+nmu1   add and remove users and groups
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcurl37.21.1-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.4-17   GCC support library
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpython2.62.6.6-5  Shared Python runtime library (ver
ii  libsdl1.2debian 1.2.14-6 Simple DirectMedia Layer
ii  libssl0.9.8 0.9.8o-2 SSL shared libraries
ii  libstdc++6  4.4.4-17 The GNU Standard C++ Library v3
ii  libvncserver0   0.9.7-2+b1   API to write one's own vnc server
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxcursor1 1:1.1.10-2   X cursor management library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxmu6 2:1.0.5-2X11 miscellaneous utility library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  python  2.6.6-3  interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages virtualbox-ose recommends:
ii  libgl1-mesa-swx11 [libgl1]  7.7.1-4  A free implementation of the OpenG
ii  libqt4-opengl   4:4.6.3-2Qt 4 OpenGL module
ii  libqtcore4  4:4.6.3-2Qt 4 core module
ii  libqtgui4   4:4.6.3-2Qt 4 GUI module
ii  virtualbox-ose-dkms 3.2.8-dfsg-2 x86 virtualization solution - kern
ii  virtualbox-ose-qt   3.2.8-dfsg-2 x86 virtualization solution - Qt b
ii  virtualbox-ose-source   3.2.8-dfsg-2 x86 virtualization solution - kern

Versions of packages virtualbox-ose suggests:
ii  libasound21.0.23-2   shared library for ALSA applicatio
ii  libpulse0 0.9.21-3   PulseAudio client libraries
pn  vde2  none (no description available)
pn  virtualbox-guest-additionsnone (no description available)

-- Configuration Files:
/etc/default/virtualbox-ose changed:
LOAD_VBOXDRV_MODULE=1
SHUTDOWN_USERS=frankie
SHUTDOWN=poweroff


-- 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#538060: vga=XXX is ignored at boot

2010-10-04 Thread Francesco Paolo Lovergine
Package: grub-pc
Version: 1.98+20100804-5
Severity: normal


I noticed that gfxpayload is not managed at all in default scripts. I found 
console mode is correctly
managed now by introducing an additional script in /etc/grub.d:

01_gfxpayload:

#!/bin/sh

cat EOF
set gfxpayload=keep
EOF

to use the same resolution passed in gfxmode. It would be better having a 
default GFXPAYLOAD=keep
in the /etc/default/grub snippet, for instance. That could be used whenever 
GFXMODE is set.



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

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod reiserfs
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 8fac18ed-caef-4ab5-99ab-ef72e3ad1ca7
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1024x768
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod reiserfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
set locale_dir=($root)/grub/locale
set lang=it
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/01_gfxpaylod ###
set gfxpayload=keep
### END /etc/grub.d/01_gfxpaylod ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod reiserfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
insmod png
if background_image /grub/moreblue-orbit-grub.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod reiserfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
echo'Loading Linux 2.6.32-5-686 ...'
linux   /vmlinuz-2.6.32-5-686 
root=UUID=8fac18ed-caef-4ab5-99ab-ef72e3ad1ca7 ro  quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-2.6.32-5-686
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-686' --class debian --class 
gnu-linux --class gnu --class os {
insmod part_msdos
insmod reiserfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 3689ed95-34e0-4afa-a0a5-af6450605d8d
echo'Loading Linux 2.6.32-3-686 ...'
linux   /vmlinuz-2.6.32-3-686 
root=UUID=8fac18ed-caef-4ab5-99ab-ef72e3ad1ca7 ro  quiet
echo'Loading initial ramdisk ...'
initrd  /initrd.img-2.6.32-3-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86 ###
menuentry Memory test (memtest86) {
linux16 /memtest86.bin
}
### END /etc/grub.d/20_memtest86 ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*** END /boot/grub/grub.cfg

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

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

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.36  Debian configuration management sy
ii  grub-common  1.98+20100804-5 GRand Unified Bootloader, version 
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1   2:1.02.48-3 The Linux Kernel Device Mapper use
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base  5.0.6  common files for the Debian Deskto

-- debconf information:
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
* 

Bug#596797: unblock: libhdf4/4.2r4-10+b1

2010-09-14 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libhdf4

This version fixes a FTBS error on sparc. It also changes a build-dep
which has been not reverted erroneously. I hope it is ok.

  * debian/control: build-depend on libjpeg-dev rather than
libjpeg62-dev (Closes: #569249)


libhdf4 (4.2r4-11) unstable; urgency=high

  * Fixes hdfi.h for SPARC. Thanks Aurelien Jarno.
(closes: #596603)

 -- Francesco Paolo Lovergine fran...@debian.org  Mon, 13 Sep 2010 22:56:23 
+0200


unblock libhdf4/4.2r4-11

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#596808: unblock: proftpd-dfsg/1.3.3a-2

2010-09-14 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package proftpd-dfsg

Changes: 
 proftpd-dfsg (1.3.3a-2) unstable; urgency=medium
 .
   * A few upstream fixes taken from 1.3.3b bug fixing release. Most fixes
 are NULL dereferences that cause segfaults at run time.
   * New patches:
 3481.dpatch: Problem with SFTP directory listings.
 3483.dpatch: NULL pointer dereference handling SITE command in 
mod_quotatab
 3487.dpatch: Null pointer dereference with EPRT/EPSV/PASV/PORT command
  during data transfer.
 3492.dpatch: Null pointer dereference during data transfer due to
  RNFR/RNTO.
 3494.dpatch: Null pointer dereference for IPv6-enabled proftpd when no
  DefaultServer configured.
 3501.dpatch: Anonymous logins with AuthAliasOnly on still handled
  as anonymous logins.
   * Updated pt_BR.po template.
 (closes: #595889)

unblock proftpd-dfsg/1.3.3a-2

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#586311: Please add *.gz to standard extensions to consider

2010-06-18 Thread Francesco Paolo Lovergine
Package: calibre
Version: 0.6.54+dfsg-1
Severity: wishlist
Tags: upstream

Calibre is able to manage compressed files (e.g. pdf.gz) but .gz
extension is not considered among standard ones at e-book adding time
and probably elsewhere here and there.

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages calibre depends on:
ii  calibre-bin  0.6.54+dfsg-1   e-book converter and library manag
ii  imagemagick  7:6.6.0.4+hdri-1image manipulation programs
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-beautifulsoup 3.1.0.1-2   error-tolerant HTML parser for Pyt
ii  python-cherrypy3 3.1.2-1 Python web development framework -
ii  python-cssutils  0.9.6-1 CSS Cascading Style Sheets parser 
ii  python-dateutil  1.4.1-3 powerful extensions to the standar
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-django-taggin 0.3.1-1 A generic tagging application for 
ii  python-encutils  0.9.6-1 Encoding detection collection for 
ii  python-imaging   1.1.7-1+b1  Python Imaging Library
ii  python-lxml  2.2.6-1 pythonic binding for the libxml2 a
ii  python-mechanize 0.1.11-1.1  stateful programmatic web browsing
ii  python-pkg-resources 0.6.10-4Package Discovery and Resource Acc
ii  python-pypdf 1.12-3  PDF toolkit implemented solely in 
ii  python-qt4   4.7.3-1 Python bindings for Qt4
ii  python2.62.6.5+20100616-1An interactive high-level object-o
ii  ttf-liberation   1.05.2.20091019-4   Fonts with the same metrics as Tim
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

calibre recommends no packages.

calibre 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#582215: Documentation and licenses in the wrong place

2010-05-19 Thread Francesco Paolo Lovergine
Package: awesome-extra
Version: 2010051701
Severity: normal

README files and license documents are interspersed among Lua code.
Licenses should be removed and only reported in copyright file and
documentation should be moved in the proper place under 
/usr/share/doc. Also it is quite annoying having not a single
brief hint in README.Debian about adding features to
users Lua config.


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

awesome-extra depends on no packages.

Versions of packages awesome-extra recommends:
ii  awesome   3.4.5-1highly configurable, next generati

awesome-extra 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#582102: Loosing control of wmii after killing an X client

2010-05-18 Thread Francesco Paolo Lovergine
Package: wmii
Version: 3.6+debian-8
Severity: important

Try to load wmii, then load an xterm (Meta+Enter) and ctrl-D to exit.
Since that moment keyboard and mouse control of the wm is lost, it is only
possible to zapping out the X server. This can be replicated with 
any number of X clients, it is not possible to escape from the last tag
used i.e. that where the latest program exited.
This is very annoying and renders the wm almost unusable. I'm tagging this
bug important, but grave would be probably more appropriate.

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

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

Versions of packages wmii depends on:
ii  dwm-tools 31-1   dynamic window manager (tools)
ii  libc6 2.10.2-8   Embedded GNU C Library: Shared lib
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxext6  2:1.1.1-3  X11 miscellaneous extension librar

Versions of packages wmii recommends:
pn  wmii-doc  none (no description available)

wmii suggests no packages.

-- Configuration Files:
/etc/X11/wmii-3.5/wmiirc changed:
MODKEY=Mod4
UP=k
DOWN=j
LEFT=h
RIGHT=l
WMII_NORMCOLORS='#88 #22 #33'
WMII_FOCUSCOLORS='#ff #285577 #4c7899'
WMII_BACKGROUND='#33'
WMII_FONT='fixed'
set -- $(echo $WMII_NORMCOLORS $WMII_FOCUSCOLORS)
WMII_MENU=dmenu -b -fn '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5'
WMII_9MENU=wmii9menu -font '$WMII_FONT' -nf '$1' -nb '$2' -sf '$4' -sb '$5' 
-br '$6'
WMII_TERM=x-terminal-emulator
wmiir write /colrules !
/.*/ - 58+42
!
wmiir write /tagrules !
/XMMS.*/ - ~
/MPlayer.*/ - ~
/.*/ - sel
/.*/ - 1
!
status() {
echo -n $(uptime | sed 's/.*://; s/,//g') '|' $(date)
}
eventstuff() {
cat '!'
# Events
Event Start
case $1 in
wmiirc)
exit;
esac
Event Key
fn=$(echo $@ | sed 's/[^a-zA-Z_0-9]/_/g')
Key_$fn $@
Event CreateTag
echo $WMII_NORMCOLORS $@ | wmiir create /lbar/$@
Event DestroyTag
wmiir remove /lbar/$@
Event FocusTag
wmiir xwrite /lbar/$@ $WMII_FOCUSCOLORS $@
Event UnfocusTag
wmiir xwrite /lbar/$@ $WMII_NORMCOLORS $@
Event UrgentTag
shift
wmiir xwrite /lbar/$@ *$@
Event NotUrgentTag
shift
wmiir xwrite /lbar/$@ $@
Event LeftBarClick
shift
wmiir xwrite /ctl view $@
# Actions
Action quit
wmiir xwrite /ctl quit
Action exec
wmiir xwrite /ctl exec $@
Action rehash
proglist $PATH $progsfile
Action status
set +xv
if wmiir remove /rbar/status 2/dev/null; then
sleep 2
fi
echo $WMII_NORMCOLORS | wmiir create /rbar/status
while status | wmiir write /rbar/status; do
sleep 1
done
Event ClientMouseDown
client=$1; button=$2
case $button in
3)
do=$(eval $WMII_9MENU -initial 
${menulast:-SomeRandomName} Nop Delete Fullscreen)
case $do in
Delete)
wmiir xwrite /client/$client/ctl kill;;
Fullscreen)
wmiir xwrite /client/$client/ctl Fullscreen on;;
esac
menulast=${do:-$menulast}
esac
# Key Bindings
Key $MODKEY-Control-t
case $(wmiir read /keys | wc -l | tr -d ' \t\n') in
0|1)
echo -n $Keys | tr ' ' '\012' | wmiir write /keys
wmiir xwrite /ctl grabmod $MODKEY;;
*)
wmiir xwrite /keys $MODKEY-Control-t
wmiir xwrite /ctl grabmod Mod3;;
esac
Key $MODKEY-space
wmiir xwrite /tag/sel/ctl select toggle
Key $MODKEY-d
wmiir xwrite /tag/sel/ctl colmode sel default
Key $MODKEY-s
wmiir xwrite /tag/sel/ctl colmode sel stack
Key $MODKEY-m
wmiir xwrite /tag/sel/ctl colmode sel max
Key $MODKEY-a
Action $(actionlist | eval $WMII_MENU) 
Key $MODKEY-p
sh -c $(eval $WMII_MENU $progsfile) 
Key $MODKEY-t
wmiir xwrite /ctl view $(tagsmenu) 
Key $MODKEY-Return
  

Bug#579760: Conflicting with libopenthreads12

2010-04-30 Thread Francesco Paolo Lovergine
Package: libopenthreads13
Version: 2.8.3-1
Severity: grave

Unpacking libopenthreads13 (from .../libopenthreads13_2.8.3-1_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libopenthreads13_2.8.3-1_i386.deb (--unpack):
 trying to overwrite '/usr/lib/libOpenThreads.so.2.4.0', which is also in 
package libopenthreads12 2.8.2-2
Errors were encountered while processing:
 /var/cache/apt/archives/libopenthreads13_2.8.3-1_i386.deb


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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#579524: nmu: netcdf4 related

2010-04-28 Thread Francesco Paolo Lovergine
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu
User: release.debian@packages.debian.org
Usertags: binnmu


Please schedule the following binNMUs:

nmu v-sim_3.5.1-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw v-sim_3.5.1-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu vtk_5.4.2-6 . ALL . -m Rebuilt against netcdf 4.1.1
dw vtk_5.4.2-6 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu libmesh_0.6.4.dfsg-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw libmesh_0.6.4.dfsg-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu deal.ii_6.2.1-2 . ALL . -m Rebuilt against netcdf 4.1.1
dw deal.ii_6.2.1-2 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu octave-octcdf_1.0.13-1+b1 . ALL . -m Rebuilt against netcdf 4.1.1
dw octave-octcdf_1.0.13-1+b1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu dx_1:4.4.4-3 . ALL . -m Rebuilt against netcdf 4.1.1
dw dx_1:4.4.4-3 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu libpdl-netcdf-perl_4.02-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw libpdl-netcdf-perl_4.02-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu nco_3.9.9-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw nco_3.9.9-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu gri_2.12.20-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw gri_2.12.20-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu gerris_20091109-dfsg.1-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw gerris_20091109-dfsg.1-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu magics++_2.8.0.dfsg-4 . ALL . -m Rebuilt against netcdf 4.1.1
dw magics++_2.8.0.dfsg-4 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu gnudatalanguage_0.9~rc3-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw gnudatalanguage_0.9~rc3-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu kst_1.7.0-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw kst_1.7.0-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu gmt_4.5.2-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw gmt_4.5.2-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu python-scientific_2.8-1.2 . ALL . -m Rebuilt against netcdf 4.1.1
dw python-scientific_2.8-1.2 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu grads_2.0.a7.1-3 . ALL . -m Rebuilt against netcdf 4.1.1
dw grads_2.0.a7.1-3 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu labplot_1.6.0.2-3 . ALL . -m Rebuilt against netcdf 4.1.1
dw labplot_1.6.0.2-3 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu gdal_1.6.3-3 . ALL . -m Rebuilt against netcdf 4.1.1
dw gdal_1.6.3-3 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu grace_1:5.1.22-5 . ALL . -m Rebuilt against netcdf 4.1.1
dw grace_1:5.1.22-5 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu ncview_1.93g-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw ncview_1.93g-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu minc_2.0.18-1 . ALL . -m Rebuilt against netcdf 4.1.1
dw minc_2.0.18-1 . ALL . -m libnetcdf-dev (= 1:4.0.0)
nmu cdo_1.4.3.dfsg.1-2 . ALL . -m Rebuilt against netcdf 4.1.1
dw cdo_1.4.3.dfsg.1-2 . ALL . -m libnetcdf-dev (= 1:4.0.0)

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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#578497: FTBS and other issues

2010-04-20 Thread Francesco Paolo Lovergine
Package: openjump
Version: 1.0-4
Severity: serious
Tags: upstream
Justification: fails to build from source and other issues.

Current version in sid does not more build. Also new versions 1.2+
depend on problematic software such as Sun JAI. My own guess is that
currently OpenJump is not more to be considered for Squeeze as such.
Future version could still be considered for `contrib' but someone
has to review and manage transition to the new version. Eventually a 
request of removing from the archive should be considered if none
would be interested in solving those problems.


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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openjump depends on:
ii  bsh 2.0b4-11 Java scripting environment (BeanSh
ii  default-jre [java2-runtime] 1.6-36   Standard Java or Java compatible R
ii  gcj-4.4-jre [java2-runtime] 4.4.3-6  Java runtime environment using GIJ
ii  gcj-jre [java2-runtime] 4:4.4.3-1Java runtime environment using GIJ
ii  junit   3.8.2-4  Automated testing framework for Ja
ii  libbatik-java   1.7-6xml.apache.org SVG Library
ii  libbuoy-java1.9-1Java User Interface Toolkit
ii  libjama-java1.0.2-3  a basic linear algebra library for
ii  libjdom1-java   1.1.1+dfsg-1 lightweight and fast library using
ii  libjts-java 1.11-1   JTS Topology Suite
ii  liblog4j1.2-java1.2.15-11Logging library for java
ii  libxerces2-java 2.9.1-4.1Validating XML parser for Java wit
ii  openjdk-6-jre [java2-runtim 6b18-1.8-1   OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java2-runtim 6.20-1   Sun Java(TM) Runtime Environment (

openjump recommends no packages.

openjump 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#577213: 1.0.15 is out

2010-04-10 Thread Francesco Paolo Lovergine
Package: python-shapely
Version: 1.0.14-1
Severity: wishlist

A new bug fix release is available, please update.

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

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

Versions of packages python-shapely depends on:
ii  libgeos-c13.2.0-1Geometry engine for Geographic Inf
ii  python [python-ctypes]2.5.4-9An interactive high-level object-o
ii  python-ctypes 1.0.2-6Python package to create and manip
ii  python-support1.0.7  automated rebuilding support for P

python-shapely recommends no packages.

Versions of packages python-shapely suggests:
ii  python-numpy1:1.3.0-3+b1 Numerical Python adds a fast array

-- 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#577071: FTBS due to octave error

2010-04-09 Thread Francesco Paolo Lovergine
Package: octave-octcdf
Severity: serious
Justification: no longer builds from source

Currently under cowbuilder:

mkdir -p 
/tmp/buildd/octave-octcdf-1.0.13/debian/octave-octcdf/usr/share/octave/packages/3.2
\
 
/tmp/buildd/octave-octcdf-1.0.13/debian/octave-octcdf/usr/lib/octave/packages/3.2
[ -e PKG_ADD ]  mv PKG_ADD PKG_ADD.bak
octave3.2 --no-history --silent --no-init-file --eval   
\
 pkg ('prefix', 
[pwd(),'/debian/octave-octcdf/usr/share/octave/packages/3.2'], \
  
[pwd(),'/debian/octave-octcdf/usr/lib/octave/packages/3.2']);   
  \
 pkg ('local_list', [pwd(),'/local-list']); \
 pkg ('global_list', [pwd(),'/global-list']);   \
 if (exist ('PKG_ADD.bak') == 2),   \
 movefile ('PKG_ADD.bak', 'PKG_ADD');   \
 endif; \
 pkg -verbose -nodeps install .
/usr/bin/ld: cannot find -llapackgf-3
collect2: ld returned 1 exit status
configure: error: Could not run mkoctfile
the configure script returned the following error: checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mkoctfile... mkoctfile
error: called from `pkgconfigure_make' in file 
/usr/share/octave/3.2.4/m/pkg/pkg.m near line 1240, column 2
error: called from:
error:   /usr/share/octave/3.2.4/m/pkg/pkg.m at line 714, column 5
error:   /usr/share/octave/3.2.4/m/pkg/pkg.m at line 287, column 7



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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#576969: FTBS: C++ compiler cannot create executables

2010-04-08 Thread Francesco Paolo Lovergine
Package: libmesh
Severity: serious

libmesh should build-depend on mpi-default-dev.

cd libmesh  autoconf
configure.in:584: warning: AC_REQUIRE: `AC_PROG_F77' was expanded before it was 
required
../../lib/autoconf/fortran.m4:255: AC_LANG_COMPILER(Fortran 77) is expanded 
from...
../../lib/autoconf/lang.m4:316: AC_LANG_COMPILER_REQUIRE is expanded from...
../../lib/autoconf/general.m4:2573: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:598: AS_IF is expanded from...
../../lib/autoconf/general.m4:1998: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2019: AC_CACHE_CHECK is expanded from...
../../lib/autoconf/fortran.m4:558: _AC_PROG_FC_V is expanded from...
../../lib/autoconf/fortran.m4:611: _AC_FC_LIBRARY_LDFLAGS is expanded from...
../../lib/autoconf/fortran.m4:699: AC_F77_LIBRARY_LDFLAGS is expanded from...
aclocal.m4:843: CONFIGURE_PETSC is expanded from...
configure.in:584: the top level
cd libmesh  PETSC_DIR=/usr/lib/petsc PETSC_ARCH=linux-gnu-c-opt \
  SLEPC_DIR=/usr/lib/slepc \
  
LDFLAGS=-Wl,-soname,libmesh.so.0.6.4,-lpetsc,-lpetscdm,-lpetscksp,-lpetscmat,-lpetscsnes,-lpetscvec,-lscotchmetis,-lblas-3gf,-ltbb,-ltbbmalloc,-lvtkIO,-lvtkCommon,-lvtkFiltering
 \
  ./configure --prefix=/usr \
   --host=i486-linux-gnu --build=i486-linux-gnu \
   --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info \
   --disable-laspack --disable-sfc --disable-gzstreams --disable-gmv \
   --disable-tecplot --disable-parmetis --disable-tetgen \
   --disable-triangle --disable-exodus --disable-libHilbert \
   --with-mpi=/usr --with-cxx=mpicxx --with-cc=mpicc --with-f77=mpif77\
   --enable-second --enable-ifem --enable-metis --enable-perflog \
   --enable-vtk --with-vtk-include=/usr/include/vtk-5.2 --with-tbb=/usr
-
--- Configuring libMesh -
-
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
checking whether the C++ compiler works... no
configure: error: in 
`/home/frankie/debian/debian-gis/NMUs/libmesh/libmesh-0.6.4.dfsg/libmesh':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.


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

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



  1   2   3   4   5   >