diff options
author | Julien Cristau <jcristau@debian.org> | 2008-12-19 13:42:22 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-12-19 13:42:22 +0100 |
commit | 718337de85873172e578c8a561f018e0bf6337d9 (patch) | |
tree | ed5efc12ad9e65257ff921f9d04d3f0016fe00f8 | |
parent | b37f4f1fa6cd7877e4ae8f89541924c841abe5f1 (diff) | |
download | xutils-dev-718337de85873172e578c8a561f018e0bf6337d9.tar.gz |
Don't call dh_makeshlibs, silences lintian warning.
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a63800e..c78734b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xutils-dev (1:7.4+5) UNRELEASED; urgency=low + + * Don't call dh_makeshlibs, silences lintian warning. + + -- Julien Cristau <jcristau@debian.org> Fri, 19 Dec 2008 13:41:50 +0100 + xutils-dev (1:7.4+4) unstable; urgency=low * util-macros 1.2.1. diff --git a/debian/rules b/debian/rules index 686af15..c0f2042 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,6 @@ binary-arch: build install dh_fixperms dh_installdeb dh_shlibdeps - dh_makeshlibs dh_gencontrol dh_md5sums dh_builddeb |