Bug#711064: Maintainer blocker bug to avoid too early Jessie migration

2013-06-04 Thread Michael Biebl
Just wanted to mention that some packages might pick up a tightened
dependency on libcups2 (>= 1.6).
E.g. gnome-settings-daemon will enable CUPS 1.6 specific code when
configure finds a version >= 1.6. This results in a shlibs dependeny on
libcups2 (>= 1.6.0) [1] which then blocks gnome-settings-daemon
migrating to testing.

Hopefully you don't keep this bug open for too long.
E.g. gnome-settings-daemon 3.4.2+git20121218.7c1322-5 fixed an RC bug
which atm can't transition to testing.

Cheers,
Michael

[1] http://packages.debian.org/sid/gnome-settings-daemon
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#734398: Update Suggests for obsolete transitional package hpijs

2014-01-06 Thread Michael Biebl
Package: ghostscript
Version: 9.05~dfsg-8+b1
Severity: normal

The hpijs package has been superseded by printer-driver-hpijs and is now
a transitional package which simply depends on printer-driver-hpijs.

The ghostscript package should be updated accordingly and suggest
printer-driver-hpijs instead of hpijs.


-- 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.12-1-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

Versions of packages ghostscript depends on:
ii  debconf [debconf-2.0]  1.5.52
ii  gsfonts1:8.11+urwcyr1.0.7~pre44-4.2
ii  libc6  2.17-97
ii  libgs9 9.05~dfsg-8+b1

ghostscript recommends no packages.

Versions of packages ghostscript suggests:
ii  cups-filters [ghostscript-cups]  1.0.43-1
pn  ghostscript-x
ii  hpijs3.13.4-1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140106204640.26905.98085.report...@pluto.milchstrasse.xx



Bug#734398: Acknowledgement (Update Suggests for obsolete transitional package hpijs)

2014-01-06 Thread Michael Biebl
Looks like the "hpijs" transitional package has been removed in
unstable/testing and only exists in wheezy.


[1] http://packages.debian.org/search?keywords=hpijs
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#740380: logrotate warnings when running under systemd

2014-02-28 Thread Michael Biebl
Package: cups
Version: 1.7.1-7
Severity: normal

The logrotate script use a pre-start script to stop the cups service and
a post-rotate script to start cups again.
Under systemd this leads to a warning, since the socket and path are still
active and could lead to having the service activated on-demand.

# invoke-rc.d cups stop
Warning: Stopping cups.service, but it can still be activated by:
  cups.socket
  cups.path


My suggestion would be to use a single post-rotate script + restart.
As cups will still have the file descriptor open, you should use the
delaycompress option, so cups can continue to write to foo.1.log

My suggestion would be something like:

diff --git a/logrotate.d/cups-daemon b/logrotate.d/cups-daemon
index d96e11d..09b7145 100644
--- a/logrotate.d/cups-daemon
+++ b/logrotate.d/cups-daemon
@@ -3,20 +3,10 @@
missingok
rotate 7
sharedscripts
-   prerotate
-   if [ -e /var/run/cups/cupsd.pid ]; then
-   invoke-rc.d --quiet cups stop > /dev/null
-   touch /var/run/cups/cupsd.stopped
-   fi
-   endscript
postrotate
-   if [ -e /var/run/cups/cupsd.stopped ]; then
-   rm /var/run/cups/cupsd.stopped
-   invoke-rc.d --quiet cups start > /dev/null
-   sleep 10
-   fi
+   invoke-rc.d --quiet cups restart > /dev/null
endscript
-   compress
+   delaycompress
notifempty
create
 }


Since the "sleep 10" didn't make any sense to me, I removed that as well.


-- 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.13-1-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

Versions of packages cups depends on:
ii  cups-client1.7.1-7
ii  cups-common1.7.1-7
ii  cups-core-drivers  1.7.1-7
ii  cups-daemon1.7.1-7
ii  cups-filters   1.0.46-1
ii  cups-ppdc  1.7.1-7
ii  cups-server-common 1.7.1-7
ii  debconf [debconf-2.0]  1.5.52
ii  ghostscript9.05~dfsg-8+b1
ii  libavahi-client3   0.6.31-4
ii  libavahi-common3   0.6.31-4
ii  libc-bin   2.18-3
ii  libc6  2.18-3
ii  libcups2   1.7.1-7
ii  libcupscgi11.7.1-7
ii  libcupsimage2  1.7.1-7
ii  libcupsmime1   1.7.1-7
ii  libcupsppdc1   1.7.1-7
ii  libgcc11:4.8.2-16
ii  libstdc++6 4.8.2-16
ii  libusb-1.0-0   2:1.0.17-1+b1
ii  lsb-base   4.1+Debian12
ii  poppler-utils  0.22.5-4
ii  procps 1:3.3.9-4

