aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-18 15:19:22 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-18 15:19:22 +0100
commit16d9585b31ebd8c4e8880f02001c772a4a908075 (patch)
tree4af5a1f72493dca99ffd88469966187147f74072 /debian
parentdb57cc03ade7d751e3bf31d38691583c2872f9a9 (diff)
downloadayatana-indicator-notifications-16d9585b31ebd8c4e8880f02001c772a4a908075.tar.gz
ayatana-indicator-notifications-16d9585b31ebd8c4e8880f02001c772a4a908075.tar.bz2
ayatana-indicator-notifications-16d9585b31ebd8c4e8880f02001c772a4a908075.zip
debian/rules: Use NEWS file as upstream ChangeLog.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ce488d7..5341372 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,9 @@ override_dh_auto_install:
dh_auto_install
find debian/ayatana-indicator-notifications -name \*.la -delete
+override_dh_installchangelogs:
+ dh_installchangelogs NEWS
+
override_dh_auto_clean:
dh_auto_clean
if [ -e po/ayatana-indicator-notifications.pot.bak ]; then \