[SCM] Samba Shared Repository - branch master updated

Rusty Russell rusty at samba.org
Sun Feb 26 23:00:03 MST 2012


The branch, master has been updated
       via  90c03cc lib/tdb2: rename tdb2.pc to tdb.pc
      from  47c62ee upgradehelpers: Simplify transaction handling.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 90c03ccf4c7bb33ac8b6c1338ec97642bcf8251b
Author: Rusty Russell <rusty at rustcorp.com.au>
Date:   Mon Feb 27 14:15:47 2012 +1030

    lib/tdb2: rename tdb2.pc to tdb.pc
    
    The library is called tdb, so the pc file must have the same name.
    
    Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
    
    Autobuild-User: Rusty Russell <rusty at rustcorp.com.au>
    Autobuild-Date: Mon Feb 27 06:59:58 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/tdb2/{tdb2.pc.in => tdb.pc.in} |    0
 lib/tdb2/wscript                   |    2 +-
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename lib/tdb2/{tdb2.pc.in => tdb.pc.in} (100%)


Changeset truncated at 500 lines:

diff --git a/lib/tdb2/tdb2.pc.in b/lib/tdb2/tdb.pc.in
similarity index 100%
rename from lib/tdb2/tdb2.pc.in
rename to lib/tdb2/tdb.pc.in
diff --git a/lib/tdb2/wscript b/lib/tdb2/wscript
index a7edda4..28fda3f 100644
--- a/lib/tdb2/wscript
+++ b/lib/tdb2/wscript
@@ -92,7 +92,7 @@ def build(bld):
                               vnum=VERSION,
                               public_headers='tdb2.h',
                               public_headers_install=not private_library,
-                              pc_files='tdb2.pc',
+                              pc_files='tdb.pc',
                               private_library=private_library)
 
             bld.SAMBA_BINARY('tdbtorture',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list