From 839bed7fad7e4b050eb4e4de106c360871a044d5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Feb 2021 19:03:34 +0100 Subject: fix package --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0e1ace7da..f9036e948 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnunet (0.14.0-6) unstable; urgency=high + + * Fix duplicate inclusion of symbolic links. + + -- Christian Grothoff Tue, 17 Feb 2021 13:02:10 +0100 + gnunet (0.14.0-5) unstable; urgency=high * Fix inclusion of libgnunetutil.so in libgnunetutil. diff --git a/debian/rules b/debian/rules index 6089750b9..69f44aa80 100755 --- a/debian/rules +++ b/debian/rules @@ -49,4 +49,4 @@ override_dh_auto_clean: # Remove files already present in libgnunet from main gnunet package override_dh_install: dh_install - cd debian/libgnunet; find . -type f -exec rm -f ../gnunet/{} \; + cd debian/libgnunet; find . -type f,l -exec rm -f ../gnunet/{} \; -- cgit v1.2.3