[ubuntu/quantal] kerneloops 0.12+git20090217-3ubuntu1 (Accepted)
Stefan Bader
stefan.bader at canonical.com
Wed Jun 13 04:50:49 UTC 2012
kerneloops (0.12+git20090217-3ubuntu1) quantal; urgency=low
* Daemon is disabled by default as the kerneloops.org web-site
is down.
* Merge from Debian unstable. (LP: #1006299) Remaining changes:
- ubuntu-adapt-dmesg.patch
- Avoid bug 422536's WARNING as it isn't a WARN().
- Avoid another way that edac complains loudly. (LP: 525792)
- ubuntu-add-submit-pipe.patch
- Add a "submit-pipe" configuration option for passing the oops to
another tool. Set it to pipe to apport for Ubuntu.
- Add kerneloops-submit which will allow apport to submit an oops.
- submit.c: do not report OOPSes with WARNING in them (LP: 346303)
- Don't scan the log file, just rely on dmesg for now to avoid a flood
of duplicate reports. Thanks Matt Zimmerman. (LP: 429000)
- ubuntu-change-syslog-location.patch
- Change log-file option to point to /var/log/kern.log instead of
/var/log/messages.
- ubuntu-ignore-newline.patch
- Ensure that the newline is not included in the value when parsing
string values (LP: 344813)
- Create a kernoops system user and run the daemon as that, using
start-stop-daemon. (Running in the adm group ensures it can
read the logs).
- Add postinst/postrm to add/remove the user.
- Depend on adduser.
- Tweak the dbus conf so that the new user can own the dbus names
(ubuntu-kernoops-user.patch).
- Don't stop the daemon in runlevels 0 or 6 as sendsigs can quite
happily kill it for us.
- Add apport to Recommends as it will be needed to report any oopses
now if you don't edit the configuration file.
kerneloops (0.12+git20090217-3) unstable; urgency=low
* QA upload.
* Add missing build dependency on libdbus-glib-1-dev (Closes: #669456)
kerneloops (0.12+git20090217-2) unstable; urgency=low
* QA upload.
* Orphan the package with QA Team approval
* Split package into applet and daemon packages (Closes: #476328)
* debian/control:
- Add ${misc:Depends} to Depends
- Bump debhelper compatibitily to 8
- Bump Standards-Version to 3.9.2
- Add lsb-base Dependency
- Set arch:linux-any as this software is only relevant with Linux kernel
- Add Homepage field
- Add Vcs- fields
* debian/rules:
- Switch to dh sequence
* Switch to dpkg-source 3.0 (quilt) format and split up existing patches
* debian/copyright: Add Copyright statements
* debian/kerneloops.init:
- Use our own version of the init file instead of upstream one
- Use LSB function for logging (Closes: #477418)
- Source /etc/default/kerneloops instead of /etc/sysconfig/kerneloops
(Closes: #588493)
- Exit immediately if the package is not installed (Closes: #496253, 540684)
* Add debian/gbp.conf file
* debian/patches/l10n_da.patch: Add Danish translation (Closes: #610098)
* debian/patches/l10n_de.patch: Add German translation (Closes: #624658)
kerneloops (0.12+git20090217-1.1) unstable; urgency=low
* Non-maintainer upload
* Fix compatibility with libnotify 0.7 API (closes: #636297)
* Add now missing dependencies on libgtk2.0-dev
* Add dbus-glib-1 to pkg-config calls in Makefile
Date: Tue, 12 Jun 2012 15:05:45 +0200
Changed-By: Stefan Bader <stefan.bader at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Martin Pitt <martin.pitt at ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/kerneloops/0.12+git20090217-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 12 Jun 2012 15:05:45 +0200
Source: kerneloops
Binary: kerneloops kerneloops-daemon kerneloops-applet
Architecture: source
Version: 0.12+git20090217-3ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stefan Bader <stefan.bader at canonical.com>
Description:
kerneloops - kernel oops tracker (transitional package)
kerneloops-applet - applet for the kernel oops tracker
kerneloops-daemon - kernel oops tracker
Closes: 476328 477418 496253 540684 588493 610098 624658 636297 669456
Launchpad-Bugs-Fixed: 1006299
Changes:
kerneloops (0.12+git20090217-3ubuntu1) quantal; urgency=low
.
* Daemon is disabled by default as the kerneloops.org web-site
is down.
* Merge from Debian unstable. (LP: #1006299) Remaining changes:
- ubuntu-adapt-dmesg.patch
- Avoid bug 422536's WARNING as it isn't a WARN().
- Avoid another way that edac complains loudly. (LP: 525792)
- ubuntu-add-submit-pipe.patch
- Add a "submit-pipe" configuration option for passing the oops to
another tool. Set it to pipe to apport for Ubuntu.
- Add kerneloops-submit which will allow apport to submit an oops.
- submit.c: do not report OOPSes with WARNING in them (LP: 346303)
- Don't scan the log file, just rely on dmesg for now to avoid a flood
of duplicate reports. Thanks Matt Zimmerman. (LP: 429000)
- ubuntu-change-syslog-location.patch
- Change log-file option to point to /var/log/kern.log instead of
/var/log/messages.
- ubuntu-ignore-newline.patch
- Ensure that the newline is not included in the value when parsing
string values (LP: 344813)
- Create a kernoops system user and run the daemon as that, using
start-stop-daemon. (Running in the adm group ensures it can
read the logs).
- Add postinst/postrm to add/remove the user.
- Depend on adduser.
- Tweak the dbus conf so that the new user can own the dbus names
(ubuntu-kernoops-user.patch).
- Don't stop the daemon in runlevels 0 or 6 as sendsigs can quite
happily kill it for us.
- Add apport to Recommends as it will be needed to report any oopses
now if you don't edit the configuration file.
.
kerneloops (0.12+git20090217-3) unstable; urgency=low
.
* QA upload.
* Add missing build dependency on libdbus-glib-1-dev (Closes: #669456)
.
kerneloops (0.12+git20090217-2) unstable; urgency=low
.
* QA upload.
* Orphan the package with QA Team approval
* Split package into applet and daemon packages (Closes: #476328)
* debian/control:
- Add ${misc:Depends} to Depends
- Bump debhelper compatibitily to 8
- Bump Standards-Version to 3.9.2
- Add lsb-base Dependency
- Set arch:linux-any as this software is only relevant with Linux kernel
- Add Homepage field
- Add Vcs- fields
* debian/rules:
- Switch to dh sequence
* Switch to dpkg-source 3.0 (quilt) format and split up existing patches
* debian/copyright: Add Copyright statements
* debian/kerneloops.init:
- Use our own version of the init file instead of upstream one
- Use LSB function for logging (Closes: #477418)
- Source /etc/default/kerneloops instead of /etc/sysconfig/kerneloops
(Closes: #588493)
- Exit immediately if the package is not installed (Closes: #496253, 540684)
* Add debian/gbp.conf file
* debian/patches/l10n_da.patch: Add Danish translation (Closes: #610098)
* debian/patches/l10n_de.patch: Add German translation (Closes: #624658)
.
kerneloops (0.12+git20090217-1.1) unstable; urgency=low
.
* Non-maintainer upload
* Fix compatibility with libnotify 0.7 API (closes: #636297)
* Add now missing dependencies on libgtk2.0-dev
* Add dbus-glib-1 to pkg-config calls in Makefile
Checksums-Sha1:
fe05baafe74394a1f8967661f9e1a704c0596024 2273 kerneloops_0.12+git20090217-3ubuntu1.dsc
1652aa6fa6d31d040d8f275314ea580d9d390777 64454 kerneloops_0.12+git20090217.orig.tar.gz
2b1d8ccdecc5b2efc061d72c0753170751f90624 20555 kerneloops_0.12+git20090217-3ubuntu1.debian.tar.gz
Checksums-Sha256:
8f7883c9be747703558f379acb73ad7e58ce59cbc7df49c4e31da4c19174ac2f 2273 kerneloops_0.12+git20090217-3ubuntu1.dsc
2a00d2185062111f84040453f9fe0c68ce9dedf044825e5d96db167b65dd6b74 64454 kerneloops_0.12+git20090217.orig.tar.gz
58917d3017beb4cb56d58e4d697dab3171a141eb92a308dd1c7c03a4889b5607 20555 kerneloops_0.12+git20090217-3ubuntu1.debian.tar.gz
Files:
9d52c1b0b82b5f1d92e1d270573f2ab7 2273 utils optional kerneloops_0.12+git20090217-3ubuntu1.dsc
b45f7e03cddd5158830d1e8875dab143 64454 utils optional kerneloops_0.12+git20090217.orig.tar.gz
1214866034cf71151f0dc00ae52d5f3d 20555 utils optional kerneloops_0.12+git20090217-3ubuntu1.debian.tar.gz
Original-Maintainer: Debian QA Group <packages at qa.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJP2BuoAAoJEPmIJawmtHufm/UQAKhUFPB6zHDmVX1XrDRhrZsG
fenH9Alfo6jtriuAsGKdTtD4OyyjAA8bsPA9nKqaKSFPAYW9uz7MiRvr23zXd3Rn
r/27PMABt+LXG/Hmm/pjKeHZWlT39cQNufSMQFyUe0kObRzglr8hwdS5eY+yyAnG
ROqMbSU8Eg1qNNV3NSfMQoLViH9FkAiZzddsgazzmNOGEv1jVEw909aOY+wkrTl6
VeicF2cyevX/iiAt8Q6cbRpSFI1eKk9jS4MWDRHPNckkQ+pAYkaQu7f1TmxT5T9t
lOrj9TsfQ0eSo0zaooDWot54Bnb0klqo8Z7pfrn3U1+hUIa0vUvqnkL4kq7Sb8oR
lQGgV8wRaQzc1htQJAS6zpmEt9pIcDPYv9GTxR063sII6is9XCNmkp035tVaLmb/
DSCtlKRNVj9G64cXxGtjYTkcYWgd/ItmULzKjKoNNZF37F9MaXrmHO0ayZ+UjQVo
5Bqrwx4lAZH0XE+P/r1crwiaG2lCyiadVgXdxDQ0/62lxFtbBaEkE6+EAcP8Lnyw
ukb4FpTdvK9eN1RCOtLyltdVxnXYbEQ+bCPSAbIPTprbu6kQn9CqUQI+E0RcQb58
15R0Ahi/0Mls/JAeA7oe9PrisQHzoa4zOeYM1i2g86AxPnPMfTIjgQDvoa3oM2gE
IWTlU3B/TSl97Py8CIh4
=d5U3
-----END PGP SIGNATURE-----
More information about the Quantal-changes
mailing list