aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-16 19:03:34 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-16 19:03:34 +0100
commit839bed7fad7e4b050eb4e4de106c360871a044d5 (patch)
tree810e5ab5d069540e8c5f2ac68ba532f54182fb26 /debian
parenta98ea577c7942babf998099bd548a8668b425168 (diff)
downloadgnunet-839bed7fad7e4b050eb4e4de106c360871a044d5.tar.gz
gnunet-839bed7fad7e4b050eb4e4de106c360871a044d5.zip
fix package
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/{} \;