gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: fix debian package


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: fix debian package
Date: Fri, 18 Jun 2021 18:31:00 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

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

commit a8e1090187228eac8f33945732ca4605afc45520
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jun 18 18:30:58 2021 +0200

    fix debian package
---
 debian/.gitignore            | 7 +++++++
 debian/anastasis-gtk.install | 2 --
 debian/changelog             | 2 +-
 debian/control               | 2 +-
 m4/libtool.m4                | 4 ++--
 5 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..d736788
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,7 @@
+.debhelper/
+anastasis-gtk.substvars
+anastasis-gtk/
+autoreconf.after
+autoreconf.before
+debhelper-build-stamp
+files
diff --git a/debian/anastasis-gtk.install b/debian/anastasis-gtk.install
deleted file mode 100644
index 2dcbf66..0000000
--- a/debian/anastasis-gtk.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/
-usr/share
diff --git a/debian/changelog b/debian/changelog
index 7686e6a..485168c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ anastasis-gtk (0.0.0-1) unstable; urgency=low
 
   * initial release.
 
- -- Christian Grothoff <grothoff@gnu.org>  Fri 18 Jun 2021 01:41:01 PM CEST
+ -- Christian Grothoff <grothoff@gnu.org>  Fri, 18 Jun 2021 01:41:01 +0200
diff --git a/debian/control b/debian/control
index c205139..6c1eb42 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
  autopoint,
  debhelper-compat (= 13),
  gnunet-gtk-dev (>= 0.13.1~),
- anastasis-dev (>= 0.0.0~),
+ libanastasis-dev (>= 0.0.0~),
  libgladeui-dev (>=3.10.0),
  libgtk-3-dev (>=3.22.0),
  libqrencode-dev
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index a6d21ae..c4c0294 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1071,11 +1071,11 @@ _LT_EOF
       # to the OS version, if on x86, and 10.4, the deployment
       # target defaults to 10.4. Don't you love it?
       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
-       10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
+       10.0,*86*-darwin8*|10.0,*-darwin[[912]]*)
          _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
        10.[[012]][[,.]]*)
          _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined 
${wl}suppress' ;;
-       10.*)
+       10.*|11.*)
          _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
       esac
     ;;

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