Bug#710970: Please include extended dh_ucf script

2023-12-18 Thread Hannes von Haugwitz
Hello, On Sun, Aug 14, 2022 at 01:16:15PM +0200, Niels Thykier wrote: > Yes, I would still be interested in the improvements if you still feel it > would be worth your time and effort to do them. :) Originally I created the bug/patch to ease the maintenance of the numerous rule files in the aide

Bug#710970: [debhelper-devel] Bug#710970: Please include extended dh_ucf script

2022-08-14 Thread Niels Thykier
Hannes von Haugwitz: Hi Niels, On Wed, Apr 12, 2017 at 10:49:00AM +, Niels Thykier wrote: Let me know when you have an updated patch. :) Sorry for the long delay. Looks like I still owe you an updated patch. Are you still interested the enhancements? Best regards Hannes Hi Hannes,

Bug#710970: [debhelper-devel] Bug#710970: Please include extended dh_ucf script

2022-08-11 Thread Hannes von Haugwitz
Hi Niels, On Wed, Apr 12, 2017 at 10:49:00AM +, Niels Thykier wrote: > Let me know when you have an updated patch. :) Sorry for the long delay. Looks like I still owe you an updated patch. Are you still interested the enhancements? Best regards Hannes

Bug#710970: [debhelper-devel] Bug#710970: Please include extended dh_ucf script

2017-04-12 Thread Niels Thykier
Hannes von Haugwitz: > Dear Debhelper Maintainers, > > On Sun, Jul 14, 2013 at 10:43:48AM +0200, Hannes von Haugwitz wrote: >> Both points make sense. I'll update the script to enable '--three-way' >> by default and change the synopsis to 'dh_ucf [debhelper options] [-n] >> [-- params]'. > >

Bug#710970: Please include extended dh_ucf script

2016-02-29 Thread Hannes von Haugwitz
Dear Debhelper Maintainers, On Sun, Jul 14, 2013 at 10:43:48AM +0200, Hannes von Haugwitz wrote: > Both points make sense. I'll update the script to enable '--three-way' > by default and change the synopsis to 'dh_ucf [debhelperĀ options] [-n] > [-- params]'. Apart from the above two points what

Bug#710970: Please include extended dh_ucf script

2013-07-14 Thread Hannes von Haugwitz
Hello, On Sun, Jun 23, 2013 at 01:05:43PM -0400, Joey Hess wrote: Hannes von Haugwitz wrote: +postinst_ucf() { +if [ $1 = configure ]; then +ucf #UCFOPTIONS# $2 $3 +ucfr #PACKAGE# $3 +fi +} I don't think any debhelper autoscripts define shell functions, and

Bug#710970: Please include extended dh_ucf script

2013-06-23 Thread Joey Hess
Hannes von Haugwitz wrote: diff --git a/autoscripts/postinst-ucf-function b/autoscripts/postinst-ucf-function new file mode 100644 index 000..8f59fc0 --- /dev/null +++ b/autoscripts/postinst-ucf-function @@ -0,0 +1,6 @@ +postinst_ucf() { +if [ $1 = configure ]; then +ucf

Bug#710970: Please include extended dh_ucf script

2013-06-03 Thread Hannes von Haugwitz
Package: debhelper Severity: wishlist File: /usr/bin/dh_ucf Tags: patch Hi, I want to use the dh_ucf script with the 'aide' package. That requires the changes contained in the attached patch against the master branch. The changes include * support directories * support '--debconf-ok' ucf