diff options
author | dequis <dx@dxzone.com.ar> | 2017-01-08 04:30:08 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2017-01-08 04:32:09 -0300 |
commit | 8dbecd23b0106a3f47e5da06a9433e3122378bfe (patch) | |
tree | 1a7f8b43de144bcf1e6a3dc29ca19040c023310e /debian/NEWS | |
parent | 3cf727c92c267e853084942db4e0732fb4d76133 (diff) |
debian: Apparently NEWS.Debian needs to be called NEWS
I thought I got the capitalization wrong but the manpage of
dh_installchangelogs says it grabs debian/NEWS and calls it NEWS.Debian.
No one told me this.
Diffstat (limited to 'debian/NEWS')
-rw-r--r-- | debian/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 00000000..e7087d23 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,10 @@ +bitlbee (3.5-1) UNRELEASED; urgency=medium + + * /etc/default/bitlbee is now deprecated and no longer used. Any local + modifications to the following settings won't be automatically migrated: + BITLBEE_PORT, BITLBEE_OPTS, BITLBEE_DISABLED, BITLBEE_UPGRADE_DONT_RESTART + * The debian post-installation scripts no longer try to automatically assign + an alternate port number if 6667 is being used by another service. Please + set it explicitly in /etc/bitlbee/bitlbee.conf + + -- dequis <dx@dxzone.com.ar> Sun, 08 Jan 2017 03:24:13 -0300 |