[Pkg-samba-maint] r2248 - in trunk/ldb/debian: . patches

ctrlsoft-guest at alioth.debian.org ctrlsoft-guest at alioth.debian.org
Tue Dec 23 04:43:03 UTC 2008


Author: ctrlsoft-guest
Date: 2008-12-23 04:43:03 +0000 (Tue, 23 Dec 2008)
New Revision: 2248

Modified:
   trunk/ldb/debian/build-orig.sh
   trunk/ldb/debian/changelog
   trunk/ldb/debian/control
   trunk/ldb/debian/ldb-tools.install
   trunk/ldb/debian/patches/series
Log:
Package new snapshot.


Modified: trunk/ldb/debian/build-orig.sh
===================================================================
--- trunk/ldb/debian/build-orig.sh	2008-12-23 02:52:15 UTC (rev 2247)
+++ trunk/ldb/debian/build-orig.sh	2008-12-23 04:43:03 UTC (rev 2248)
@@ -8,7 +8,7 @@
 fi
 
 if [ -z "$REFSPEC" ]; then
-	REFSPEC=origin/v4-0-test
+	REFSPEC=origin/master
 fi
 
 LDBTMP=$TMPDIR/$RANDOM.ldb.git
@@ -20,11 +20,11 @@
 	popd
 fi
 
-mv $LDBTMP/source/lib/ldb "ldb-$version"
-mv $LDBTMP/source/lib/replace "ldb-$version/libreplace"
-mv $LDBTMP/source/lib/events "ldb-$version/events"
-mv $LDBTMP/source/lib/tdb "ldb-$version/tdb"
-mv $LDBTMP/source/lib/talloc "ldb-$version/talloc"
+mv $LDBTMP/source4/lib/ldb "ldb-$version"
+mv $LDBTMP/lib/replace "ldb-$version/libreplace"
+mv $LDBTMP/lib/tevent "ldb-$version/tevent"
+mv $LDBTMP/lib/tdb "ldb-$version/tdb"
+mv $LDBTMP/lib/talloc "ldb-$version/talloc"
 rm -rf $LDBTMP
 pushd "ldb-$version" && ./autogen.sh && popd
 tar cvz "ldb-$version" > "ldb_$version.orig.tar.gz"

Modified: trunk/ldb/debian/changelog
===================================================================
--- trunk/ldb/debian/changelog	2008-12-23 02:52:15 UTC (rev 2247)
+++ trunk/ldb/debian/changelog	2008-12-23 04:43:03 UTC (rev 2248)
@@ -1,3 +1,9 @@
+ldb (1:0.9.2~git20081223-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Tue, 23 Dec 2008 04:11:39 +0100
+
 ldb (1:0.9.2~git20080616-1) unstable; urgency=low
 
   * Fix version number accidently messed up by typo earlier.

Modified: trunk/ldb/debian/control
===================================================================
--- trunk/ldb/debian/control	2008-12-23 02:52:15 UTC (rev 2247)
+++ trunk/ldb/debian/control	2008-12-23 04:43:03 UTC (rev 2248)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Jelmer Vernooij <jelmer at samba.org>
-Build-Depends: debhelper (>> 5.0.0), quilt (>= 0.40), tdb-dev (>= 1.1.0), libtalloc-dev, libtalloc1 (>= 1.1.0~), pkg-config, libpopt-dev, docbook-xsl, docbook-xml, xsltproc, python-dev, python-support (>= 0.4), swig
+Build-Depends: debhelper (>> 5.0.0), quilt (>= 0.40), tdb-dev (>= 1.1.0), libtalloc-dev (>= 1.1.0~), libtevent-dev , pkg-config, libpopt-dev, docbook-xsl, docbook-xml, xsltproc, python-dev, python-support (>= 0.4), swig
 Homepage: http://ldb.samba.org/
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/ldb

Modified: trunk/ldb/debian/ldb-tools.install
===================================================================
--- trunk/ldb/debian/ldb-tools.install	2008-12-23 02:52:15 UTC (rev 2247)
+++ trunk/ldb/debian/ldb-tools.install	2008-12-23 04:43:03 UTC (rev 2248)
@@ -1,3 +1,2 @@
 usr/bin/ldb*
-usr/bin/oLschema2ldif
 usr/share/man/man1/*

Modified: trunk/ldb/debian/patches/series
===================================================================
--- trunk/ldb/debian/patches/series	2008-12-23 02:52:15 UTC (rev 2247)
+++ trunk/ldb/debian/patches/series	2008-12-23 04:43:03 UTC (rev 2248)
@@ -1 +0,0 @@
-01_disable_events_lib.patch




More information about the Pkg-samba-maint mailing list