On Sat, Jun 06, 2026 at 08:58:20AM +0300, Adrian Bunk wrote:
> On Thu, Apr 16, 2026 at 07:04:26PM +0200, Santiago Vila wrote:
> >...
> > -override_dh_autoreconf:
> > -   dh_autoreconf ./autogen.sh      
> > +execute_before_dh_autoreconf:
> > +   touch config.rpath
> >...
> 
> Was the touch just copied from autogen.sh and is unnecessary since 
> gettextize does copy the file, or is it required for some non-obvious 
> reason?

I do not remember why I added that at the time.

Apparently it's not needed, so I'm attaching an updated patch.

Thanks.
diff --git a/debian/rules b/debian/rules
index b509edf..eb524eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 %:
        dh $@ --with autoreconf
 
-override_dh_autoreconf:
-       dh_autoreconf ./autogen.sh      
-       
 override_dh_clean:
        debconf-updatepo
        dh_clean

Reply via email to