[med-svn] [Git][med-team/ska][master] 5 commits: Cleanup after testing

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Jan 12 07:23:32 GMT 2024



Andreas Tille pushed to branch master at Debian Med / ska


Commits:
f2b29802 by Andreas Tille at 2024-01-12T07:26:45+01:00
Cleanup after testing

- - - - -
2de1004d by Andreas Tille at 2024-01-12T07:27:13+01:00
routine-update: Standards-Version: 4.6.2

- - - - -
b6250652 by Andreas Tille at 2024-01-12T07:31:22+01:00
Needs DEB_CXXFLAGS_MAINT_APPEND = -std=c++14  for successful building

- - - - -
a9907fb4 by Andreas Tille at 2024-01-12T08:20:16+01:00
Fix clean target

- - - - -
2043fb52 by Andreas Tille at 2024-01-12T08:22:27+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+ska (1.0+dfsg-3) unstable; urgency=medium
+
+  * Cleanup after testing
+    Closes: #1048122
+  * Standards-Version: 4.6.2 (routine-update)
+  * Needs DEB_CXXFLAGS_MAINT_APPEND = -std=c++14  for successful building
+
+ -- Andreas Tille <tille at debian.org>  Fri, 12 Jan 2024 08:21:49 +0100
+
 ska (1.0+dfsg-2) unstable; urgency=medium
 
   * Packaging update


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper-compat (= 13),
                zlib1g-dev,
                googletest <!nocheck>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/ska
 Vcs-Git: https://salsa.debian.org/med-team/ska.git
 Homepage: https://github.com/simonrharris/SKA


=====================================
debian/rules
=====================================
@@ -3,6 +3,8 @@
 # DH_VERBOSE := 1
 export LC_ALL=C.UTF-8
 
+export DEB_CXXFLAGS_MAINT_APPEND = -std=c++14
+
 %:
 	dh $@
 
@@ -11,6 +13,8 @@ override_dh_auto_install:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	cp -a tests tests.bak
 	cd tests && ln -s /usr/src/googletest/googletest && make && \
 	./general_unittest && ./kmers_unittest && ./DNA_unittest
+	rm -rf tests && mv tests.bak tests
 endif



View it on GitLab: https://salsa.debian.org/med-team/ska/-/compare/da0bff58b91fd7a9f8d948287fea17c9a5320b32...2043fb52617bff74ef40b6a8ca4b6a24dec0b218

-- 
View it on GitLab: https://salsa.debian.org/med-team/ska/-/compare/da0bff58b91fd7a9f8d948287fea17c9a5320b32...2043fb52617bff74ef40b6a8ca4b6a24dec0b218
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/20240112/854ceae6/attachment-0001.htm>


More information about the debian-med-commit mailing list