[med-svn] [Git][med-team/libhat-trie][master] 5 commits: enable building twice in a row

Sascha Steinbiss (@satta) gitlab at salsa.debian.org
Sat Feb 17 13:36:38 GMT 2024



Sascha Steinbiss pushed to branch master at Debian Med / libhat-trie


Commits:
4c4178b8 by Sascha Steinbiss at 2024-02-17T14:35:12+01:00
enable building twice in a row

- - - - -
5cfa80c7 by Sascha Steinbiss at 2024-02-17T14:35:25+01:00
bump d/copyright data

- - - - -
716a37b1 by Sascha Steinbiss at 2024-02-17T14:35:41+01:00
dh 13

- - - - -
bcd43dab by Sascha Steinbiss at 2024-02-17T14:35:53+01:00
bump Standards-Version

- - - - -
1eff9142 by Sascha Steinbiss at 2024-02-17T14:36:06+01:00
set Rules-Requires-Root: no

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libhat-trie (0.1.2-3) unstable; urgency=medium
+
+  * Enable building twice in a row by fixing clean target.
+    Closes: #1047138
+
+ -- Sascha Steinbiss <satta at debian.org>  Sat, 17 Feb 2024 11:21:02 +0100
+
 libhat-trie (0.1.2-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -3,9 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Sascha Steinbiss <satta at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper (>= 13~),
+               debhelper-compat (= 13),
                d-shlibs
-Standards-Version: 4.3.0
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/med-team/libhat-trie
 Vcs-Git: https://salsa.debian.org/med-team/libhat-trie.git
 Homepage: https://github.com/dcjones/hat-trie


=====================================
debian/copyright
=====================================
@@ -8,7 +8,7 @@ Copyright: © 2011 Daniel C. Jones <dcjones at cs.washington.edu>
 License: MIT
 
 Files: debian/*
-Copyright: © 2016 Sascha Steinbiss <satta at debian.org>
+Copyright: © 2016-2024 Sascha Steinbiss <satta at debian.org>
 License: MIT
 
 Files: src/murmurhash3.*


=====================================
debian/rules
=====================================
@@ -6,6 +6,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 %:
 	dh $@
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f test/test.aht
+
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-debugging --enable-shared=yes
 
@@ -14,8 +18,6 @@ override_dh_install:
 	d-shlibmove --commit \
                     --multiarch \
                     --devunversioned \
-                    --exclude-la \
                     --movedev "debian/tmp/usr/include/*" usr/include \
                     --movedev "debian/tmp/usr/lib/*/pkgconfig/*" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
                     debian/tmp/usr/lib/*/lib*.so
-



View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/-/compare/10b24568bd334ef7f73c920a338c72a568377fbf...1eff914257915608f7e9165d2d4f0558cd0c3d6d

-- 
View it on GitLab: https://salsa.debian.org/med-team/libhat-trie/-/compare/10b24568bd334ef7f73c920a338c72a568377fbf...1eff914257915608f7e9165d2d4f0558cd0c3d6d
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/20240217/49126560/attachment-0001.htm>


More information about the debian-med-commit mailing list