Bug#888743: marked as done (pidofproc returns PIDs in foreign chroots and containers)

2019-05-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 May 2019 13:03:27 +
with message-id 
and subject line Bug#888743: fixed in lsb 10.2019051400
has caused the Debian Bug report #888743,
regarding pidofproc returns PIDs in foreign chroots and containers
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: lsb-base
Version: 9.20161125

Apparently pidofproc returns the PIDs of programs running
in a chroot or in a container, if there is no local PID file.
This is a *huge* problem for me, because either the init
scripts on the host fail to restart services, or they affect
services running in a container/chroot.

Sample session:

root@mydb01a:~# . /lib/lsb/init-functions
root@mydb01a:~# pidofproc /usr/sbin/smtpd
26623
root@mydb01a:~# ps -ef | grep smtp[d]
root  1689  1541  0 Jan17 ?00:00:00 /usr/sbin/smtpd
uml-net   1690  1689  0 Jan17 ?00:00:00 smtpd: klondike
uml-net   1691  1689  0 Jan17 ?00:00:00 smtpd: control
uml-net   1692  1689  0 Jan17 ?00:00:00 smtpd: lookup
uml-net   1693  1689  0 Jan17 ?00:00:00 smtpd: pony express
lxc-dns+  1694  1689  0 Jan17 ?00:00:00 smtpd: queue
uml-net   1695  1689  0 Jan17 ?00:00:00 smtpd: scheduler
root  4193  4032  0 Jan10 ?00:00:00 /usr/sbin/smtpd
lxc-dns+  4194  4193  0 Jan10 ?00:00:00 smtpd: klondike
lxc-dns+  4195  4193  0 Jan10 ?00:00:00 smtpd: control
lxc-dns+  4196  4193  0 Jan10 ?00:00:00 smtpd: lookup
lxc-dns+  4197  4193  0 Jan10 ?00:00:00 smtpd: pony express
zabbix4198  4193  0 Jan10 ?00:00:00 smtpd: queue
lxc-dns+  4199  4193  0 Jan10 ?00:00:00 smtpd: scheduler
root 26623 1  0 14:06 ?00:00:00 /usr/sbin/smtpd
opensmt+ 26625 26623  0 14:06 ?00:00:00 smtpd: klondike
opensmt+ 26626 26623  0 14:06 ?00:00:00 smtpd: control
opensmt+ 26627 26623  0 14:06 ?00:00:00 smtpd: lookup
opensmt+ 26628 26623  0 14:06 ?00:00:00 smtpd: pony express
opensmt+ 26629 26623  0 14:06 ?00:00:00 smtpd: queue
opensmt+ 26630 26623  0 14:06 ?00:00:00 smtpd: scheduler


Please note the smtpds running in 2 LXC containers. If I kill
the local smtpd, then pidofproc finds the foreign smtpds:

root@mydb01a:~# kill 26623
root@mydb01a:~# pidofproc /usr/sbin/smtpd
4199 4198 4197 4196 4195 4194 4193 1695 1694 1693 1692 1691 1690 1689
root@mydb01a:~# echo $?
0


If pidofproc would use "pidof -c" internally, then it should work as
expected:

root@mydb01a:~# /bin/pidof -o %PPID -x /usr/sbin/smtpd
4199 4198 4197 4196 4195 4194 4193 1695 1694 1693 1692 1691 1690 1689
root@mydb01a:~# /bin/pidof -c -o %PPID -x /usr/sbin/smtpd
root@mydb01a:~# echo $?
1


lsb-base version 9.20170808 has the same problem. I would highly
appreciate a fix for stretch and sid.


