[davmail] 08/20: debian/rules: ship the upstream changelog which is in releasenotes.txt

Alexandre Rossi alexandre.rossi at gmail.com
Tue Nov 1 08:54:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

niol-guest pushed a commit to branch master
in repository davmail.

commit 9b535a1d349ff81a49e2a5172ca5e948df7a0d7f
Author: Antonio Ospite <ao2 at ao2.it>
Date:   Fri Oct 21 13:33:49 2016 +0200

    debian/rules: ship the upstream changelog which is in releasenotes.txt
    
    This also fixes this lintian pedantic check:
    
      davmail: no-upstream-changelog
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index e162019..6b1431b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ export DH_OPTIONS
 %:
 	dh $@ --with javahelper
 
+override_dh_installchangelogs:
+	dh_installchangelogs releasenotes.txt
+
 override_dh_auto_build:
 	ANT_OPTS=-Dfile.encoding=UTF-8  ant  -propertyfile debian/ant.properties jar
 	cp -a src/java/tray48.png dist/davmail.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/davmail.git



More information about the pkg-java-commits mailing list