[med-svn] [Git][med-team/vmatch][master] 2 commits: enable building twice in a row
Sascha Steinbiss (@satta)
gitlab at salsa.debian.org
Fri Dec 15 12:42:24 GMT 2023
Sascha Steinbiss pushed to branch master at Debian Med / vmatch
Commits:
33e4b669 by Sascha Steinbiss at 2023-12-15T13:16:28+01:00
enable building twice in a row
- - - - -
3d277903 by Sascha Steinbiss at 2023-12-15T13:41:57+01:00
bump Standards-Version
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+vmatch (2.3.1+dfsg-9) unstable; urgency=medium
+
+ * Fix clean step of build to enable building twice in a row.
+ Closes: #1045627
+ * Bump Standards-Version.
+
+ -- Sascha Steinbiss <satta at debian.org> Wed, 13 Dec 2023 10:12:23 +0100
+
vmatch (2.3.1+dfsg-8) unstable; urgency=medium
[ Andreas Tille ]
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
zlib1g-dev,
libbz2-dev,
asciidoctor
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/vmatch
Vcs-Git: https://salsa.debian.org/med-team/vmatch.git
Homepage: http://www.vmatch.de
=====================================
debian/rules
=====================================
@@ -10,7 +10,19 @@ export WORKVSTREESRC=$(CURDIR)/src
dh $@
override_dh_auto_clean:
- rm -rf debian/man src/Makedef-debian
+ cd src && make cleanup
+ test ! -e src/Vmatch/SELECT/Shareddef || (cd src/Vmatch/SELECT && make clean)
+ test ! -e src/Makedef || (cd src/Mkvtree && make clean)
+ find $(CURDIR) -name "*.x" -delete
+ find $(CURDIR) -name "*.d" -delete
+ find $(CURDIR) -name "*.so" -delete
+ rm -rf debian/man \
+ src/Makedef-debian \
+ src/dist \
+ src/Vmatch/SELECT/Shareddef \
+ src/include/vmrelease.h \
+ src/Makedef \
+ src/Vmatch/virtualexp.h
override_dh_auto_build:
cp debian/Makedef-debian src/Makedef-debian
View it on GitLab: https://salsa.debian.org/med-team/vmatch/-/compare/d3c660f5e869c989efd4fc55e39cdb53a47b1a7b...3d277903c6872620dc0d173cad764251da486f5b
--
View it on GitLab: https://salsa.debian.org/med-team/vmatch/-/compare/d3c660f5e869c989efd4fc55e39cdb53a47b1a7b...3d277903c6872620dc0d173cad764251da486f5b
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/20231215/1cf3721f/attachment-0001.htm>
More information about the debian-med-commit
mailing list