Rename dpkg configfile to dpkg.cfg
+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
--- /dev/null
+/etc/dpkg/dpkg.cfg
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
}
}
- myfileopt(CONFIGDIR "/" DPKG, cmdinfos);
+ myfileopt(CONFIGDIR "/" DPKG ".cfg", cmdinfos);
myopt(&argv,cmdinfos);
if (!cipaction) badusage(_("need an action option"));