Author: ebourg-guest Date: 2013-10-11 22:37:19 +0000 (Fri, 11 Oct 2013) New Revision: 17322
Modified: trunk/jdeb/debian/changelog trunk/jdeb/debian/rules Log: Install the upstream changelog Modified: trunk/jdeb/debian/changelog =================================================================== --- trunk/jdeb/debian/changelog 2013-10-08 05:09:52 UTC (rev 17321) +++ trunk/jdeb/debian/changelog 2013-10-11 22:37:19 UTC (rev 17322) @@ -1,7 +1,8 @@ -jdeb (1.0.2~git20130829-1.1) UNRELEASED; urgency=low +jdeb (1.0.2~git20130829-2) UNRELEASED; urgency=low * Ignore the test failures when building * Added a watch file + * Install the upstream changelog -- Emmanuel Bourg <[email protected]> Mon, 23 Sep 2013 10:05:54 +0200 Modified: trunk/jdeb/debian/rules =================================================================== --- trunk/jdeb/debian/rules 2013-10-08 05:09:52 UTC (rev 17321) +++ trunk/jdeb/debian/rules 2013-10-11 22:37:19 UTC (rev 17322) @@ -5,5 +5,7 @@ JAVA_HOME := /usr/lib/jvm/default-java +DEB_INSTALL_CHANGELOGS_ALL := HISTORY.md + get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

