[Debian-med-packaging] Bug#834574: ctsim: typo in debian/rules override_dh_autoconfigure -> override_dh_auto_configure

Chris Lamb lamby at debian.org
Wed Aug 17 07:51:39 UTC 2016


Source: ctsim
Version: 5.2.0-2.1
Severity: normal
Tags: patch

Hi,

I believe there is a typo in one of your debian/rules targets:

 override_dh_autoconfigure -> override_dh_auto_configure

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
diff --git a/debian/rules b/debian/rules
index d0c6bb9..7b72570 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -f helical/sample-helical.sh tools/sample-ctsim.sh
 
-override_dh_autoconfigure:
+override_dh_auto_configure:
 	./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x --without-lam
 
 override_dh_installdocs-indep:


More information about the Debian-med-packaging mailing list