gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix packaging rules


From: gnunet
Subject: [taler-anastasis] branch master updated: fix packaging rules
Date: Fri, 18 Jun 2021 18:26:39 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 327a594  fix packaging rules
327a594 is described below

commit 327a594875e15e5d452c8972f1c31d0acd9daa9b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 18 18:26:37 2021 +0200

    fix packaging rules
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8535c4a..6d2058a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ override_dh_auto_clean:
 # Remove files already present in libtalerexchange from main taler-exchange 
package
 override_dh_install:
        dh_install
-       cd debian/libanastasis-dev; find . -type f -exec rm -f 
../anastasis-httpd/{} \;
+       cd debian/libanastasis-dev; find . -type f,l -exec rm -f 
../anastasis-httpd/{} \;
        cd debian/anastasis-cli; find . -type f -exec rm -f 
../anastasis-httpd/{} \;
-       cd debian/libanastasis-dev; find . -type f -exec rm -f 
../libanastasis/{} \;
-       cd debian/libanastasis; find . -type f -exec rm -f 
../anastasis-httpd/{} \;
+       cd debian/libanastasis-dev; find . -type f,l -exec rm -f 
../libanastasis/{} \;
+       cd debian/libanastasis; find . -type f,l -exec rm -f 
../anastasis-httpd/{} \;

-- 
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]