[pkg-java] r5034 - trunk/groovy/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sat Dec 15 14:23:34 UTC 2007


Author: twerner
Date: 2007-12-15 14:23:34 +0000 (Sat, 15 Dec 2007)
New Revision: 5034

Added:
   trunk/groovy/debian/groovy-doc.docs
   trunk/groovy/debian/groovy.manpages
Removed:
   trunk/groovy/debian/groovy-doc.install
   trunk/groovy/debian/manpages
Modified:
   trunk/groovy/debian/changelog
   trunk/groovy/debian/orig-tar.sh
Log:
* debian/rules:
* Remove the (binary only) PDF file from orig.tar.gz.

Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog	2007-12-14 22:40:41 UTC (rev 5033)
+++ trunk/groovy/debian/changelog	2007-12-15 14:23:34 UTC (rev 5034)
@@ -11,7 +11,7 @@
     + Add Suggests for the binary and doc packages
   * Add debian/watch, debian/orig-tar.sh to create orig.tar.gz
   * Write a new debian/build.xml and add debian/ant.properties
-  * debian/rules: 
+  * debian/rules:
     + call javadoc to build docs
     + use sun-java6-jdk to build
   * Clean up javadoc installation.
@@ -21,8 +21,9 @@
   [ Torsten Werner ]
   * Switch to libservlet2.4-java.
   * Add Build-Depends: libjline-java.
+  * Remove the (binary only) PDF file from orig.tar.gz.
 
- -- Varun Hiremath <varun at debian.org>  Fri, 14 Dec 2007 16:47:51 +0530
+ -- Torsten Werner <twerner at debian.org>  Sat, 15 Dec 2007 15:21:00 +0100
 
 groovy (0.1.0beta10-3) unstable; urgency=low
 

Copied: trunk/groovy/debian/groovy-doc.docs (from rev 5033, trunk/groovy/debian/groovy-doc.install)
===================================================================
--- trunk/groovy/debian/groovy-doc.docs	                        (rev 0)
+++ trunk/groovy/debian/groovy-doc.docs	2007-12-15 14:23:34 UTC (rev 5034)
@@ -0,0 +1 @@
+target/docs/api

Deleted: trunk/groovy/debian/groovy-doc.install
===================================================================
--- trunk/groovy/debian/groovy-doc.install	2007-12-14 22:40:41 UTC (rev 5033)
+++ trunk/groovy/debian/groovy-doc.install	2007-12-15 14:23:34 UTC (rev 5034)
@@ -1 +0,0 @@
-target/docs/api/*	/usr/share/doc/groovy-doc/api/

Copied: trunk/groovy/debian/groovy.manpages (from rev 5033, trunk/groovy/debian/manpages)
===================================================================
--- trunk/groovy/debian/groovy.manpages	                        (rev 0)
+++ trunk/groovy/debian/groovy.manpages	2007-12-15 14:23:34 UTC (rev 5034)
@@ -0,0 +1,2 @@
+debian/groovy.1
+debian/groovyc.1

Deleted: trunk/groovy/debian/manpages
===================================================================
--- trunk/groovy/debian/manpages	2007-12-14 22:40:41 UTC (rev 5033)
+++ trunk/groovy/debian/manpages	2007-12-15 14:23:34 UTC (rev 5034)
@@ -1,2 +0,0 @@
-debian/groovy.1
-debian/groovyc.1

Modified: trunk/groovy/debian/orig-tar.sh
===================================================================
--- trunk/groovy/debian/orig-tar.sh	2007-12-14 22:40:41 UTC (rev 5033)
+++ trunk/groovy/debian/orig-tar.sh	2007-12-15 14:23:34 UTC (rev 5034)
@@ -7,7 +7,7 @@
 # clean up the upstream tarball
 unzip $3
 mv groovy-$2 $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.pdf' $DIR
 rm -rf $3 $DIR
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list