[Pkg-samba-maint] r3371 - trunk/ctdb/debian
sathieu at alioth.debian.org
sathieu at alioth.debian.org
Thu Mar 4 14:33:30 UTC 2010
tags 569206 pending
thanks
Author: sathieu
Date: 2010-03-04 14:33:28 +0000 (Thu, 04 Mar 2010)
New Revision: 3371
Added:
trunk/ctdb/debian/ctdb-dbg.README.Debian
trunk/ctdb/debian/ctdb-dbg.install
Removed:
trunk/ctdb/debian/ctdb.install
Modified:
trunk/ctdb/debian/changelog
trunk/ctdb/debian/control
Log:
Include testsuite in ctdb-dbg (Closes: #569206)
Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog 2010-03-04 13:41:38 UTC (rev 3370)
+++ trunk/ctdb/debian/changelog 2010-03-04 14:33:28 UTC (rev 3371)
@@ -6,6 +6,7 @@
* Bump Standards-Version to 3.8.4: no changes
* Add ctdb-dbg: "CTDB debugging symbols" package
* New 61-spelling-errors-manpages.diff, thanks to lintian
+ * Include testsuite in ctdb-dbg (Closes: #569206)
-- Mathieu Parent <sathieu at debian.org> Wed, 03 Mar 2010 12:32:39 +0100
Modified: trunk/ctdb/debian/control
===================================================================
--- trunk/ctdb/debian/control 2010-03-04 13:41:38 UTC (rev 3370)
+++ trunk/ctdb/debian/control 2010-03-04 14:33:28 UTC (rev 3371)
@@ -45,7 +45,7 @@
Package: ctdb-dbg
Section: debug
Architecture: any
-Depends: ctdb (= ${binary:Version}), ${misc:Depends}
+Depends: ctdb (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: CTDB debugging symbols
CTDB is a cluster implementation of the TDB database used by Samba and other
projects to store temporary data. If an application is already using TDB for
Added: trunk/ctdb/debian/ctdb-dbg.README.Debian
===================================================================
--- trunk/ctdb/debian/ctdb-dbg.README.Debian (rev 0)
+++ trunk/ctdb/debian/ctdb-dbg.README.Debian 2010-03-04 14:33:28 UTC (rev 3371)
@@ -0,0 +1,8 @@
+Running the testsuite
+---------------------
+
+* Add /usr/lib/ctdb/tests/bin to the PATH.
+
+* Change dir to /usr/share/ctdb/tests
+
+* Follow instructions from /usr/share/ctdb/tests/README
Copied: trunk/ctdb/debian/ctdb-dbg.install (from rev 3368, trunk/ctdb/debian/ctdb.install)
===================================================================
--- trunk/ctdb/debian/ctdb-dbg.install (rev 0)
+++ trunk/ctdb/debian/ctdb-dbg.install 2010-03-04 14:33:28 UTC (rev 3371)
@@ -0,0 +1,17 @@
+tests/bin/ctdb_bench usr/lib/ctdb/tests/bin
+tests/bin/ctdb_fetch usr/lib/ctdb/tests/bin
+tests/bin/ctdb_fetch_one usr/lib/ctdb/tests/bin
+tests/bin/ctdb_persistent usr/lib/ctdb/tests/bin
+tests/bin/ctdb_randrec usr/lib/ctdb/tests/bin
+tests/bin/ctdb_store usr/lib/ctdb/tests/bin
+tests/bin/ctdb_transaction usr/lib/ctdb/tests/bin
+tests/bin/ctdb_traverse usr/lib/ctdb/tests/bin
+tests/bin/rb_test usr/lib/ctdb/tests/bin
+tests/complex usr/share/ctdb/tests
+tests/events.d usr/share/ctdb/tests
+tests/README usr/share/ctdb/tests
+tests/recover.sh usr/share/ctdb/tests
+tests/run_tests.sh usr/share/ctdb/tests
+tests/simple usr/share/ctdb/tests
+tests/test_check_tcp_ports.sh usr/share/ctdb/tests
+tests/TODO usr/share/ctdb/tests
Deleted: trunk/ctdb/debian/ctdb.install
===================================================================
--- trunk/ctdb/debian/ctdb.install 2010-03-04 13:41:38 UTC (rev 3370)
+++ trunk/ctdb/debian/ctdb.install 2010-03-04 14:33:28 UTC (rev 3371)
@@ -1 +0,0 @@
-tests/bin/ctdb_transaction usr/sbin
More information about the Pkg-samba-maint
mailing list