This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-io.
commit cdecaa4260cc85e0be1d97b348f8f8c7b2c4a4f6 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 26 12:47:21 2016 +0200 Install the upstream changelog --- debian/changelog | 1 + debian/docs | 2 -- debian/rules | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9dc5a39..dbb8d4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ commons-io (2.5-1) UNRELEASED; urgency=low * Build with maven-debian-helper instead of Ant * Changed the install path of the API documentation to /usr/share/doc/libcommons-io-java + * Install the upstream changelog * Moved the package to Git * Standards-Version updated to 3.9.8 (no changes) * Converted debian/copyright to the Copyright Format 1.0 diff --git a/debian/docs b/debian/docs deleted file mode 100644 index ae4f926..0000000 --- a/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -NOTICE.txt -RELEASE-NOTES.txt diff --git a/debian/rules b/debian/rules index 745fd86..d66f99a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,5 +3,8 @@ %: dh $@ --buildsystem=maven +override_dh_installchangelogs: + dh_installchangelogs -- RELEASE-NOTES.txt + get-orig-source: uscan --download-current-version --rename --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

