r807 - /scripts/download-seti /trunk/boinc-app-seti/debian/changelog

fst at users.alioth.debian.org fst at users.alioth.debian.org
Wed Jan 2 09:01:55 UTC 2008


Author: fst
Date: Wed Jan  2 09:01:55 2008
New Revision: 807

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=807
Log:
Removed "cvs" from the upstream version to make it independent of the
used VCS (upstream uses Subversion now) and us ~ instead of + so that
x.y-1 >> x.y~$date-1 is true.

Modified:
    scripts/download-seti
    trunk/boinc-app-seti/debian/changelog

Modified: scripts/download-seti
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/download-seti?rev=807&op=diff
==============================================================================
--- scripts/download-seti (original)
+++ scripts/download-seti Wed Jan  2 09:01:55 2008
@@ -38,7 +38,7 @@
 date=`echo $DATE | tr -d "-"`
 
 if which egrep; then
-	f=`ls  . | egrep "boinc-app-seti_.*+cvs$date.orig.tar.gz\$"| tr -d '\n'`
+	f=`ls  . | egrep "boinc-app-seti_.*~$date.orig.tar.gz\$"| tr -d '\n'`
 	if [ -n "$f" ]; then
 		echo "The file '$f' was already found in the local directory. No additional download performed."
 		exit 0
@@ -69,7 +69,7 @@
 
 CFG_AC="seti_boinc/configure.ac"
 VERSION="`grep AC_INIT $CFG_AC | cut -d ',' -f 2 | sed 's/\s*//g'`"
-DEBIAN_VERSION="$VERSION+cvs$date"
+DEBIAN_VERSION="$VERSION~$date"
 
 # remove non-free or unneeded things
 rm -rf seti_boinc/jpeglib

Modified: trunk/boinc-app-seti/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc-app-seti/debian/changelog?rev=807&op=diff
==============================================================================
--- trunk/boinc-app-seti/debian/changelog (original)
+++ trunk/boinc-app-seti/debian/changelog Wed Jan  2 09:01:55 2008
@@ -1,7 +1,8 @@
-boinc-app-seti (5.28+cvs20071120-1) unstable; urgency=low
+boinc-app-seti (5.28~20071120-1) unstable; urgency=low
 
   [ Steffen Moeller ]
-  * boinc-app-seti: wrote debian/rules get-orig-source target
+  * debian/rules: Wrote get-orig-source target that downloads the latest
+    nightly tarball.
 
   [ Frank S. Thomas ]
   * debian/patches/:
@@ -16,7 +17,7 @@
     arguments, because it breaks some handwritten rules in client/Makefile.am
     which require that $(DEPDIR) exists.
 
- -- Frank S. Thomas <fst at debian.org>  Mon, 31 Dec 2007 16:27:50 +0100
+ -- Frank S. Thomas <fst at debian.org>  Wed, 02 Jan 2008 03:24:03 +0100
 
 boinc-app-seti (5.13+cvs20060510-3) unstable; urgency=low
 




More information about the pkg-boinc-commits mailing list