gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: add rules to build Debian pac


From: gnunet
Subject: [taler-wallet-core] branch master updated: add rules to build Debian packages
Date: Wed, 29 Nov 2023 00:56:51 +0100

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

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new e7cd29e5c add rules to build Debian packages
e7cd29e5c is described below

commit e7cd29e5c6e4f27fecd351f1161ef2e61ccf9d25
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Nov 29 08:56:41 2023 +0900

    add rules to build Debian packages
---
 Makefile                                   | 2 ++
 packages/taler-harness/Makefile            | 4 ++++
 packages/taler-harness/debian/changelog    | 6 ++++++
 packages/taler-wallet-cli/Makefile         | 4 ++++
 packages/taler-wallet-cli/debian/changelog | 6 ++++++
 5 files changed, 22 insertions(+)

diff --git a/Makefile b/Makefile
index 3357747b9..73e6cfeda 100644
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,7 @@ install:
        $(MAKE) -C packages/merchant-backoffice-ui install-nodeps
        $(MAKE) -C packages/aml-backoffice-ui install-nodeps
 
+
 .PHONY: install-tools
 # Install taler-wallet-cli, anastasis-cli and taler-harness
 install-tools:
@@ -153,3 +154,4 @@ install-tools:
        $(MAKE) -C packages/taler-wallet-cli install-nodeps
        $(MAKE) -C packages/anastasis-cli install-nodeps
        $(MAKE) -C packages/taler-harness install-nodeps
+
diff --git a/packages/taler-harness/Makefile b/packages/taler-harness/Makefile
index f8bad0f99..e9663aa61 100644
--- a/packages/taler-harness/Makefile
+++ b/packages/taler-harness/Makefile
@@ -41,3 +41,7 @@ install:
        $(MAKE) deps
        $(MAKE) install-nodeps
 endif
+
+.PHONY: deb
+deb:
+       dpkg-buildpackage -rfakeroot -b -uc -us
diff --git a/packages/taler-harness/debian/changelog 
b/packages/taler-harness/debian/changelog
index c691189a5..20320862a 100644
--- a/packages/taler-harness/debian/changelog
+++ b/packages/taler-harness/debian/changelog
@@ -1,3 +1,9 @@
+taler-harness (0.9.3) unstable; urgency=low
+
+  * First release for GNU Taler v0.9.3.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Wed, 29 Nov 2023 08:53:15 -0800
+
 taler-harness (0.9.2-2) unstable; urgency=low
 
   * Release with various Debian package fixes.
diff --git a/packages/taler-wallet-cli/Makefile 
b/packages/taler-wallet-cli/Makefile
index 229fb3547..c8529c768 100644
--- a/packages/taler-wallet-cli/Makefile
+++ b/packages/taler-wallet-cli/Makefile
@@ -45,3 +45,7 @@ install:
        $(MAKE) deps
        $(MAKE) install-nodeps
 endif
+
+.PHONY: deb
+deb:
+       dpkg-buildpackage -rfakeroot -b -uc -us
diff --git a/packages/taler-wallet-cli/debian/changelog 
b/packages/taler-wallet-cli/debian/changelog
index ab3c79d1c..397eb57f2 100644
--- a/packages/taler-wallet-cli/debian/changelog
+++ b/packages/taler-wallet-cli/debian/changelog
@@ -1,3 +1,9 @@
+taler-wallet-cli (0.9.3) unstable; urgency=low
+
+  * First release for GNU Taler v0.9.3.
+
+ -- Christian Grothoff <grothoff@gnu.org>  Wed, 29 Nov 2023 08:53:15 -0800
+
 taler-wallet-cli (0.9.2-2) unstable; urgency=low
 
   * Release with various Debian package fixes.

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