Author: gmascellani-guest Date: 2009-11-04 07:49:49 +0000 (Wed, 04 Nov 2009) New Revision: 10986
Removed: trunk/libgettext-commons-java/debian/README.source trunk/libgettext-commons-java/debian/dirs trunk/libgettext-commons-java/debian/orig-tar.sh Log: Removed unused files Deleted: trunk/libgettext-commons-java/debian/README.source =================================================================== --- trunk/libgettext-commons-java/debian/README.source 2009-11-04 07:47:39 UTC (rev 10985) +++ trunk/libgettext-commons-java/debian/README.source 2009-11-04 07:49:49 UTC (rev 10986) @@ -1,9 +0,0 @@ -Information about libgettext-commons-java ------------------------------- - -This package was debianized using the mh_make command -from the maven-debian-helper package. - -The build system uses Maven but prevents it from downloading -anything from the Internet, making the build compliant with -the Debian policy. Deleted: trunk/libgettext-commons-java/debian/dirs =================================================================== --- trunk/libgettext-commons-java/debian/dirs 2009-11-04 07:47:39 UTC (rev 10985) +++ trunk/libgettext-commons-java/debian/dirs 2009-11-04 07:49:49 UTC (rev 10986) @@ -1 +0,0 @@ -/usr/share/java Deleted: trunk/libgettext-commons-java/debian/orig-tar.sh =================================================================== --- trunk/libgettext-commons-java/debian/orig-tar.sh 2009-11-04 07:47:39 UTC (rev 10985) +++ trunk/libgettext-commons-java/debian/orig-tar.sh 2009-11-04 07:49:49 UTC (rev 10986) @@ -1,16 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -TAR=../libgettext-commons-java_$VERSION.orig.tar.gz -DIR=libgettext-commons-java-$VERSION -TAG=$(echo "libgettext-commons-java-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') - -svn export http://gettext-commons.googlecode.com/svn/tags/${TAG} $DIR -GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR -rm -rf $DIR ../$TAG - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir && echo "moved $TAR to $origDir" -fi _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

