[pkg-java] r7159 - trunk/cup/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Thu Oct 16 21:20:21 UTC 2008


Author: twerner
Date: 2008-10-16 21:20:20 +0000 (Thu, 16 Oct 2008)
New Revision: 7159

Added:
   trunk/cup/debian/cup.manpages
Modified:
   trunk/cup/debian/rules
Log:
add shell script and manpage


Added: trunk/cup/debian/cup.manpages
===================================================================
--- trunk/cup/debian/cup.manpages	                        (rev 0)
+++ trunk/cup/debian/cup.manpages	2008-10-16 21:20:20 UTC (rev 7159)
@@ -0,0 +1 @@
+debian/cup.1

Modified: trunk/cup/debian/rules
===================================================================
--- trunk/cup/debian/rules	2008-10-16 21:14:35 UTC (rev 7158)
+++ trunk/cup/debian/rules	2008-10-16 21:20:20 UTC (rev 7159)
@@ -8,7 +8,9 @@
 DEB_JARS             := cup JFlex
 
 install/cup::
-	install -D dist/java-cup-11a.jar $(DEB_DESTDIR)/usr/share/java/cup-0.11a.jar
+	install -D -m644 dist/java-cup-11a.jar \
+	  $(DEB_DESTDIR)/usr/share/java/cup-0.11a.jar
+	install -D debian/cup.sh $(DEB_DESTDIR)/usr/bin/cup
 
 get-orig-source:
 	wget -o cup_0.11a+20060608.orig.tar.gz \




More information about the pkg-java-commits mailing list