Source: libss7
Version: 1.0.2-5
Severity: normal
Tags: patch

Hi,

I believe there is a typo in your debian/rules (override_dh_mkshlibs
-> override_dh_makeshlibs)

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/rules b/debian/rules
index 8c409eb..fe0462f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ SHLIBS = $(PKGNAME) (>= $(UPVERSIONMAJOR))
 override_dh_installchangelogs:
        dh_installchangelogs ChangeLog
 
-override_dh_mkshlibs:
+override_dh_makeshlibs:
        dh_makeshlibs -V "$(SHLIBS)"
 
 override_dh_strip:

Reply via email to