Skip to content
Commits on Source (5)
muscle for Debian
-----------------
There has been two different upstream releases with the same name,
muscle3.7_src.tar.gz, the second one being corrected for building with GCC 4.3.
The Debian package 3.70-1 contained the first release (md5sum:
55c9fe99b9c0bccd41e3ed18f8b9d0d99). The Debian package 3.70+fix1-1 contains the
corrected release (md5sum: 45930141f334b89d927b3cfee6fc7857).
-- Charles Plessy <charles-debian-nospam@plessy.org> Wed, 06 Feb 2008 12:04:31 +0900
muscle (1:3.8.1551-2) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Pass C++ compilers as GPP. (Closes: #922994)
[ Andreas Tille ]
* Delete outdated README.Debian
* debhelper 12
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Fri, 22 Feb 2019 22:13:23 +0100
muscle (1:3.8.1551-1) unstable; urgency=medium
* New upstream version
......
......@@ -5,8 +5,8 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 12~)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/muscle
Vcs-Git: https://salsa.debian.org/med-team/muscle.git
Homepage: http://www.drive5.com/muscle/
......
......@@ -4,3 +4,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_build:
dh_auto_build -- 'GPP=$$(CXX)'