diff --git a/debian/bitlbee-common.postinst b/debian/bitlbee-common.postinst index 84c5543e0..9ba56bfcc 100644 --- a/debian/bitlbee-common.postinst +++ b/debian/bitlbee-common.postinst @@ -35,7 +35,7 @@ else fi if [ -d /var/lib/bitlbee ]; then - chmod 700 /var/lib/bitlbee/ + chmod 700 /var/lib/bitlbee/ fi ## Can't do this in packaging phase: Don't know the UID yet. Access to diff --git a/debian/changelog b/debian/changelog index 74aeddeac..11d48ee94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,9 @@ -bitlbee (3.5.1-1.1) UNRELEASED; urgency=medium +bitlbee (3.6-1) unstable; urgency=medium [ dequis ] * Remove bitlbee-plugin-skype and skyped (obsolete) * Enable only bitlbee.service, not bitlbee.socket too - [ Sean Whitton ] - * Add existence check to chmod call in bitlbee-common.postinst - (Closes: #816200). - [ dequis ] * Fix lintian pkg-config-unavailable-for-cross-compilation @@ -19,7 +15,27 @@ bitlbee (3.5.1-1.1) UNRELEASED; urgency=medium * Bump debhelper from old 9 to 10. * Trim trailing whitespace. - -- dequis Mon, 19 Mar 2018 22:18:43 -0300 + -- Wilmer van der Gaast Sat, 02 Mar 2019 22:18:21 +0000 + +bitlbee (3.5.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Comment out bitlbee-plugin-skype and skyped in d/control (Closes: #921895). + These binary packages are not built by d/rules by default, and as such + they are not currently in the archive. Commenting them out in order + to avoid my NMU hitting binNEW; this caused the -1.1 source-only + upload to fail. + Thank you to Mattia Rizzolo for suggesting this fix. + + -- Sean Whitton Sat, 09 Feb 2019 17:03:38 -0700 + +bitlbee (3.5.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add existence check to chmod call in bitlbee-common.postinst + (Closes: #816200). + + -- Sean Whitton Fri, 25 Jan 2019 16:50:34 -0700 bitlbee (3.5.1-1) unstable; urgency=medium