[Pkg-samba-maint] r2761 - trunk/tdb/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Sat May 16 02:31:53 UTC 2009
Author: jelmer
Date: 2009-05-16 02:31:53 +0000 (Sat, 16 May 2009)
New Revision: 2761
Removed:
trunk/tdb/debian/build-orig.sh
Modified:
trunk/tdb/debian/changelog
trunk/tdb/debian/control
trunk/tdb/debian/watch
Log:
* New upstream release.
* Bump standards version to 1.1.3.
Deleted: trunk/tdb/debian/build-orig.sh
===================================================================
--- trunk/tdb/debian/build-orig.sh 2009-05-16 02:31:45 UTC (rev 2760)
+++ trunk/tdb/debian/build-orig.sh 2009-05-16 02:31:53 UTC (rev 2761)
@@ -1,28 +0,0 @@
-#!/bin/bash
-REFSPEC=$1
-GIT_URL=$2
-shift 2
-
-if [ -z "$GIT_URL" ]; then
- GIT_URL=git://git.samba.org/samba.git
-fi
-
-if [ -z "$REFSPEC" ]; then
- REFSPEC=origin/master
-fi
-
-TDBTMP=$TMPDIR/$RANDOM.tdb.git
-version=$( dpkg-parsechangelog -l`dirname $0`/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$//' )
-git clone --depth 1 -l $GIT_URL $TDBTMP
-if [ ! -z "$REFSPEC" ]; then
- pushd $TDBTMP
- git checkout $REFSPEC || exit 1
- popd
-fi
-
-mv $TDBTMP/lib/tdb "tdb-$version"
-mv $TDBTMP/lib/replace "tdb-$version/libreplace"
-rm -rf $TDBTMP
-pushd "tdb-$version" && ./autogen.sh && popd
-tar cvz "tdb-$version" > "tdb_$version.orig.tar.gz"
-rm -rf "tdb-$version"
Modified: trunk/tdb/debian/changelog
===================================================================
--- trunk/tdb/debian/changelog 2009-05-16 02:31:45 UTC (rev 2760)
+++ trunk/tdb/debian/changelog 2009-05-16 02:31:53 UTC (rev 2761)
@@ -1,3 +1,10 @@
+tdb (1.1.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump standards version to 1.1.3.
+
+ -- Jelmer Vernooij <jelmer at debian.org> Sat, 16 May 2009 03:39:51 +0200
+
tdb (1.1.3~git20090221-1) unstable; urgency=low
* New upstream snapshot.
Modified: trunk/tdb/debian/control
===================================================================
--- trunk/tdb/debian/control 2009-05-16 02:31:45 UTC (rev 2760)
+++ trunk/tdb/debian/control 2009-05-16 02:31:53 UTC (rev 2761)
@@ -4,7 +4,7 @@
Maintainer: Jelmer Vernooij <jelmer at debian.org>
Build-Depends: debhelper (>> 5.0.0), quilt (>= 0.40), python-central (>= 0.5.6), python-dev
Homepage: http://tdb.samba.org/
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/tdb
XS-Python-Version: all
Modified: trunk/tdb/debian/watch
===================================================================
--- trunk/tdb/debian/watch 2009-05-16 02:31:45 UTC (rev 2760)
+++ trunk/tdb/debian/watch 2009-05-16 02:31:53 UTC (rev 2761)
@@ -1,2 +1,2 @@
-# tdb is maintained in git, and there are currently no upstream tarballs
-# "./debian/rules get-orig-source" will fetch the current snapshot from git
+version=3
+ftp://ftp.samba.org/pub/tdb/tdb-(.+).tar.gz
More information about the Pkg-samba-maint
mailing list