[osgi-core] 01/02: debian/rules: Do not override jh_manifest.

Markus Koschany apo-guest at alioth.debian.org
Tue Aug 6 23:02:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository osgi-core.

commit 8efecf170c319620ab51e4cf136f77f06ee1d083
Author: Markus Koschany <apo at gambaru.de>
Date:   Wed Aug 7 00:53:26 2013 +0200

    debian/rules: Do not override jh_manifest.
    
    Closes: #678801
    
    Do not override jh_manifest in debian/rules because this prevents the proper
    creation of a symlink to the real jar. The manifest file in src is not
    required.
---
 debian/rules |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index c494944..14e5423 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,11 +13,8 @@ PACKAGE			:= libosgi-core-java
 override_jh_build:
 	jh_build --javacopts='-encoding UTF-8' --javadoc-opts='-encoding UTF-8'
 
-override_jh_manifest:
-	jar umf src/META-INF/MANIFEST.MF debian/$(PACKAGE)/usr/share/java/$(JAR_NAME).jar
-
 get-orig-source:
 	debian/orig-tar.sh --upstream-version $(VERSION)
 
 get-orig-pom:
-	wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/org.osgi.core-$(VERSION).pom 
\ No newline at end of file
+	wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/org.osgi.core-$(VERSION).pom 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-core.git



More information about the pkg-java-commits mailing list