[Pkg-samba-maint] r2758 - trunk/talloc/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Sat May 16 01:36:29 UTC 2009
Author: jelmer
Date: 2009-05-16 01:36:29 +0000 (Sat, 16 May 2009)
New Revision: 2758
Removed:
trunk/talloc/debian/build-orig.sh
Modified:
trunk/talloc/debian/changelog
trunk/talloc/debian/watch
Log:
Package 1.3.0.
Deleted: trunk/talloc/debian/build-orig.sh
===================================================================
--- trunk/talloc/debian/build-orig.sh 2009-05-15 17:54:09 UTC (rev 2757)
+++ trunk/talloc/debian/build-orig.sh 2009-05-16 01:36:29 UTC (rev 2758)
@@ -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/v4-0-test
-fi
-
-TALLOCTMP=$TMPDIR/$RANDOM.talloc.git
-version=$( dpkg-parsechangelog -l`dirname $0`/changelog | sed -n 's/^Version: \(.*:\|\)//p' | sed 's/-[0-9.]\+$//' )
-git clone --depth 1 -l $GIT_URL $TALLOCTMP
-if [ ! -z "$REFSPEC" ]; then
- pushd $TALLOCTMP
- git checkout $REFSPEC || exit 1
- popd
-fi
-
-mv $TALLOCTMP/lib/talloc "talloc-$version"
-mv $TALLOCTMP/lib/replace "talloc-$version/libreplace"
-rm -rf $TALLOCTMP
-pushd "talloc-$version" && ./autogen.sh && popd
-tar cvz "talloc-$version" > "talloc_$version.orig.tar.gz"
-rm -rf "talloc-$version"
Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog 2009-05-15 17:54:09 UTC (rev 2757)
+++ trunk/talloc/debian/changelog 2009-05-16 01:36:29 UTC (rev 2758)
@@ -1,3 +1,9 @@
+talloc (1.3.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Jelmer Vernooij <jelmer at debian.org> Sat, 16 May 2009 02:57:53 +0200
+
talloc (1.2.1-1) unstable; urgency=low
[ Steve Langasek ]
Modified: trunk/talloc/debian/watch
===================================================================
--- trunk/talloc/debian/watch 2009-05-15 17:54:09 UTC (rev 2757)
+++ trunk/talloc/debian/watch 2009-05-16 01:36:29 UTC (rev 2758)
@@ -1,2 +1,2 @@
-# talloc 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/talloc/talloc-(.+).tar.gz
More information about the Pkg-samba-maint
mailing list