[pkg-java] r17085 - trunk/c3p0/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Sun Jul 28 22:13:37 UTC 2013
Author: ebourg-guest
Date: 2013-07-28 22:13:37 +0000 (Sun, 28 Jul 2013)
New Revision: 17085
Modified:
trunk/c3p0/debian/changelog
trunk/c3p0/debian/rules
Log:
Install the upstream changelog
Modified: trunk/c3p0/debian/changelog
===================================================================
--- trunk/c3p0/debian/changelog 2013-07-28 21:56:33 UTC (rev 17084)
+++ trunk/c3p0/debian/changelog 2013-07-28 22:13:37 UTC (rev 17085)
@@ -6,6 +6,7 @@
* Updated Standards-Version to 3.9.4 (no changes)
* Use canonical URLs for the Vcs-* fields
* debian/rules: Improved the clean target
+ * Install the upstream changelog
-- Emmanuel Bourg <ebourg at apache.org> Sun, 28 Jul 2013 22:58:49 +0200
Modified: trunk/c3p0/debian/rules
===================================================================
--- trunk/c3p0/debian/rules 2013-07-28 21:56:33 UTC (rev 17084)
+++ trunk/c3p0/debian/rules 2013-07-28 22:13:37 UTC (rev 17085)
@@ -6,8 +6,9 @@
JAVA_HOME := /usr/lib/jvm/default-java
-DEB_JARS := log4j1.2 junit ant-junit hsql
-DEB_ANT_BUILD_TARGET := jar javadocs junit-tests
+DEB_JARS := log4j1.2 junit ant-junit hsql
+DEB_ANT_BUILD_TARGET := jar javadocs junit-tests
+DEB_INSTALL_CHANGELOGS_ALL := src/dist-static/CHANGELOG
clean::
mh_clean
More information about the pkg-java-commits
mailing list