r878 - /branches/kboincspy/experimental/debian/changelog /scripts/export-kbs

fst at users.alioth.debian.org fst at users.alioth.debian.org
Tue Apr 1 15:50:17 UTC 2008


Author: fst
Date: Tue Apr  1 15:50:17 2008
New Revision: 878

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=878
Log:
Use ~svn$REV instead of +svn$REV so that the actual release sorts higher.

Modified:
    branches/kboincspy/experimental/debian/changelog
    scripts/export-kbs

Modified: branches/kboincspy/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/kboincspy/experimental/debian/changelog?rev=878&op=diff
==============================================================================
--- branches/kboincspy/experimental/debian/changelog (original)
+++ branches/kboincspy/experimental/debian/changelog Tue Apr  1 15:50:17 2008
@@ -1,4 +1,4 @@
-kboincspy (0.9.2+svn866-1) UNRELEASED; urgency=low
+kboincspy (0.9.2~svn866-1) UNRELEASED; urgency=low
 
   * New upstream snapshot.
     - Fixes number overflow in CPDN Trickles and TimeSteps. (closes: #381670)

Modified: scripts/export-kbs
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/export-kbs?rev=878&op=diff
==============================================================================
--- scripts/export-kbs (original)
+++ scripts/export-kbs Tue Apr  1 15:50:17 2008
@@ -17,7 +17,7 @@
 VERSION=`grep 'set(KBS_LIB_VERSION' "$ORIG_DIR/CMakeLists.txt" | \
     cut -d' ' -f2 | sed 's/)//g'`
 
-ORIG_ARCHIVE="kboincspy_$VERSION+svn$REVISION.orig.tar.gz"
+ORIG_ARCHIVE="kboincspy_$VERSION~svn$REVISION.orig.tar.gz"
 if [ -e $ORIG_ARCHIVE ]; then
     echo "Error: $ORIG_ARCHIVE already exists"
     exit 1




More information about the pkg-boinc-commits mailing list