[pkg-java] r5947 - trunk/omegat/debian
tiagosab-guest at alioth.debian.org
tiagosab-guest at alioth.debian.org
Wed Mar 5 00:04:45 UTC 2008
Author: tiagosab-guest
Date: 2008-03-05 00:04:43 +0000 (Wed, 05 Mar 2008)
New Revision: 5947
Modified:
trunk/omegat/debian/changelog
trunk/omegat/debian/repack-source.sh
trunk/omegat/debian/watch
Log:
Reduce length of version number and update watchfile
and repacksource accordingly.
Modified: trunk/omegat/debian/changelog
===================================================================
--- trunk/omegat/debian/changelog 2008-03-04 23:40:56 UTC (rev 5946)
+++ trunk/omegat/debian/changelog 2008-03-05 00:04:43 UTC (rev 5947)
@@ -1,4 +1,4 @@
-omegat (1.7.3.up1+dfsg0-1) unstable; urgency=low
+omegat (1.7.3.u1+dfsg-1) unstable; urgency=low
* Add Vcs-Svn and Vcs-Browser fields.
* New upstream release.
Modified: trunk/omegat/debian/repack-source.sh
===================================================================
--- trunk/omegat/debian/repack-source.sh 2008-03-04 23:40:56 UTC (rev 5946)
+++ trunk/omegat/debian/repack-source.sh 2008-03-05 00:04:43 UTC (rev 5947)
@@ -11,7 +11,7 @@
FILENAME=$3
TMPDIR=`mktemp -d omegat-tmp`
-BASEDIR=$TMPDIR/omegat-${VERSION}.dfsg0
+BASEDIR=$TMPDIR/omegat-${VERSION}+dfsg
mkdir "$BASEDIR"
unzip -d "$BASEDIR" "$FILENAME"
@@ -22,7 +22,7 @@
rm "$BASEDIR"/release/win32-specific/*exe
# Repack
-GZIP=-9 tar -C "$TMPDIR" -czf ../omegat_${VERSION}.dfsg0.orig.tar.gz "omegat-${VERSION}.dfsg0"
+GZIP=-9 tar -C "$TMPDIR" -czf ../omegat_${VERSION}+dfsg.orig.tar.gz "omegat-${VERSION}+dfsg"
# Clean temporary files
rm -rf "$TMPDIR"
Modified: trunk/omegat/debian/watch
===================================================================
--- trunk/omegat/debian/watch 2008-03-04 23:40:56 UTC (rev 5946)
+++ trunk/omegat/debian/watch 2008-03-05 00:04:43 UTC (rev 5947)
@@ -1,6 +1,6 @@
version=3
#http://sf.net/omegat/OmegaT_(.*)_Source\.zip
-opts=dversionmangle=s/\+dfsg\d+$//,uversionmangle=s/_(\d)+/.update$1/ \
+opts=dversionmangle=s/\+dfsg\d*$//,uversionmangle=s/_(\d)+/.u$1/ \
http://heanet.dl.sourceforge.net/sourceforge/omegat/OmegaT_(.*)_Source.zip \
debian \
debian/repack-source.sh
More information about the pkg-java-commits
mailing list