summaryrefslogtreecommitdiffstats
path: root/debian/_base/core
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-10-03 01:31:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-10-03 01:34:00 +0200
commit5acea55eaacbc42e1b699e4fe313ee8fceeeb73a (patch)
treeadcb752f7b3a3ab56dff4156e80cf9480255bdf3 /debian/_base/core
parentb5fdcbe3baf367c1aa8d2790b59507ef00b087a3 (diff)
downloadtde-packaging-5acea55eaacbc42e1b699e4fe313ee8fceeeb73a.tar.gz
tde-packaging-5acea55eaacbc42e1b699e4fe313ee8fceeeb73a.zip
DEB tde-i18n: Add a call dh_link to the rules.
Although there are no symlinks installed by packaging, it also converts absolute symlinks to relative. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 72f8e0c2add329746d4de261c9e3e439761e710e)
Diffstat (limited to 'debian/_base/core')
-rwxr-xr-xdebian/_base/core/tde-i18n/debian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/_base/core/tde-i18n/debian/rules b/debian/_base/core/tde-i18n/debian/rules
index 0daf98a6d..900b2d86e 100755
--- a/debian/_base/core/tde-i18n/debian/rules
+++ b/debian/_base/core/tde-i18n/debian/rules
@@ -150,6 +150,7 @@ binary-indep: build install
dh_installdocs
dh_installmenu
dh_installchangelogs
+ dh_link
dh_strip
$(if $(wildcard /usr/bin/dh_strip_nondeterminism),\
dh_strip_nondeterminism)