@@ -1,3 +1,8 @@
+Sun Nov 5 16:28:26 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * debian/dpkg.conffiles: added missing file
+ * debian/rules, main/main.c: rename dpkg configfile to dpkg.cfg
Sun Nov 5 10:00:31 EST 2000 Ben Collins <bcollins@debian.org>
* Create branch point for versioned provides
@@ -0,0 +1 @@
+/etc/dpkg/dpkg.cfg
@@ -108,7 +108,7 @@ binary-dpkg: stamp-binary
install -d -m 755 -o root -g root $(TMP_DPKG)/etc/dpkg
install -p -m 644 -o root -g root debian/dpkg.cfg \
- $(TMP_DPKG)/etc/dpkg/dpkg
+ $(TMP_DPKG)/etc/dpkg/
# Now that dpkg has been installed, Debianize it
# Policy stuff
@@ -413,7 +413,7 @@ int main(int argc, const char *const *argv) {
}
- myfileopt(CONFIGDIR "/" DPKG, cmdinfos);
+ myfileopt(CONFIGDIR "/" DPKG ".cfg", cmdinfos);
myopt(&argv,cmdinfos);
if (!cipaction) badusage(_("need an action option"));