Versions of packages cups recommends:
ii  avahi-daemon 0.6.31-4
ii  colord   1.0.6-1
ii  cups-filters [ghostscript-cups]  1.0.46-1
ii  printer-driver-gutenprint5.2.9-1

Versions of packages cups suggests:
ii  cups-bsd   1.7.1-7
pn  cups-pdf   
ii  foomatic-db20140106-1
pn  hplip  
pn  printer-driver-hpcups  
ii  smbclient  2:4.1.5+dfsg-1
ii  udev   204-7

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140228205423.9329.47034.report...@pluto.milchstrasse.xx



Bug#740382: "Unable to bind socket for address" log messages when running under systemd

2014-02-28 Thread Michael Biebl
Package: cups-daemon
Version: 1.7.1-7
Severity: normal

When running under systemd, everytime I acces the web frontend or
restart the cups service, I get the following warnings in
/var/log/cups/error.log

E [28/Feb/2014:21:51:56 +0100] Unable to bind socket for address [v1.::1]:631 - 
Address already in use.
E [28/Feb/2014:21:51:56 +0100] Unable to bind socket for address 127.0.0.1:631 
- Address already in use.

cups itself seems to work fine though. It's functional and I can access
the web frontend via http://localhost:631 and http://127.0.0.0.1:631


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.13-1-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

Versions of packages cups-daemon depends on:
ii  adduser  3.113+nmu3
ii  bc   1.06.95-8
ii  dpkg 1.17.6
ii  init-system-helpers  1.18
ii  libavahi-client3 0.6.31-4
ii  libavahi-common3 0.6.31-4
ii  libc62.18-3
ii  libcups2 1.7.1-7
ii  libcupsmime1 1.7.1-7
ii  libdbus-1-3  1.8.0-2
ii  libgnutls26  2.12.23-12
ii  libgssapi-krb5-2 1.12+dfsg-2
ii  libpam0g 1.1.8-2
ii  libpaper11.1.24+nmu2
ii  libsystemd-daemon0   204-8
ii  lsb-base 4.1+Debian12
ii  procps   1:3.3.9-4
ii  ssl-cert 1.0.33

Versions of packages cups-daemon recommends:
ii  avahi-daemon  0.6.31-4
ii  colord1.0.6-1
ii  cups-browsed  1.0.46-1

Versions of packages cups-daemon suggests:
ii  cups 1.7.1-7
ii  cups-bsd 1.7.1-7
ii  cups-client  1.7.1-7
ii  cups-common  1.7.1-7
ii  cups-filters [foomatic-filters]  1.0.46-1
pn  cups-pdf 
ii  cups-ppdc1.7.1-7
ii  cups-server-common   1.7.1-7
ii  foomatic-db  20140106-1
ii  ghostscript  9.05~dfsg-8+b1
pn  hplip
ii  poppler-utils0.22.5-4
ii  printer-driver-gutenprint5.2.9-1
pn  printer-driver-hpcups
ii  smbclient2:4.1.5+dfsg-1
ii  udev 204-7

-- Configuration Files:
/etc/logrotate.d/cups-daemon changed [not included]

-- no debconf information

-- debsums errors found:
debsums: changed file /lib/systemd/system/cups.service (from cups-daemon 
package)


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140228205909.9739.62707.report...@pluto.milchstrasse.xx



Bug#741353: Missing dependency on avahi-daemon

2014-03-11 Thread Michael Biebl
Package: cups-browsed
Version: 1.0.47-1
Severity: serious

The latest update of cups-browsed changed the Depends on avahi-daemon to
Recommends.
The LSB/SysV init script though has Required-Start: ... avahi-daemon

That means, the package will fail to install if avahi-daemon is not
present (thus the RC severity) as insserv will abort with an error.

Either this should be bumped again to Depends or Required-Start should
be demoted to Should-Start.


-- 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.13-1-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

Versions of packages cups-browsed depends on:
ii  init-system-helpers  1.18
ii  libavahi-client3 0.6.31-4
ii  libavahi-common3 0.6.31-4
ii  libavahi-glib1   0.6.31-4
ii  libc62.18-4
ii  libcups2 1.7.1-7
ii  libglib2.0-0 2.38.2-5

Versions of packages cups-browsed recommends:
ii  avahi-daemon  0.6.31-4

cups-browsed suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140311155723.16150.84708.report...@pluto.milchstrasse.xx



Bug#741469: cups-daemon: postinst fails to generate working cupsd-systemd-listen.conf when only using unix socket

2014-03-12 Thread Michael Biebl
If (as in your case) "Listen localhost:631" is commented out, 
cups-daemon.postinst will generate a file /etc/cups/cupsd-systemd-listen.conf:

