[pkg-java] r18253 - trunk/libcommons-logging-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jul 14 21:11:39 UTC 2014


Author: ebourg-guest
Date: 2014-07-14 21:11:39 +0000 (Mon, 14 Jul 2014)
New Revision: 18253

Modified:
   trunk/libcommons-logging-java/debian/changelog
   trunk/libcommons-logging-java/debian/rules
Log:
Install the upstream changelog



Modified: trunk/libcommons-logging-java/debian/changelog
===================================================================
--- trunk/libcommons-logging-java/debian/changelog	2014-07-13 23:51:02 UTC (rev 18252)
+++ trunk/libcommons-logging-java/debian/changelog	2014-07-14 21:11:39 UTC (rev 18253)
@@ -8,10 +8,11 @@
     - Use canonical URLs for the Vcs-* fields
     - Removed the suggested dependency on libservlet3.0-java
   * Switch to debhelper level 9
-  * debian/rules: Use XZ compression for the upstream tarball built
-    by get-orig-source
+  * debian/rules:
+    - Use XZ compression for the upstream tarball built by get-orig-source
+    - Install the upstream changelog
 
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 14 Jul 2014 01:01:01 +0200
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 14 Jul 2014 23:11:17 +0200
 
 libcommons-logging-java (1.1.3-1) unstable; urgency=low
 

Modified: trunk/libcommons-logging-java/debian/rules
===================================================================
--- trunk/libcommons-logging-java/debian/rules	2014-07-13 23:51:02 UTC (rev 18252)
+++ trunk/libcommons-logging-java/debian/rules	2014-07-14 21:11:39 UTC (rev 18253)
@@ -5,9 +5,10 @@
 
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
 VERSION              := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME		     := /usr/lib/jvm/default-java
+JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := dist
-DEB_JARS		     := commons-logging log4j-1.2 excalibur-logkit avalon-framework servlet-api-3.1 junit ant-junit
+DEB_JARS             := commons-logging log4j-1.2 excalibur-logkit avalon-framework servlet-api-3.1 junit ant-junit
+DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
 
 makebuilddir/lib$(PACKAGE)-java::
 	# copy MANIFEST.MF to src/main/resources/META-INF/ to include it in the jar




More information about the pkg-java-commits mailing list