aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0e1ace7da..f9036e948 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1gnunet (0.14.0-6) unstable; urgency=high
2
3 * Fix duplicate inclusion of symbolic links.
4
5 -- Christian Grothoff <grothoff@gnu.org> Tue, 17 Feb 2021 13:02:10 +0100
6
1gnunet (0.14.0-5) unstable; urgency=high 7gnunet (0.14.0-5) unstable; urgency=high
2 8
3 * Fix inclusion of libgnunetutil.so in libgnunetutil. 9 * 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:
49# Remove files already present in libgnunet from main gnunet package 49# Remove files already present in libgnunet from main gnunet package
50override_dh_install: 50override_dh_install:
51 dh_install 51 dh_install
52 cd debian/libgnunet; find . -type f -exec rm -f ../gnunet/{} \; 52 cd debian/libgnunet; find . -type f,l -exec rm -f ../gnunet/{} \;