[SCM] ROME: Java library to handle Atom and RSS feeds branch, master, updated. debian/1.0-2-3-g7fc989f

Miguel Landaeta miguel at miguel.cc
Sun Oct 23 18:31:33 UTC 2011


The following commit has been merged in the master branch:
commit 9345980119d5dd06f324e0053f8a06a417897f60
Author: Miguel Landaeta <miguel at miguel.cc>
Date:   Sun Oct 23 13:47:46 2011 -0430

    Provide OSGi metadata in jar manifest

diff --git a/debian/changelog b/debian/changelog
index e856b8c..4f358f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rome (1.0-3) UNRELEASED; urgency=low
+
+  * Provide OSGi metadata in jar manifest. (Closes: #646058).
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Sun, 23 Oct 2011 13:38:20 -0430
+
 rome (1.0-2) unstable; urgency=low
 
   * Don't update jar manifest after library installation. (Closes: #585578).
diff --git a/debian/rules b/debian/rules
index 950c123..e010c2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,15 @@ export CLASSPATH=/usr/share/java/jdom1.jar
 export JH_JAR_EXTRA=com/sun/syndication/rome.properties
 
 %:
-	dh --with javahelper $@
+	dh $@ --with javahelper
 
 override_jh_build:
 	jh_build rome.jar com
 
+override_jh_installlibs:
+	jh_installlibs
+	jh_manifest -v
+
 get-orig-source:
 	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
 	uscan \

-- 
ROME: Java library to handle Atom and RSS feeds



More information about the pkg-java-commits mailing list