[med-svn] [Git][med-team/bart][master] Update patch to prevent deletion of commands.txt.
Martin Uecker (@uecker-guest)
gitlab at salsa.debian.org
Wed Dec 29 21:21:47 GMT 2021
Martin Uecker pushed to branch master at Debian Med / bart
Commits:
9cf305ab by Martin Uecker at 2021-12-29T22:12:26+01:00
Update patch to prevent deletion of commands.txt.
- - - - -
1 changed file:
- debian/patches/0006-do-not-update-doc-commands.txt-automatically.patch
Changes:
=====================================
debian/patches/0006-do-not-update-doc-commands.txt-automatically.patch
=====================================
@@ -3,13 +3,13 @@ Date: Wed, 29 Dec 2021 21:40:59 +0100
Subject: do not update doc/commands.txt automatically
---
- Makefile | 2 +-
+ Makefile | 4 +-
doc/commands.txt | 1403 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 1404 insertions(+), 1 deletion(-)
+ 2 files changed, 1405 insertions(+), 2 deletions(-)
create mode 100644 doc/commands.txt
diff --git a/Makefile b/Makefile
-index c917dc8..a1aac42 100644
+index c917dc8..3d09e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -568,7 +568,7 @@ XTARGETS:=$(sort $(XTARGETS))
@@ -21,6 +21,15 @@ index c917dc8..a1aac42 100644
doxygen: makedoc.sh doxyconfig bart
./makedoc.sh
+@@ -649,7 +649,7 @@ allclean: clean
+ rm -f $(srcdir)/misc/version.inc
+ rm -rf $(root)/tests/tmp/*/
+ rm -rf $(root)/doc/dx
+- rm -f $(root)/doc/commands.txt
++# rm -f $(root)/doc/commands.txt
+ touch isclean
+
+ distclean: allclean
diff --git a/doc/commands.txt b/doc/commands.txt
new file mode 100644
index 0000000..2650973
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/9cf305abf6053ad5c70cecddb563b35f876d3e33
--
View it on GitLab: https://salsa.debian.org/med-team/bart/-/commit/9cf305abf6053ad5c70cecddb563b35f876d3e33
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211229/4e430189/attachment-0001.htm>
More information about the debian-med-commit
mailing list