[med-svn] [Git][med-team/clustalo][master] 5 commits: Fix clean target
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Dec 6 21:28:49 GMT 2023
Andreas Tille pushed to branch master at Debian Med / clustalo
Commits:
14a83f7d by Andreas Tille at 2023-12-06T21:38:14+01:00
Fix clean target
- - - - -
20df6450 by Andreas Tille at 2023-12-06T21:38:41+01:00
routine-update: Standards-Version: 4.6.2
- - - - -
7a36783b by Andreas Tille at 2023-12-06T22:09:53+01:00
Syntax
- - - - -
26bd27c6 by Andreas Tille at 2023-12-06T22:24:25+01:00
Finally really fix clean target
- - - - -
302c3eee by Andreas Tille at 2023-12-06T22:26:01+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+clustalo (1.2.4-8) unstable; urgency=medium
+
+ * Fix clean target
+ Closes: #1043849
+ * Standards-Version: 4.6.2 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Wed, 06 Dec 2023 22:09:24 +0100
+
clustalo (1.2.4-7) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
doxygen,
graphviz,
sphinx-common
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/clustalo
Vcs-Git: https://salsa.debian.org/med-team/clustalo.git
Homepage: http://www.clustal.org/omega/
=====================================
debian/rules
=====================================
@@ -15,9 +15,12 @@ endif
%:
dh $@
-ifneq (,$(filter mipsel ,$(DEB_BUILD_ARCH)))
override_dh_auto_configure:
+ cp -a src/clustal-omega-config.h src/clustal-omega-config.h~
+ifneq (,$(filter mipsel ,$(DEB_BUILD_ARCH)))
dh_auto_configure -- --enable-debug --without-openmp
+else
+ dh_auto_configure
endif
override_dh_auto_build-indep:
@@ -52,6 +55,9 @@ override_dh_auto_install-indep:
find doc -name "*.md5" -delete
override_dh_clean:
+ if [ -e src/clustal-omega-config.h~ ] ; then \
+ mv src/clustal-omega-config.h~ src/clustal-omega-config.h ; \
+ fi
dh_clean
rm -f _configs.sed
rm -rf doc
View it on GitLab: https://salsa.debian.org/med-team/clustalo/-/compare/2b0b4f9a9f05e504d967efd70918f1824a411cff...302c3eee442f1a9a6ad00b1b803f3173266895a7
--
View it on GitLab: https://salsa.debian.org/med-team/clustalo/-/compare/2b0b4f9a9f05e504d967efd70918f1824a411cff...302c3eee442f1a9a6ad00b1b803f3173266895a7
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/20231206/11585f2d/attachment-0001.htm>
More information about the debian-med-commit
mailing list