[pkg-java] r2701 - branches/dom4j/feature/debian/debian

Marcus Better marcusb-guest at alioth.debian.org
Wed Nov 1 11:05:16 CET 2006


Author: marcusb-guest
Date: 2006-11-01 11:05:15 +0100 (Wed, 01 Nov 2006)
New Revision: 2701

Modified:
   branches/dom4j/feature/debian/debian/rules
Log:
Fix bogus package name macro.


Modified: branches/dom4j/feature/debian/debian/rules
===================================================================
--- branches/dom4j/feature/debian/debian/rules	2006-11-01 09:53:25 UTC (rev 2700)
+++ branches/dom4j/feature/debian/debian/rules	2006-11-01 10:05:15 UTC (rev 2701)
@@ -18,7 +18,7 @@
 ANT_INVOKE	:= $(JAVACMD) -classpath $(DEB_CLASSPATH) \
 		org.apache.tools.ant.Main $(DEB_ANT_ARGS)
 
-PKGNAME		:= libjaxme-java
+PKGNAME		:= libdom4j-java
 INSTALLDIR	:= $(CURDIR)/debian/$(PKGNAME)
 JAVALIBDIR	:= $(INSTALLDIR)/usr/share/java
 
@@ -63,6 +63,3 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install
-
-# move jaxen/dom4j stuff to the source directory
-#	cp -r debian/jaxen_src/* src/java/	




More information about the pkg-java-commits mailing list