summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-01-04 18:33:16 +0200
committerGuillem Jover <guillem@debian.org>2009-01-04 18:33:16 +0200
commite80064ff8dad81dd310dedbf41419087998236f2 (patch)
tree21f307ecface240d77a55bec13a12fbdec0e11b6 /ChangeLog
parent006fc961abf17f962fb1b1299b277050483f676f (diff)
downloaddpkg-e80064ff8dad81dd310dedbf41419087998236f2.tar.gz
libdpkg: Move macros from dpkg.h to more specialized headers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f43df7715..afa8b7d64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2009-01-04 Guillem Jover <guillem@debian.org>
+ * lib/dpkg.h (LOCALLIBDIR): Move macro to ...
+ * dselect/Makefile.am (INCLUDES): ... here, as a -D argument.
+
+ * lib/dpkg.h (DSELECT): Move macro to ...
+ * dselect/dselect.h: ... here.
+
+ * lib/dpkg.h (SPLITVERSION, SPLITPARTDEFMAX): Move macros to ...
+ * dpkg-split/dpkg-split.h: ... here.
+
+ * lib/dpkg.h (ARCHIVEVERSION, BUILDCONTROLDIR, EXTRACTCONTROLDIR)
+ (BUILDOLDPKGFORMAT, OLDARCHIVEVERSION, OLDDEBDIR, OLDOLDDEBDIR)
+ (MAXFIELDNAME, INTERPRETER_MAX): Move macros to ...
+ * dpkg-deb/dpkg-deb.h: ... here.
+
+2009-01-04 Guillem Jover <guillem@debian.org>
+
* lib/dpkg.h (printforhelp): Move declaration to ...
* lib/myopt.h: ... here.