The following commit has been merged in the master branch:
commit c351f72244fb7a0f0f2764fcc38b873a7d99166a
Author: Guillem Jover <[email protected]>
Date:   Tue Sep 15 14:11:36 2009 +0200

    Move PARTSDIR macro from libdpkg to dpkg-split
    
    This is a private macro, internal to dpkg-split.

diff --git a/dpkg-split/dpkg-split.h b/dpkg-split/dpkg-split.h
index 58da557..d2f01cc 100644
--- a/dpkg-split/dpkg-split.h
+++ b/dpkg-split/dpkg-split.h
@@ -69,6 +69,8 @@ void addtopartlist(struct partinfo**, struct partinfo*, 
struct partinfo *refi);
 
 #define SPLITVERSION       "2.1"
 
+#define PARTSDIR          "parts/"
+
 #define PARTMAGIC         "!<arch>\ndebian-split    "
 #define HEADERALLOWANCE    1024
 
diff --git a/lib/dpkg/dpkg.h b/lib/dpkg/dpkg.h
index 32279e6..e875a7d 100644
--- a/lib/dpkg/dpkg.h
+++ b/lib/dpkg/dpkg.h
@@ -75,7 +75,6 @@ DPKG_BEGIN_DECLS
 #define STATOVERRIDEFILE  "statoverride"
 #define UPDATESDIR        "updates/"
 #define INFODIR           "info/"
-#define PARTSDIR          "parts/"
 #define TRIGGERSDIR       "triggers/"
 #define TRIGGERSFILEFILE  "File"
 #define TRIGGERSDEFERREDFILE "Unincorp"

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to