Regards
Harri
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 10.2019051400

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud  (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 14 May 2019 08:50:39 +0200
Source: lsb
Architecture: source
Version: 10.2019051400
Distribution: unstable
Urgency: medium
Maintainer: Debian LSB Team 
Changed-By: Didier Raboud 
Closes: 888743
Changes:
 lsb (10.2019051400) unstable; urgency=medium
 .
   [ Harald Dunkel ]
   * pidofproc: use "pidof -c" to avoid pidofproc results from containers or 
chroots
 (Closes: #888743)
Checksums-Sha1:
 d81f73160e3eb65af99bd71380571ca1c3e0b27d 1695 lsb_10.2019051400.dsc
 7b65840e9d83f277b447db7c630a282c039c88cb 42204 lsb_10.2019051400.tar.xz
Checksums-Sha256:
 79be4b76a50edb2e2f0fb0f2301d74aa36be7e4ed1aedc2cb92e0ca93a97e194 1695 
lsb_10.2019051400.dsc
 e134c5780b70e3aac9d175e70bee4eb187e01bc02bb0d4e8a9b19dc52aabd557 42204 
lsb_10.2019051400.tar.xz
Files:
 a54e8b63ada0978866857985e1fe

Bug#888743: marked as done (pidofproc returns PIDs in foreign chroots and containers)

2019-03-24 Thread Debian Bug Tracking System
Your message dated Sun, 24 Mar 2019 14:53:27 +
with message-id 
and subject line Bug#888743: fixed in lsb 10.2019032400
has caused the Debian Bug report #888743,
regarding pidofproc returns PIDs in foreign chroots and containers
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: lsb-base
Version: 9.20161125

Apparently pidofproc returns the PIDs of programs running
in a chroot or in a container, if there is no local PID file.
This is a *huge* problem for me, because either the init
scripts on the host fail to restart services, or they affect
services running in a container/chroot.

Sample session:

root@mydb01a:~# . /lib/lsb/init-functions
root@mydb01a:~# pidofproc /usr/sbin/smtpd
26623
root@mydb01a:~# ps -ef | grep smtp[d]
root  1689  1541  0 Jan17 ?00:00:00 /usr/sbin/smtpd
uml-net   1690  1689  0 Jan17 ?00:00:00 smtpd: klondike
uml-net   1691  1689  0 Jan17 ?00:00:00 smtpd: control
uml-net   1692  1689  0 Jan17 ?00:00:00 smtpd: lookup
uml-net   1693  1689  0 Jan17 ?00:00:00 smtpd: pony express
lxc-dns+  1694  1689  0 Jan17 ?00:00:00 smtpd: queue
uml-net   1695  1689  0 Jan17 ?00:00:00 smtpd: scheduler
root  4193  4032  0 Jan10 ?00:00:00 /usr/sbin/smtpd
lxc-dns+  4194  4193  0 Jan10 ?00:00:00 smtpd: klondike
lxc-dns+  4195  4193  0 Jan10 ?00:00:00 smtpd: control
lxc-dns+  4196  4193  0 Jan10 ?00:00:00 smtpd: lookup
lxc-dns+  4197  4193  0 Jan10 ?00:00:00 smtpd: pony express
zabbix4198  4193  0 Jan10 ?00:00:00 smtpd: queue
lxc-dns+  4199  4193  0 Jan10 ?00:00:00 smtpd: scheduler
root 26623 1  0 14:06 ?00:00:00 /usr/sbin/smtpd
opensmt+ 26625 26623  0 14:06 ?00:00:00 smtpd: klondike
opensmt+ 26626 26623  0 14:06 ?00:00:00 smtpd: control
opensmt+ 26627 26623  0 14:06 ?00:00:00 smtpd: lookup
opensmt+ 26628 26623  0 14:06 ?00:00:00 smtpd: pony express
opensmt+ 26629 26623  0 14:06 ?00:00:00 smtpd: queue
opensmt+ 26630 26623  0 14:06 ?00:00:00 smtpd: scheduler


Please note the smtpds running in 2 LXC containers. If I kill
the local smtpd, then pidofproc finds the foreign smtpds:

root@mydb01a:~# kill 26623
root@mydb01a:~# pidofproc /usr/sbin/smtpd
4199 4198 4197 4196 4195 4194 4193 1695 1694 1693 1692 1691 1690 1689
root@mydb01a:~# echo $?
0


If pidofproc would use "pidof -c" internally, then it should work as
expected:

root@mydb01a:~# /bin/pidof -o %PPID -x /usr/sbin/smtpd
4199 4198 4197 4196 4195 4194 4193 1695 1694 1693 1692 1691 1690 1689
root@mydb01a:~# /bin/pidof -c -o %PPID -x /usr/sbin/smtpd
root@mydb01a:~# echo $?
1


lsb-base version 9.20170808 has the same problem. I would highly
appreciate a fix for stretch and sid.


Regards
Harri
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 10.2019032400

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud  (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Mar 2019 14:28:26 +0100
Source: lsb
Architecture: source
Version: 10.2019032400
Distribution: experimental
Urgency: medium
Maintainer: Debian LSB Team 
Changed-By: Didier Raboud 
Closes: 888743
Changes:
 lsb (10.2019032400) experimental; urgency=medium
 .
   [ Harald Dunkel ]
   * pidofproc: use "pidof -c" to avoid pidofproc results from containers or 
chroots
 (Closes: #888743)
Checksums-Sha1:
 1909e03c94cfe9355486f53b70c40ceb91517df0 1695 lsb_10.2019032400.dsc
 2d75f80411cb37d726231323781df5b09af977fd 42212 lsb_10.2019032400.tar.xz
Checksums-Sha256:
 6c85585c422cbbfd801f17700452cc2418f40f44f633ae97cee074d4e2d5f3ac 1695 
lsb_10.2019032400.dsc
 53c71f79c72eb82224c19658626ed20872d4c2d44de5cda2dbea57a070a89275 42212 
lsb_10.2019032400.tar.xz
Files:
 6235df5b4edf8860d100a4

Bug#924958: marked as done (lsb-base: priority change)

2019-03-22 Thread Debian Bug Tracking System
Your message dated Fri, 22 Mar 2019 14:20:38 +0100
with message-id <12138288.vryldsa...@odyx.org>
and subject line Re: Bug#924958: lsb-base: priority change
has caused the Debian Bug report #924958,
regarding lsb-base: priority change
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
924958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924958
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-base
Version: 10.2019031300
Severity: minor

package priority changed from required to optional but this change is not 
mentioned in changelog

--nX
--- End Message ---
--- Begin Message ---
Le mardi, 19 mars 2019, 08.09:22 h CET Daniel Vacek a écrit :
> Package: lsb-base
> Version: 10.2019031300
> Severity: minor
> 
> package priority changed from required to optional but this change is not
> mentioned in changelog

This was not changed in the lsb source package, but is overriden by FTP-
Masters, see https://wiki.debian.org/FtpMaster/Override and
http://ftp.debian.org/debian/indices/override.sid.main.gz

Cheers,
OdyX

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#921558: marked as done (lsb-base: killproc does not pass name parameter to start-stop-daemon)

2019-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Mar 2019 21:04:19 +
with message-id 
and subject line Bug#921558: fixed in lsb 10.2019031300
has caused the Debian Bug report #921558,
regarding lsb-base: killproc does not pass name parameter to start-stop-daemon
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
921558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-base
Version: 10.2018112800
Severity: serious

Hello,

there is a logic error in /lib/lsb/init-functions's killproc:

base=${1##*/}
if [ ! $pidfile ]; then
name_param="--name $base --pidfile /var/run/$base.pid"
else
name_param="--pidfile $pidfile"
fi

The if clause checks for nonempty $pidfile instead of nonempty $base to
decide whether --name is used.

Also --pidfile $pidfile is always used, even when $pidfile is empty.

I am reportig this as serious since sid's start-stop-daemon requires a
name parameter in addition to --pidfile when the pidfile is not owned by
root, therefore this bug causes init script failures. (#921205)

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 10.2019031300

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 921...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud  (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Mar 2019 21:42:26 +0100
Source: lsb
Architecture: source
Version: 10.2019031300
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team 
Changed-By: Didier Raboud 
Closes: 921558
Changes:
 lsb (10.2019031300) unstable; urgency=low
 .
   [ Dmitry Bogatov ]
   * init-functions: in killproc, pass '--name' to start-stop-daemon
 (Closes: #921558)
Checksums-Sha1:
 ba44df4600d285880f68e50cb271e324c42ce3c7 1695 lsb_10.2019031300.dsc
 1635aec3dc49e88e6f0761bdfbcd1b32946762d0 42132 lsb_10.2019031300.tar.xz
Checksums-Sha256:
 7b71ba5ea22d9d650d4066aeff92f63b2795e02b2b23b8f2ad4328b02a67e646 1695 
lsb_10.2019031300.dsc
 a956c45c7e0830b9c9a17407ed91c3373972493cead42b9c4dc53a8619a3898a 42132 
lsb_10.2019031300.tar.xz
Files:
 523af3064863251feef1391e2aad0744 1695 misc extra lsb_10.2019031300.dsc
 c19e974983e70abcb128ed03999023b7 42132 misc extra lsb_10.2019031300.tar.xz

-BEGIN PGP SIGNATURE-

iQGzBAEBCgAdFiEEe+WPIRpjNw1/GSB7i8+nHsoWNFUFAlyJbCUACgkQi8+nHsoW
NFWwaQv/VT0mLI+9BRMz5WL7idk11YSzBQj7msbocPUFF0u9L/wj8lk1FFUgaXeV
SlszkjmT6snzjR1RjvTdlVIe7YosXHu73u3fsq+WsvV3DRU7anx3sL+rRCTmh1Hk
g360mPzwmNvfDgHYuymnESEbV96qSCWhcmiBwKuta3QnBDcBYrJUbeLGDkXsLmuB
r0T6gNSel5Nmwn+yX+e7kR1Vv6o0X31fa0O/HVg2Fi+Nf9Z8VA9NP3GN2QqlXV7L
vYEY0w1gMROy1om88Ixkcszdeew19K2rnSb3beWQ93fYZsErvjv5W1gjGtl68GV6
pg/q/k20ybHhrjsoMS7XgsmiC1IIkcfXmWodcWrqyoaYLOfgfxjxvU8D82X3+Njd
nnp43nTjy4JijoYikKqMT+diFzTan3OxiurMq6vQ0CQ5oo3PbHS6eafW8m3fbENs
MibXktv3S9nkqiLCUcV+/n+Q5zEM3WmhAd6Gt6kTFrvP4pGm5bDhI47RgY3U1EX5
F1IPmL4L
=xeQT
-END PGP SIGNATURE End Message ---


Bug#924312: marked as done (stunnel4: Fails to stop with sysvinit: start-stop-daemon: matching only on non-root pidfile /var/lib/stunnel4///stunnel4.pid is insecure)

2019-03-13 Thread Debian Bug Tracking System
Your message dated Wed, 13 Mar 2019 21:04:19 +
with message-id 
and subject line Bug#921558: fixed in lsb 10.2019031300
has caused the Debian Bug report #921558,
regarding stunnel4: Fails to stop with sysvinit: start-stop-daemon: matching 
only on non-root pidfile /var/lib/stunnel4///stunnel4.pid is insecure
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
921558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: stunnel4
Version: 3:5.50-3
Severity: serious

stopping or restarting stunnel4 on systems with sysvinit (or probably
also any other init system using start-stop-daemon) fails as follows for
me:

 invoke-rc.d stunnel4 restart
Restarting TLS tunnels: /etc/stunnel/stunnel.conf: /sbin/start-stop-daemon: 
matching only on non-root pidfile /var/lib/stunnel4///stunnel4.pid is insecure
stopped

And despite it claims at the end "stopped", stunnel is not stopped as ps
shows:

stunnel4 26991  0.0  0.0  87196   156 ?Ssl  Jan21   0:00 
/usr/bin/stunnel4 /etc/stunnel/stunnel.conf

This is caused by the following change in dpkg 1.19.3 from 22 Jan 2019:

  * start-stop-daemon: Check whether standalone --pidfile use is secure.
Prompted by Michael Orlitzky .

The usual fix seems to be to also specify the binary to be stopped with
IIRC the --exec option.

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

Kernel: Linux 4.18.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled

Versions of packages stunnel4 depends on:
ii  adduser  3.118
ii  libc62.28-8
ii  libssl1.11.1.1b-1
ii  libsystemd0  241-1
ii  libwrap0 7.6.q-28
ii  lsb-base 10.2018112800
ii  netbase  5.6
ii  openssl  1.1.1b-1
ii  perl 5.28.1-4

stunnel4 recommends no packages.

Versions of packages stunnel4 suggests:
pn  logcheck-database  

-- Configuration Files:
/etc/stunnel/stunnel.conf changed:
; Sample stunnel configuration file by Michal Trojnara 2002-2009
; Some options used here may not be adequate for your particular configuration
; Please make sure you understand them (especially the effect of the chroot 
jail)
; Certificate/key is needed in server mode and optional in client mode
;cert = /etc/ssl/certs/stunnel.pem
;key = /etc/ssl/certs/stunnel.pem
; Protocol version (all, SSLv2, SSLv3, TLSv1)
sslVersion = TLSv1
; Some security enhancements for UNIX systems - comment them out on Win32
chroot = /var/lib/stunnel4/
setuid = stunnel4
setgid = stunnel4
; PID is created inside the chroot jail
pid = /stunnel4.pid
; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
;compression = zlib
; Workaround for Eudora bug
;options = DONT_INSERT_EMPTY_FRAGMENTS
; Authentication stuff
;verify = 2
; Don't forget to c_rehash CApath
; CApath is located inside chroot jail
;CApath = /certs
; It's often easier to use CAfile
;CAfile = /etc/stunnel/certs.pem
; Don't forget to c_rehash CRLpath
; CRLpath is located inside chroot jail
;CRLpath = /crls
; Alternatively you can use CRLfile
;CRLfile = /etc/stunnel/crls.pem
; Some debugging stuff useful for troubleshooting
;debug = 7
;output = /var/log/stunnel4/stunnel.log
; Use it for client mode
;client = yes
; Service-level configuration
;[pop3s]
;accept  = 995
;connect = 110
;[imaps]
;accept  = 993
;connect = 143
;[ssmtp]
;accept  = 465
;connect = 25
;[https]
;accept  = 443
;connect = 80
;TIMEOUTclose = 0
[bbs]
;accept  = localhost:1984
accept  = 127.0.0.1:1984
connect = sym.noone.org:1983
client = yes
[bbs2]
;accept  = localhost:1984
accept  = 127.0.0.2:1984
connect = c3pio.deuxchevaux.org:1983
client = yes
; vim:ft=dosini


-- no debconf information
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 10.2019031300

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 921...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriat

Processed: Re: Bug#921558: lsb-base: killproc does not pass name parameter to start-stop-daemon

2019-03-11 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + patch
Bug #921558 [lsb-base] lsb-base: killproc does not pass name parameter to 
start-stop-daemon
Bug #924312 [lsb-base] stunnel4: Fails to stop with sysvinit: 
start-stop-daemon: matching only on non-root pidfile 
/var/lib/stunnel4///stunnel4.pid is insecure
Added tag(s) patch.
Added tag(s) patch.

-- 
921558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921558
924312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924312
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: stunnel4: Fails to stop with sysvinit: start-stop-daemon: matching only on non-root pidfile /var/lib/stunnel4///stunnel4.pid is insecure

2019-03-11 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 lsb-base
Bug #924312 [stunnel4] stunnel4: Fails to stop with sysvinit: 
start-stop-daemon: matching only on non-root pidfile 
/var/lib/stunnel4///stunnel4.pid is insecure
Bug reassigned from package 'stunnel4' to 'lsb-base'.
No longer marked as found in versions stunnel4/3:5.50-3.
Ignoring request to alter fixed versions of bug #924312 to the same values 
previously set
> forcemerge 921558 -1
Bug #921558 [lsb-base] lsb-base: killproc does not pass name parameter to 
start-stop-daemon
Bug #924312 [lsb-base] stunnel4: Fails to stop with sysvinit: 
start-stop-daemon: matching only on non-root pidfile 
/var/lib/stunnel4///stunnel4.pid is insecure
Marked as found in versions lsb/10.2018112800.
Added tag(s) moreinfo.
Merged 921558 924312
> affects 921558 + stunnel4
Bug #921558 [lsb-base] lsb-base: killproc does not pass name parameter to 
start-stop-daemon
Bug #924312 [lsb-base] stunnel4: Fails to stop with sysvinit: 
start-stop-daemon: matching only on non-root pidfile 
/var/lib/stunnel4///stunnel4.pid is insecure
Added indication that 921558 affects stunnel4
Added indication that 924312 affects stunnel4

-- 
921558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921558
924312: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924312
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#920800: marked as done (ValueError: could not convert string to float: '6.06 LTS')

2019-02-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Feb 2019 15:32:32 +0100
with message-id <2394732.uw3tuhc...@odyx.org>
and subject line Re: Bug#920800: ValueError: could not convert string to float: 
'6.06 LTS'
has caused the Debian Bug report #920800,
regarding ValueError: could not convert string to float: '6.06 LTS'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
920800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-release
Version: 10.2018112800
Severity: normal

Dear Maintainer,

* What led up to the situation?

At first this system was Ubuntu 13.04, then 13.10, 14.04 and 16.04
version. Yesterday I upgraded it to Debian 10 with just APT/Aptitude.

* What exactly did you do (or not do) that was effective (or ineffective)?

$ lsb_release -a

* What was the outcome of this action?

Traceback (most recent call last):
  File "/usr/bin/lsb_release", line 95, in 
main()
  File "/usr/bin/lsb_release", line 59, in main
distinfo = lsb_release.get_distro_information()
  File "/usr/lib/python3/dist-packages/lsb_release.py", line 356, in 
get_distro_information
distinfo = guess_debian_release()
  File "/usr/lib/python3/dist-packages/lsb_release.py", line 246, in 
guess_debian_release
get_distro_info(distinfo['ID'])
  File "/usr/lib/python3/dist-packages/lsb_release.py", line 48, in 
get_distro_info
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
  File "/usr/lib/python3/dist-packages/lsb_release.py", line 48, in 
RELEASES_ORDER.sort(key=lambda n: float(n[0]))
ValueError: could not convert string to float: '6.06 LTS'

* What outcome did you expect instead?

Some sensible output.


-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 https://deb.debian.org/debian buster/main i386 Packages
 release o=Debian,a=testing,n=buster,l=Debian,c=main,b=i386
 origin deb.debian.org
 500 https://deb.debian.org/debian buster/main amd64 Packages
 release o=Debian,a=testing,n=buster,l=Debian,c=main,b=amd64
 origin deb.debian.org
Pinned packages:
-*- -*- -*- -*- -*-
   sources.list
-*- -*- -*- -*- -*-
-*- -*- -*- -*- -*-
 /etc/lsb_release
-*- -*- -*- -*- -*-
- none

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

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

Versions of packages lsb-release depends on:
ii  distro-info-data  0.39
ii  python3   3.7.2-1

Versions of packages lsb-release recommends:
ii  apt  1.8.0~beta1

Versions of packages lsb-release suggests:
pn  lsb  

-- debconf-show failed
--- End Message ---
--- Begin Message ---
Control: tags -1 +help +wontfix
Control: severity -1 wishlist

Hi there Marcin,

Le mardi, 29 janvier 2019, 10.06:38 h CET Marcin Juszkiewicz a écrit :
> At first this system was Ubuntu 13.04, then 13.10, 14.04 and 16.04
> version. Yesterday I upgraded it to Debian 10 with just APT/Aptitude.

This is a _totally_ unsupported upgrade procedure :-) The only thing Debian 
supports is either clean setups or upgrades from the previous _Debian_ stable. 
(Even upgrades skipping a Debian stable release are not supported.)

> $ lsb_release -a
> 
> Traceback (most recent call last):
>   File "/usr/bin/lsb_release", line 95, in 
> main()
>   File "/usr/bin/lsb_release", line 59, in main
> distinfo = lsb_release.get_distro_information()
>   File "/usr/lib/python3/dist-packages/lsb_release.py", line 356, in
> get_distro_information distinfo = guess_debian_release()
>   File "/usr/lib/python3/dist-packages/lsb_release.py", line 246, in
> guess_debian_release get_distro_info(distinfo['ID'])
>   File "/usr/lib/python3/dist-packages/lsb_release.py", line 48, in
> get_distro_info RELEASES_ORDER.sort(key=lambda n: float(n[0]))
>   File "/usr/lib/python3/dist-packages/lsb_release.py", line 48, in 
> RELEASES_ORDER.sort(key=lambda n: float(n[0]))
> ValueError: could not convert string to float: '6.06 LTS'

This seems to indicate you have upgraded to 16.06 in the mean time, have yo

Processed: unarchiving 914287

2019-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> unarchive 914287
Bug #914287 {Done: Didier Raboud } [lsb-release] lsb-release: 
please parse /usr/lib/os-release and deprecate /etc/lsb-release
Unarchived Bug 914287
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
914287: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914287
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#896672: marked as done (lsb-release: Do not use APT source to guess codenames)

2018-04-23 Thread Debian Bug Tracking System
Your message dated Mon, 23 Apr 2018 20:00:33 +0100
with message-id <1524510033.2872.80.ca...@adam-barratt.org.uk>
and subject line Re: Bug#896672: lsb-release: Do not use APT source to guess 
codenames
has caused the Debian Bug report #896672,
regarding lsb-release: Do not use APT source to guess codenames
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
896672: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-release
Version: 4.1+devuan2
Severity: normal

Dear Maintainer,

-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
Distributor ID: Devuan
Description:Devuan GNU/Linux testing/unstable
Release:testing/unstable
Codename:   n/a
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 https://download.docker.com/linux/debian stretch/edge amd64 Packages
 release o=Docker,a=stretch,l=Docker CE,c=edge,b=amd64
 origin download.docker.com
 100 http://deb.devuan.org/devuan experimental/main amd64 Packages
 release 
v=1.0.0,o=Devuan,a=experimental,n=experimental,l=Master,c=main,b=amd64
 origin deb.devuan.org
 100 http://deb.devuan.org/devuan ascii-proposed/main amd64 Packages
 release v=2.0.0,o=None,a=ascii-proposed,n=None,l=None,c=main,b=amd64
 origin deb.devuan.org
 500 http://deb.devuan.org/merged ascii/main amd64 Packages
 release v=2.0,a=testing,n=ascii,l=Devuan,c=main,b=amd64
 origin deb.devuan.org
 500 http://deb.devuan.org/merged ascii-updates/main amd64 Packages
 release v=2.0.0,a=testing-updates,n=ascii-updates,l=Devuan,c=main,b=amd64
 origin deb.devuan.org
 500 http://deb.devuan.org/merged ascii-security/main amd64 Packages
 release 
v=2.0,a=testing-security,n=ascii-security,l=Devuan-Security,c=main,b=amd64
 origin deb.devuan.org
Pinned packages:
-*- -*- -*- -*- -*-
   sources.list
-*- -*- -*- -*- -*-
deb http://deb.devuan.org/merged/ ascii-security  main
deb http://deb.devuan.org/merged/ ascii-updates   main
deb http://deb.devuan.org/merged/ ascii   main
-*- -*- -*- -*- -*-
 /etc/lsb_release
-*- -*- -*- -*- -*-
- none

The lsb_release -c invocation yields results that are dependent on one's
APT sources.list.  Absence of the Origin: field in some of the Devuan
package repository mirrors means that on some systems people see `n/a`
as the codename.  When switching mirrors *and without changing installed
packages*, the output suddenly becomes `ascii`.

# I have only tested this on ascii systems.

I have submitted an issue against the mirrors psuedo-package to get the
Origin: field added, but all the same, I think that lsb_release should
not consult whatever happens to be in the systems /var/lib/apt/lists/
directory as that may have next to no bearing on what is actually
installed when the command is issued.

Inspection of /usr/share/pyshared/lsb_release.py strongly hints that
this behaviour is Devuan specific.  I don't know if it is and, if so,
why it got in but I think it should be removed.

See also
  https://lists.dyne.org/lurker/message/20180420.115057.d298af7b.en.html

-- System Information:
Distributor ID: Devuan
Description:Devuan GNU/Linux testing/unstable
Release:testing/unstable
Codename:   n/a

Architecture: x86_64

Kernel: Linux 4.9.0-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages lsb-release depends on:
ii  python  2.7.13-2

Versions of packages lsb-release recommends:
ii  apt  1.4.8

Versions of packages lsb-release suggests:
pn  lsb  

-- no debconf information

Hope this helps,
--
Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27
 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
 Support Free Softwarehttps://my.fsf.org/donate
 Join the Free Software Foundation  https://my.fsf.org/join
--- End Message ---
--- Begin Message ---
On Mon, 2018-04-23 at 21:06 +0900, Olaf Meeuwissen wrote:
> Package: lsb-release
> Version: 4.1+devuan2
> 
[...]
> Inspection of /usr/share/pyshared/lsb_release.py strongly hints that
> this behaviour is Devuan specific.  I don't know if it is and, if so,
> why it got in but I think it should be removed.
> 

In that case, this should be filed in Devuan's bug tracker, not
Debian's.

Regards,

Adam--- End Message ---


Processed (with 5 errors): Re: Bug#888743: pidofproc returns PIDs in foreign chroots and containers

2018-04-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 888743 important
Bug #888743 [lsb-base] pidofproc returns PIDs in foreign chroots and containers
Severity set to 'important' from 'normal'
> It seems that sssd is affected by this problem as well. I lost EMails
Unknown command or malformed arguments to command.
> due to "unknown user" bounces triggered by sssd going away, so I am
Unknown command or malformed arguments to command.
> raising the severity.
Unknown command or malformed arguments to command.
> Regards
Unknown command or malformed arguments to command.
> Harri
Unknown command or malformed arguments to command.
Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
888743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#854224: marked as done (Updating the lsb Uploaders list)

2017-08-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Aug 2017 15:04:22 +
with message-id <e1dejzu-0004qi...@fasolo.debian.org>
and subject line Bug#854224: fixed in lsb 9.20170808
has caused the Debian Bug report #854224,
regarding Updating the lsb Uploaders list
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
854224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lsb
Version: 9.20161125
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Jeff Licquia <licq...@debian.org> has not been working on
the lsb package for quite some time.

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 9.20170808

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 854...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud <o...@debian.org> (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 Aug 2017 10:50:21 -0400
Source: lsb
Binary: lsb-base lsb-release
Architecture: source
Version: 9.20170808
Distribution: unstable
Urgency: medium
Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
Changed-By: Didier Raboud <o...@debian.org>
Description:
 lsb-base   - Linux Standard Base init script functionality
 lsb-release - Linux Standard Base version reporting utility
Closes: 854224 862041
Changes:
 lsb (9.20170808) unstable; urgency=medium
 .
   * Remove Jeff Licquia from Uploaders, with thanks for his past work
 (Closes: #854224)
   * Fix number-to-release typo in lsb-release's README.Debian (Closes: #862041)
Checksums-Sha1:
 cfc22eabb8c47d42ee3dac42f925a466e0431c41 1597 lsb_9.20170808.dsc
 4f6bc1811a6ed1b63906a24830213d1b31743edc 42120 lsb_9.20170808.tar.xz
 154f8b83b045d4527109252173dfc03ae8ae6af0 5501 lsb_9.20170808_source.buildinfo
Checksums-Sha256:
 d767e622530f73df4f041f7bace54412a6da3d66ddcc73df7913cdebdbf258a9 1597 
lsb_9.20170808.dsc
 ec9cb022cedcdf34c5b8dc2dca530777ce3f491ad364222557691e87807729b1 42120 
lsb_9.20170808.tar.xz
 96adbb73c71619c846d395bd0ad866e0c62b02a0a09fea265417c00ffbd5d809 5501 
lsb_9.20170808_source.buildinfo
Files:
 158bb6a73883e86726d9f2fff5250707 1597 misc extra lsb_9.20170808.dsc
 b1432d7ecfa57aba99ed7ab674c8ec2b 42120 misc extra lsb_9.20170808.tar.xz
 a62be88b0ddbc2f5211e4295c9e7fcdc 5501 misc extra 
lsb_9.20170808_source.buildinfo

-BEGIN PGP SIGNATURE-

iQGzBAEBCgAdFiEEe+WPIRpjNw1/GSB7i8+nHsoWNFUFAlmIflYACgkQi8+nHsoW
NFWKHgv+O6rNdpbVEij13gSEabAylLWgZrRU0aXah5Vg5/8nZK1N8lQ/J37Vkm4Z
AueZv0vtBaJD8Mf1C1YpU8vEAIH8qU4C6pg6YfN0A5Q1x6TCUmir9FNnVyWJw1QG
m/aBr7+c1/xAkbfV1yAXBotT2jQIkxqVp6JHj0trvzLXc6l0+ET0OB0qDteBwf84
HRHqwGIHrAlJ3DzaNG3DGwyn1XhTbvgJPAEC1yrBEYyUJqQ9vAoHBcedqBmocl4X
FVPWaviaiD/rk0bgL93fk7oJpgYfEsxNF8jWqaqGWbTaSrJDnci6SnEq7du+/6Xy
T9zWvixqeP9p/p6VePlZQaaztiuGTxKqnSj1bcm+kGXQ947oCnIp1OsziDOtOKoV
8/0y/0mAulqWWZeKz5oRXZI+h7l2Ml3B6uoB32aDMxzmZ04o6f3mdT/2dWepNbq/
fXCSjljA02o4IY7RiTmIbUNGd0lrGWKrQ9+LfoR57F/UiDiIhASYh7XWuA7zY1Zi
Hpl7/wbW
=W+8+
-END PGP SIGNATURE End Message ---


Bug#862041: marked as done (lsb-release: Version number typo in README.Debian)

2017-08-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Aug 2017 15:04:22 +
with message-id <e1dejzu-0004qo...@fasolo.debian.org>
and subject line Bug#862041: fixed in lsb 9.20170808
has caused the Debian Bug report #862041,
regarding lsb-release: Version number typo in README.Debian
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
862041: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862041
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-release
Version: 4.1+Debian13+nmu1
Severity: minor

Dear Maintainer,

The README.Debian for lsb-release, shows the version for Jessie as 7.0, instead
of 8.0, in the example provided near the end. Please consider changing either 
the version number or the code name of the release to the proper value.


-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
Distributor ID: Debian
Description:Debian GNU/Linux 8.7 (jessie)
Release:8.7
Codename:   jessie
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://repos.sonar.digitalocean.com/apt/ main/main i386 Packages
 release o=. main,a=main,n=main,l=. main,c=main
 origin repos.sonar.digitalocean.com
 100 http://mirrors.digitalocean.com/debian/ jessie-backports/main i386 Packages
 release o=Debian Backports,a=jessie-backports,n=jessie-backports,l=Debian 
Backports,c=main
 origin mirrors.digitalocean.com
 500 http://mirrors.digitalocean.com/debian/ jessie-updates/main i386 Packages
 release o=Debian,a=stable-updates,n=jessie-updates,l=Debian,c=main
 origin mirrors.digitalocean.com
 500 http://security.debian.org/ jessie/updates/main i386 Packages
 release v=8,o=Debian,a=stable,n=jessie,l=Debian-Security,c=main
 origin security.debian.org
 500 http://mirrors.digitalocean.com/debian/ jessie/main i386 Packages
 release v=8.8,o=Debian,a=stable,n=jessie,l=Debian,c=main
 origin mirrors.digitalocean.com
Pinned packages:
-*- -*- -*- -*- -*-
   sources.list
-*- -*- -*- -*- -*-
deb http://mirrors.digitalocean.com/debian jessie main
deb http://security.debian.org/ jessie/updates main
deb http://mirrors.digitalocean.com/debian jessie-updates main
-*- -*- -*- -*- -*-
 /etc/lsb_release
-*- -*- -*- -*- -*-
- none

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages lsb-release depends on:
ii  python  2.7.9-1

Versions of packages lsb-release recommends:
ii  apt  1.0.9.8.4

Versions of packages lsb-release suggests:
pn  lsb  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 9.20170808

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 862...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud <o...@debian.org> (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 Aug 2017 10:50:21 -0400
Source: lsb
Binary: lsb-base lsb-release
Architecture: source
Version: 9.20170808
Distribution: unstable
Urgency: medium
Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
Changed-By: Didier Raboud <o...@debian.org>
Description:
 lsb-base   - Linux Standard Base init script functionality
 lsb-release - Linux Standard Base version reporting utility
Closes: 854224 862041
Changes:
 lsb (9.20170808) unstable; urgency=medium
 .
   * Remove Jeff Licquia from Uploaders, with thanks for his past work
 (Closes: #854224)
   * Fix number-to-release typo in lsb-release's README.Debian (Closes: #862041)
Checksums-Sha1:
 cfc22eabb8c47d42ee3dac42f925a466e0431c41 1597 lsb_9.20170808.dsc
 4f6bc1811a6ed1b63906a24830213d1b31743edc 42120 lsb_9.20170808.tar.xz
 154f8b83b045d4527109252173dfc03ae8ae6af0 5501 lsb_9.20170808_source.bu

Bug#714634: marked as done (lsb-core: Remove lsb-invalid-mta as a dependency of lsb-core; require an actual MTA instead)

2017-08-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Aug 2017 10:46:37 -0400
with message-id <3964548.0tbjj2r...@odyx.org>
and subject line Re: Bug#714634: lsb-core: Remove lsb-invalid-mta as a 
dependency of lsb-core; require an actual MTA instead
has caused the Debian Bug report #714634,
regarding lsb-core: Remove lsb-invalid-mta as a dependency of lsb-core; require 
an actual MTA instead
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
714634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714634
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-core
Version: 4.1+Debian8+deb7u1
Severity: important

Hi,

This bug report is a continuation of the following thread:

http://debian.2.n7.nabble.com/Questions-regarding-lsb-invalid-mta-td2980123.html

To summarize, lsb-invalid-mta does not fulfil the requirements of the LSB
specification, and as such should not be installed as a dependency of
lsb-core. Rather, an actual MTA should be installed, and the lsb-invalid-mta
package preferably removed from the Debian repositories altogether (as I 
understand
this was a downstream initiative, and does not appear to be appropriate
in Debain). For example, lsb-core could instead depend on "default-mta | 
mail-transport-agent".

Regards,
Aaron


-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages lsb-core depends on:
ii  alien  8.87
ii  at 3.1.13-2
ii  bc 1.06.95-2+b1
ii  binutils   2.22-8
ii  bsd-mailx [mailx]  8.1.2-0.2006cvs-1
ii  bsdmainutils   9.0.3
ii  bsdutils   1:2.20.1-5.3
ii  cpio   2.11+dfsg-0.1
ii  cron [cron-daemon] 3.0pl1-124
ii  cups-bsd [lpr] 1.5.3-5
ii  cups-client1.5.3-5
ii  debconf [debconf-2.0]  1.5.49
ii  ed 1.6-2
ii  exim4-daemon-light [mail-transport-agent]  4.80-7
ii  file   5.11-2
ii  lib32z11:1.2.7.dfsg-13
ii  libc6  2.13-38
ii  libc6-dev [libc-dev]   2.13-38
ii  libc6-i386 2.13-38
ii  libncurses55.9-10
ii  libpam0g   1.1.3-7.1
ii  locales2.13-38
ii  lsb-base   4.1+Debian8+deb7u1
ii  lsb-release4.1+Debian8+deb7u1
ii  lsb-security   4.1+Debian8+deb7u1
ii  m4 1.4.16-3
ii  make   3.81-8.2
ii  man-db 2.6.2-1
ii  mawk   1.3.3-17
ii  ncurses-term   5.9-10
ii  passwd 1:4.1.5.1-1
ii  patch  2.6.1-3
ii  pax1:20120606-2
ii  procps 1:3.3.3-3
ii  psmisc 22.19-1+deb7u1
ii  python 2.7.3-4
ii  rsync  3.0.9-4
ii  time   1.7-24
ii  zlib1g [libz1] 1:1.2.7.dfsg-13

lsb-core recommends no packages.

lsb-core suggests no packages.

-- debconf information excluded
--- End Message ---
--- Begin Message ---
Version: 9.20150826

Le lundi, 1 juillet 2013, 14.54:35 h EDT Aaron Sowry a écrit :
> To summarize, lsb-invalid-mta does not fulfil the requirements of the LSB
> specification, and as such should not be installed as a dependency of
> lsb-core.

lsb-invalid-mta (as well as lsb-core) have been removed from src:LSB in 
version 9.20150826 and lsb-compat (re-introduced later) did only have a 
dependency against mail-transport-agent.

Cheers,
OdyX

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#866778: marked as done (lsb-release: lsb_release --all displays inconsistent information)

2017-07-05 Thread Debian Bug Tracking System
Your message dated Wed, 05 Jul 2017 21:40:40 +0200
with message-id <4950642.m25uno1...@odyx.org>
and subject line Re: Bug#866778: lsb-release: lsb_release --all displays 
inconsistent information
has caused the Debian Bug report #866778,
regarding lsb-release: lsb_release --all displays inconsistent information
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
866778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-release
Version: 9.20161125
Severity: normal

Dear Maintainer,

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

   * What led up to the situation?
use of the command lsb_release --all

:~$ lsb_release --all
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux oldstable-updates (sid)
Release:oldstable-updates
Codename:   sid


   * What outcome did you expect instead?

An accurate report:

:~$ cat /usr/lib/os-release
PRETTY_NAME="Debian GNU/Linux buster/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/;
SUPPORT_URL="https://www.debian.org/support;
BUG_REPORT_URL="https://bugs.debian.org/;


why lsb-release diplays sid while i am using buster?



-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
Distributor ID: Debian
Description:Debian GNU/Linux oldstable-updates (sid)
Release:oldstable-updates
Codename:   sid
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages
 release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main,b=amd64
 origin dl.google.com
 500 http://archive.canonical.com xenial/partner i386 Packages
 release v=16.04,o=Canonical,a=xenial,n=xenial,l=Partner 
archive,c=partner,b=i386
 origin archive.canonical.com
 500 http://archive.canonical.com xenial/partner amd64 Packages
 release v=16.04,o=Canonical,a=xenial,n=xenial,l=Partner 
archive,c=partner,b=amd64
 origin archive.canonical.com
 500 http://ppa.launchpad.net/tsbarnes/indicator-keylock/ubuntu xenial/main 
i386 Packages
 release 
v=16.04,o=LP-PPA-tsbarnes-indicator-keylock,a=xenial,n=xenial,l=Indicator for 
Lock Keys,c=main,b=i386
 origin ppa.launchpad.net
 500 http://ppa.launchpad.net/tsbarnes/indicator-keylock/ubuntu xenial/main 
amd64 Packages
 release 
v=16.04,o=LP-PPA-tsbarnes-indicator-keylock,a=xenial,n=xenial,l=Indicator for 
Lock Keys,c=main,b=amd64
 origin ppa.launchpad.net
 500 https://dl.winehq.org/wine-builds/debian stretch/main i386 Packages
 release v=9.0,o=dl.winehq.org,a=stable,n=stretch,l=winehq,c=main,b=i386
 origin dl.winehq.org
 500 https://dl.winehq.org/wine-builds/debian stretch/main amd64 Packages
 release v=9.0,o=dl.winehq.org,a=stable,n=stretch,l=winehq,c=main,b=amd64
 origin dl.winehq.org
 500 http://ftp.uk.debian.org/debian jessie-updates/non-free i386 Packages
 release 
o=Debian,a=oldstable-updates,n=jessie-updates,l=Debian,c=non-free,b=i386
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie-updates/non-free amd64 Packages
 release 
o=Debian,a=oldstable-updates,n=jessie-updates,l=Debian,c=non-free,b=amd64
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie-updates/main i386 Packages
 release 
o=Debian,a=oldstable-updates,n=jessie-updates,l=Debian,c=main,b=i386
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie-updates/main amd64 Packages
 release 
o=Debian,a=oldstable-updates,n=jessie-updates,l=Debian,c=main,b=amd64
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie/non-free i386 Packages
 release v=8.8,o=Debian,a=oldstable,n=jessie,l=Debian,c=non-free,b=i386
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie/non-free amd64 Packages
 release v=8.8,o=Debian,a=oldstable,n=jessie,l=Debian,c=non-free,b=amd64
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie/main i386 Packages
 release v=8.8,o=Debian,a=oldstable,n=jessie,l=Debian,c=main,b=i386
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie/main amd64 Packages
 release v=8.8,o=Debian,a=oldstable,n=jessie,l=Debian,c=main,b=amd64
 origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian jessie/contrib i386 Packages
 release v=8.8,o=Debian,a=oldstable,n=jessie,l=Debian,c=contrib,b=i386
 origin ftp.uk

Processed: Re: Bug#866778: lsb-release: lsb_release --all displays inconsistent information

2017-07-05 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 +wontfix
Bug #866778 [lsb-release] lsb-release: lsb_release --all displays inconsistent 
information
Added tag(s) wontfix.

-- 
866778: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866778
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#845489: marked as done (lsb-release: lsb_release.py : FileNotFound and Python 2.7)

2016-11-25 Thread Debian Bug Tracking System
Your message dated Fri, 25 Nov 2016 15:34:01 +
with message-id <e1caivl-000akk...@fasolo.debian.org>
and subject line Bug#845489: fixed in lsb 9.20161125
has caused the Debian Bug report #845489,
regarding lsb-release: lsb_release.py : FileNotFound and Python 2.7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
845489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845489
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-release
Version: 9.20161101
Severity: important
Tags: upstream

Dear Maintainer,

The script lsb_release.py in

/usr/lib/python2.7/dist-packages/lsb_release.py

is buggy. Indeed, it uses 'FileNotFoundError' which is not defined in
Python 2.7. This results into bugs when you run the python function

lsb_release.get_distro_information()

when the file /usr/share/distro-info/%s.csv does not exists (it is for
example the case on my raspberrypi which runs raspbian) :

 release = lsb_release.get_distro_information()
 File "/usr/lib/python2.7/dist-packages/lsb_release.py", line 341,
in get_distro_information
 distinfo = guess_debian_release()
 File "/usr/lib/python2.7/dist-packages/lsb_release.py", line 239,
in guess_debian_release
 get_distro_info(distinfo['ID'])
 File "/usr/lib/python2.7/dist-packages/lsb_release.py", line 33, in
get_distro_info
  except FileNotFoundError:
  NameError: global name 'FileNotFoundError' is not defined


The fix should be pretty trivial, but it would be nice to make it
working. Thank you in advance for solving this bug,

tobiasBora.

-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
Distributor ID: Debian
Description:Debian GNU/Linux unstable (sid)
Release:unstable
Codename:   sid
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500
http://ppa.launchpad.net/webcamstudio/webcamstudio-dailybuilds/ubuntu
xenial/main i386 Packages
 release
v=16.04,o=LP-PPA-webcamstudio-webcamstudio-dailybuilds,a=xenial,n=xenial,l=WebcamStudio
PPA (Daily Builds),c=main,b=i386
 origin ppa.launchpad.net
 500
http://ppa.launchpad.net/webcamstudio/webcamstudio-dailybuilds/ubuntu
xenial/main amd64 Packages
 release
v=16.04,o=LP-PPA-webcamstudio-webcamstudio-dailybuilds,a=xenial,n=xenial,l=WebcamStudio
PPA (Daily Builds),c=main,b=amd64
 origin ppa.launchpad.net
 500 https://pkg.tox.chat/debian nightly/sid i386 Packages
 release o=pkg.tox.chat,a=nightly,n=nightly,l=pkg.tox.chat,c=sid,b=i386
 origin pkg.tox.chat
 500 https://pkg.tox.chat/debian nightly/sid amd64 Packages
 release o=pkg.tox.chat,a=nightly,n=nightly,l=pkg.tox.chat,c=sid,b=amd64
 origin pkg.tox.chat
 500 https://dl.bintray.com/sbt/debian  Packages
 release o=Bintray,l=Bintray,c=
 origin dl.bintray.com
 500
http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_8.0 
Packages
 release
o=obs://build.opensuse.org/isv:ownCloud:desktop/Debian_8.0,n=Debian_8.0,l=isv:ownCloud:desktop,c=
 origin download.opensuse.org
 500 http://download.fpcomplete.com/debian jessie/main amd64 Packages
 release n=jessie,c=main,b=amd64
 origin download.fpcomplete.com
 500 https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages
 release o=Docker,a=debian-stretch,n=debian-stretch,l=Docker APT
Repository,c=main,b=amd64
 origin apt.dockerproject.org
 500 https://packages.chef.io/repos/apt/stable jessie/main i386 Packages
 release o=Artifactory,a=jessie,n=jessie,l=Artifactory,c=main,b=i386
 origin packages.chef.io
 500 https://packages.chef.io/repos/apt/stable jessie/main amd64 Packages
 release o=Artifactory,a=jessie,n=jessie,l=Artifactory,c=main,b=amd64
 origin packages.chef.io
 500 http://security.debian.org/debian-security wheezy/updates/main i386
Packages
 release
v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main,b=i386
 origin security.debian.org
 500 http://security.debian.org/debian-security wheezy/updates/main
amd64 Packages
 release
v=7.0,o=Debian,a=oldstable,n=wheezy,l=Debian-Security,c=main,b=amd64
 origin security.debian.org
   1 http://ftp.debian.org/debian experimental/non-free i386 Packages
 release
o=Debian,a=experimental,n=experimental,l=Debian,c=non-free,b=i386
 origin ftp.debian.org
   1 http://ftp.debian.org/debian experimental/non-free amd64 Packages
 release
o=Debian,a=experimental,n=experimental,l=Debian,c=non-free,b=amd64
 origin ftp.debian.org
   1 http://ftp.debian.

Bug#841679: marked as done (lsb FTCBFS: python3-all build dependency unsatisifable/uninstallable)

2016-11-01 Thread Debian Bug Tracking System
Your message dated Tue, 01 Nov 2016 21:38:00 +
with message-id <e1c1gkq-0009ha...@fasolo.debian.org>
and subject line Bug#841679: fixed in lsb 9.20161101
has caused the Debian Bug report #841679,
regarding lsb FTCBFS: python3-all build dependency unsatisifable/uninstallable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
841679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lsb
Version: 9.20161016
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

lsb recently gained the architecture-dependent package lsb-compat. That
means it has become relevant to cross building. Notably, that fails.
Its Build-Depends: python3-all requests the host architecture python
which can neither be executed nor installed. After fixing
distro-info-data (#841648), all that is necessary for making lsb cross
buildable is annotating that dependency with :any. While at it, I also
implemented support for DEB_BUILD_OPTIONS=nocheck in the attached patch.

Helmut
diff --minimal -Nru lsb-9.20161016/debian/changelog 
lsb-9.20161016+nmu1/debian/changelog
--- lsb-9.20161016/debian/changelog 2016-10-16 15:55:46.0 +0200
+++ lsb-9.20161016+nmu1/debian/changelog2016-10-22 09:09:57.0 
+0200
@@ -1,3 +1,11 @@
+lsb (9.20161016+nmu1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Annotate Build-Depends: python3-all with :any. (Closes: #-1)
+  * Also support DEB_BUILD_OPTIONS=nocheck.
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 21 Oct 2016 19:58:54 +0200
+
 lsb (9.20161016) unstable; urgency=medium
 
   * Introduce the new lsb-compat package, providing a limited compatibility
diff --minimal -Nru lsb-9.20161016/debian/control 
lsb-9.20161016+nmu1/debian/control
--- lsb-9.20161016/debian/control   2016-10-16 15:55:46.0 +0200
+++ lsb-9.20161016+nmu1/debian/control  2016-10-22 09:08:45.0 +0200
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>> 9.0),
  po-debconf (>= 0.5.0),
  dpkg-dev (>= 1.10),
- python3-all,
+ python3-all:any,
  dh-python,
  distro-info-data,
 X-Python3-Version: >= 3.4
diff --minimal -Nru lsb-9.20161016/debian/rules lsb-9.20161016+nmu1/debian/rules
--- lsb-9.20161016/debian/rules 2016-10-16 15:55:46.0 +0200
+++ lsb-9.20161016+nmu1/debian/rules2016-10-22 08:00:18.0 +0200
@@ -49,7 +49,11 @@
rm -rf __pycache__
rm -rf test/__pycache__
 
+ifneq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+override_dh_auto_test:
+else
 override_dh_auto_test: $(PY3VERSIONS:%=test-python%)
+endif
 
 test-python%:
PATH=test/:$${PATH} PYTHONPATH=. python$* test/test_lsb_release.py -vv
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 9.20161101

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 841...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud <o...@debian.org> (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Nov 2016 22:00:00 +0100
Source: lsb
Binary: lsb-base lsb-release lsb-compat
Architecture: source
Version: 9.20161101
Distribution: unstable
Urgency: medium
Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
Changed-By: Didier Raboud <o...@debian.org>
Description:
 lsb-base   - Linux Standard Base init script functionality
 lsb-compat - Linux Standard Base Compatibility
 lsb-release - Linux Standard Base version reporting utility
Closes: 841679
Changes:
 lsb (9.20161101) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Annotate Build-Depends: python3-all with :any (Closes: #841679)
   * Add support for DEB_BUILD_OPTIONS=nocheck
Checksums-Sha1:
 9ce35100ccb87b332d6990a0cd6653e3152ee173 1668 lsb_9.20161101.dsc
 cc9e24e2e9d9edad9af3b14bc21dbea6f2ba9c08 43000 lsb_9.20161101.tar.xz
Checksums-Sha256:
 85175a5ee13c1892709cf8ac9673ec3047940528f48c2580b56cc0a5578d7bfe 1668 
lsb_9.20161101.dsc
 52521cfeb985f7e00bc00abec2f1e55798373e3ad

Processed: Re: Bug#696332: lsb-release: release/codename depend on a successful apt-get

2016-08-03 Thread Debian Bug Tracking System
Processing control commands:

> found -1 9.20160629
Bug #696332 [lsb-release] lsb-release: release/codename depend on a successful 
apt-get
Marked as found in versions lsb/9.20160629.

-- 
696332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: issues with google-earth-stable

2016-07-31 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 issues with google-earth-stable
Bug #830481 [src:lsb] Fwd: issues with google-earth-stable
Changed Bug title to 'issues with google-earth-stable' from 'Fwd: issues with 
google-earth-stable'.

-- 
830481: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830481
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#826928: lsb-release: Error while kernel installation

2016-06-10 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 dkms
Bug #826928 [lsb-release] lsb-release: Error while kernel installation
Bug reassigned from package 'lsb-release' to 'dkms'.
No longer marked as found in versions lsb/9.20160601.
Ignoring request to alter fixed versions of bug #826928 to the same values 
previously set

-- 
826928: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=826928
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#825946: Please move upstart hook to upstart package

2016-05-31 Thread Debian Bug Tracking System
Processing control commands:

> clone -1 -2
Bug #825946 [lsb-base] Please move upstart hook to upstart package
Bug 825946 cloned as bug 825966
> reassign -2 upstart
Bug #825966 [lsb-base] Please move upstart hook to upstart package
Bug reassigned from package 'lsb-base' to 'upstart'.
No longer marked as found in versions lsb/9.20160110.
Ignoring request to alter fixed versions of bug #825966 to the same values 
previously set
> retitle -2 upstart: please adopt the LSB hook from 
> /lib/lsb/init-functions.d/01-upstart-lsb
Bug #825966 [upstart] Please move upstart hook to upstart package
Changed Bug title to 'upstart: please adopt the LSB hook from 
/lib/lsb/init-functions.d/01-upstart-lsb' from 'Please move upstart hook to 
upstart package'.
> block -1 by -2
Bug #825946 [lsb-base] Please move upstart hook to upstart package
825946 was not blocked by any bugs.
825946 was not blocking any bugs.
Added blocking bug(s) of 825946: 825966

-- 
825946: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825946
825966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825966
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#799210: marked as done (lsb: python3 build-dep still for arch any packages)

2015-09-17 Thread Debian Bug Tracking System
Your message dated Thu, 17 Sep 2015 09:22:14 +
with message-id <e1zcvoq-0002zr...@franck.debian.org>
and subject line Bug#799210: fixed in lsb 9.20150917
has caused the Debian Bug report #799210,
regarding lsb: python3 build-dep still for arch any packages
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
799210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799210
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lsb
Version: 9.20150826
Severity: normal

Please change the python3-all-dev build dep to python3-all or python3. The
use of python3-all-dev makes it appear on the list of packages needing to
be rebuilt for the upcoming python3.5 transition [1], while that's not
actually required since there is no arch specific content.

Scott K

[1] https://release.debian.org/transitions/html/python3.5.html
--- End Message ---
--- Begin Message ---
Source: lsb
Source-Version: 9.20150917

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 799...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud <o...@debian.org> (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 Sep 2015 10:10:29 +0200
Source: lsb
Binary: lsb-base lsb-release
Architecture: source
Version: 9.20150917
Distribution: unstable
Urgency: medium
Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
Changed-By: Didier Raboud <o...@debian.org>
Description:
 lsb-base   - Linux Standard Base init script functionality
 lsb-release - Linux Standard Base version reporting utility
Closes: 799210
Changes:
 lsb (9.20150917) unstable; urgency=medium
 .
   * Demote Build-Depends from python3-all-dev to python3-all (Closes: #799210)
Checksums-Sha1:
 4dab0dde8ec6faa170fd4251ed52502c44877a20 1612 lsb_9.20150917.dsc
 393691700b8dfa5225707043658b7dd44be67ecc 54800 lsb_9.20150917.tar.xz
Checksums-Sha256:
 0e58c73ebaf55e8a1d4431fc79dd7dd0b595763034ef7f653fcf5cc469cce390 1612 
lsb_9.20150917.dsc
 ab6eae0bb5a9db043790326815d9e56a35bfb5446fbaf02168658a579bc2428b 54800 
lsb_9.20150917.tar.xz
Files:
 4bc7952a5ba98481e71094a46fddf330 1612 misc extra lsb_9.20150917.dsc
 0e05705ea8e5188fa323db3d095b5d64 54800 misc extra lsb_9.20150917.tar.xz

-BEGIN PGP SIGNATURE-

iQGcBAEBCgAGBQJV+nWkAAoJEIvPpx7KFjRVzEoL/R4aY38IhGXXadcBd9iAsUo3
0YMakp/dIslG7fSM5tMVBa7mAnP0zqxWYx+wJLe52IEJSds6os9Gxb3QwNp5wF5F
IMhLIuHwA6mEbkzs6tSfpsYfmI614ewlOzEgUFT+VEHf6C7LIoTJ5WR7N0tQa+De
+Q6/2+91UuNflhkl3hZfPsk/IXrhuCD/z6huXXyLQ03+BVR/7VIvQGwLPYhfALDI
eYAhvp+25W8AVbfOLisDpAUJiPVN4+hsKs4Hvju3yRVPH2RARNB6iPblNMQ7hEgQ
rx+Bd1HVwd0GIyK26gyMh5tz8zHHWbwrdFDy7o7bSO76++23NsBd9KKnw3Gb8yNx
W2QxAZDZm+W9hGPvuGFHM9NI9DJJOWiFP3jhFvFMN3guGqKa/zvXH72PRwsoWMZ4
Mqb9O9HnJVsOBKJv36ZQouhcLhqxm+yqnLySDUAxIupUXCs0jeEsbPtcnuFG6iRg
sRCdydcE2eLmmsJMqG36/XaRB8El0kIAcsablm0zig==
=gEAa
-END PGP SIGNATURE End Message ---


Bug#757509: marked as done ([INTL:tr] Turkish debconf template translation for lsb)

2015-08-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Aug 2015 16:22:48 +
with message-id e1zpyng-0002bk...@franck.debian.org
and subject line Bug#757509: fixed in lsb 4.1+Debian14
has caused the Debian Bug report #757509,
regarding [INTL:tr] Turkish debconf template translation for lsb
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
757509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: lsb
Severity: wishlist
Tags: l10n patch

Please find the attached Turkish translation of lsb debconf messages.
This file should be put as debian/po/tr.po in your build tree.

Best regards
# Turkish translation of lsb package
# Copyright (C) 2014 Mert Dirik
# This file is distributed under the same license as the lsb package.
# Mert Dirik mertdi...@gmail.com, 2014.
#
msgid 
msgstr 
Project-Id-Version: lsb 4.1+Debian13\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2014-06-09 14:32+\n
PO-Revision-Date: 2014-08-03 17:02+0200\n
Last-Translator: Mert Dirik mertdi...@gmail.com\n
Language-Team: Debian L10n Turkish debian-l10n-turk...@lists.debian.org\n
Language: tr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Poedit 1.5.4\n

#. Type: boolean
#. Description
#: ../lsb-core.templates:2001
msgid Enable shadow passwords?
msgstr Gölge parolalar etkinleştirilsin mi?

#. Type: boolean
#. Description
#: ../lsb-core.templates:2001
msgid 
The Linux Standard Base requires that certain features of adduser(8) be 
available to conforming applications (such as password aging). These 
features are only provided when shadow passwords are enabled, while this 
system has them disabled.
msgstr 
Linux Standart Tabanı (LSB), kıstaslarına uyan (parola yaşı gibi) bir takım 
programlar için adduser(8) komutunun bazı özellikleri sağlamasını şart 
koşar. Bu özellikler yalnızca gölge parolalar kullanımdayken sağlanır, fakat 
bu sistemde gölge parolalar kullanılmıyor.

#. Type: boolean
#. Description
#: ../lsb-core.templates:2001
msgid 
Most LSB applications will work fine with either setting, but complete 
conformance requires shadow passwords to be enabled.
msgstr 
Çoğu LSB uygulaması her iki ayarla da sorun çıkarmadan çalışacaktır, fakat 
tam uyumluluk gölge parolaların etkinleştirilmesini gerektirir.

#. Type: boolean
#. Description
#: ../lsb-core.templates:2001
msgid 
Generally speaking, it is considered good practice to enable shadow 
passwords. However, there are some situations in which shadow passwords may 
not work properly (most notably, if non-root users need to check passwords 
against /etc/passwd).
msgstr 
Gölge parolaları etkinleştirmek genel olarak iyi bir fikirdir. Fakat gölge 
parolaların düzgün çalışmayacağı bazı durumlar olduğunu gözden çıkarmayın 
(örneğin, eğer root olmayan kullanıcıların parolalarını /etc/passwd 
kullanarak denetlemeleri gerekiyorsa).
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian14

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 757...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Aug 2015 17:09:55 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source all
Version: 4.1+Debian14
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description:
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux

Processed: forcibly merging 719063 761954

2015-06-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 719063 761954
Bug #719063 [lsb-release] lsb-release: should support python3
Bug #719063 [lsb-release] lsb-release: should support python3
Marked as found in versions lsb/4.1+Debian13.
Bug #761954 [lsb-release] Please provide lsb-release for python 3
Added indication that 761954 affects pastebinit
Merged 719063 761954
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
719063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719063
761954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.14331522342194.transcr...@bugs.debian.org



Processed (with 1 errors): lsb-release: should support python3

2015-06-01 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 +patch
Bug #719063 [lsb-release] lsb-release: should support python3
Bug #761954 [lsb-release] Please provide lsb-release for python 3
Added tag(s) patch.
Added tag(s) patch.
 user 'py3porters-de...@lists.alioth.debian.org' , usertags -1
Unknown command or malformed arguments to command.


-- 
719063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719063
761954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b719063.14331528505864.transcr...@bugs.debian.org



Processed: reassign 719063 to lsb-release

2015-06-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 719063 lsb-release
Bug #719063 [lsb] lsb-release: should support python3
Bug reassigned from package 'lsb' to 'lsb-release'.
Ignoring request to alter found versions of bug #719063 to the same values 
previously set
Ignoring request to alter fixed versions of bug #719063 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
719063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.143315184432123.transcr...@bugs.debian.org



Processed (with 1 errors): merging 761954 719063

2015-05-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 merge 761954 719063
Bug #761954 [lsb-release] Please provide lsb-release for python 3
Unable to merge bugs because:
affects of #719063 is 'pastebinit' not ''
package of #719063 is 'lsb' not 'lsb-release'
Failed to merge 761954: Did not alter merged bugs.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
719063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719063
761954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.143283114810184.transcr...@bugs.debian.org



Bug#766023: marked as done (lsb-desktop: Please change the dependency from libjpeg62 to libjpeg62-turbo)

2014-10-20 Thread Debian Bug Tracking System
Your message dated Mon, 20 Oct 2014 11:34:35 +
with message-id e1xgber-0005nd...@franck.debian.org
and subject line Bug#766023: fixed in lsb 4.1+Debian13+nmu1
has caused the Debian Bug report #766023,
regarding lsb-desktop: Please change the dependency from libjpeg62 to 
libjpeg62-turbo
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
766023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766023
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: lsb
Version: 4.1+Debian13
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Dear maintainer(s),

Debian is transitioning from IJG JPEG library (src:libjpeg8) to
libjpeg-turbo implementation (src:libjpeg-turbo)[1] of libjpeg62 API
with decode from memory buffer interface (jpeg_mem_{src,dest}).

Your package cannot be transitioned automatically as it explicitly
depends on libjpeg62 and the new package name is libjpeg62-turbo.

libjpe62-turbo is LSB compatible implementation of JPEG library.

I am not filling this as serious since it will probably work anyway
since libjpeg62-turbo Provides/Replaces/Conflicts: libjpeg62, and
libjpeg62-turbo will be definitely pulled by some other package.  Thus
it will end up fine even if libjpeg62 stops being a dummy package and
starts being a real package built from src:libjpeg6b.

For more background (why the package is named libjpeg62-turbo) see:
#754988 and #763360.

Cheers,
Ondrej

1. The full Technical Committee decision can be found here:
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717076#235


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

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJURM/vXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsHWKsP/ijfnM9nqjTqP81EqVj6yGE/
u2d8eCutJqF61T3Jq9WIHriVgNuL5zgOiqIesEezK5WEdAakly8Qld/RS4dsZ3D1
M1PddANyy3xSNhjxvNKHuley5axvaMy2pgwuRVuemy5U5dC6tSmvE4lZ/OmU6xMZ
LZOzyrNHW3iYZDViSdF1p51GEQL3Tp+GP6votEZcwITHG6tApm/mxdvQsIr6+VgQ
5HHlafLndQHEEXKQcL7Nu+1MSJXg1MGFW3f7+VDifjXZMiH8ahOxrYhw7Sav/A5h
8TiA5x3dGkO+QBw1ZjgRsgXEF38I7bEBSJi2gckcaq68QuBRNNBqEkeb7ohYGyC9
OnxKhKKEjJ72qZ2i3NA9kIZI5ZhiGB6itMYkglHlHad+WJhcsdWhepf4KF3chwzf
8+/YcUo6dHIeGpy/6+OAJsIzlJ/ZJ3uFYFd3xIUzlbZ5Du0AZ/+JFkTaaPRJ8reA
TV0Z2Vb9hSYgAISzXgfOl0aZQercXKNUDIW8ug/ZtT5tZnXoquKjsakrKdv1xXUM
1UhnnjPnGUwdpnkhaAzpKdTA3WtjyZNz4FYNKj7hsmJWgjwiL/QTHgjOP2/lHJMO
EWMnZqJDxmqLraBD/RydmeAbXhfFVvgtM5V5ge2Uq0nW7OPltwlzkmAWiEDl/yTk
ie9D0mPNgLVKXku6IXbz
=dJYU
-END PGP SIGNATURE-
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian13+nmu1

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 766...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý ond...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 20 Oct 2014 11:37:56 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source all
Version: 4.1+Debian13+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description:
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux

Processed: Re: Bug#748426: Please use multi-arch versions of libz and libc6

2014-06-09 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 +confirmed +pending
Bug #748426 [lsb-core] Please use multi-arch versions of libz and libc6
Added tag(s) confirmed.
Bug #748426 [lsb-core] Please use multi-arch versions of libz and libc6
Added tag(s) pending.

-- 
748426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b748426.140229440610017.transcr...@bugs.debian.org



Bug#743903: marked as done (lsb-core: /usr/lib/lsb/install_initd fails on any init script)

2014-06-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Jun 2014 06:49:07 +
with message-id e1wttof-00082p...@franck.debian.org
and subject line Bug#743903: fixed in lsb 4.1+Debian13
has caused the Debian Bug report #743903,
regarding lsb-core: /usr/lib/lsb/install_initd fails on any init script
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
743903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743903
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-core
Version: 4.1+Debian12
Severity: normal

Dear Maintainer,

Any attempt to install init script using usr/lib/lsb/install_initd fails with
the following error message:
Traceback (most recent call last):
  File /usr/lib/lsb/install_initd, line 46, in module
headers = initdutils.scan_initfile(initfile)
  File /usr/lib/lsb/initdutils.py, line 77, in scan_initfile
inheaders = RFC822Parser(strob=headerlines)
  File /usr/lib/lsb/initdutils.py, line 22, in __init__
fileob = io.StringIO(strob)
TypeError: initial_value must be unicode or None, not str

I tried running install_initd for my own init script, and for /etc/init.d/acpid
- results are exactly the same.



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

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

Versions of packages lsb-core depends on:
ii  alien  8.90
ii  at 3.1.14-1
ii  bc 1.06.95-8
ii  binutils   2.24-4
ii  bsd-mailx [mailx]  8.1.2-0.20131005cvs-1
ii  bsdmainutils   9.0.5
ii  bsdutils   1:2.20.1-5.6
ii  cpio   2.11+dfsg-2
ii  cron [cron-daemon] 3.0pl1-124
ii  cups-bsd [lpr] 1.7.1-12
ii  cups-client1.7.1-12
ii  debconf [debconf-2.0]  1.5.52
ii  ed 1.10-2
ii  exim4-daemon-light [mail-transport-agent]  4.82-5
ii  file   1:5.17-1
ii  lib32z11:1.2.8.dfsg-1
ii  libc6  2.18-4
ii  libc6-dev [libc-dev]   2.18-4
ii  libc6-i386 2.18-4
ii  libncurses55.9+20140118-1
ii  libpam0g   1.1.8-2
ii  locales2.18-4
ii  lsb-base   4.1+Debian12
ii  lsb-release4.1+Debian12
ii  lsb-security   4.1+Debian12
ii  m4 1.4.17-3
ii  make   3.81-8.3
ii  man-db 2.6.6-1
ii  mawk   1.3.3-17
ii  ncurses-term   5.9+20140118-1
ii  passwd 1:4.1.5.1-1.1
ii  patch  2.7.1-4
ii  pax1:20120606-2+deb7u1
ii  procps 1:3.3.9-2
ii  psmisc 22.21-2
ii  python 2.7.5-5
ii  rsync  3.1.0-2
ii  time   1.7-25
ii  zlib1g [libz1] 1:1.2.8.dfsg-1

lsb-core recommends no packages.

lsb-core suggests no packages.

-- debconf information:
  lsb/shadowconfig: true
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian13

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators

Bug#748426: marked as done (Please use multi-arch versions of libz and libc6)

2014-06-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Jun 2014 06:49:07 +
with message-id e1wttof-00082b...@franck.debian.org
and subject line Bug#748426: fixed in lsb 4.1+Debian13
has caused the Debian Bug report #748426,
regarding Please use multi-arch versions of libz and libc6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
748426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-core
Version: 4.1+Debian12
Severity: normal
Tags: patch

Hi,

lsb-core currently depends on lib32z1 and libc6-i386.
I'm not sure if those dependencies are still required. If so, please
consider changing those to use the multi-arch versions, i.e
zlib1g:i386 and libc6:i386.
The attached patch should achieve that.

Having the /lib32 directory on my amd64 system just hurts my eyes :-)

Cheers,
Michael


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

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

Versions of packages lsb-core depends on:
ii  alien  8.90
ii  at 3.1.14-1
ii  bc 1.06.95-8
ii  binutils   2.24.51.20140425-1
ii  bsd-mailx [mailx]  8.1.2-0.20131005cvs-1
ii  bsdmainutils   9.0.5
ii  bsdutils   1:2.20.1-5.7
ii  cpio   2.11+dfsg-2
ii  cron [cron-daemon] 3.0pl1-124
ii  cups-bsd [lpr] 1.7.2-3
ii  cups-client1.7.2-3
ii  debconf [debconf-2.0]  1.5.53
ii  ed 1.10-2
ii  exim4-daemon-light [mail-transport-agent]  4.82-8
ii  file   1:5.18-1
ii  gawk   1:4.1.1+dfsg-1
ii  lib32z11:1.2.8.dfsg-1
ii  libc6  2.18-6
ii  libc6-dev [libc-dev]   2.18-6
ii  libc6-i386 2.18-6
ii  libncurses55.9+20140118-1
ii  libpam0g   1.1.8-3
ii  locales2.18-6
ii  lsb-base   4.1+Debian12
ii  lsb-release4.1+Debian12
ii  lsb-security   4.1+Debian12
ii  m4 1.4.17-3
ii  make   4.0-7
ii  man-db 2.6.7.1-1
ii  mawk   1.3.3-17
ii  ncurses-term   5.9+20140118-1
ii  passwd 1:4.2-2
ii  patch  2.7.1-5
ii  pax1:20120606-2+deb7u1
ii  procps 1:3.3.9-4
ii  psmisc 22.21-2
ii  python 2.7.6-1
ii  rsync  3.1.0-3
ii  time   1.7-25
ii  zlib1g [libz1] 1:1.2.8.dfsg-1

lsb-core recommends no packages.

lsb-core suggests no packages.

-- debconf information excluded
diff --git a/debian/rules b/debian/rules
index b085272..4dc2f03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,6 +84,6 @@ override_dh_gencontrol:
 	@echo  debian/lsb-languages.substvars provides=lsb-languages-${lsbarch}
 	@echo  debian/lsb-printing.substvars provides=lsb-printing-${lsbarch}
 	@echo  debian/lsb-security.substvars provides=lsb-security-${lsbarch}
-	@[ ${DEB_HOST_ARCH} = 'amd64' ]  echo  debian/lsb-core.substvars depends=libc6-i386, lib32z1 || true
-	@[ ${DEB_HOST_ARCH} = 'kfreebsd-amd64' ]  echo  debian/lsb-core.substvars depends=libc0.1-i386, lib32z1 || true
+	@[ ${DEB_HOST_ARCH} = 'amd64' ]  echo  debian/lsb-core.substvars depends=libc6:i386, zlib1g:i386 || true
+	@[ ${DEB_HOST_ARCH} = 'kfreebsd-amd64' ]  echo  debian/lsb-core.substvars depends=libc0.1:kfreebsd-i386, zlib1g:kfreebsd-i386 || true
 	dh_gencontrol
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian13

We believe that the bug you reported is fixed

Processed: lsb-release: please support python3

2014-05-16 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 lsb-release: should support python3
Bug #719063 [lsb] lsb should build-depend on python3-all-dev
Changed Bug title to 'lsb-release: should support python3' from 'lsb should 
build-depend on python3-all-dev'
 affects -1 pastebinit
Bug #719063 [lsb] lsb-release: should support python3
Added indication that 719063 affects pastebinit

-- 
719063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b719063.140028835414310.transcr...@bugs.debian.org



Bug#741067: marked as done ([lsb-release] lsbmajdistrelease should be 8 , not testing)

2014-03-18 Thread Debian Bug Tracking System
Your message dated Tue, 18 Mar 2014 08:46:14 +0100
with message-id 5995092.bvn6PAppSO@gyllingar
and subject line Re: Bug#741067: [lsb-release] lsbmajdistrelease should be 8 , 
not testing
has caused the Debian Bug report #741067,
regarding [lsb-release] lsbmajdistrelease should be 8 , not testing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
741067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-release
Version: 4.1+Debian12
Severity: normal

Hello,
   Running
# facter  | grep lsb
shows
lsbdistcodename = jessie
lsbdistdescription = Debian GNU/Linux testing (jessie)
lsbdistid = Debian
lsbdistrelease = testing
lsbmajdistrelease = testing

instead it should be
lsbdistcodename = jessie
lsbdistdescription = Debian GNU/Linux testing (jessie)
lsbdistid = Debian
lsbdistrelease = 8.0
lsbmajdistrelease = 8

For reference, this is wheezy's output
# facter | grep lsb
lsbdistcodename = wheezy
lsbdistdescription = Debian GNU/Linux 7.4 (wheezy)
lsbdistid = Debian
lsbdistrelease = 7.4
lsbmajdistrelease = 7


Thanks!
C.
---End Message---
---BeginMessage---
Le vendredi, 7 mars 2014, 19.25:59 Chad William Seys a écrit :
 Package: lsb-release
 Version: 4.1+Debian12
 Severity: normal
 
 Hello,
Running
 # facter  | grep lsb
 shows
 lsbdistcodename = jessie
 lsbdistdescription = Debian GNU/Linux testing (jessie)
 lsbdistid = Debian
 lsbdistrelease = testing
 lsbmajdistrelease = testing
 
 instead it should be
 lsbdistcodename = jessie
 lsbdistdescription = Debian GNU/Linux testing (jessie)
 lsbdistid = Debian
 lsbdistrelease = 8.0
 lsbmajdistrelease = 8
 
 For reference, this is wheezy's output
 # facter | grep lsb
 lsbdistcodename = wheezy
 lsbdistdescription = Debian GNU/Linux 7.4 (wheezy)
 lsbdistid = Debian
 lsbdistrelease = 7.4
 lsbmajdistrelease = 7


This information is derived from base-files' /etc/debian-version (which 
has jessie/sid) and would need to be changed there for lsb-release to 
change it's output.

Given the nature of the testing distribution, there's no meaningful way 
to differentiate jessie from sid, and it will be working once jessie 
becomes stable. You can test that by writing 8.0 in 
/etc/debian_version.

I'm therefore hereby closing this bug.

OdyX---End Message---


Processed: Re: Bug#644285: lsb-base: Disabled escape sequences

2013-06-16 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 -moreinfo +wontfix
Bug #644285 [lsb-base] lsb-base: Disabled escape sequences
Removed tag(s) moreinfo.
Bug #644285 [lsb-base] lsb-base: Disabled escape sequences
Added tag(s) wontfix.

-- 
644285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b644285.137138676811396.transcr...@bugs.debian.org



Processed: forcibly merging 710569 710519

2013-06-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 710569 710519
Bug #710569 [initscripts] Update /etc/init.d/skeleton to stop checking $VERBOSE 
before calling log_* functions
Bug #710519 [initscripts] /etc/init.d/skeleton: skeleton file uses internal API
710559 was blocked by: 683654 710569 710571
710559 was not blocking any bugs.
Added blocking bug(s) of 710559: 710519
701559 was blocked by: 683654 710569 710571
701559 was not blocking any bugs.
Added blocking bug(s) of 701559: 710519
710519 was not blocked by any bugs.
710519 was blocking: 701559 710559
Added blocking bug(s) of 710519: 683654 and 710571
710519 was blocked by: 683654 710571
710519 was blocking: 701559 710559
Ignoring request to alter blocking bugs of bug #710519 to the same blocks 
previously set
Added tag(s) patch.
Bug #710569 [initscripts] Update /etc/init.d/skeleton to stop checking $VERBOSE 
before calling log_* functions
Marked as found in versions sysvinit/2.88dsf-41.
Merged 710519 710569
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
701559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701559
710519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710519
710559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710559
710569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137123596017398.transcr...@bugs.debian.org



Processed: Re: Bug#711174: base-files: changes in 7.1wheezy1 break lsb-release on stable

2013-06-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 711174 lsb-release
Bug #711174 [base-files] base-files: changes in 7.1wheezy1 break lsb-release on 
stable
Bug reassigned from package 'base-files' to 'lsb-release'.
No longer marked as found in versions base-files/7.1wheezy1.
Ignoring request to alter fixed versions of bug #711174 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
711174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137042281631265.transcr...@bugs.debian.org



Processed: Re: Bug#711174: base-files: changes in 7.1wheezy1 break lsb-release on stable

2013-06-05 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 +pending
Bug #711174 [lsb-release] base-files: changes in 7.1wheezy1 break lsb-release 
on stable
Added tag(s) pending.

-- 
711174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b711174.137042908620477.transcr...@bugs.debian.org



Bug#711174: marked as done (base-files: changes in 7.1wheezy1 break lsb-release on stable)

2013-06-05 Thread Debian Bug Tracking System
Your message dated Wed, 05 Jun 2013 10:49:00 +
with message-id e1ukbh2-0002y7...@franck.debian.org
and subject line Bug#711174: fixed in lsb 4.1+Debian12
has caused the Debian Bug report #711174,
regarding base-files: changes in 7.1wheezy1 break lsb-release on stable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
711174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: base-files
Version: 7.1wheezy1
Severity: important

Dear Maintainer,

I'm not sure if this bug belongs to lsb or base-files. But here are the
facts:

Upgrading from 7.1 to 7.1wheezy1 (from wheezy-proposed-updates) breaks
the codename returned by lsb_release. n/a is returned instead of
wheezy.

This is a nuisance because everything depending on lsb to identify the
system release by codename instead of version number is also broken.

Downgrading back to 7.1 solves the problem.

Below, the steps I followed to hit this bug:

# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 7.0 (wheezy)
Release:7.0
Codename:   wheezy

# apt-cache policy base-files
base-files:
  Installed: 7.1
  Candidate: 7.1wheezy1
  Version table:
 7.1wheezy1 0
990 http://mirror.switch.ch/ftp/mirror/debian/ 
wheezy-proposed-updates/main amd64 Packages
 *** 7.1 0
990 http://mirror.switch.ch/ftp/mirror/debian/ wheezy/main amd64 
Packages
100 /var/lib/dpkg/status
 6.0squeeze7 0
 50 http://mirror.switch.ch/ftp/mirror/debian/ squeeze/main amd64 
Packages

# apt-get install base-files
[...]
The following packages will be upgraded:
  base-files
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/78.6 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 61598 files and directories currently installed.)
Preparing to replace base-files 7.1 (using .../base-files_7.1wheezy1_amd64.deb) 
...
Unpacking replacement base-files ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Setting up base-files (7.1wheezy1) ...
Installing new version of config file /etc/debian_version ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/os-release ...

# dpkg -l | grep base-files
ii  base-files 7.1wheezy1   amd64   
 Debian base system miscellaneous files

# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 7.1 (n/a)
Release:7.1
Codename:   n/a


Thanks in advance !
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian12

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 711...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Jun 2013 12:30:53 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian12
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release

Bug#711174: marked as done (base-files: changes in 7.1wheezy1 break lsb-release on stable)

2013-06-05 Thread Debian Bug Tracking System
Your message dated Wed, 05 Jun 2013 22:47:08 +
with message-id e1ukmu0-00067k...@franck.debian.org
and subject line Bug#711174: fixed in lsb 4.1+Debian8+deb7u1
has caused the Debian Bug report #711174,
regarding base-files: changes in 7.1wheezy1 break lsb-release on stable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
711174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: base-files
Version: 7.1wheezy1
Severity: important

Dear Maintainer,

I'm not sure if this bug belongs to lsb or base-files. But here are the
facts:

Upgrading from 7.1 to 7.1wheezy1 (from wheezy-proposed-updates) breaks
the codename returned by lsb_release. n/a is returned instead of
wheezy.

This is a nuisance because everything depending on lsb to identify the
system release by codename instead of version number is also broken.

Downgrading back to 7.1 solves the problem.

Below, the steps I followed to hit this bug:

# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 7.0 (wheezy)
Release:7.0
Codename:   wheezy

# apt-cache policy base-files
base-files:
  Installed: 7.1
  Candidate: 7.1wheezy1
  Version table:
 7.1wheezy1 0
990 http://mirror.switch.ch/ftp/mirror/debian/ 
wheezy-proposed-updates/main amd64 Packages
 *** 7.1 0
990 http://mirror.switch.ch/ftp/mirror/debian/ wheezy/main amd64 
Packages
100 /var/lib/dpkg/status
 6.0squeeze7 0
 50 http://mirror.switch.ch/ftp/mirror/debian/ squeeze/main amd64 
Packages

# apt-get install base-files
[...]
The following packages will be upgraded:
  base-files
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/78.6 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 61598 files and directories currently installed.)
Preparing to replace base-files 7.1 (using .../base-files_7.1wheezy1_amd64.deb) 
...
Unpacking replacement base-files ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Setting up base-files (7.1wheezy1) ...
Installing new version of config file /etc/debian_version ...
Installing new version of config file /etc/issue ...
Installing new version of config file /etc/issue.net ...
Installing new version of config file /etc/os-release ...

# dpkg -l | grep base-files
ii  base-files 7.1wheezy1   amd64   
 Debian base system miscellaneous files

# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 7.1 (n/a)
Release:7.1
Codename:   n/a


Thanks in advance !
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian8+deb7u1

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 711...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Jun 2013 12:38:11 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian8+deb7u1
Distribution: wheezy
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package

Processed: forcibly merging 683654 710571, tagging 683654

2013-06-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 683654 710571
Bug #683654 [lsb-base] lsb-base: some messages should be conditioned by $VERBOSE
Bug #683654 [lsb-base] lsb-base: some messages should be conditioned by $VERBOSE
Added tag(s) patch.
Bug #710571 [lsb-base] Update /lib/lsb/init-functions log_* to check $VERBOSE
Severity set to 'wishlist' from 'minor'
701559 was blocked by: 710569
701559 was blocking: 710571
Removed blocking bug(s) of 701559: 710571
710569 was blocked by: 710571
710569 was blocking: 701559 710559
Removed blocking bug(s) of 710569: 710571
710571 was blocked by: 701559
710571 was not blocking any bugs.
Removed blocking bug(s) of 710571: 701559
Marked as found in versions lsb/4.1+Debian7.
Added tag(s) moreinfo.
Merged 683654 710571
 tags 683654 + wontfix - moreinfo
Bug #683654 [lsb-base] lsb-base: some messages should be conditioned by $VERBOSE
Bug #710571 [lsb-base] Update /lib/lsb/init-functions log_* to check $VERBOSE
Added tag(s) wontfix.
Added tag(s) wontfix.
Bug #683654 [lsb-base] lsb-base: some messages should be conditioned by $VERBOSE
Bug #710571 [lsb-base] Update /lib/lsb/init-functions log_* to check $VERBOSE
Removed tag(s) moreinfo.
Removed tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
683654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683654
701559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701559
710569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710569
710571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137023942115522.transcr...@bugs.debian.org



Processed: block 701559 with 710571, block 710569 with 710571, block 710559 with 710571

2013-06-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 701559 with 710571
Bug #701559 {Done: Vincent Legout vleg...@debian.org} [xboard] Please update 
xboard to stable version (4.7.0)
701559 was blocked by: 710569
701559 was not blocking any bugs.
Added blocking bug(s) of 701559: 683654 and 710571
 block 710569 with 710571
Bug #710569 [initscripts] Update /etc/init.d/skeleton to stop checking $VERBOSE 
before calling log_* functions
710569 was not blocked by any bugs.
710569 was blocking: 701559 710559
Added blocking bug(s) of 710569: 683654 and 710571
 block 710559 with 710571
Bug #710559 [lintian] lintian: init.d-script-call-internal-API should document 
replacement (remove checks for $VERBOSE and use log_* functions)
710559 was blocked by: 710569
710559 was not blocking any bugs.
Added blocking bug(s) of 710559: 683654 and 710571
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
701559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701559
710559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710559
710569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137024121428455.transcr...@bugs.debian.org



Processed (with 2 errors): Re: Bug#710571: Patch for /lib/lsb/init-functions

2013-06-02 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 minor
Bug #710571 [lsb-base] Update /lib/lsb/init-functions log_* to check $VERBOSE
Severity set to 'minor' from 'normal'
 merge 683654 -1
Bug #683654 [lsb-base] lsb-base: some messages should be conditioned by $VERBOSE
Unable to merge bugs because:
severity of #710571 is 'minor' not 'wishlist'
blocks of #710571 is '701559 710569' not ''
blockedby of #710571 is '701559' not ''
Failed to merge 683654: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2acc318)', 
'requester', 'Didier \'OdyX\' Raboud o...@debian.org', 'request_addr', 
'710571-sub...@bugs.debian.org', 'request_msgid', 
'201306022302.51352.o...@debian.org', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 683654 -1', 
'clonebugs', 'HASH(0x2ae2e28)', 'limit', 'HASH(0x2aea058)', 
'common_control_options', 'ARRAY(0x2aea130)', 'errors', ...) called at 
/usr/lib/debbugs/process line 1039

 tag 683654 +wontfix -moreinfo
Failed to alter tags of Bug 683654: failed to get lock on 
/org/bugs.debian.org/spool/lock/683654 -- Unable to lock 
/org/bugs.debian.org/spool/lock/683654 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582.
Unable to lock /org/bugs.debian.org/spool/lock/683654 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 582. at 
/usr/local/lib/site_perl/Debbugs/Common.pm line 600
Debbugs::Common::filelock('/org/bugs.debian.org/spool/lock/683654') 
called at /usr/local/lib/site_perl/Debbugs/Status.pm line 213
Debbugs::Status::read_bug('bug', 683654, 'lock', 1) called at 
/usr/local/lib/site_perl/Debbugs/Status.pm line 465
Debbugs::Status::lock_read_all_merged_bugs('bug', 683654) called at 
/usr/local/lib/site_perl/Debbugs/Control.pm line 3671
Debbugs::Control::__begin_control('remove', 0, 'add', 1, 
'request_replyto', 'Didier \'OdyX\' Raboud o...@debian.org', 'transcript', 
'GLOB(0x2acc318)', 'bug', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control.pm line 627
Debbugs::Control::set_tag('transcript', 'GLOB(0x2acc318)', 'requester', 
'Didier \'OdyX\' Raboud o...@debian.org', 'request_addr', 
'710571-sub...@bugs.debian.org', 'request_msgid', 
'201306022302.51352.o...@debian.org', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 485
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 478
Debbugs::Control::Service::control_line('line', 'tag 683654 +wontfix 
-moreinfo', 'clonebugs', 'HASH(0x2ae2e28)', 'limit', 'HASH(0x2aea058)', 
'common_control_options', 'ARRAY(0x2aea130)', 'errors', ...) called at 
/usr/lib/debbugs/process line 1039


-- 
683654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683654
710571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710571
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b710571.137020698017887.transcr...@bugs.debian.org



Processed: Re: Bug#696332: lsb-release: release/codename depend on a successful apt-get

2013-06-01 Thread Debian Bug Tracking System
Processing control commands:

 block 685355 by 696332
Bug #685355 [unattended-upgrades] KeyError: 'CODENAME'
685355 was not blocked by any bugs.
685355 was not blocking any bugs.
Added blocking bug(s) of 685355: 696332

-- 
685355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685355
696332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b696332.137007370518337.transcr...@bugs.debian.org



Processed: Re: Bug#696332: lsb-release: release/codename depend on a successful apt-get

2013-05-21 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 +moreinfo
Bug #696332 [lsb-release] lsb-release: release/codename depend on a successful 
apt-get
Added tag(s) moreinfo.

-- 
696332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b696332.136915704830268.transcr...@bugs.debian.org



Bug#673586: marked as done (FTBFS if Python 3.2 is installed in chroot)

2013-05-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 May 2013 11:18:29 +
with message-id e1uczj3-0006uj...@franck.debian.org
and subject line Bug#673586: fixed in lsb 4.1+Debian10
has caused the Debian Bug report #673586,
regarding FTBFS if Python 3.2 is installed in chroot
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
673586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673586
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: lsb
Version: 4.1+Debian4
Severity: normal

Build fails with syntax error:

...
OK (skipped=7)
# Tests are not backported to python2.6, sorry.
PYTHONPATH=. python3.2 test/test_lsb_release.py -vv
Traceback (most recent call last):
  File test/test_lsb_release.py, line 4, in module
import lsb_release as lr
  File /home/dave/debian/lsb/lsb-4.1+Debian4/lsb_release.py, line 249
except IOError, msg:
  ^
SyntaxError: invalid syntax
make[1]: *** [test-python3.2] Error 1
make[1]: Leaving directory `/home/dave/debian/lsb/lsb-4.1+Debian4'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Build command 'cd lsb-4.1+Debian4  dpkg-buildpackage -b -uc' failed.
NOTICE: 'lsb' packaging is maintained in the 'Git' version control system at:
git://anonscm.debian.org/collab-maint/lsb.git
Skipping already downloaded file 'lsb_4.1+Debian4.dsc'
Skipping already downloaded file 'lsb_4.1+Debian4.tar.bz2'
Need to get 0 B of source archives.
E: Child process failed

4.1+Debian3 was ok.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 3.3.6+ (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian10

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 673...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 15 May 2013 11:06:44 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian10
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 673586 708337
Changes: 
 lsb (4.1+Debian10) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Fix the remaining problems of initdutils.py python3 compatibility
 (Closes: #673586)
   * Revert unnecessary use of /bin/echo -n (Closes: #708337)
 .
   [ Didier Raboud ]
   * Compress source with xz
Checksums-Sha1: 
 ad0fc90cc8733c0c3394bc34eabe6916f338c299 2044 lsb_4.1+Debian10.dsc
 95538251356c63f790fb8a8c3a1618897e4cc651 119148 lsb_4.1+Debian10.tar.xz
 82623016167cc6f79a3d700fae632d6e68217fb6 43992 lsb-core_4.1+Debian10_amd64.deb
 87ff8cc22b30b89b0a4546c17cee9b28e0978a64 19060 
lsb-graphics_4.1+Debian10_amd64.deb
 f01a1bb3be0c14f46d216563cd9c395a45d63a8c 19032 lsb-cxx_4.1+Debian10_amd64.deb
 e874cadbc4c387c48c3c81d0e806cef60ec3e7ef 20250 
lsb-desktop_4.1+Debian10_amd64.deb
 c8f59264c378fe5c30c1f86e0c27490614be7927 19066

Bug#708337: marked as done (lsb: Please revert unnecessary use of /bin/echo -n)

2013-05-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 May 2013 11:18:29 +
with message-id e1uczj3-0006um...@franck.debian.org
and subject line Bug#708337: fixed in lsb 4.1+Debian10
has caused the Debian Bug report #708337,
regarding lsb: Please revert unnecessary use of /bin/echo -n
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
708337: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708337
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb
Version: 4.1+Debian9
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu saucy ubuntu-patch

Hi guys,

In response to bug #602038, the init-functions scripts in lsb-base have been
changed to use /bin/echo -n instead of echo -n.  This results in a lot of
added forks which are unnecessary and inappropriate: 'echo -n' is guaranteed
by Debian policy to be supported by the shell.

Please revert this change, improving the efficiency of this
boot-performance-sensitive shell library.  I've attached a patch to do this.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
=== modified file 'init-functions'
--- init-functions	2012-11-12 08:58:04 +
+++ init-functions	2013-05-15 07:40:53 +
@@ -280,7 +280,7 @@
 if [ -z ${1:-} ]; then
 return 1
 fi
-/bin/echo -n $@ || true
+echo -n $@ || true
 log_begin_msg_post $@
 }
 
@@ -305,11 +305,11 @@
 log_daemon_msg_pre $@
 
 if [ -z ${2:-} ]; then
-/bin/echo -n $1: || true
+echo -n $1: || true
 return
 fi
 
-/bin/echo -n $1: $2 || true
+echo -n $1: $2 || true
 log_daemon_msg_post $@
 }
 
@@ -332,7 +332,7 @@
 if [ -z ${1:-} ]; then
 return 1
 fi
-/bin/echo -n  $@ || true
+echo -n  $@ || true
 }
 
 
@@ -379,12 +379,12 @@
 
 log_action_begin_msg () {
 log_action_begin_msg_pre $@
-/bin/echo -n $@... || true
+echo -n $@... || true
 log_action_begin_msg_post $@
 }
 
 log_action_cont_msg () {
-/bin/echo -n $@... || true
+echo -n $@... || true
 }
 
 log_action_end_msg () {

---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian10

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 708...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 15 May 2013 11:06:44 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian10
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 673586 708337
Changes: 
 lsb (4.1+Debian10) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Fix the remaining problems of initdutils.py python3 compatibility
 (Closes: #673586)
   * Revert unnecessary use of /bin/echo -n (Closes: #708337)
 .
   [ Didier Raboud ]
   * Compress source with xz
Checksums-Sha1

Bug#703677: marked as done (lsb-release is not derivative friendly)

2013-05-15 Thread Debian Bug Tracking System
Your message dated Wed, 15 May 2013 21:19:28 +
with message-id e1ucj6e-0008po...@franck.debian.org
and subject line Bug#703677: fixed in lsb 4.1+Debian11
has caused the Debian Bug report #703677,
regarding lsb-release is not derivative friendly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
703677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-release
Version: 4.1+Debian9
Severity: important

A Debian derivative is advised to fork base-files and to update the
information there so that it can be properly distinguished from Debian.
That's what we did for Kali and yet we have reportbug sending bug
reports to Debian:
$ reportbug apt
[...]
Will send report to Debian (per lsb_release).

So I looked at lsb-release's output:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux Kali Linux 1.0
Release:Kali Linux 1.0
Codename:   n/a

It's just wrong to return Debian as distributor ID when we have
this:
┏(kali-amd64) x230-buxy:~
┗(524)$ cat /etc/os-release 
PRETTY_NAME=Kali GNU/Linux 1.0
NAME=Kali GNU/Linux
ID=kali
VERSION=1.0
VERSION_ID=1.0
ID_LIKE=debian
ANSI_COLOR=1;31
HOME_URL=http://www.kali.org/;
SUPPORT_URL=http://forums.kali.org/;
BUG_REPORT_URL=http://bugs.kali.org/;
┏(kali-amd64) x230-buxy:~
┗(525)$ cat /etc/dpkg/origins/default 
Vendor: Kali
Vendor-URL: http://www.kali.org/
Parent: debian
Bugs: http://bugs.kali.org
┏(kali-amd64) x230-buxy:~
┗(526)$ cat /etc/debian_version 
Kali Linux 1.0

So please update lsb_release's logic to use:
1/ /etc/lsb-release if it exists (it doesn't usually)
2/ /etc/os-release if it exists 
3/ /etc/dpkg/origins/default if none of the above exist
4/ some wild guess based on APT otherwise

Please let me know if you need help.
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian11

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 703...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 15 May 2013 22:15:05 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian11
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 703677
Changes: 
 lsb (4.1+Debian11) unstable; urgency=low
 .
   [ Steve Langasek ]
   * add -Es to the lsb_release python shebang, as discussed in
 https://lists.debian.org/debian-python/2012/10/msg00021.html.
   * Fix debian/copyright to list the correct Canonical copyright for the
 Ubuntu logging functions.
   * Correct duplicate reference to log_action_end_msg_post in
 debian/lsb-base.README.Debian.
   * debian/rules: fix the build on Ubuntu derivatives when building only the
 arch-dependent packages.
 .
   [ Didier Raboud ]
   * Add jessie to the release codenames lookup table
   * Get Distributor ID from /etc/dpkg/origins/default if existant
 (Closes: #703677)
   * Bump Standards-Version to 3.9.4 without changes needed
   * Correct lsb

Processed: Re: lsb ftbfs in wheezy, testsuite problems.

2013-02-03 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 normal
Bug #699589 [lsb] lsb ftbfs in wheezy, testsuite problems.
Severity set to 'normal' from 'serious'
 reassign -1 src:lsb
Bug #699589 [lsb] lsb ftbfs in wheezy, testsuite problems.
Bug reassigned from package 'lsb' to 'src:lsb'.
Ignoring request to alter found versions of bug #699589 to the same values 
previously set
Ignoring request to alter fixed versions of bug #699589 to the same values 
previously set
 merge 673586 -1
Bug #673586 [src:lsb] lsb: build fails on hppa in test-python3.2
Bug #699589 [src:lsb] lsb ftbfs in wheezy, testsuite problems.
Marked as found in versions lsb/4.1+Debian4.
Bug #673586 [src:lsb] lsb: build fails on hppa in test-python3.2
Added tag(s) patch.
Merged 673586 699589
 retitle 673586 FTBFS if Python 3.2 is installed in chroot
Bug #673586 [src:lsb] lsb: build fails on hppa in test-python3.2
Bug #699589 [src:lsb] lsb ftbfs in wheezy, testsuite problems.
Changed Bug title to 'FTBFS if Python 3.2 is installed in chroot' from 'lsb: 
build fails on hppa in test-python3.2'
Changed Bug title to 'FTBFS if Python 3.2 is installed in chroot' from 'lsb 
ftbfs in wheezy, testsuite problems.'

-- 
673586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673586
699589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699589
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b699589.135988670829069.transcr...@bugs.debian.org



Processed: re: lsb ftbfs in wheezy, testsuite problems.

2013-02-02 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #699589 [lsb] lsb ftbfs in wheezy, testsuite problems.
Added tag(s) patch.

-- 
699589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699589
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b699589.135984845127701.transcr...@bugs.debian.org



Processed: re: lsb ftbfs in wheezy, testsuite problems.

2013-02-02 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #699589 [lsb] lsb ftbfs in wheezy, testsuite problems.
Ignoring request to alter tags of bug #699589 to the same tags previously set

-- 
699589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699589
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.u699589.135984845127710.transcr...@bugs.debian.org



Processed: reassign 691794 to plymouth

2012-11-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 691794 plymouth 0.8.5.1-6
Bug #691794 [lsb-base,plymouth] Pretty LSB logging overriden by plymouth
Bug reassigned from package 'lsb-base,plymouth' to 'plymouth'.
No longer marked as found in versions plymouth/0.8.5.1-6.
Ignoring request to alter fixed versions of bug #691794 to the same values 
previously set
Bug #691794 [plymouth] Pretty LSB logging overriden by plymouth
Marked as found in versions plymouth/0.8.5.1-6.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
691794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135339874212800.transcr...@bugs.debian.org



Processed: Re: Bug#693688: The last patch to fix #691422 breaks other init scripts

2012-11-19 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 serious
Bug #693688 [lsb-base] The last patch to fix #691422 breaks other init scripts
Severity set to 'serious' from 'critical'
 tags -1 +moreinfo
Bug #693688 [lsb-base] The last patch to fix #691422 breaks other init scripts
Added tag(s) moreinfo.

-- 
693688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693688
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b693688.13533221065664.transcr...@bugs.debian.org



Processed: Re: Bug#693688: The last patch to fix #691422 breaks other init scripts

2012-11-19 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 pidofproc enforces the presence of pathname, thereby breaking 
 wrong uses of it
Bug #693688 [lsb-base] The last patch to fix #691422 breaks other init scripts
Changed Bug title to 'pidofproc enforces the presence of pathname, thereby 
breaking wrong uses of it' from 'The last patch to fix #691422 breaks other 
init scripts'
 severity -1 important
Bug #693688 [lsb-base] pidofproc enforces the presence of pathname, thereby 
breaking wrong uses of it
Severity set to 'important' from 'serious'
 tag -1 +wontfix
Bug #693688 [lsb-base] pidofproc enforces the presence of pathname, thereby 
breaking wrong uses of it
Added tag(s) wontfix.

-- 
693688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693688
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b693688.135332818218273.transcr...@bugs.debian.org



Processed: cloning 693688, reassign -1 to exim4-base, retitle -1 to /etc/init.d/exim4 uses pidofproc wrongly ...

2012-11-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 693688 -1
Bug #693688 [lsb-base] pidofproc enforces the presence of pathname, thereby 
breaking wrong uses of it
Bug 693688 cloned as bug 693696
 reassign -1 exim4-base
Bug #693696 [lsb-base] pidofproc enforces the presence of pathname, thereby 
breaking wrong uses of it
Bug reassigned from package 'lsb-base' to 'exim4-base'.
No longer marked as found in versions lsb/4.1+Debian9.
Ignoring request to alter fixed versions of bug #693696 to the same values 
previously set
 retitle -1 /etc/init.d/exim4 uses pidofproc wrongly
Bug #693696 [exim4-base] pidofproc enforces the presence of pathname, thereby 
breaking wrong uses of it
Changed Bug title to '/etc/init.d/exim4 uses pidofproc wrongly' from 'pidofproc 
enforces the presence of pathname, thereby breaking wrong uses of it'
 severity -1 important
Bug #693696 [exim4-base] /etc/init.d/exim4 uses pidofproc wrongly
Ignoring request to change severity of Bug 693696 to the same value.
 block 693688 with -1
Bug #693688 [lsb-base] pidofproc enforces the presence of pathname, thereby 
breaking wrong uses of it
693688 was not blocked by any bugs.
693688 was not blocking any bugs.
Added blocking bug(s) of 693688: 693696
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
693688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693688
693696: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693696
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135332867622489.transcr...@bugs.debian.org



Processed: Re: Bug#691794: Pretty LSB logging overriden by plymouth

2012-11-19 Thread Debian Bug Tracking System
Processing control commands:

 notfound -1 lsb-base
Bug #691794 [lsb-base,plymouth] Pretty LSB logging overriden by plymouth
There is no source info for the package 'lsb-base' at version 'lsb-base' with 
architecture ''
There is no source info for the package 'plymouth' at version 'lsb-base' with 
architecture ''
Unable to make a source version for version 'lsb-base'
Ignoring request to alter found versions of bug #691794 to the same values 
previously set
 found -1 plymouth/0.8.5.1-6
Bug #691794 [lsb-base,plymouth] Pretty LSB logging overriden by plymouth
Marked as found in versions plymouth/0.8.5.1-6.

-- 
691794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b691794.1353348502403.transcr...@bugs.debian.org



Bug#691422: marked as done (init-functions: order of arguments is not context-free)

2012-11-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Nov 2012 16:18:15 +
with message-id e1txdl9-0005r2...@franck.debian.org
and subject line Bug#691422: fixed in lsb 4.1+Debian8+exp0
has caused the Debian Bug report #691422,
regarding init-functions: order of arguments is not context-free
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
691422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 4.1+Debian7
Severity: normal

As spotted in #691365, it turns out that the pidofproc function provided in
/lib/lsb/init-functions is not context free. Calling

pidofproc $DAEMON -p $PIDFILE

in contrast to

pidofproc -p $PIDFILE $DAEMON


yields different results if the file in $PIDFILE does not exist. This yields to 
a
non-context-freeness which is probably not what the user calling this function
expects.

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

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

-- no debconf information
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian8+exp0

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 691...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Nov 2012 17:00:30 +0100
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian8+exp0
Distribution: experimental
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 691422
Changes: 
 lsb (4.1+Debian8+exp0) experimental; urgency=low
 .
   [ Jeff Licquia ]
   * Fix initdutils for compatibility with Python 3.
   * Sanity-check pidofproc parameters (Closes: #691422)
Checksums-Sha1: 
 ba160afb52a090c243a736a4e609844f6b257ede 2060 lsb_4.1+Debian8+exp0.dsc
 22e7f8e9be7297b57797e57892cb93527c26271d 60616 lsb_4.1+Debian8+exp0.tar.bz2
 4b24f9e7ed4c126df51b8b4aa81a994652fea08e 43906 
lsb-core_4.1+Debian8+exp0_amd64.deb
 c8118537a7e1e0c66b2756e910c709a9cc1acb6c 19020 
lsb-graphics_4.1+Debian8+exp0_amd64.deb
 a542e73fbc6c07f68cf472b3edcdab26b7a17477 18998 
lsb-cxx_4.1+Debian8+exp0_amd64.deb
 9913864d9b8e9f060765607f696f506bda2f5e8f 20176 
lsb-desktop_4.1+Debian8+exp0_amd64.deb
 93d9a7546473930aa99db4d32c75e5bf0573a58c 19022 
lsb-languages_4.1+Debian8+exp0_amd64.deb
 cd0721a49734e67b96d05fe57a4182fa6bb524ca 18992 
lsb-multimedia_4.1+Debian8+exp0_amd64.deb
 aea5b4bfd4a4e52aed56542d9bed69f0d8acc4c5 19020 
lsb-printing_4.1+Debian8+exp0_amd64.deb
 99050d38194e6b3797ce1fe98883b346e9bed223 19002 
lsb-security_4.1+Debian8+exp0_amd64.deb
 041ad9b0c4e065a56dc7036f0c1cc54bf920ebb2 18986 lsb_4.1+Debian8+exp0_all.deb
 fbb663ce1b754eca13fb9339c0e7c0e7dc3d720a 26380 
lsb-base_4.1+Debian8+exp0_all.deb
 13ce06bfd4aab5910c067abcfee15cd566176325 25924 
lsb-release_4.1+Debian8+exp0_all.deb
 18067c4b7c17c1eb5f26db2a6158f772e813701c 19366 
lsb-invalid

Bug#682032: marked as done (init_is_upstart warnings if upstart installed but not running)

2012-11-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Nov 2012 11:33:29 +
with message-id e1tvkvp-cj...@franck.debian.org
and subject line Bug#682032: fixed in lsb 4.1+Debian8
has caused the Debian Bug report #682032,
regarding init_is_upstart warnings if upstart installed but not running
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
682032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 4.1+Debian7
Severity: normal
File: /lib/lsb/init-functions

If upstart is installed but not running, init_is_upstart produces this
error message:

initctl: Unable to connect to Upstart: Failed to connect to socket
/com/ubuntu/upstart: Connection refused

I guess initctl version should redirect 2 to /dev/null as you are only
really interested in the return code




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

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

-- no debconf information
---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian8

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 682...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Nov 2012 12:03:33 +0100
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian8
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 682032
Changes: 
 lsb (4.1+Debian8) unstable; urgency=low
 .
   * Fix libqt3-mt missing epoch.
   * Hide the stderr output of $(initctl version) in init_is_upstart.
 (Closes: #682032)
Checksums-Sha1: 
 4d2b9044824367204984bac93e149338cc0d03d7 2040 lsb_4.1+Debian8.dsc
 68b43d3da2bc78c6f3f908867ac20cc968db828c 60438 lsb_4.1+Debian8.tar.bz2
 76cc37888059861d8a7f2828cec3a694ee56caaf 43818 lsb-core_4.1+Debian8_amd64.deb
 4bcfd49382daa054f0900782aac541c9eb7f1991 18970 
lsb-graphics_4.1+Debian8_amd64.deb
 8c7e0f247689a6f3e80d18a8953bc7110c8ab650 18944 lsb-cxx_4.1+Debian8_amd64.deb
 7b447eef07c84b29d076e794ec22ad973bdccafe 20096 
lsb-desktop_4.1+Debian8_amd64.deb
 45e81a1aeecefb40e9828279aa30e47de9abcbbc 18980 
lsb-languages_4.1+Debian8_amd64.deb
 97bbdcc0fc5bd9fe9111c37a4527c77bab37e762 18946 
lsb-multimedia_4.1+Debian8_amd64.deb
 539dc8111cdaa3ff832629836e34aa7122999306 18972 
lsb-printing_4.1+Debian8_amd64.deb
 4fc852310b82b405c631a614865a90f2efb903ce 18958 
lsb-security_4.1+Debian8_amd64.deb
 7c8f497cc22ad9910711fff31986051405fc9d17 18938 lsb_4.1+Debian8_all.deb
 108b1996f1e94b55be6b1ae5dd223f80e6bc7311 26276 lsb-base_4.1+Debian8_all.deb
 8caa82b99faed2454f9fc4625d5fd16315c6a6e7 25852 lsb-release_4.1+Debian8_all.deb
 e1d8e01195a4cfd6381af2d7c51a853429b78b99 19324 
lsb-invalid-mta_4.1+Debian8_all.deb
Checksums-Sha256: 
 64efea76fbfa044e6013bbd6e85e8ba076b66f3458bc0f0a7f2504f8f0e907b5 2040 
lsb_4.1

Processed: Re: Bug#691422: init-functions: order of arguments is not context-free

2012-11-04 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 +wontfix
Bug #691422 [lsb-base] init-functions: order of arguments is not context-free
Added tag(s) wontfix.

-- 
691422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b691422.13520316285910.transcr...@bugs.debian.org



Processed: reassign 691794 to lsb-base,plymouth

2012-10-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 691794 lsb-base,plymouth
Bug #691794 [lsb-base] Pretty LSB logging overriden by plymouth
Bug reassigned from package 'lsb-base' to 'lsb-base,plymouth'.
Ignoring request to alter found versions of bug #691794 to the same values 
previously set
Ignoring request to alter fixed versions of bug #691794 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
691794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.135153647530578.transcr...@bugs.debian.org



Processed: cloning 682032, reassign -1 to sysvinit-utils ...

2012-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 682032 -1
Bug #682032 [lsb-base] init_is_upstart warnings if upstart installed but not 
running
Bug 682032 cloned as bug 685779
 reassign -1 sysvinit-utils
Bug #685779 [lsb-base] init_is_upstart warnings if upstart installed but not 
running
Bug reassigned from package 'lsb-base' to 'sysvinit-utils'.
No longer marked as found in versions lsb/4.1+Debian7.
Ignoring request to alter fixed versions of bug #685779 to the same values 
previously set
 retitle -1 service: warnings if upstart installed but not running
Bug #685779 [sysvinit-utils] init_is_upstart warnings if upstart installed but 
not running
Changed Bug title to 'service: warnings if upstart installed but not running' 
from 'init_is_upstart warnings if upstart installed but not running'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
682032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682032
685779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685779
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134581415824152.transcr...@bugs.debian.org



Bug#682963: marked as done (lsb-printing: should depend on cups or relax to only recommend ghostscript-cups)

2012-07-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 14:16:41 +0200
with message-id 20120729121641.gf8...@jones.dk
and subject line Re: ***SPAM*** Re: Bug#682963: lsb-printing: should depend on 
cups or relax to only recommend ghostscript-cups
has caused the Debian Bug report #682963,
regarding lsb-printing: should depend on cups or relax to only recommend 
ghostscript-cups
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
682963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-printing
Version: 4.1+Debian7
Severity: normal

ghostscript-cups is only generally usable together with cups.

If intent of lsb-printing is to _ensure_ that related packages are
installed, then also depend on cups (and possibly colord as well),
because ghostscript-cups only recommends it.
If intent of lsb-printing is only to _encourage_ that cups is installed
then it makes better sense to only recommend ghostscript-cups, because
it really only makes sense to install together with cups.


Regards,

 - Jonas
---End Message---
---BeginMessage---
Hi Didier,

On 12-07-29 at 01:16pm, Didier 'OdyX' Raboud wrote:
 Le vendredi, 27 juillet 2012 14.13:33, Jonas Smedegaard a écrit :
  If intent of lsb-printing is to _ensure_ that related packages are 
  installed, then also depend on cups (and possibly colord as well), 
  because ghostscript-cups only recommends it.
 
 The intent of lsb-printing is to ensure that the mandated LSB 
 interfaces are present. The Linux Standard Base Printing 
 Specification 4.1 [0] requires libcups, libcupsimage and the 
 foomatic-rip and ghostscript executables.

Oh, ok.  Perhaps the long description could be improved, then (if it 
seems likely that it is not just me misunderstanding LSB from reading 
current long description of the package).


 [0] http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Printing/LSB-
 Printing/book1.html

That website seems down at the moment, but from your clarification here
that LSB 4.1 printing is about application interfaces, not user-facing 
daemons, it seems likely that CUPS raster driver (and not CUPS daemon) 
is required.


 On my side, as LSB maintainer, I'm not particularly inclined to change 
 this: lsb-printing is not made to be a useful meta-package per se; its 
 purpose is to provide required program-level interfaces and I see no 
 bug in that regard.

Agreed.  Apart from my suggesting to improve long description, I 
consider this a non-bug, and therefore close it again.


Regards,

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
---End Message---


Processed (with 1 errors): Re: Bug#678260: lsb-base: lsb fancy boot messages get mixed up

2012-06-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 X-PTS-Approved: yes
Unknown command or malformed arguments to command.

 reassign 678260 sysvinit-utils 2.88dfs-22.1
Bug #678260 [lsb-base] lsb-base: lsb fancy boot messages get mixed up
Bug reassigned from package 'lsb-base' to 'sysvinit-utils'.
No longer marked as found in versions lsb/4.1+Debian7.
Ignoring request to alter fixed versions of bug #678260 to the same values 
previously set
Bug #678260 [sysvinit-utils] lsb-base: lsb fancy boot messages get mixed up
There is no source info for the package 'sysvinit-utils' at version 
'2.88dfs-22.1' with architecture ''
Unable to make a source version for version '2.88dfs-22.1'
Marked as found in versions 2.88dfs-22.1.
 retitle 678260 startpar has a timeout value that lets boot messages get mixed
Bug #678260 [sysvinit-utils] lsb-base: lsb fancy boot messages get mixed up
Changed Bug title to 'startpar has a timeout value that lets boot messages get 
mixed' from 'lsb-base: lsb fancy boot messages get mixed up'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
678260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.134038759817542.transcr...@bugs.debian.org



Bug#677424: marked as done (lsb-base: status_of_proc returns 4 (unknown) when pid file is specified and does not exist)

2012-06-18 Thread Debian Bug Tracking System
Your message dated Mon, 18 Jun 2012 22:47:44 +0200
with message-id 201206182247.44581.o...@debian.org
and subject line Re: Bug#677424: lsb-base: status_of_proc returns 4 (unknown) 
when pid file is specified and does not exist
has caused the Debian Bug report #677424,
regarding lsb-base: status_of_proc returns 4 (unknown) when pid file is 
specified and does not exist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
677424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 3.2-23.2squeeze1
Severity: normal
Tags: patch


The specific problem I'm experiencing is with /etc/init.d/portmap, which
returns 4 when portmap isn't running. I can't find sufficient documentation on
correct behavior to be sure if init-functions is incorrect, or if portmap is
using it incorrectly, but I think it's the former.

This actually causes serious problems at least in managing portmap with
pacemaker, which requires init scripts to comply strictly with the LSB
specification [2]. Pacemaker will call the status action periodically to
monitor the service, and if the response is unknown, the monitor action is
considered to have failed, which might get the node ejected from the cluster,
or at least prevent other things from running as they should.

I think the crux of the issue is the implementation of pidofproc. The LSB
specification [1] says about pidofproc:

If the -p pidfile option is specified and the named pidfile does not
exist, the functions shall assume that the daemon is not running.

At the end of pidofproc is this:

if [ -x /bin/pidof -a ! $specified ]; then
status=0
/bin/pidof -o %PPID -x $1 || status=$?
if [ $status = 1 ]; then
return 3 # program is not running
fi
return 0
fi
return 4 # Unable to determine status

The way I read this, pidofproc can't return 3 if a pidfile is specified, which
I think is wrong according to the LSB specification. As I read the spec [1], if
the pidfile doesn't exist, and it was explicitly specified, then pidofproc
should return 3. No process table grepping or anything else allowed. In that
spirit, I propose this patch, which at least solves my problem:

--- init-functions.orig 2012-06-13 16:55:02.0 -0400
+++ init-functions  2012-06-13 17:02:58.0 -0400
@@ -77,6 +77,9 @@
 pidfile=/var/run/$base.pid
 fi

+if [ $specified -a -n ${pidfile:-} -a ! -e $pidfile ]; then
+return 3 # explicitly specified pidfile does not exist; must assume 
not running
+fi
 if [ -n ${pidfile:-} -a -r $pidfile ]; then
 read pid  $pidfile
 if [ -n ${pid:-} ]; then

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages lsb-base depends on:
ii  ncurses-bin   5.7+20100313-5 terminal-related programs and man 
ii  sed   4.2.1-7The GNU sed stream editor

lsb-base recommends no packages.

lsb-base suggests no packages.

-- no debconf information

[1] 
http://refspecs.linuxbase.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptfunc.html
[2] 
http://www.clusterlabs.org/doc/en-US/Pacemaker/1.1/html/Pacemaker_Explained/ap-lsb.html



---End Message---
---BeginMessage---
Version: 3.2-25

Hi Phil, and thanks for your feedback,

Le lundi, 18 juin 2012 19.26:00, Phil Frost a écrit :
 On 06/18/2012 12:21 PM, Didier 'OdyX' Raboud wrote:
  As you reported this bug against the Debian stable release, lsb-base has
  seen many updates since then and I suspect that your bug above has been
  fixed by the resolution of bug #597628 in lsb 3.2-25. Can you verify
  that any of
  
  a) the attached init-functions-a (to be put as /lib/lsb/init-functions)
  file solves your bug (it's a file from stable + patches up to 3.2-25);
  b) the attached init-functions-b (to be put as /lib/lsb/init-functions)
  file solves your bug (it's a file from stable + all patches concerning
  pidofproc in the current unstable);
  c) the lsb-base package from the current testing or unstable do so;
  
  … solves your issue.
 
 It looks like both init-functions-a and init-functions-b solve my issue.

Hereby marking this bug as fixed in the 3.2-25 version (a scenario above)

 I would say as a minor point that the change introduced in init-functions

Processed: Re: Bug#675618: lsb-release: cannot handle non-ASCII characters from Apt policy

2012-06-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 675618 +pending
Bug #675618 [lsb-release] lsb-release: cannot handle non-ASCII characters from 
Apt policy
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13388343944974.transcr...@bugs.debian.org



Processed: Re: Bug#675162: lsb-base: mysql doesn't start

2012-05-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 675162 serious
Bug #675162 [lsb-base] lsb-base: mysql doesn't start
Severity set to 'serious' from 'normal'
 tags 675162 +patch +pending
Bug #675162 [lsb-base] lsb-base: mysql doesn't start
Added tag(s) patch.
Bug #675162 [lsb-base] lsb-base: mysql doesn't start
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
675162: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675162
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13383768204428.transcr...@bugs.debian.org



Processed: Re: Bug#673207: /etc/default/rcS is perhaps a better place for FANCYTTY variable

2012-05-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 673207
Bug #673207 {Done: Didier Raboud o...@debian.org} [src:lsb] /etc/default/rcS 
is perhaps a better place for FANCYTTY variable
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions lsb/4.1+Debian5.
 found 673207 4.1+Debian6
Bug #673207 [src:lsb] /etc/default/rcS is perhaps a better place for FANCYTTY 
variable
Marked as found in versions lsb/4.1+Debian6.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133841087218795.transcr...@bugs.debian.org



Processed: found 673207 in 4.1+Debian5

2012-05-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 673207 4.1+Debian5
Bug #673207 [src:lsb] /etc/default/rcS is perhaps a better place for FANCYTTY 
variable
Marked as found in versions lsb/4.1+Debian5.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.1338416695.transcr...@bugs.debian.org



Bug#674143: marked as done (lsb-release is very slow)

2012-05-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 May 2012 16:49:26 +
with message-id e1szpbq-0001c4...@franck.debian.org
and subject line Bug#674143: fixed in lsb 4.1+Debian5
has caused the Debian Bug report #674143,
regarding lsb-release is very slow
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
674143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-release
Version: 4.1+Debian4
Severity: normal
Tags: patch

Dear Maintainer,

To reproduce the problem, simply run:

$ /usr/bin/time /usr/bin/lsb_release -sd
Debian GNU/ testing (wheezy)
1.84user 0.05system 0:01.91elapsed 99%CPU (0avgtext+0avgdata 137200maxresident)k
0inputs+0outputs (0major+14470minor)pagefaults 0swaps

This is on a hot cache with a 2.6GHz Core 2. On a cold cache this can take upi
to 4 seconds. What makes it so slow is that it systematically calls
'apt-cache policy':

$ LANG=C /usr/bin/time apt-cache policy /dev/null
1.72user 0.07system 0:01.80elapsed 99%CPU (0avgtext+0avgdata 137200maxresident)k
0inputs+0outputs (0major+11680minor)pagefaults 0swaps

The patch below works around this issue for non-testing Debian versions by not
calling guess_release_from_apt() if we don't need to. This gets the execution
time down to 0.03 seconds. Unfortunately this does not help me since I'm
running Debian Testing :-(

--- /usr/share/pyshared/lsb_release.py.orig 2012-05-23 11:59:21.909934400 
+0200
+++ /usr/share/pyshared/lsb_release.py  2012-05-23 12:12:59.281968570 +0200
@@ -270,8 +270,10 @@ def guess_debian_release():
 # This is slightly faster and less error prone in case the user
 # has an entry in his /etc/apt/sources.list but has not actually
 # upgraded the system.
-rinfo = guess_release_from_apt()
-if rinfo and not distinfo.get('CODENAME'):
+rinfo = None
+if not distinfo.get('CODENAME'):
+rinfo = guess_release_from_apt()
+if rinfo:
 release = rinfo.get('version')
 
 # Special case Debian-Ports as their Release file has 'version': '1.0'


-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
LSB Version:
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
Distributor ID: Debian
Description:Debian GNU/Linux testing (wheezy)
Release:testing
Codename:   wheezy
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://dl.google.com/linux/earth/deb/ stable/main amd64 Packages
 release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
 origin dl.google.com
 500 http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages
 release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
 origin dl.google.com
 500 http://mirror.home-dn.net/debian-multimedia/ testing/main amd64 Packages
 release v=None,o=Unofficial Multimedia 
Packages,a=testing,n=wheezy,l=Unofficial Multimedia Packages,c=main
 origin mirror.home-dn.net
 500 http://ftp.fr.debian.org/debian/ testing/non-free Translation-en
 500 http://ftp.fr.debian.org/debian/ testing/main Translation-fr
 500 http://ftp.fr.debian.org/debian/ testing/main Translation-en
 500 http://ftp.fr.debian.org/debian/ testing/contrib Translation-en
 500 http://ftp.fr.debian.org/debian/ testing/non-free amd64 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian,c=non-free
 origin ftp.fr.debian.org
 500 http://ftp.fr.debian.org/debian/ testing/contrib amd64 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian,c=contrib
 origin ftp.fr.debian.org
 500 http://ftp.fr.debian.org/debian/ testing/main amd64 Packages
 release o=Debian,a=testing,n=wheezy,l=Debian,c=main
 origin ftp.fr.debian.org
 500 http://security.debian.org/ stable/updates/non-free amd64 Packages
 release v=6.0,o=Debian,a=stable,n=squeeze,l=Debian-Security,c=non-free
 origin security.debian.org
 500 http://security.debian.org/ stable/updates/contrib amd64 Packages
 release v=6.0,o=Debian,a=stable,n=squeeze,l=Debian-Security,c=contrib
 origin security.debian.org
 500 http://security.debian.org/ stable/updates/main amd64 Packages
 release v=6.0,o=Debian,a=stable,n=squeeze,l=Debian-Security,c=main
 origin security.debian.org
 500 http://ftp.fr.debian.org/debian/ stable/main Translation-fr
 500 http://ftp.fr.debian.org/debian/ stable/non-free amd64

Processed: Re: Bug#674143: lsb-release is very slow

2012-05-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 674143 +pending
Bug #674143 [lsb-release] lsb-release is very slow
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
674143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133777826123486.transcr...@bugs.debian.org



Bug#661109: marked as done (lsb: Please include helper function for init scripts on upstart-based systems)

2012-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2012 18:33:07 +
with message-id e1srsk7-0001ac...@franck.debian.org
and subject line Bug#661109: fixed in lsb 4.1+Debian3
has caused the Debian Bug report #661109,
regarding lsb: Please include helper function for init scripts on upstart-based 
systems
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
661109: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661109
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb
Version: 3.2-28.1
Severity: wishlist

Hi there,

Please find attached a patch for lsb that adds a new helper function to
/lib/lsb/init-functions to support maintainer scripts that should behave as
no-ops because the package is upstart-aware and upstart is in use.

I'm proposing this change in support of bug #591791, a bug against
debian-policy which aims to come up with coherent rules about the inclusion
of native upstart jobs in Debian.  This is not a very high-level
abstraction, it still requires the init script to work out the correct
return value for each invocation.  That's about as high-level as most of
the other lsb functions get anyway, but if you'd like something different
I'm certainly open to discussing.

Thanks for considering,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian3

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

lsb-base_4.1+Debian3_all.deb
  to main/l/lsb/lsb-base_4.1+Debian3_all.deb
lsb-core_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-core_4.1+Debian3_amd64.deb
lsb-cxx_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-cxx_4.1+Debian3_amd64.deb
lsb-desktop_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-desktop_4.1+Debian3_amd64.deb
lsb-graphics_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-graphics_4.1+Debian3_amd64.deb
lsb-invalid-mta_4.1+Debian3_all.deb
  to main/l/lsb/lsb-invalid-mta_4.1+Debian3_all.deb
lsb-languages_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-languages_4.1+Debian3_amd64.deb
lsb-multimedia_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-multimedia_4.1+Debian3_amd64.deb
lsb-printing_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-printing_4.1+Debian3_amd64.deb
lsb-release_4.1+Debian3_all.deb
  to main/l/lsb/lsb-release_4.1+Debian3_all.deb
lsb-security_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-security_4.1+Debian3_amd64.deb
lsb_4.1+Debian3.dsc
  to main/l/lsb/lsb_4.1+Debian3.dsc
lsb_4.1+Debian3.tar.bz2
  to main/l/lsb/lsb_4.1+Debian3.tar.bz2
lsb_4.1+Debian3_all.deb
  to main/l/lsb/lsb_4.1+Debian3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 May 2012 19:21:36 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian3
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1

Bug#671730: marked as done (/etc/lsb-base is unused; consider removing it)

2012-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2012 18:33:07 +
with message-id e1srsk7-0001af...@franck.debian.org
and subject line Bug#671730: fixed in lsb 4.1+Debian3
has caused the Debian Bug report #671730,
regarding /etc/lsb-base is unused; consider removing it
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
671730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package:  lsb-base
Version:  4.1+Debian2
Severity: wishlist
Tags: patch
File: /lib/lsb/init-functions

  I think it is more obvious, and less cluttering /etc:

--- a/init-functions2012-04-24 22:23:11.0 +0300
+++ b/init-functions2012-05-06 15:51:43.0 +0300
@@ -395,7 +395,7 @@ log_action_end_msg () {
 log_action_end_msg_post $@
 }

-# Hooks for /etc/lsb-base-logging.sh
+# Hooks for /etc/lsb-base/logging.sh
 log_daemon_msg_pre () {
 if log_use_fancy_output; then
 /bin/echo -n [] 
@@ -446,4 +446,4 @@ log_action_end_msg_pre () {
 log_action_end_msg_post () { :; }

 FANCYTTY=
-[ -e /etc/lsb-base-logging.sh ]  . /etc/lsb-base-logging.sh || true
+[ -e /etc/lsb-base/logging.sh ]  . /etc/lsb-base/logging.sh || true


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian3

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

lsb-base_4.1+Debian3_all.deb
  to main/l/lsb/lsb-base_4.1+Debian3_all.deb
lsb-core_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-core_4.1+Debian3_amd64.deb
lsb-cxx_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-cxx_4.1+Debian3_amd64.deb
lsb-desktop_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-desktop_4.1+Debian3_amd64.deb
lsb-graphics_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-graphics_4.1+Debian3_amd64.deb
lsb-invalid-mta_4.1+Debian3_all.deb
  to main/l/lsb/lsb-invalid-mta_4.1+Debian3_all.deb
lsb-languages_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-languages_4.1+Debian3_amd64.deb
lsb-multimedia_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-multimedia_4.1+Debian3_amd64.deb
lsb-printing_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-printing_4.1+Debian3_amd64.deb
lsb-release_4.1+Debian3_all.deb
  to main/l/lsb/lsb-release_4.1+Debian3_all.deb
lsb-security_4.1+Debian3_amd64.deb
  to main/l/lsb/lsb-security_4.1+Debian3_amd64.deb
lsb_4.1+Debian3.dsc
  to main/l/lsb/lsb_4.1+Debian3.dsc
lsb_4.1+Debian3.tar.bz2
  to main/l/lsb/lsb_4.1+Debian3.tar.bz2
lsb_4.1+Debian3_all.deb
  to main/l/lsb/lsb_4.1+Debian3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 671...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 May 2012 19:21:36 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian3
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 661109 671730
Changes: 
 lsb (4.1+Debian3) unstable; urgency=low
 .
   [ Didier Raboud ]
   * Compress the orig source tarball with bzip2.
   * Update LSB and packages versions in README.Debian.
   * Fix typo in lsb-invalid-mta's Description.
   * Drop empty directory in lsb-base.
 Instead of moving lsb-base

Processed: Re: Bug#671730: /etc/lsb-base is there. Do mv /etc/lsb-base-logging.sh /etc/lsb-base/logging.sh

2012-05-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 671730 /etc/lsb-base is unused; consider removing it
Bug #671730 [lsb-base] /etc/lsb-base is there.  Do mv /etc/lsb-base-logging.sh 
/etc/lsb-base/logging.sh
Changed Bug title to '/etc/lsb-base is unused; consider removing it' from 
'/etc/lsb-base is there.  Do mv /etc/lsb-base-logging.sh 
/etc/lsb-base/logging.sh'
 severity 671730 minor
Bug #671730 [lsb-base] /etc/lsb-base is unused; consider removing it
Severity set to 'minor' from 'wishlist'
 tags 671730 - patch
Bug #671730 [lsb-base] /etc/lsb-base is unused; consider removing it
Removed tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
671730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133632190315268.transcr...@bugs.debian.org



Bug#669909: marked as done (lsb-base: resetting a global variable (OPTIND) in a function, without declaring it local, can have unpleasent consequences)

2012-04-24 Thread Debian Bug Tracking System
Your message dated Tue, 24 Apr 2012 20:53:26 +
with message-id e1smmjm-0002t9...@franck.debian.org
and subject line Bug#669909: fixed in lsb 4.1+Debian2
has caused the Debian Bug report #669909,
regarding lsb-base: resetting a global variable (OPTIND) in a function, without 
declaring it local, can have unpleasent consequences
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
669909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669909
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 4.1+Debian1
Severity: normal

start_daemon () {
local force nice pidfile exec args
--

OPTIND=1
--
pidofproc () {
local pidfile base status specified pid
--

OPTIND=1
--
killproc () {
local pidfile sig status base name_param is_term_sig
--

OPTIND=1
--
status_of_proc () {
local pidfile daemon name status
--
pidfile=
OPTIND=1
--

as it may overwrite the calling scope's OPTIND value.


-- 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/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


Cheers,

-- 
Cristian


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian2

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

lsb-base_4.1+Debian2_all.deb
  to main/l/lsb/lsb-base_4.1+Debian2_all.deb
lsb-core_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-core_4.1+Debian2_amd64.deb
lsb-cxx_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-cxx_4.1+Debian2_amd64.deb
lsb-desktop_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-desktop_4.1+Debian2_amd64.deb
lsb-graphics_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-graphics_4.1+Debian2_amd64.deb
lsb-invalid-mta_4.1+Debian2_all.deb
  to main/l/lsb/lsb-invalid-mta_4.1+Debian2_all.deb
lsb-languages_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-languages_4.1+Debian2_amd64.deb
lsb-multimedia_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-multimedia_4.1+Debian2_amd64.deb
lsb-printing_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-printing_4.1+Debian2_amd64.deb
lsb-release_4.1+Debian2_all.deb
  to main/l/lsb/lsb-release_4.1+Debian2_all.deb
lsb-security_4.1+Debian2_amd64.deb
  to main/l/lsb/lsb-security_4.1+Debian2_amd64.deb
lsb_4.1+Debian2.dsc
  to main/l/lsb/lsb_4.1+Debian2.dsc
lsb_4.1+Debian2.tar.gz
  to main/l/lsb/lsb_4.1+Debian2.tar.gz
lsb_4.1+Debian2_all.deb
  to main/l/lsb/lsb_4.1+Debian2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 24 Apr 2012 21:33:39 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian2
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 669909
Changes: 
 lsb (4.1+Debian2) unstable; urgency=low
 .
   * Fancy output:
 - Avoid two superfluous calls to /bin/echo.
 - Make the cursor invisible when printing the status block

Bug#668416: marked as done (killproc incorrect exit status)

2012-04-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Apr 2012 19:19:11 +
with message-id e1skwsp-0005dn...@franck.debian.org
and subject line Bug#668416: fixed in lsb 4.1+Debian1
has caused the Debian Bug report #668416,
regarding killproc incorrect exit status
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
668416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668416
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 4.1+Debian0
Severity: normal

Somewhere between versions 3.2+Debian31 and 4.1+Debian0, the exit
status of the killproc function (/lib/lsb/init-functions) was changed
to return 3 when the program is not running.  This is only correct
when a signal was specified; see
http://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptfunc.html:

If called without a signal, it shall return 0 if the program has
been stopped or is not running and not 0 otherwise. If a signal is
given, it shall return 0 only if the program is running.

This breaks init scripts that rely on this behavior; see for example
bug #667623.

Simple test:

sudo bash
. /lib/lsb/init-functions
killproc /usr/bin/nonexistent
echo $?

should print 0.  It now prints 3.


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 4.1+Debian1

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

lsb-base_4.1+Debian1_all.deb
  to main/l/lsb/lsb-base_4.1+Debian1_all.deb
lsb-core_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-core_4.1+Debian1_amd64.deb
lsb-cxx_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-cxx_4.1+Debian1_amd64.deb
lsb-desktop_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-desktop_4.1+Debian1_amd64.deb
lsb-graphics_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-graphics_4.1+Debian1_amd64.deb
lsb-invalid-mta_4.1+Debian1_all.deb
  to main/l/lsb/lsb-invalid-mta_4.1+Debian1_all.deb
lsb-languages_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-languages_4.1+Debian1_amd64.deb
lsb-multimedia_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-multimedia_4.1+Debian1_amd64.deb
lsb-printing_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-printing_4.1+Debian1_amd64.deb
lsb-release_4.1+Debian1_all.deb
  to main/l/lsb/lsb-release_4.1+Debian1_all.deb
lsb-security_4.1+Debian1_amd64.deb
  to main/l/lsb/lsb-security_4.1+Debian1_amd64.deb
lsb_4.1+Debian1.dsc
  to main/l/lsb/lsb_4.1+Debian1.dsc
lsb_4.1+Debian1.tar.gz
  to main/l/lsb/lsb_4.1+Debian1.tar.gz
lsb_4.1+Debian1_all.deb
  to main/l/lsb/lsb_4.1+Debian1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 668...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Apr 2012 11:25:01 +0200
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-languages lsb-multimedia 
lsb-printing lsb-security lsb lsb-base lsb-release lsb-invalid-mta
Architecture: source amd64 all
Version: 4.1+Debian1
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 4.1 support package
 lsb-base   - Linux Standard Base 4.1 init script functionality
 lsb-core   - Linux Standard Base 4.1 core support package
 lsb-cxx- Linux Standard Base 4.1 C++ support package
 lsb-desktop - Linux Standard Base 4.1 Desktop support package
 lsb-graphics - Linux Standard Base 4.1 graphics support package
 lsb-invalid-mta - Linux Standard Base sendmail dummy
 lsb-languages - Linux Standard Base 4.1 Runtime Languages package
 lsb-multimedia - Linux Standard Base 4.1 Multimedia package
 lsb-printing - Linux Standard Base 4.1 Printing package
 lsb-release - Linux Standard Base version reporting utility
 lsb-security - Linux Standard Base 4.1 Security package
Closes: 668416 668958
Changes: 
 lsb (4.1+Debian1) unstable; urgency=low
 .
   * lsb-base: Upload the new Fancy output to unstable:
 - Move information from NEWS.Debian to README.Debian, enhance it.
 .
   * pidofproc(): Make sure to try /bin/pidof when no pidfile is
 specified. (Closes

Processed: Re: Bug#668958: lsb-base: pidofproc doesn't return correct status for daemons without pidfile

2012-04-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 668958 +patch
Bug #668958 [lsb-base] lsb-base: pidofproc doesn't return correct status for 
daemons without pidfile
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
668958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668958
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13345646212703.transcr...@bugs.debian.org



Processed: closing 477055

2012-04-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 477055 3.2-23.1
Bug #477055 {Done: Didier 'OdyX' Raboud o...@debian.org} [lsb-base] 
lsb-base: fix for #406059 breaks exim (#476987)
Marked as fixed in versions lsb/3.2-23.1.
Bug #477055 {Done: Didier 'OdyX' Raboud o...@debian.org} [lsb-base] 
lsb-base: fix for #406059 breaks exim (#476987)
Bug 477055 is already marked as done; not doing anything.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
477055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477055
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.15152413928.transcr...@bugs.debian.org



Bug#514041: marked as done (doesn't output Distributor-Id:)

2012-03-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Mar 2012 11:22:02 +0200
with message-id 4f72d83a.3050...@debian.org
and subject line Most probably fixed in recent LSB support Debian packages
has caused the Debian Bug report #514041,
regarding doesn't output Distributor-Id:
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
514041: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514041
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-release
Version: 3.2-20
Severity: important

Hi,

on one fresh installed system here I get:

$ lsb_release -a
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-$
Distributor ID:
Description:Debian GNU/Linux 5.0 (lenny)
Release:5.0
Codename:   lenny

Especially bad since some software (like the Vodafone Mobile Connect
Software) rely on lsb_release -i.

$ lsb_release -i
Distributor ID:

Interestingly, on an other pc (ppc, though), it shows Debian proper.
Thus, if you need more info ask.

Regards,

Rene
-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch
Distributor ID: 
Description:Debian GNU/Linux 5.0 (lenny)
Release:5.0
Codename:   lenny
-*- -*- -*- -*- -*-
Apt policy
-*- -*- -*- -*- -*-
Paketdateien:
 100 /var/lib/dpkg/status
 release a=now
 500 http://security.debian.org lenny/updates/non-free Packages
 release v=None,o=Debian,a=testing,l=Debian-Security,c=non-free
 origin security.debian.org
 500 http://security.debian.org lenny/updates/contrib Packages
 release v=None,o=Debian,a=testing,l=Debian-Security,c=contrib
 origin security.debian.org
 500 http://security.debian.org lenny/updates/main Packages
 release v=None,o=Debian,a=testing,l=Debian-Security,c=main
 origin security.debian.org
 500 http://ftp.de.debian.org lenny/non-free Packages
 release o=Debian,a=testing,l=Debian,c=non-free
 origin ftp.de.debian.org
 500 http://ftp.de.debian.org lenny/contrib Packages
 release o=Debian,a=testing,l=Debian,c=contrib
 origin ftp.de.debian.org
 500 http://ftp.de.debian.org lenny/main Translation-de
 500 http://ftp.de.debian.org lenny/main Packages
 release o=Debian,a=testing,l=Debian,c=main
 origin ftp.de.debian.org
Per Pinning verwaltete Pakete:
-*- -*- -*- -*- -*-
   sources.list
-*- -*- -*- -*- -*-
deb http://ftp.de.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.de.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
-*- -*- -*- -*- -*-
 /etc/lsb_release
-*- -*- -*- -*- -*-
- none



---End Message---
---BeginMessage---
Version: 4.1+Debian0

Hi,

All those three bugs haven't received any answer in the last month and
are not currently reproducible. I'm marking them as fixed in the current
unstable version as I'm confident that this version doesn't have those bugs.

Feel free to re-open any of those bugs with new information or file a
new bug is such situations reappear.

Cheers,

OdyX



signature.asc
Description: OpenPGP digital signature
---End Message---


Bug#569059: marked as done (software-center: won't install properly)

2012-03-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Mar 2012 11:22:02 +0200
with message-id 4f72d83a.3050...@debian.org
and subject line Most probably fixed in recent LSB support Debian packages
has caused the Debian Bug report #569059,
regarding software-center: won't install properly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
569059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569059
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: software-center
Version: 1.1debian1
Severity: grave
Justification: renders package unusable

Hi, 
Here's the output from the installation:

Setting up software-center (1.1debian1) ...
ERROR:root:error processing:
/usr/share/app-install/desktop/kbarcode-label.desktop No option 'Name'
in section: 'Desktop Entry'
Traceback (most recent call last):
File /usr/share/software-center/softwarecenter/db/update.py, line
102, in update
name = parser.get_desktop(Name)
File /usr/share/software-center/softwarecenter/db/update.py,
ne 70, in get_desktop
return self.get(self.DE, key)
File /usr/lib/python2.5/ConfigParser.py, line 302, in get
raise NoOptionError(option, section)
NoOptionError: No option 'Name' in section: 'Desktop
Entry'
ERROR:root:error processing:
/usr/share/app-install/desktop/pauker.desktop File
contains no section headers.
file: /usr/share/app-install/desktop/pauker.desktop,  line: 1
 'Name=Pauker\n'
 Traceback (most recent call last):
 File /usr/share/software-center/softwarecenter/db/update.py,
 line 100, in update  parser.read(desktopf)
 File /usr/lib/python2.5/ConfigParser.py, line 267, in read
 self._read(fp, filename)
  File  /usr/lib/python2.5/ConfigParser.py,line 462, in _read
 raise   MissingSectionHeaderError(fpname, lineno, line)
  MissingSectionHeaderError: File
 contains no section headers. file:
 /usr/share/app-install/desktop/pauker.desktop, line: 1
 'Name=Pauker\n'   Processing triggers for  python-support ...
  Reading package lists... Done 
   

udo software-center 
AttributeError: 'module' object has no attribute 'Element'
^CTraceback (most recent call last):
File /usr/bin/software-center, line 80, in module
app = SoftwareCenterApp(datadir, xapian_base_path)
File /usr/share/software-center/softwarecenter/app.py, line 97, in
__init__
Traceback (most recent call last):
File /usr/bin/lsb_release, line 96, in module
main()
File /usr/bin/lsb_release, line 60, in main
distinfo = lsb_release.get_distro_information()
File /usr/lib/pymodules/python2.5/lsb_release.py, line 260, in
get_distro_information
self.distro = get_distro()
File /usr/share/software-center/softwarecenter/distro/__init__.py,
line 44, in get_distro
stdout=subprocess.PIPE).communicate()[0].strip()
File /usr/lib/python2.5/subprocess.py, line 662, in communicate
distinfo = guess_debian_release()
File /usr/lib/pymodules/python2.5/lsb_release.py, line 214, in
guess_debian_release
rinfo = guess_release_from_apt()
File /usr/lib/pymodules/python2.5/lsb_release.py, line 151, in
guess_release_from_apt
releases = parse_apt_policy()
File /usr/lib/pymodules/python2.5/lsb_release.py, line 135, in
parse_apt_policy
policy = commands.getoutput('LANG=C apt-cache policy 2/dev/null')
File /usr/lib/python2.5/commands.py, line 44, in getoutput
stdout = self._fo_read_no_intr(self.stdout)
File /usr/lib/python2.5/subprocess.py, line 1025, in _fo_read_no_intr
return getstatusoutput(cmd)[1]
File /usr/lib/python2.5/commands.py, line 54, in getstatusoutput
text = pipe.read()



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

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

Versions of packages software-center depends on:
ii  app-install-data   2009.06.06Application Installer Data Files
ii  aptdaemon  0.11-2transaction based package manageme
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  gnome-menus2.28.0.1-3+b1 an implementation of the freedeskt
ii  policykit-10.96-1framework for managing administrat
ii  policykit-1-gnome  0.96-1GNOME authentication agent for Pol
ii  python 2.5.4-9   An interactive high-level object-o
ii  python-apt 0.7.13.3  Python interface to libapt-pkg
ii  python-aptdaemon   0.11-2Python module for the server and c
ii  python-aptdaemon-gtk   0.11-2Python GTK+ widgets to run an aptd
ii  python

Processed: Re: Bug#664621: status option returns with exit code 4 and 'could not access PID file for [...]'

2012-03-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 664621 +patch
Bug #664621 [lsb-base] status option returns with exit code 4 and 'could not 
access PID file for [...]'
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
664621: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664621
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133217493226658.transcr...@bugs.debian.org



Bug#653598: marked as done (status_of_proc should handle not-world-readable pid files better)

2012-03-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Mar 2012 15:19:35 +
with message-id e1s6kyz-0005kf...@franck.debian.org
and subject line Bug#653598: fixed in lsb 3.2+Debian31
has caused the Debian Bug report #653598,
regarding status_of_proc should handle not-world-readable pid files better
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
653598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653598
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 3.2-28
Severity: normal

When a pid file is specified to status_of_proc with the -p option, but
it's not readable, then status_of_proc returns 3 (not running) instead
of 4 (unknown).  pidofproc handles this specially:

if [ $specified ]; then
return 3 # almost certain it's not running
fi

but it's not clear why this is supposed to be different depending on
whether the pid file is implicit or explicit.

I suggest untangling this a bit and putting

if [ -n ${pidfile:-} ]  [ ! -r $pidfile ]; then
return 4 # pid file not readable
fi

near the top of pidofproc.  Then we also get the correct message from
status_of_proc.


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 3.2+Debian31

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

lsb-base_3.2+Debian31_all.deb
  to main/l/lsb/lsb-base_3.2+Debian31_all.deb
lsb-core_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-core_3.2+Debian31_amd64.deb
lsb-cxx_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-cxx_3.2+Debian31_amd64.deb
lsb-desktop_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-desktop_3.2+Debian31_amd64.deb
lsb-graphics_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-graphics_3.2+Debian31_amd64.deb
lsb-languages_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-languages_3.2+Debian31_amd64.deb
lsb-multimedia_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-multimedia_3.2+Debian31_amd64.deb
lsb-printing_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-printing_3.2+Debian31_amd64.deb
lsb-qt4_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-qt4_3.2+Debian31_amd64.deb
lsb-release_3.2+Debian31_all.deb
  to main/l/lsb/lsb-release_3.2+Debian31_all.deb
lsb_3.2+Debian31.dsc
  to main/l/lsb/lsb_3.2+Debian31.dsc
lsb_3.2+Debian31.tar.gz
  to main/l/lsb/lsb_3.2+Debian31.tar.gz
lsb_3.2+Debian31_all.deb
  to main/l/lsb/lsb_3.2+Debian31_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 653...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Mar 2012 15:04:47 +0100
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-qt4 lsb-languages 
lsb-multimedia lsb-printing lsb lsb-base lsb-release
Architecture: source amd64 all
Version: 3.2+Debian31
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 3.2 support package
 lsb-base   - Linux Standard Base 3.2 init script functionality
 lsb-core   - Linux Standard Base 3.2 core support package
 lsb-cxx- Linux Standard Base 3.2 C++ support package
 lsb-desktop - Linux Standard Base 3.2 Desktop support package
 lsb-graphics - Linux Standard Base 3.2 graphics support package
 lsb-languages - Linux Standard Base 3.2 Runtime Languages package
 lsb-multimedia - Linux Standard Base 3.2 Multimedia package
 lsb-printing - Linux Standard Base 3.2 Printing package
 lsb-qt4- Linux Standard Base 3.2 Qt4 support package
 lsb-release - Linux Standard Base version reporting utility
Closes: 653598 663351
Changes: 
 lsb (3.2+Debian31) unstable; urgency=low
 .
   [ Didier Raboud ]
   * Correct a bug number in the 3.2+Debian30 upload.
   * Promote lsb-release to Priority: optional.
   * Fix both unused and undeclared local variables in pidofproc.
 (Closes: #663351)
 .
   [ Peter Eisentraut ]
   * Handle non-world-readable pid files. (Closes: #653598)
Checksums-Sha1: 
 ed801f11c51a96298db283d50ee2beee46a99439 1982 lsb_3.2+Debian31.dsc
 e36dbb47678d154416e57d7ef1d9d1936d3056b1 94540 lsb_3.2+Debian31.tar.gz

Bug#663351: marked as done (lsb-base: pidofproc() declares unused local variable and use undeclared variable)

2012-03-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Mar 2012 15:19:35 +
with message-id e1s6kyz-0005ki...@franck.debian.org
and subject line Bug#663351: fixed in lsb 3.2+Debian31
has caused the Debian Bug report #663351,
regarding lsb-base: pidofproc() declares unused local variable and use 
undeclared variable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
663351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 3.2+Debian29
Severity: minor

Dear Maintainer,

I find there is a minor issue in pidofproc() function.

/lib/lsb/init-functions:
 pidofproc () {
 local pidfile line status specified pid
 I guess line should be base.

 pidfile=
 specified=

 OPTIND=1
 while getopts p: opt ; do
 case $opt in
 p)  pidfile=$OPTARG
 specified=specified
 ;;
 esac
 done
 shift $(($OPTIND - 1))

 base=${1##*/}
  ~ this is will change a global variable $base.

 if [ ! $specified ]; then
 pidfile=/var/run/$base.pid
 fi

Regards,
Yubao Liu

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

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

Versions of packages lsb-base depends on:
ii  ncurses-bin  5.9-4
ii  sed  4.2.1-9

lsb-base recommends no packages.

lsb-base suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 3.2+Debian31

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

lsb-base_3.2+Debian31_all.deb
  to main/l/lsb/lsb-base_3.2+Debian31_all.deb
lsb-core_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-core_3.2+Debian31_amd64.deb
lsb-cxx_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-cxx_3.2+Debian31_amd64.deb
lsb-desktop_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-desktop_3.2+Debian31_amd64.deb
lsb-graphics_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-graphics_3.2+Debian31_amd64.deb
lsb-languages_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-languages_3.2+Debian31_amd64.deb
lsb-multimedia_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-multimedia_3.2+Debian31_amd64.deb
lsb-printing_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-printing_3.2+Debian31_amd64.deb
lsb-qt4_3.2+Debian31_amd64.deb
  to main/l/lsb/lsb-qt4_3.2+Debian31_amd64.deb
lsb-release_3.2+Debian31_all.deb
  to main/l/lsb/lsb-release_3.2+Debian31_all.deb
lsb_3.2+Debian31.dsc
  to main/l/lsb/lsb_3.2+Debian31.dsc
lsb_3.2+Debian31.tar.gz
  to main/l/lsb/lsb_3.2+Debian31.tar.gz
lsb_3.2+Debian31_all.deb
  to main/l/lsb/lsb_3.2+Debian31_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 663...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Mar 2012 15:04:47 +0100
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-qt4 lsb-languages 
lsb-multimedia lsb-printing lsb lsb-base lsb-release
Architecture: source amd64 all
Version: 3.2+Debian31
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 3.2 support package
 lsb-base   - Linux Standard Base 3.2 init script functionality
 lsb-core   - Linux Standard Base 3.2 core support package
 lsb-cxx- Linux Standard Base 3.2 C++ support package
 lsb-desktop - Linux Standard Base 3.2 Desktop support package
 lsb-graphics - Linux Standard Base 3.2 graphics support package
 lsb-languages - Linux Standard Base 3.2 Runtime Languages package
 lsb-multimedia - Linux Standard Base 3.2 Multimedia package
 lsb-printing - Linux Standard Base 3.2 Printing package
 lsb-qt4- Linux Standard Base 3.2 Qt4 support package
 lsb-release - Linux Standard Base version reporting utility
Closes: 653598 663351
Changes: 
 lsb (3.2

Processed: retitle 565631 to lsb-base: please document the status_of_proc function

2012-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 565631 lsb-base: please document the status_of_proc function
Bug #565631 [lsb-base] lsb-base: status_of_proc
Changed Bug title to 'lsb-base: please document the status_of_proc function' 
from 'lsb-base: status_of_proc'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
565631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565631
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133111482816635.transcr...@bugs.debian.org



Processed: Re: Bug#660790: lsb-base: log_warning_msg does not respect leading spaces

2012-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 660790 +wontfix
Bug #660790 [lsb-base] lsb-base: log_warning_msg does not respect leading spaces
Added tag(s) wontfix.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
660790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660790
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133111571621384.transcr...@bugs.debian.org



Processed: Bugs #450652 #479295 Extending /lib/lsb/init-functions to be able to set start-stop-daemon arguments

2012-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 479295 +wontfix +help
Bug #479295 [lsb-base] lsb-base: /lib/lsb/init-functions, killproc, please 
allow parameters for --retry
Added tag(s) wontfix.
Bug #479295 [lsb-base] lsb-base: /lib/lsb/init-functions, killproc, please 
allow parameters for --retry
Added tag(s) help.
 tags 450652 +wontfix +help
Bug #450652 [lsb-base] lsb-base: /lib/lsb/init-functions, start_daemon, pidfile
Added tag(s) wontfix.
Bug #450652 [lsb-base] lsb-base: /lib/lsb/init-functions, start_daemon, pidfile
Added tag(s) help.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
450652: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450652
479295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479295
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13311276221351.transcr...@bugs.debian.org



Processed: tagging 650584

2012-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 650584 + patch
Bug #650584 [lsb-base] lsb-base: killproc does not wait for process to end
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
650584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13311277482692.transcr...@bugs.debian.org



Processed: Re: lsb-base: ugly output

2012-03-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 338556 +unreproducible +moreinfo
Bug #338556 [lsb-base] lsb-base: ugly output
Added tag(s) unreproducible.
Bug #338556 [lsb-base] lsb-base: ugly output
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
338556: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13311285127178.transcr...@bugs.debian.org



Bug#338556: marked as done (lsb-base: ugly output)

2012-03-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Mar 2012 19:30:13 +0100
with message-id 201203071930.13871.o...@debian.org
and subject line Re: lsb-base: ugly output
has caused the Debian Bug report #338556,
regarding lsb-base: ugly output
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
338556: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-base
Version: 3.0-11
Severity: wishlist

Now that they use the functions in /lib/lsb/init-functions, the output from many
initscripts now looks like this:

Thu Nov 10 18:48:02 2005: .
Thu Nov 10 18:48:02 2005: findfs: Unable to resolve 'LABEL=USBDISK'
Thu Nov 10 18:48:02 2005: Activating swap...
Thu Nov 10 18:48:02 2005: .
Thu Nov 10 18:48:02 2005: Checking root file system.../dev/hda3: clean, 
161071/7389184 files, 989657/14755702 blocks
Thu Nov 10 18:48:02 2005: .
Thu Nov 10 18:48:02 2005: Cleaning up ifupdown...done.
Thu Nov 10 18:48:03 2005: Calculating module dependencies...done.
Thu Nov 10 18:48:03 2005: Loading modules...
Thu Nov 10 18:48:03 2005: snd-via82xx
Thu Nov 10 18:48:04 2005: Setting up ALSA
Thu Nov 10 18:48:04 2005: snd-pcm-oss
Thu Nov 10 18:48:04 2005: snd-mixer-oss
Thu Nov 10 18:48:04 2005: lp
Thu Nov 10 18:48:04 2005: All modules loaded.
Thu Nov 10 18:48:04 2005: Setting the System Clock using the Hardware Clock as 
reference
Thu Nov 10 18:48:06 2005: System Clock set. Local time: Thu Nov 10 23:48:06 UTC 
2005
Thu Nov 10 18:48:06 2005: .
Thu Nov 10 18:48:06 2005: Checking all file systems.../dev/hda1: clean, 36/8032 
files, 7018/32098 blocks
Thu Nov 10 18:48:06 2005: .
Thu Nov 10 18:48:06 2005: Setting kernel variables ...
Thu Nov 10 18:48:06 2005: ... done.
Thu Nov 10 18:48:06 2005: Mounting local filesystems.../dev/hda1 on /boot type 
ext3 (rw)
Thu Nov 10 18:48:06 2005: .

etc.  (this is from /var/log/boot, the actual output doesn't have the date+time 
prefix,
but the line breaks are the same)

Is this actually mandated by LSB?  I can't believe that.  If yes, Debian shold 
just ignore it IMHO
and return to the old way (which I think was specified in policy?) with the 
dots and done. on
the same line as the announcement.

I have checked #321954 but my complaint is about many, perhaps all, scripts 
which use these
lsb functions, it is not an exception for one package.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-10custom1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lsb-base depends on:
ii  ncurses-bin   5.4-9  Terminal-related programs and man 
ii  sed   4.1.2-8The GNU sed stream editor

lsb-base recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 3.2+Debian30

Le mercredi, 7 mars 2012 18.13:49, Ian Zimmerman a écrit :
 This has been fixed for some time.

Thanks; hence marking as such in the version currently in unstable.

Cheers.

OdyX

---End Message---


Bug#661888: marked as done (lsb-desktop: depends on transitional libqt4-gui)

2012-03-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2012 19:38:48 +
with message-id e1s4dk8-0007kj...@franck.debian.org
and subject line Bug#661888: fixed in lsb 3.2+Debian30
has caused the Debian Bug report #661888,
regarding lsb-desktop: depends on transitional libqt4-gui
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
661888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661888
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: lsb-desktop
Version: 3.2+Debian29
Severity: normal

Hi,

since qt4-x11 4.4.0-1, libqt4-gui has become a dummy transitional
package depending on libqtgui4 (the real package containing libQtGui),
libqt4-svg, libqt4-opengl, and libqt4-designer.
I don't know which Qt4 libraries are needed for lsb-desktop, but please
depend directly on them.

Thanks,
-- 
Pino


---End Message---
---BeginMessage---
Source: lsb
Source-Version: 3.2+Debian30

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

lsb-base_3.2+Debian30_all.deb
  to main/l/lsb/lsb-base_3.2+Debian30_all.deb
lsb-core_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-core_3.2+Debian30_amd64.deb
lsb-cxx_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-cxx_3.2+Debian30_amd64.deb
lsb-desktop_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-desktop_3.2+Debian30_amd64.deb
lsb-graphics_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-graphics_3.2+Debian30_amd64.deb
lsb-languages_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-languages_3.2+Debian30_amd64.deb
lsb-multimedia_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-multimedia_3.2+Debian30_amd64.deb
lsb-printing_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-printing_3.2+Debian30_amd64.deb
lsb-qt4_3.2+Debian30_amd64.deb
  to main/l/lsb/lsb-qt4_3.2+Debian30_amd64.deb
lsb-release_3.2+Debian30_all.deb
  to main/l/lsb/lsb-release_3.2+Debian30_all.deb
lsb_3.2+Debian30.dsc
  to main/l/lsb/lsb_3.2+Debian30.dsc
lsb_3.2+Debian30.tar.gz
  to main/l/lsb/lsb_3.2+Debian30.tar.gz
lsb_3.2+Debian30_all.deb
  to main/l/lsb/lsb_3.2+Debian30_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud o...@debian.org (supplier of updated lsb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Mar 2012 20:15:43 +0100
Source: lsb
Binary: lsb-core lsb-graphics lsb-cxx lsb-desktop lsb-qt4 lsb-languages 
lsb-multimedia lsb-printing lsb lsb-base lsb-release
Architecture: source amd64 all
Version: 3.2+Debian30
Distribution: unstable
Urgency: low
Maintainer: Debian LSB Team debian-lsb@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 lsb- Linux Standard Base 3.2 support package
 lsb-base   - Linux Standard Base 3.2 init script functionality
 lsb-core   - Linux Standard Base 3.2 core support package
 lsb-cxx- Linux Standard Base 3.2 C++ support package
 lsb-desktop - Linux Standard Base 3.2 Desktop support package
 lsb-graphics - Linux Standard Base 3.2 graphics support package
 lsb-languages - Linux Standard Base 3.2 Runtime Languages package
 lsb-multimedia - Linux Standard Base 3.2 Multimedia package
 lsb-printing - Linux Standard Base 3.2 Printing package
 lsb-qt4- Linux Standard Base 3.2 Qt4 support package
 lsb-release - Linux Standard Base version reporting utility
Closes: 488237 642079 661888
Changes: 
 lsb (3.2+Debian30) unstable; urgency=low
 .
   * Drop Depends on essentials sed  ncurses-bin. (Closes: #488237)
   * Don't display Debian revision in lsb_release modules version output.
   * Update Qt4 relationships to current packaging. (Closes: #661888)
   * Remove /lib/ld-lsb-x86-64.so.* only on upgrade. (Closes: #642079)
Checksums-Sha1: 
 cd8f6834f8446ff9015c397c7446e71e29d21e13 1979 lsb_3.2+Debian30.dsc
 b6c5565d50fadb3b5dc368b0d606baf56ed422d0 60439 lsb_3.2+Debian30.tar.gz
 4140cc67b8d68b422fd1aa073f6c6fc07d6829ed 42078 lsb-core_3.2+Debian30_amd64.deb
 53b00695bcfc2d357bd6b8ebef6202864cd3b5df 16992 
lsb-graphics_3.2+Debian30_amd64.deb
 aa6591eeded95a3a0516497192e81bc1db9525d6 16964 lsb-cxx_3.2+Debian30_amd64.deb
 1c6a1db2696ed9be7ee20be2a07d37c2da55cb4f 17124 
lsb-desktop_3.2+Debian30_amd64.deb

Processed: tagging as pending bugs that are closed by packages in NEW

2012-03-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Tue Mar  6 00:13:11 UTC 2012
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: lsb
 tags 586191 + pending
Bug #586191 [lsb] lsb: What about LSB 4?
Added tag(s) pending.
 # Source package in NEW: pytables
 tags 661287 + pending
Bug #661287 [src:pytables] pytables: FTBFS on armel: tests failed
Added tag(s) pending.
 # Source package in NEW: pytables
 tags 661286 + pending
Bug #661286 [src:pytables] pytables: FTBFS on mipsel and sparc: Bus error
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
661286: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661286
661287: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661287
586191: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586191
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133099282426804.transcr...@bugs.debian.org



Processed: Re: Bug#661888: lsb-desktop: depends on transitional libqt4-gui

2012-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 661888 +pending
Bug #661888 [lsb-desktop] lsb-desktop: depends on transitional libqt4-gui
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
661888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661888
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-lsb-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133072624012760.transcr...@bugs.debian.org



Bug#167757: Info received (patch for NMU)

2006-08-06 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Chris Lawrence [EMAIL PROTECTED]

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#380045: Info received (patch for NMU)

2006-08-06 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Chris Lawrence [EMAIL PROTECTED]

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#374780: Info received (patch for NMU)

2006-08-06 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Chris Lawrence [EMAIL PROTECTED]

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#380430: Info received (patch for NMU)

2006-08-06 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Chris Lawrence [EMAIL PROTECTED]

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#335216: Info received (patch for NMU)

2006-08-06 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Chris Lawrence [EMAIL PROTECTED]

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#354028: Info received (patch for NMU)

2006-08-06 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Chris Lawrence [EMAIL PROTECTED]

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#379387: Info received (patch for NMU)

2006-08-06 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Chris Lawrence [EMAIL PROTECTED]

If you wish to continue to submit further information on this problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)