[med-svn] [Git][med-team/libhat-trie][master] fix clean target
Sascha Steinbiss (@satta)
gitlab at salsa.debian.org
Mon Jan 8 10:43:37 GMT 2024
Sascha Steinbiss pushed to branch master at Debian Med / libhat-trie
Commits:
10b24568 by Sascha Steinbiss at 2024-01-08T11:43:04+01:00
fix clean target
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,15 @@
libhat-trie (0.6.0-1) UNRELEASED; urgency=medium
+ [ Michael R. Crusoe ]
* Team upload.
* New upstream location.
* debhelper-compat 12
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- -- Michael R. Crusoe <michael.crusoe at gmail.com> Wed, 01 Jan 2020 11:07:54 +0100
+ [ Sascha Steinbiss ]
+ * Enable building twice in a row by fixing clean target.
+
+ -- Sascha Steinbiss <satta at debian.org> Mon, 08 Jan 2024 11:42:10 +0100
libhat-trie (0.1.2-2) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -10,6 +10,10 @@ override_dh_auto_build:
dh_auto_build
doxygen doxygen.conf
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf doc test/test.aht
+
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
dh_auto_test && cd obj-* && ./tsl_hat_trie_tests
View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/-/commit/10b24568bd334ef7f73c920a338c72a568377fbf
--
View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/-/commit/10b24568bd334ef7f73c920a338c72a568377fbf
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/20240108/1aa2978c/attachment-0001.htm>
More information about the debian-med-commit
mailing list