[Socket]
# This file was generated by CUPS and _WILL_ be deleted or overwritten by it!
# It has to be kept in sync with the Port and Listen stanzas in 
/etc/cups/cupsd.conf
# It is by default symlinked as cups-listen.conf in the
# /etc/systemd/system/cups.socket.d/ directory. Remove the symlink
# and write your own file there if you don't want this. See systemd.socket(5).


That is perfectly ok. Remember that /lib/systemd/system/cups.socket by default 
has 

[Socket]
ListenStream=/var/run/cups/cups.sock
BindIPv6Only=ipv6-only


I fail to see a grave bug here. Can you elaborate?

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#741489: /etc/cups/cupsd-systemd-listen.conf not removed on purged

2014-03-12 Thread Michael Biebl
Package: cups-daemon
Version: 1.7.1-8
Severity: normal

This file is generated by cups-daemon dynamically and should be cleaned
up by the maintainer scripts when the package is purged.


-- 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.13-1-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

Versions of packages cups-daemon depends on:
ii  adduser  3.113+nmu3
ii  bc   1.06.95-8
ii  dpkg 1.17.6
ii  init-system-helpers  1.18
ii  libavahi-client3 0.6.31-4
ii  libavahi-common3 0.6.31-4
ii  libc62.18-4
ii  libcups2 1.7.1-8
ii  libcupsmime1 1.7.1-8
ii  libdbus-1-3  1.8.0-2
ii  libgnutls26  2.12.23-13
ii  libgssapi-krb5-2 1.12+dfsg-2
ii  libpam0g 1.1.8-2
ii  libpaper11.1.24+nmu2
ii  libsystemd-daemon0   204-8
ii  lsb-base 4.1+Debian12
ii  procps   1:3.3.9-4
ii  ssl-cert 1.0.33

Versions of packages cups-daemon recommends:
ii  avahi-daemon  0.6.31-4
ii  colord1.0.6-1
ii  cups-browsed  1.0.47-2

Versions of packages cups-daemon suggests:
ii  cups 1.7.1-8
ii  cups-bsd 1.7.1-8
ii  cups-client  1.7.1-8
ii  cups-common  1.7.1-8
ii  cups-filters [foomatic-filters]  1.0.47-2
pn  cups-pdf 
ii  cups-ppdc1.7.1-8
ii  cups-server-common   1.7.1-8
ii  foomatic-db  20140218-1
ii  ghostscript  9.05~dfsg-8+b1
pn  hplip
ii  poppler-utils0.22.5-4
ii  printer-driver-gutenprint5.2.9-1
pn  printer-driver-hpcups
ii  smbclient2:4.1.5+dfsg-1
ii  udev 204-7

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140312233437.6335.41423.report...@pluto.milchstrasse.xx



Bug#741469: cups-daemon: postinst fails to generate working cupsd-systemd-listen.conf when only using unix socket

2014-03-13 Thread Michael Biebl
Am 13.03.2014 11:59, schrieb Didier 'OdyX' Raboud:
> Control: severity -1 normal
> Control: retitle -1 cups-daemon: New systemd Listen stanzas have no 
> ListenDatagram anymore, making such overrides fail the cups.socket reload
> 
> Hi all,
> 
> Le jeudi, 13 mars 2014, 08.24:16 Yves-Alexis Perez a écrit :
>> On Wed, Mar 12, 2014 at 11:44:48PM +0100, Michael Biebl wrote:
>>> If (as in your case) "Listen localhost:631" is commented out,
>>> cups-daemon.postinst will generate a file
>>> /etc/cups/cupsd-systemd-listen.conf:
>>>
>>> [Socket]
>>> (…)
>>>
>>> That is perfectly ok. Remember that /lib/systemd/system/cups.socket
>>> by default has
>>>
>>> [Socket]
>>> ListenStream=/var/run/cups/cups.sock
>>> BindIPv6Only=ipv6-only
> 
> Ah. Thanks for the information, I initially pointed the empty [Socket]
> section as potential culprit, which it isn't.
> 
>>> I fail to see a grave bug here. Can you elaborate?
>>
>> I reported the bug (at that severity) at the request of Didier Raboud,
>> who did the initial debug with me on IRC.
> 
> Yeah, thanks for it.
> 
>> Note that I forgot to precise here (since the bug was asked by Didier
>> who had the elements) that I was using a local override to not bind to
>> inet at all, which had:
>>
>> [Socket]
>> ListenStream=
>> ListenStream=/var/run/cups/cups.sock
>> ListenDatagram=
>>
>> (because previous package version had both a ListenStream and a
>> ListenDatagram directive). It seems that there's now only a
>> LicenseStream and it might be my ListenDatagram= directive which
>> causes issues at upgrade, since it tries to remove something
>> non-existent (I'm not fluent enough in systemd to be completely sure)
> 
> Yeah, that ListenDatagram which isn't overriding anything anymore is the
> problem that makes the cups.socket fail to reload; I've lowered the
> severity and retitled accordingly.
> 
>> Removing my local override and keeping an empty
>> /etc/cups/cupsd-systemd-listen.conf seems to do the right thing, so I
>> guess the severity can indeed be lowered (especially since it's a
>> transient situation, I'm not even sure the previous version went to
>> jessie).
> 
> It did. :/
> 
>> I still think it's not a perfect situation (to not handle correctly a
>> previously working situation), but in that case I'm not sure there's
>> much you can do at the cups-daemon level, since it seems that it's
>> systemd complaining about the directive.
> 
> Yeah, I tend to agree and would think that these types of issues should
> be handled by a systemd component (dh-systemd?) that would verify that
> configurations altered by the administrator are still valid across
> upgrades.
> 
> Michael: opinions here?

