diff --git a/debian/patches/series b/debian/patches/series index ff8e380..0cbb9ee 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ zaptel_perl echocan_oslec init_unload_oslec remove_dahdi_speed +soname.patch diff --git a/debian/patches/soname.patch b/debian/patches/soname.patch new file mode 100644 index 0000000..1998785 --- /dev/null +++ b/debian/patches/soname.patch @@ -0,0 +1,11 @@ +diff --git a/configure.ac b/configure.ac +index 826a7ec..2afe476 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -392,5 +392,6 @@ AC_CONFIG_FILES([ + xpp/perl_modules/Makefile + ]) + AC_OUTPUT ++sed -i -e '/^soname_spec=/s/major/&.\\$revision/' libtool + + AC_MSG_NOTICE(*** dahdi-tools build successfully configured ***) diff --git a/debian/rules b/debian/rules index 566c982..0258914 100755 --- a/debian/rules +++ b/debian/rules @@ -57,6 +57,9 @@ else $(MAKE) clean endif +override_dh_auto_configure: + dh_auto_configure + override_dh_auto_install: # also run the 'config' target, in addition to the 'install' target: dh_auto_install -- config