[Pkg-samba-maint] r2657 - trunk/talloc/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Sat Mar 14 18:02:02 UTC 2009
Author: jelmer
Date: 2009-03-14 18:02:02 +0000 (Sat, 14 Mar 2009)
New Revision: 2657
Modified:
trunk/talloc/debian/build-orig.sh
trunk/talloc/debian/changelog
trunk/talloc/debian/rules
Log:
New upstream release.
Modified: trunk/talloc/debian/build-orig.sh
===================================================================
--- trunk/talloc/debian/build-orig.sh 2009-03-14 16:04:19 UTC (rev 2656)
+++ trunk/talloc/debian/build-orig.sh 2009-03-14 18:02:02 UTC (rev 2657)
@@ -20,8 +20,8 @@
popd
fi
-mv $TALLOCTMP/source/lib/talloc "talloc-$version"
-mv $TALLOCTMP/source/lib/replace "talloc-$version/libreplace"
+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"
Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog 2009-03-14 16:04:19 UTC (rev 2656)
+++ trunk/talloc/debian/changelog 2009-03-14 18:02:02 UTC (rev 2657)
@@ -1,4 +1,4 @@
-talloc (1.2.0~git20080616-2) UNRELEASED; urgency=low
+talloc (1.2.1-1) unstable; urgency=low
[ Steve Langasek ]
* Bump the shlibs in libtalloc1, since previous versions of this package
@@ -8,8 +8,9 @@
[ Jelmer Vernooij ]
* Add dummy watch file explaining how to obtain an upstream tarball.
+ * New upstream release.
- -- Jelmer Vernooij <jelmer at debian.org> Sat, 24 Jan 2009 23:55:15 +0100
+ -- Jelmer Vernooij <jelmer at debian.org> Sat, 14 Mar 2009 18:48:57 +0100
talloc (1.2.0~git20080616-1) unstable; urgency=low
Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules 2009-03-14 16:04:19 UTC (rev 2656)
+++ trunk/talloc/debian/rules 2009-03-14 18:02:02 UTC (rev 2657)
@@ -54,8 +54,8 @@
dh_installdirs
mkdir -p $(DESTDIR)`swig -swiglib`
$(MAKE) install DESTDIR=$(DESTDIR)
- ln -s libtalloc.so.1.2.0 $(DESTDIR)/usr/lib/libtalloc.so.1
- ln -s libtalloc.so.1.2.0 $(DESTDIR)/usr/lib/libtalloc.so
+ ln -s libtalloc.so.1.* $(DESTDIR)/usr/lib/libtalloc.so.1
+ ln -s libtalloc.so.1.* $(DESTDIR)/usr/lib/libtalloc.so
dh_install --list-missing --fail-missing --sourcedir=$(DESTDIR)
# Build architecture-dependent files here.
@@ -71,7 +71,7 @@
dh_link
dh_compress
dh_fixperms
- dh_makeshlibs -V 'libtalloc1 (>= 1.2.0~git20080616-1)'
+ dh_makeshlibs -V 'libtalloc1 (>= 1.2.1)'
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Pkg-samba-maint
mailing list