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.cru...@gmail.com>  Wed, 01 Jan 2020 11:07:54 
+0100
+  [ Sascha Steinbiss ]
+  * Enable building twice in a row by fixing clean target.
+
+ -- Sascha Steinbiss <sa...@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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to