diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-30 08:59:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-30 08:59:50 +0200 |
commit | be6e2fb974023c8f3810e920c7580d137ee711d2 (patch) | |
tree | 305dcc64cc97a8f666a21fe415f6025c4a97f0c7 /debian/rules | |
parent | 4c12d3d6dbcf2e2e9ccc329c5059faf957d9f8c3 (diff) |
Remove debian/debian; add symbols files
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 2363e671..e03ce169 100755 --- a/debian/rules +++ b/debian/rules @@ -20,5 +20,11 @@ DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR) DEB_MAKE_CHECK_TARGET = check +VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') + %: dh $@ + +override_dh_makeshlibs: + dh_makeshlibs + dpkg-gensymbols -v$(VERSION) -plibunistring2 |