[Pkg-samba-maint] r3509 - branches/ldb/experimental/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Mon May 31 12:09:36 UTC 2010
Author: jelmer
Date: 2010-05-31 12:09:32 +0000 (Mon, 31 May 2010)
New Revision: 3509
Modified:
branches/ldb/experimental/debian/build-orig.sh
branches/ldb/experimental/debian/changelog
Log:
New upstream snapshot.
Modified: branches/ldb/experimental/debian/build-orig.sh
===================================================================
--- branches/ldb/experimental/debian/build-orig.sh 2010-05-31 02:30:26 UTC (rev 3508)
+++ branches/ldb/experimental/debian/build-orig.sh 2010-05-31 12:09:32 UTC (rev 3509)
@@ -7,7 +7,7 @@
GIT_URL=git://git.samba.org/samba.git
fi
-LDBTMP=$TMPDIR/$RANDOM.ldb.git
+LDBTMP=`mktemp -d`
git clone --depth 1 $GIT_URL $LDBTMP
if [ ! -z "$REFSPEC" ]; then
pushd $LDBTMP
Modified: branches/ldb/experimental/debian/changelog
===================================================================
--- branches/ldb/experimental/debian/changelog 2010-05-31 02:30:26 UTC (rev 3508)
+++ branches/ldb/experimental/debian/changelog 2010-05-31 12:09:32 UTC (rev 3509)
@@ -1,3 +1,9 @@
+ldb (1:0.9.11~git20100531-1) experimental; urgency=low
+
+ * New upstream snapshot.
+
+ -- Jelmer Vernooij <jelmer at debian.org> Mon, 31 May 2010 14:03:40 +0200
+
ldb (1:0.9.10~git20100531-1) experimental; urgency=low
* New upstream snapshot, switch back to waf.
More information about the Pkg-samba-maint
mailing list