[Pkg-samba-maint] r1350 - in trunk/talloc/debian: . patches
Jelmer Vernooij
ctrlsoft-guest at alioth.debian.org
Sun Apr 29 23:50:59 UTC 2007
Author: ctrlsoft-guest
Date: 2007-04-29 23:50:58 +0000 (Sun, 29 Apr 2007)
New Revision: 1350
Modified:
trunk/talloc/debian/changelog
trunk/talloc/debian/control
trunk/talloc/debian/copyright
trunk/talloc/debian/patches/solib.patch
trunk/talloc/debian/rules
Log:
Fix some more things after review by Sesse.
Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog 2007-04-29 23:40:55 UTC (rev 1349)
+++ trunk/talloc/debian/changelog 2007-04-29 23:50:58 UTC (rev 1350)
@@ -2,4 +2,4 @@
* Initial release. (Closes: #356088)
- -- Jelmer Vernooij <jelmer at samba.org> Wed, 25 Apr 2007 15:35:53 +0200
+ -- Jelmer Vernooij <jelmer at samba.org> Wed, 30 Apr 2007 02:34:53 +0200
Modified: trunk/talloc/debian/control
===================================================================
--- trunk/talloc/debian/control 2007-04-29 23:40:55 UTC (rev 1349)
+++ trunk/talloc/debian/control 2007-04-29 23:50:58 UTC (rev 1350)
@@ -9,16 +9,14 @@
Package: libtalloc1
Architecture: any
Depends: ${shlibs:Depends}
-Description: Hierarchical pool based memory allocator
- A hierarchical pool based memory allocator with destructors. It is
- the core memory allocator used in Samba4, and has made a huge difference in
- many aspects of Samba4 development.
+Description: hierarchical pool based memory allocator
+ A hierarchical pool based memory allocator with destructors.
+ .
+ Homepage: http://talloc.samba.org/
Package: libtalloc-dev
Architecture: any
-Description: Hierarchical pool based memory allocator
- A hierarchical pool based memory allocator with destructors. It is
- the core memory allocator used in Samba4, and has made a huge difference in
- many aspects of Samba4 development.
+Description: hierarchical pool based memory allocator - development files
+ A hierarchical pool based memory allocator with destructors.
.
This package contains the development files.
Modified: trunk/talloc/debian/copyright
===================================================================
--- trunk/talloc/debian/copyright 2007-04-29 23:40:55 UTC (rev 1349)
+++ trunk/talloc/debian/copyright 2007-04-29 23:50:58 UTC (rev 1350)
@@ -2,11 +2,12 @@
Mon Apr 30 01:48:43 CEST 2007.
It was obtained from the Samba projects' Subversion repository.
-The tarball was created by exporting
-svn://svn.samba.org/samba/branches/SAMBA_4_0/source/lib/talloc in . and
-exporting svn://svn.samba.org/samba/branches/SAMBA_4_0/source/lib/replace in
-libreplace.
+The tarball was created by running:
+svn://svn.samba.org/samba/branches/SAMBA_4_0/source/lib/talloc talloc-VERSION
+svn://svn.samba.org/samba/branches/SAMBA_4_0/source/lib/replace talloc-VERSION/libreplace
+where VERSION should be replaced with the version of talloc (currently 1.0).
+
Talloc is copyright (C) Andrew Tridgell <tridge at samba.org> and published
under the following license:
Modified: trunk/talloc/debian/patches/solib.patch
===================================================================
--- trunk/talloc/debian/patches/solib.patch 2007-04-29 23:40:55 UTC (rev 1349)
+++ trunk/talloc/debian/patches/solib.patch 2007-04-29 23:50:58 UTC (rev 1350)
@@ -1,3 +1,5 @@
+Adds rules to build a shared library version of talloc.
+
diff -ur talloc-1.0/Makefile.in talloc-1.0-debian/Makefile.in
--- talloc-1.0/Makefile.in 2007-04-25 16:18:22.000000000 +0200
+++ talloc-1.0-debian/Makefile.in 2007-04-30 02:26:26.000000000 +0200
Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules 2007-04-29 23:40:55 UTC (rev 1349)
+++ trunk/talloc/debian/rules 2007-04-29 23:50:58 UTC (rev 1350)
@@ -10,7 +10,7 @@
include /usr/share/quilt/quilt.make
-DESTDIR=`pwd`/debian/tmp
+DESTDIR=$(CURDIR)/debian/tmp
conf_args = --prefix=/usr
@@ -44,7 +44,6 @@
-$(MAKE) distclean
dh_clean
-install: DH_OPTIONS=$(DH_EXTRAS)
install: build
dh_testdir
dh_testroot
@@ -58,13 +57,11 @@
# Build architecture-dependent files here.
# Pass -a to all debhelper commands in this target to reduce clutter.
-binary-arch: DH_OPTIONS=-a $(DH_EXTRAS)
+binary-arch: DH_OPTIONS=-a
binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs
- dh_installexamples
- dh_installcron
dh_installchangelogs
dh_strip
dh_link
More information about the Pkg-samba-maint
mailing list