[Pkg-samba-maint] r3039 - trunk/talloc/debian
jelmer at alioth.debian.org
jelmer at alioth.debian.org
Fri Sep 11 21:08:14 UTC 2009
Author: jelmer
Date: 2009-09-11 21:08:14 +0000 (Fri, 11 Sep 2009)
New Revision: 3039
Added:
trunk/talloc/debian/libtalloc2.install
trunk/talloc/debian/libtalloc2.symbols
Removed:
trunk/talloc/debian/libtalloc1.install
trunk/talloc/debian/libtalloc1.symbols
trunk/talloc/debian/patches/
Modified:
trunk/talloc/debian/changelog
trunk/talloc/debian/control
trunk/talloc/debian/rules
Log:
New upstream release.
Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog 2009-09-11 20:50:06 UTC (rev 3038)
+++ trunk/talloc/debian/changelog 2009-09-11 21:08:14 UTC (rev 3039)
@@ -1,3 +1,9 @@
+talloc (2.0.0-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Jelmer Vernooij <jelmer at debian.org> Fri, 11 Sep 2009 22:50:53 +0200
+
talloc (1.3.1-2) unstable; urgency=low
* Bump shlibs and use symbol versioning. Closes: #536322
Modified: trunk/talloc/debian/control
===================================================================
--- trunk/talloc/debian/control 2009-09-11 20:50:06 UTC (rev 3038)
+++ trunk/talloc/debian/control 2009-09-11 21:08:14 UTC (rev 3039)
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Jelmer Vernooij <jelmer at debian.org>
Homepage: http://talloc.samba.org/
-Build-Depends: debhelper (>= 5.0.37.2), quilt (>= 0.40), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig
+Build-Depends: debhelper (>= 5.0.37.2), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/talloc
DM-Upload-Allowed: yes
-Package: libtalloc1
+Package: libtalloc2
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
@@ -18,7 +18,7 @@
Package: libtalloc-dev
Section: libdevel
-Depends: libtalloc1 (=${binary:Version})
+Depends: libtalloc2 (=${binary:Version})
Architecture: any
Description: hierarchical pool based memory allocator - development files
A hierarchical pool based memory allocator with destructors. It uses
Deleted: trunk/talloc/debian/libtalloc1.install
===================================================================
--- trunk/talloc/debian/libtalloc1.install 2009-09-11 20:50:06 UTC (rev 3038)
+++ trunk/talloc/debian/libtalloc1.install 2009-09-11 21:08:14 UTC (rev 3039)
@@ -1 +0,0 @@
-usr/lib/libtalloc.so.*
Deleted: trunk/talloc/debian/libtalloc1.symbols
===================================================================
--- trunk/talloc/debian/libtalloc1.symbols 2009-09-11 20:50:06 UTC (rev 3038)
+++ trunk/talloc/debian/libtalloc1.symbols 2009-09-11 21:08:14 UTC (rev 3039)
@@ -1,57 +0,0 @@
-libtalloc.so.1 libtalloc1 #MINVER#
- _talloc at Base 1.0.1
- _talloc_array at Base 1.0.1
- _talloc_get_type_abort at Base 1.3.0
- _talloc_memdup at Base 1.0.1
- _talloc_move at Base 1.0.1
- _talloc_realloc at Base 1.0.1
- _talloc_realloc_array at Base 1.0.1
- _talloc_reference at Base 1.0.1
- _talloc_set_destructor at Base 1.0.1
- _talloc_steal at Base 1.0.1
- _talloc_zero at Base 1.0.1
- _talloc_zero_array at Base 1.0.1
- talloc_asprintf at Base 1.0.1
- talloc_asprintf_append at Base 1.0.1
- talloc_asprintf_append_buffer at Base 1.1.0~svn26291
- talloc_autofree_context at Base 1.0.1
- talloc_check_name at Base 1.0.1
- talloc_disable_null_tracking at Base 1.0.1
- talloc_enable_leak_report at Base 1.0.1
- talloc_enable_leak_report_full at Base 1.0.1
- talloc_enable_null_tracking at Base 1.0.1
- talloc_find_parent_byname at Base 1.0.1
- talloc_free at Base 1.0.1
- talloc_free_children at Base 1.0.1
- talloc_get_name at Base 1.0.1
- talloc_get_size at Base 1.0.1
- talloc_increase_ref_count at Base 1.0.1
- talloc_init at Base 1.0.1
- talloc_is_parent at Base 1.0.1
- talloc_named at Base 1.0.1
- talloc_named_const at Base 1.0.1
- talloc_parent at Base 1.0.1
- talloc_parent_name at Base 1.0.1
- talloc_pool at Base 1.2.0~git20080520
- talloc_realloc_fn at Base 1.0.1
- talloc_reference_count at Base 1.0.1
- talloc_report at Base 1.0.1
- talloc_report_depth_cb at Base 1.0.1
- talloc_report_depth_file at Base 1.0.1
- talloc_report_full at Base 1.0.1
- talloc_set_abort_fn at Base 1.3.0
- talloc_set_name at Base 1.0.1
- talloc_set_name_const at Base 1.0.1
- talloc_show_parents at Base 1.0.1
- talloc_strdup at Base 1.0.1
- talloc_strdup_append at Base 1.1.0~svn26291
- talloc_strdup_append_buffer at Base 1.1.0~svn26291
- talloc_strndup at Base 1.0.1
- talloc_strndup_append at Base 1.1.0~svn26291
- talloc_strndup_append_buffer at Base 1.1.0~svn26291
- talloc_total_blocks at Base 1.0.1
- talloc_total_size at Base 1.0.1
- talloc_unlink at Base 1.0.1
- talloc_vasprintf at Base 1.0.1
- talloc_vasprintf_append at Base 1.0.1
- talloc_vasprintf_append_buffer at Base 1.1.0~svn26291
Copied: trunk/talloc/debian/libtalloc2.install (from rev 2952, trunk/talloc/debian/libtalloc1.install)
===================================================================
--- trunk/talloc/debian/libtalloc2.install (rev 0)
+++ trunk/talloc/debian/libtalloc2.install 2009-09-11 21:08:14 UTC (rev 3039)
@@ -0,0 +1 @@
+usr/lib/libtalloc.so.*
Copied: trunk/talloc/debian/libtalloc2.symbols (from rev 2952, trunk/talloc/debian/libtalloc1.symbols)
===================================================================
--- trunk/talloc/debian/libtalloc2.symbols (rev 0)
+++ trunk/talloc/debian/libtalloc2.symbols 2009-09-11 21:08:14 UTC (rev 3039)
@@ -0,0 +1,62 @@
+libtalloc.so.2 libtalloc2 #MINVER#
+ _talloc at Base 2.0.0
+ _talloc_array at Base 2.0.0
+ _talloc_free at Base 2.0.0
+ _talloc_get_type_abort at Base 2.0.0
+ _talloc_memdup at Base 2.0.0
+ _talloc_move at Base 2.0.0
+ _talloc_realloc at Base 2.0.0
+ _talloc_realloc_array at Base 2.0.0
+ _talloc_reference_loc at Base 2.0.0
+ _talloc_set_destructor at Base 2.0.0
+ _talloc_steal_loc at Base 2.0.0
+ _talloc_zero at Base 2.0.0
+ _talloc_zero_array at Base 2.0.0
+ talloc_asprintf at Base 2.0.0
+ talloc_asprintf_append at Base 2.0.0
+ talloc_asprintf_append_buffer at Base 2.0.0
+ talloc_autofree_context at Base 2.0.0
+ talloc_check_name at Base 2.0.0
+ talloc_disable_null_tracking at Base 2.0.0
+ talloc_enable_leak_report at Base 2.0.0
+ talloc_enable_leak_report_full at Base 2.0.0
+ talloc_enable_null_tracking at Base 2.0.0
+ talloc_find_parent_byname at Base 2.0.0
+ talloc_free_children at Base 2.0.0
+ talloc_get_name at Base 2.0.0
+ talloc_get_size at Base 2.0.0
+ talloc_increase_ref_count at Base 2.0.0
+ talloc_init at Base 2.0.0
+ talloc_is_parent at Base 2.0.0
+ talloc_named at Base 2.0.0
+ talloc_named_const at Base 2.0.0
+ talloc_parent at Base 2.0.0
+ talloc_parent_name at Base 2.0.0
+ talloc_pool at Base 2.0.0
+ talloc_realloc_fn at Base 2.0.0
+ talloc_reference_count at Base 2.0.0
+ talloc_reparent at Base 2.0.0
+ talloc_report at Base 2.0.0
+ talloc_report_depth_cb at Base 2.0.0
+ talloc_report_depth_file at Base 2.0.0
+ talloc_report_full at Base 2.0.0
+ talloc_set_abort_fn at Base 2.0.0
+ talloc_set_log_fn at Base 2.0.0
+ talloc_set_log_stderr at Base 2.0.0
+ talloc_set_name at Base 2.0.0
+ talloc_set_name_const at Base 2.0.0
+ talloc_show_parents at Base 2.0.0
+ talloc_strdup at Base 2.0.0
+ talloc_strdup_append at Base 2.0.0
+ talloc_strdup_append_buffer at Base 2.0.0
+ talloc_strndup at Base 2.0.0
+ talloc_strndup_append at Base 2.0.0
+ talloc_strndup_append_buffer at Base 2.0.0
+ talloc_total_blocks at Base 2.0.0
+ talloc_total_size at Base 2.0.0
+ talloc_unlink at Base 2.0.0
+ talloc_vasprintf at Base 2.0.0
+ talloc_vasprintf_append at Base 2.0.0
+ talloc_vasprintf_append_buffer at Base 2.0.0
+ talloc_version_major at Base 2.0.0
+ talloc_version_minor at Base 2.0.0
Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules 2009-09-11 20:50:06 UTC (rev 3038)
+++ trunk/talloc/debian/rules 2009-09-11 21:08:14 UTC (rev 3039)
@@ -8,8 +8,6 @@
CFLAGS += -O2
endif
-include /usr/share/quilt/quilt.make
-
DESTDIR=$(CURDIR)/debian/tmp
conf_args = --prefix=/usr
@@ -20,7 +18,7 @@
conf_args += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
-configure: patch configure-stamp
+configure: configure-stamp
configure-stamp:
dh_testdir
CFLAGS="$(CFLAGS)" ./configure $(conf_args)
@@ -35,9 +33,7 @@
endif
touch build-stamp
-clean: clean-patched unpatch
-
-clean-patched:
+clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -51,8 +47,8 @@
dh_installdirs
mkdir -p $(DESTDIR)`swig -swiglib`
$(MAKE) install DESTDIR=$(DESTDIR)
- ln -s libtalloc.so.1.* $(DESTDIR)/usr/lib/libtalloc.so.1
- ln -s libtalloc.so.1.* $(DESTDIR)/usr/lib/libtalloc.so
+ ln -s libtalloc.so.2.* $(DESTDIR)/usr/lib/libtalloc.so.2
+ ln -s libtalloc.so.2.* $(DESTDIR)/usr/lib/libtalloc.so
dh_install --list-missing --fail-missing --sourcedir=$(DESTDIR)
# Build architecture-dependent files here.
@@ -68,7 +64,7 @@
dh_link
dh_compress
dh_fixperms
- dh_makeshlibs -V 'libtalloc1 (>= 1.3.0)' -- -c4
+ dh_makeshlibs -V 'libtalloc2' -- -c4
dh_installdeb
dh_shlibdeps
dh_gencontrol
@@ -76,4 +72,4 @@
dh_builddeb
binary: binary-arch
-.PHONY: build clean binary-arch binary install configure patch unpatch
+.PHONY: build clean binary-arch binary install configure
More information about the Pkg-samba-maint
mailing list