Version in base suite: 0.13.1-1 Base version: quassel_0.13.1-1 Target version: quassel_0.13.1-1+deb10u2 Base file: /srv/ftp-master.debian.org/ftp/pool/main/q/quassel/quassel_0.13.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/q/quassel/quassel_0.13.1-1+deb10u2.dsc changelog | 17 +++++++++++++++++ patches/01_default_network_channel.patch | 2 +- quassel-core.NEWS | 31 ------------------------------- usr.bin.quasselcore | 9 ++++++++- 4 files changed, 26 insertions(+), 33 deletions(-) diff -Nru quassel-0.13.1/debian/changelog quassel-0.13.1/debian/changelog --- quassel-0.13.1/debian/changelog 2019-02-15 18:00:08.000000000 +0000 +++ quassel-0.13.1/debian/changelog 2020-01-18 20:47:27.000000000 +0000 @@ -1,3 +1,20 @@ +quassel (1:0.13.1-1+deb10u2) buster; urgency=medium + + * Actually delete quassel-core.NEWS as intended + + -- Scott Kitterman Sat, 18 Jan 2020 15:47:27 -0500 + +quassel (1:0.13.1-1+deb10u1) buster; urgency=medium + + [ Felix Geyer ] + * Fix quasselcore AppArmor denials when the config is saved. (Closes: + #940482) + + [ Scott Kitterman ] + * Correct default channel for Debian + + -- Scott Kitterman Thu, 16 Jan 2020 23:28:02 -0500 + quassel (1:0.13.1-1) unstable; urgency=medium [ Scott Kitterman ] diff -Nru quassel-0.13.1/debian/patches/01_default_network_channel.patch quassel-0.13.1/debian/patches/01_default_network_channel.patch --- quassel-0.13.1/debian/patches/01_default_network_channel.patch 2019-01-05 20:18:57.000000000 +0000 +++ quassel-0.13.1/debian/patches/01_default_network_channel.patch 2020-01-11 02:03:05.000000000 +0000 @@ -21,4 +21,4 @@ +Servers=irc.debian.org:+6697 + +Default=Yes -+DefaultChannels=#debian-user ++DefaultChannels=#debian diff -Nru quassel-0.13.1/debian/quassel-core.NEWS quassel-0.13.1/debian/quassel-core.NEWS --- quassel-0.13.1/debian/quassel-core.NEWS 2019-01-05 20:18:57.000000000 +0000 +++ quassel-0.13.1/debian/quassel-core.NEWS 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -quassel (1:0.13.0-1) experimental; urgency=medium - - Upstream recommends making a backup of your quassel database before - proceeding with the upgrade to 0.13.0: - - "Before you upgrade, please be aware that both the database schema and the - config file formats have been updated since 0.12. Quassel will - automatically upgrade both once the new version is started for the first - time, however no rollback is possible, so do make a backup before starting - the new version! The upgrade may take a long time (up to several hours) if - your database is (un)reasonably large, during which the core or mono client - cannot be used. The upgrade may also temporarily require up to double the - disk space. Do not interrupt the upgrade process, otherwise your database - may become corrupted!" - - The package does not restart on upgrade. The database upgrade will be done - after system reboot or manual restart. - - Please make a backup or decide to live dangerously before proceeding. - - -- Scott Kitterman Sun, 02 Dec 2018 17:21:06 -0500 - -quassel (0.10.0-2) unstable; urgency=low - - The certificate in /var/lib/quassel/quasselCert.pem was accessible by - all local users on this server which allows users to decipher traffic between - quassel core and connected clients. - We suggest to generate a new certificate to ensure secure communication. - - -- Thomas Mueller Fri, 04 Jul 2014 17:15:10 +0200 - diff -Nru quassel-0.13.1/debian/usr.bin.quasselcore quassel-0.13.1/debian/usr.bin.quasselcore --- quassel-0.13.1/debian/usr.bin.quasselcore 2019-01-05 20:18:52.000000000 +0000 +++ quassel-0.13.1/debian/usr.bin.quasselcore 2020-01-11 02:02:22.000000000 +0000 @@ -13,7 +13,7 @@ #include /var/lib/quassel/ rw, - /var/lib/quassel/** rwk, + /var/lib/quassel/** rwkl, /var/log/quassel/* rw, @@ -22,6 +22,13 @@ /etc/ssl/openssl.cnf r, /usr/lib/ssl/openssl.cnf r, + # QSysInfo::machineUniqueId() + /var/lib/dbus/machine-id r, + /etc/machine-id r, + + # QSysInfo::bootUniqueId() + @{PROC}/sys/kernel/random/boot_id r, + # Site-specific additions and overrides. See local/README for details. #include }