diff -Nru libkolabxml-1.0.1/debian/changelog libkolabxml-1.0.1/debian/changelog --- libkolabxml-1.0.1/debian/changelog 2013-12-10 15:11:58.000000000 +0000 +++ libkolabxml-1.0.1/debian/changelog 2013-12-11 11:41:36.000000000 +0000 @@ -1,3 +1,10 @@ +libkolabxml (1.0.1-0ubuntu2~ppa1) trusty; urgency=low + + * Remove dh_makeshlibs, not required with abi bump + * Fix lintian overrides to use new package name + + -- Rohan Garg Wed, 11 Dec 2013 12:41:19 +0100 + libkolabxml (1.0.1-0ubuntu1) trusty; urgency=low * New upstream release diff -Nru libkolabxml-1.0.1/debian/libkolabxml1.lintian-overrides libkolabxml-1.0.1/debian/libkolabxml1.lintian-overrides --- libkolabxml-1.0.1/debian/libkolabxml1.lintian-overrides 2013-07-11 18:56:39.000000000 +0000 +++ libkolabxml-1.0.1/debian/libkolabxml1.lintian-overrides 2013-12-11 11:38:20.000000000 +0000 @@ -1,5 +1,5 @@ # Using shlibs for now -libkolabxml0 binary: no-symbols-control-file +libkolabxml1 binary: no-symbols-control-file # hardening-check --verbose libkolabxml.so.0 reports # Fortify Source functions: no, only unprotected functions found! # unprotected: memmove @@ -7,4 +7,4 @@ # unprotected: fread # None of these functions occur in the source code, # so overriding this warning -libkolabxml0 binary: hardening-no-fortify-functions +libkolabxml1 binary: hardening-no-fortify-functions diff -Nru libkolabxml-1.0.1/debian/rules libkolabxml-1.0.1/debian/rules --- libkolabxml-1.0.1/debian/rules 2013-12-10 14:39:51.000000000 +0000 +++ libkolabxml-1.0.1/debian/rules 2013-12-11 11:39:20.000000000 +0000 @@ -23,6 +23,3 @@ override_dh_install: dh_install --fail-missing - -override_dh_makeshlibs: - dh_makeshlibs -V 'libkolabxml0 (>= 0.8.4)'