Apparently, "unsetting" ListenDatagram= makes systemd believe, that
there is no valid Listen directive anymore for the socket, even though
Corsac has specified
ListenStream=/var/run/cups/cups.sock

The error message I'm getting is

Mär 13 19:08:18 pluto systemd[1]: cups.socket lacks Listen setting.
Refusing.

Sounds like a genuine bug in systemd.

Lennart, I'd like your input on this issue.
I don't think "unsetting" a not previously specified Listen* directive
should have such an effect of making the socket fail completely, given
that there is a valid Listen configuration.


Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#741896: Use delaycompress in addition to compress in logrotate config

2014-03-16 Thread Michael Biebl
Package: cups-daemon
Version: 1.7.1-8
Severity: important
File: /etc/logrotate.d/cups-daemon

Hi,

this is a followup to [0]. My proposed patch was not entirely correct.
The "delaycompress" option should be used *together* with "compress",
not instead. Right now the log files aren't compressed anymore.

The fixed logrotate config file should look like:
/var/log/cups/*log {
daily
missingok
rotate 7
sharedscripts
postrotate
invoke-rc.d --quiet cups restart > /dev/null
endscript
compress
delaycompress
notifempty
create
}

Not sure why I messed that up, sorry for that.

Michael



[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740380#5

-- 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.13-1-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

Versions of packages cups-daemon depends on:
ii  adduser  3.113+nmu3
ii  bc   1.06.95-8
ii  dpkg 1.17.6
ii  init-system-helpers  1.18
ii  libavahi-client3 0.6.31-4
ii  libavahi-common3 0.6.31-4
ii  libc62.18-4
ii  libcups2 1.7.1-8
ii  libcupsmime1 1.7.1-8
ii  libdbus-1-3  1.8.0-2
ii  libgnutls26  2.12.23-13
ii  libgssapi-krb5-2 1.12.1+dfsg-1
ii  libpam0g 1.1.8-2
ii  libpaper11.1.24+nmu2
ii  libsystemd-daemon0   204-8
ii  lsb-base 4.1+Debian12
ii  procps   1:3.3.9-4
ii  ssl-cert 1.0.33

Versions of packages cups-daemon recommends:
ii  avahi-daemon  0.6.31-4
ii  colord1.0.6-1
ii  cups-browsed  1.0.47-2

Versions of packages cups-daemon suggests:
ii  cups 1.7.1-8
ii  cups-bsd 1.7.1-8
ii  cups-client  1.7.1-8
ii  cups-common  1.7.1-8
ii  cups-filters [foomatic-filters]  1.0.47-2
pn  cups-pdf 
ii  cups-ppdc1.7.1-8
ii  cups-server-common   1.7.1-8
ii  foomatic-db  20140218-1
ii  ghostscript  9.05~dfsg-8+b1
pn  hplip
ii  poppler-utils0.22.5-4
ii  printer-driver-gutenprint5.2.9-1
pn  printer-driver-hpcups
ii  smbclient2:4.1.6+dfsg-1
ii  udev 204-7

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140317013826.2152.48823.report...@pluto.milchstrasse.xx



Bug#755690: Please install cups.path in paths.target

2014-07-22 Thread Michael Biebl
Package: cups-daemon
Version: 1.7.4-1
Severity: normal
File: /lib/systemd/system/cups.path
User: pkg-systemd-maintain...@lists.alioth.debian.org
Usertags: systemd-units


Please hook up the cups.path in paths.target instead of
multi-user.target.

See man systemd.special

   paths.target
   A special target unit that sets up all path units (see
   systemd.path(5) for details) that shall be active after boot.

   It is recommended that path units installed by applications get
   pulled in via Wants= dependencies from this unit. This is best
   configured via a WantedBy=paths.target in the path unit's
   "[Install]" section.

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 cups-daemon depends on:
ii  adduser  3.113+nmu3
ii  bc   1.06.95-9
ii  dpkg 1.17.10
ii  init-system-helpers  1.19
ii  libavahi-client3 0.6.31-4
ii  libavahi-common3 0.6.31-4
ii  libc62.19-7
ii  libcups2 1.7.4-1
ii  libcupsmime1 1.7.4-1
ii  libdbus-1-3  1.8.6-1
ii  libgnutls-deb0-283.2.15-3
ii  libgssapi-krb5-2 1.12.1+dfsg-4
ii  libpam0g 1.1.8-3
ii  libpaper11.1.24+nmu3
ii  libsystemd-daemon0   208-6
ii  lsb-base 4.1+Debian13
ii  procps   1:3.3.9-7
ii  ssl-cert 1.0.34

Versions of packages cups-daemon recommends:
ii  avahi-daemon  0.6.31-4
ii  colord1.2.1-1
ii  cups-browsed  1.0.54-3+b1

Versions of packages cups-daemon suggests:
ii  cups 1.7.4-1
ii  cups-bsd 1.7.4-1
ii  cups-client  1.7.4-1
ii  cups-common  1.7.4-1
ii  cups-filters [foomatic-filters]  1.0.54-3+b1
pn  cups-pdf 
ii  cups-ppdc1.7.4-1
ii  cups-server-common   1.7.4-1
ii  foomatic-db  20140325-1
ii  ghostscript  9.05~dfsg-8.1
pn  hplip
ii  poppler-utils0.26.3-1
ii  printer-driver-gutenprint5.2.10-3
pn  printer-driver-hpcups
ii  smbclient2:4.1.9+dfsg-1
ii  udev 208-6

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140722132712.3753.44767.report...@pluto.milchstrasse.xx



Bug#755932: Please remove cups.path symlink from multi-user.target on upgrades

2014-07-24 Thread Michael Biebl
Package: cups-daemon
Version: 1.7.4-2
Severity: normal
File: /lib/systemd/system/cups.path
User: pkg-systemd-maintain...@lists.alioth.debian.org
Usertags: systemd-units

Hi,

this is a follow up for #755690.

While i-s-h makes sure to create the new symlinks in paths.target, it
doesn't cleanup the old symlink from multi-user.target (yet).
It's in that account similar to insserv, which doesn't clean up old
symlinks from /etc/rc?.d when the LSB header changes.

It's not clear, if we can handle that in i-s-h in a clean way, but in
any case, Michael Stapelbert currently doesn't have enough to look into
this.

I'd therefore suggest to remove this symlink manually on upgrades.

A simple

if dpkg --compare-versions "$2" lt "1.7.4-3" ; then
rm -f /etc/systemd/system/multi-user.target.wants/cups.path
fi

should do the trick.


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-2-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 cups-daemon depends on:
ii  adduser  3.113+nmu3
ii  bc   1.06.95-9
ii  dpkg 1.17.10
ii  init-system-helpers  1.19
ii  libavahi-client3 0.6.31-4
ii  libavahi-common3 0.6.31-4
ii  libc62.19-7
ii  libcups2 1.7.4-2
ii  libcupsmime1 1.7.4-2
ii  libdbus-1-3  1.8.6-1
ii  libgnutls-deb0-283.2.16-1
ii  libgssapi-krb5-2 1.12.1+dfsg-5
ii  libpam0g 1.1.8-3
ii  libpaper11.1.24+nmu3
ii  libsystemd-daemon0   208-6
ii  lsb-base 4.1+Debian13
ii  procps   1:3.3.9-7
ii  ssl-cert 1.0.34

Versions of packages cups-daemon recommends:
ii  avahi-daemon  0.6.31-4
ii  colord1.2.1-1
ii  cups-browsed  1.0.54-3+b1

Versions of packages cups-daemon suggests:
ii  cups 1.7.4-2
ii  cups-bsd 1.7.4-2
ii  cups-client  1.7.4-2
ii  cups-common  1.7.4-2
ii  cups-filters [foomatic-filters]  1.0.54-3+b1
pn  cups-pdf 
ii  cups-ppdc1.7.4-2
ii  cups-server-common   1.7.4-2
ii  foomatic-db  20140325-1
ii  ghostscript  9.05~dfsg-8.1
pn  hplip
ii  poppler-utils0.26.3-1
ii  printer-driver-gutenprint5.2.10-3
pn  printer-driver-hpcups
ii  smbclient2:4.1.9+dfsg-2
ii  udev 208-6

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140724165305.18553.12978.report...@pluto.milchstrasse.xx



Bug#779770: cups: Transition to libsystemd

2015-07-13 Thread Michael Biebl
Control: tags -1 + patch

Hi!

On Wed, 04 Mar 2015 18:31:00 +0100 bi...@debian.org wrote:
> Source: cups
> Version: 1.7.5-11
> Severity: normal
> User: pkg-systemd-maintain...@lists.alioth.debian.org
> Usertags: libsystemd
> 
> Hi!
> 
> In systemd v209, released over a year ago, the various libsystemd-* libraries
> (libsystemd-journal.so, libsystemd-login.so, libsystem-daemon.so,
> libsystemd-id128.so) were merged into a single libsystemd.so library to reduce
> code duplication and avoid cyclic dependencies [1].
> 
> Your package declares a build-dependency on either libsystemd-daemon-dev,
> libsystemd-login-dev or libsystemd-journal-dev.
> 
> Please update your package so it can be built against libsystemd.

Please find attached a patch which makes use of the new libsystemd
library. I didn't keep a fallback for the old libsystemd-daemon library,
i.e. support for systemd < 209. I'm happy to update the patch though if
you want to support that.
The patch is build tested against cups 2.0.3-6.
Would be great if you can include it in your next upload.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/control b/debian/control
index 0b83d49..0054d9f 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends:
  libpaper-dev,
  libpng-dev | libpng12-dev, 
  libslp-dev,
- libsystemd-daemon-dev [linux-any],
+ libsystemd-dev [linux-any],
  libtiff-dev,
  libusb-1.0-0-dev [!hurd-any], 
  po4a (>= 0.31~),
diff --git a/debian/patches/libsystemd.patch b/debian/patches/libsystemd.patch
new file mode 100644
index 000..d044a1d
--- /dev/null
+++ b/debian/patches/libsystemd.patch
@@ -0,0 +1,20 @@
+diff --git a/config-scripts/cups-startup.m4 b/config-scripts/cups-startup.m4
+index 0053aa7..eacb3dc 100644
+--- a/config-scripts/cups-startup.m4
 b/config-scripts/cups-startup.m4
+@@ -56,11 +56,11 @@ if test x$enable_systemd != xno; then
+ 		AC_MSG_ERROR(Need pkg-config to enable systemd support.)
+ fi
+ else
+-	AC_MSG_CHECKING(for libsystemd-daemon)
+-if $PKGCONFIG --exists libsystemd-daemon; then
++	AC_MSG_CHECKING(for libsystemd)
++if $PKGCONFIG --exists libsystemd; then
+ AC_MSG_RESULT(yes)
+-ONDEMANDFLAGS=`$PKGCONFIG --cflags libsystemd-daemon`
+-ONDEMANDLIBS=`$PKGCONFIG --libs libsystemd-daemon`
++ONDEMANDFLAGS=`$PKGCONFIG --cflags libsystemd`
++ONDEMANDLIBS=`$PKGCONFIG --libs libsystemd`
+ AC_DEFINE(HAVE_SYSTEMD)
+ 			if test "x$SYSTEMD_DIR" = x; then
+ 			SYSTEMD_DIR="`$PKGCONFIG --variable=systemdsystemunitdir systemd`"
diff --git a/debian/patches/series b/debian/patches/series
index 813f77e..776b2f4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -54,3 +54,4 @@ debianize_cups-config.patch
 # po4a might not be appropriate. It also needs to be high on the patch
 # queue to catch all Debian-specific changes
 manpage-translations.patch
+libsystemd.patch


signature.asc
Description: OpenPGP digital signature


Bug#779770: [HEADS-UP] libsystemd transition

2015-07-13 Thread Michael Biebl
Control: severity -1 important

Hi,

this is a heads-up that we plan to drop the libsystemd-* compat
libraries in about two months. At that point, your package will FTBFS
and this bug will be raised to serious.

Regards,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?





signature.asc
Description: OpenPGP digital signature


Re: Bug#792922: Solved

2015-07-23 Thread Michael Biebl
Control: reassign -1 cups
Am 23.07.2015 um 11:20 schrieb Andreas Brogle:
> Solution:
> 
> I've created a new default cupsd.conf file. That strange behavior no
> longer exists.
> 
> Until 2 weeks ago there had been needed only that Listen entry:
> Listen /var/run/cups/cups.sock
> 
> Now to work correctly 2 lines are needed:
> Listen localhost:631
> Listen /var/run/cups/cups.sock
> 
> Bug can be closed.
> 

There is still something odd here if an existing cupsd.conf
configuration stops working. So I'm re-assigning this bug report to the
cups package, since I don't feel qualified to close it but leave it to
the cups maintainer(s) to assess the situation.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#808057: Please demote dependency on liblouisutdm1-bin

2015-12-15 Thread Michael Biebl
Package: cups-filters
Version: 1.4.0-1
Severity: normal

Hi,

the latest update of cups-filters wants to pull liblouisutdm1-bin which
in turn installs ~10Mb of additional dependencies.
Since I don't use any Braille drivers, it would be great if those
dependencies could be demoted to suggests or recommends or pulled in via
other means (e.g. via a task).

Thanks for considering.
Michael

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

Kernel: Linux 4.3.0-1-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
Init: systemd (via /run/systemd/system)

Versions of packages cups-filters depends on:
ii  bc 1.06.95-9+b1
ii  cups-filters-core-drivers  1.3.0-1
ii  ghostscript9.16~dfsg-2
ii  libc6  2.21-4
ii  libcups2   2.1.2-1
ii  libcupsfilters11.3.0-1
ii  libcupsimage2  2.1.2-1
ii  libfontconfig1 2.11.0-6.3
ii  libfontembed1  1.3.0-1
ii  libgcc11:5.3.1-3
ii  libijs-0.350.35-11
ii  libpoppler57   0.38.0-2
ii  libqpdf17  6.0.0-2
ii  libstdc++6 5.3.1-3

Versions of packages cups-filters recommends:
ii  colord  1.2.12-1

Versions of packages cups-filters suggests:
ii  foomatic-db  20150825-1

-- Configuration Files:
/etc/modules-load.d/cups-filters.conf changed [not included]

-- no debconf information



Re: Bug#808057: Please demote dependency on liblouisutdm1-bin

2015-12-15 Thread Michael Biebl
Am 15.12.2015 um 17:42 schrieb Till Kamppeter:

> So we decided to have the separate cups-filters-braille binary package
> which in Ubuntu will reside in "Universe". It can be promoted to "Main"
> there but then not by me but by the accessibility guys.

Sounds good to me.

Thanks for the quick reply, Till.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#842154: evince: Crashed while opening PS document

2016-10-26 Thread Michael Biebl
Am 26.10.2016 um 18:28 schrieb Emilio Pozuelo Monfort:
> Control: reassign -1 libgs9 9.06~dfsg-2+deb8u3
> Control: forcemerge -1 840691
> Control: affects -1 evince
> 
> On 26/10/16 14:35, Avinash Sonawane wrote:
>> Package: evince
>> Version: 3.14.1-2+deb8u1
>> Severity: grave
>> Justification: renders package unusable
>>
>> Dear Maintainer,
>>
>> Whenever I try to open any PS document using Evince, Evince just crashes 
>> before
>> actually rendering anything at all.
>>
>> Here is the link to one sample document: ftp://publications.ai.mit.edu/ai-
>> publications/500-999/AIM-864.ps
>>
>> I am attaching the backtrace of the crash.
> 
> Thank you for your report. This is a regression in the recent ghostscript
> update, and is already being investigated.

Hm, the bug report has libgs9 from jessie. So I guess it's not the same
issue as 840691

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#842154: evince: Crashed while opening PS document

2016-10-26 Thread Michael Biebl
Am 26.10.2016 um 18:39 schrieb Michael Biebl:
> Am 26.10.2016 um 18:28 schrieb Emilio Pozuelo Monfort:

>> Thank you for your report. This is a regression in the recent ghostscript
>> update, and is already being investigated.
> 
> Hm, the bug report has libgs9 from jessie. So I guess it's not the same
> issue as 840691

Oh, never mind. With recent regression you meant a stable-security
upload. Sorry for the noise.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#871537: cups-daemon: Fails to delete a printer via http://localhost:631 (AppArmor-related?)

2017-10-31 Thread Michael Biebl
Hi

Am 31.10.2017 um 07:59 schrieb intrigeri:
> Hi Michael,
> 
> do you need more time to test the proposed fix, or should we find
> someone else to do it?

Sorry for not responding earlier. Seems this email fell through the cracks.
Now, it seems I can't reproduce the original issue anymore :-/
So unless someone runs into this problem, this bug report should be
closed I guess.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: [Pkg-utopia-maintainers] Bug#909564: avahi: Support local-only services via the loopback interface

2018-09-25 Thread Michael Biebl
Am 25.09.18 um 12:06 schrieb Till Kamppeter:
> Thanks, but please get the patch from here:
> 
> https://github.com/OpenPrinting/ippusbxd
> 
> or
> 
> https://github.com/lathiat/avahi/issues/125
> 
> Your links were my first post of ippusbxd right after my GSoC student
> has done this project, long before I decided to move the OpenPrinting
> projects to GitHub.
> 
> My links above are the official upstream place of ippusbxd and the
> feature request to Avahi upstream.

We'll consider cherry-picking the patch once it has been reviewed and
applied upstream.

Regards,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#645848: obsolete conffiles not removed on upgrades

2011-10-18 Thread Michael Biebl
Package: hplip
Version: 3.11.7-1+b1
Severity: normal

While doing a test-upgrade from squeeze to sid, the following conffiles
were not cleaned up during the upgrade and marked as obsolete in the
dpkg status file:

Conffiles:
 /etc/hp/hplip.conf 8af86a00caf4097332f798b7de444724 obsolete

See
http://wiki.debian.org/DpkgConffileHandling
and man dpkg-maintscript-helper for how to handle obsolete conffiles.

Cheers,
Michael


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

Kernel: Linux 3.0.0-2-486
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hplip depends on:
ii  adduser 3.113  
ii  coreutils   8.13-3 
ii  cups1.5.0-8
ii  hplip-cups  3.11.7-1+b1
ii  hplip-data  3.11.7-1   
ii  libc6   2.13-21
ii  libcups21.5.0-8
ii  libdbus-1-3 1.4.16-1   
ii  libhpmud0   3.11.7-1+b1
ii  libsane 1.0.22-6   
ii  libsane-hpaio   3.11.7-1+b1
ii  libssl1.0.0 1.0.0e-2   
ii  lsb-base3.2-28 
ii  policykit-1 0.102-1
ii  python  2.7.2-9
ii  python-dbus 0.84.0-2   
ii  python-imaging  1.1.7-4
ii  python-pexpect  2.3-1  
ii  python2.7   2.7.2-6
ii  wget1.13-1 

Versions of packages hplip recommends:
ii  avahi-daemon  0.6.30-5
ii  sane-utils1.0.22-6

Versions of packages hplip suggests:
ii  hplip-doc   
ii  hplip-gui   
ii  python-notify  0.1.1-3
ii  system-config-printer  1.2.3-3

-- no debconf information




-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20111019034936.19856.98536.report...@pluto.milchstrasse.xx



Bug#1061245: cups: install systemd units into /usr

2024-01-21 Thread Michael Biebl
Source: cups
Version: 2.4.7-1
Severity: normal
User: helm...@debian.org
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. cups installs files into /lib; these should
be moved into the respective directories in /usr/

Regards,
Michael



Bug#1061245: Acknowledgement (cups: install systemd units into /usr)

2024-01-21 Thread Michael Biebl

Control: tags -1 + patch

I've submitted a MR at
https://salsa.debian.org/printing-team/cups/-/merge_requests/8




OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1057793: ipp-usb: diff for NMU version 0.9.23-1.1

2024-06-13 Thread Michael Biebl

Hi Chris

On Thu, 30 May 2024 17:34:01 +0200 Chris Hofstaedtler  
wrote:

Control: tags 1057793 + pending


Dear maintainer,

I've prepared an NMU for ipp-usb (versioned as 0.9.23-1.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I
should delay it longer.


Shouldn't the binary be moved to /usr/sbin at this point?

Regards,
Michael



OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1061245: cups: install systemd units into /usr

2024-06-18 Thread Michael Biebl

Hi Thorsten,


On Sun, 21 Jan 2024 14:36:30 +0100 Michael Biebl  wrote:

Source: cups
Version: 2.4.7-1
Severity: normal
User: helm...@debian.org
Usertags: dep17m2

We want to finalize the /usr-merge via DEP17 by moving all files to
/usr. cups installs files into /lib; these should
be moved into the respective directories in /usr/



...


I've submitted a MR at
https://salsa.debian.org/printing-team/cups/-/merge_requests/8



any chance you could consider this MR in your next upload?
If there are open questions, please let me know.

Regards,
Michael


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1061245: cups: install systemd units into /usr

2024-06-20 Thread Michael Biebl

On 19.06.24 19:25, Thorsten Alteholz wrote:

Hi Michael,

On 18.06.24 14:19, Michael Biebl wrote:


any chance you could consider this MR in your next upload?


yes, thanks for the MR. I will apply it after the migration of 2.4.7-3.

    Thorsten




Perfect. Thanks, Thorsten!

Michael


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1073172: ipp-usb: install into UsrMerged layout (DEP17 M2)

2024-08-05 Thread Michael Biebl

Hi Thorsten

On Thu, 13 Jun 2024 21:53:03 + (UTC) Thorsten Alteholz 
 wrote:

Hi Chris,

thanks for the patch, I will do the upload myself.



Another friendly ping.
We are happy to do an NMU in case you are busy, btw.

Regards,
Michael


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1073172: ipp-usb: install into UsrMerged layout (DEP17 M2)

2024-08-16 Thread Michael Biebl
Adding Thorsten explicitly to CC just in case he is not subscribed to 
the bug mail.


Am 05.08.24 um 20:22 schrieb Michael Biebl:

Hi Thorsten

On Thu, 13 Jun 2024 21:53:03 + (UTC) Thorsten Alteholz 
 wrote:

Hi Chris,

thanks for the patch, I will do the upload myself.



Another friendly ping.
We are happy to do an NMU in case you are busy, btw.

Regards,
Michael




OpenPGP_signature.asc
Description: OpenPGP digital signature