Bug#21941: dpkg usage of /var

2015-02-15 Thread Trek
here the example hooks for readonly /usr and noexec /var that should be added to /etc/apt/apt.conf to works with apt-get/aptitude: DPkg { // Auto re-mounting of a readonly /usr and noexec /var Pre-Invoke { "mount -o remount,rw /usr && mount -o remount,exec /var"; }; Post-Invoke { "test

Bug#32877: 2-way conf file merge is applied on lcdproc package

2015-02-15 Thread Dominique Dumont
Hello For the record, a 3-way configuration file merge is currently deployed with lcdproc package using dh_cme_upgrade (which uses Config::Model and cme). [1] and [4] Implementation details are provided in [2] This approach can be applied to other packages even if cme is not a silver bullet: s