gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix package


From: gnunet
Subject: [gnunet] branch master updated: fix package
Date: Tue, 16 Feb 2021 19:04:48 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 839bed7fa fix package
839bed7fa is described below

commit 839bed7fad7e4b050eb4e4de106c360871a044d5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 16 19:03:34 2021 +0100

    fix package
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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 <grothoff@gnu.org>  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/{} \;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]