[med-svn] [Git][med-team/clonalorigin][master] 6 commits: d/rules: preserve warg/src/truth.xml.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Tue Dec 19 14:17:38 GMT 2023
Étienne Mollier pushed to branch master at Debian Med / clonalorigin
Commits:
053b2bf3 by Étienne Mollier at 2023-12-19T15:12:58+01:00
d/rules: preserve warg/src/truth.xml.
- - - - -
4e9bd30c by Étienne Mollier at 2023-12-19T15:13:43+01:00
d/clean: new: cleanup test artifacts.
Closes: #1043663
- - - - -
67c11e29 by Étienne Mollier at 2023-12-19T15:14:34+01:00
d/control: add myself to uploaders.
- - - - -
378320b8 by Étienne Mollier at 2023-12-19T15:15:09+01:00
d/control: declare compliance to standards version 4.6.2.
- - - - -
3f1f17d3 by Étienne Mollier at 2023-12-19T15:16:40+01:00
portability.patch: mark forwarding not needed.
- - - - -
e12196e8 by Étienne Mollier at 2023-12-19T15:17:09+01:00
ready to upload to unstable.
- - - - -
5 changed files:
- debian/changelog
- + debian/clean
- debian/control
- debian/patches/portability.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+clonalorigin (1.0-7) unstable; urgency=medium
+
+ * d/rules: preserve warg/src/truth.xml.
+ * d/clean: new: cleanup test artifacts. (Closes: #1043663)
+ * d/control: add myself to uploaders.
+ * d/control: declare compliance to standards version 4.6.2.
+ * portability.patch: mark forwarding not needed.
+
+ -- Étienne Mollier <emollier at debian.org> Tue, 19 Dec 2023 15:16:59 +0100
+
clonalorigin (1.0-6) unstable; urgency=medium
* Fix build issue with gcc-11
=====================================
debian/clean
=====================================
@@ -0,0 +1,2 @@
+warg/src/simulatedData.xmfa
+warg/src/testout
=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
Source: clonalorigin
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+ Étienne Mollier <emollier at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
@@ -9,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
# qttools5-dev,
# libqt5svg5-dev,
rename
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/clonalorigin
Vcs-Git: https://salsa.debian.org/med-team/clonalorigin.git
Homepage: https://github.com/xavierdidelot/clonalorigin
=====================================
debian/patches/portability.patch
=====================================
@@ -1,6 +1,7 @@
Author: Andreas Tille <tille at debian.org>
Last-Update: Sat, 02 Dec 2017 17:06:16 +0100
Description: Drop -msse for portability reasons
+Forwarded: not-needed
--- a/warg/src/Makefile.am
+++ b/warg/src/Makefile.am
=====================================
debian/rules
=====================================
@@ -11,6 +11,12 @@ include /usr/share/dpkg/default.mk
%:
dh $@ --sourcedirectory=warg
+execute_before_dh_auto_configure:
+ cp -v warg/src/truth.xml warg/src/truth.xml.preserve
+
+execute_after_dh_auto_clean:
+ test ! -e warg/src/truth.xml.preserve \
+ || mv -v warg/src/truth.xml.preserve warg/src/truth.xml
# GUI does not work - so there is no need to build it
# see https://lists.debian.org/debian-mentors/2017/12/msg00025.html
View it on GitLab: https://salsa.debian.org/med-team/clonalorigin/-/compare/36d6fffa44f30856a034fee0d48f5114a1a6f13d...e12196e86d405abd3e0afefcbc008fb72a29f74c
--
View it on GitLab: https://salsa.debian.org/med-team/clonalorigin/-/compare/36d6fffa44f30856a034fee0d48f5114a1a6f13d...e12196e86d405abd3e0afefcbc008fb72a29f74c
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/20231219/4eb23aee/attachment-0001.htm>
More information about the debian-med-commit
mailing list