Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Pass C++ compilers as GPP
· c502616c
Andreas Tille
authored
Feb 22, 2019
c502616c
Delete outdated README.Debian
· da2fbe42
Andreas Tille
authored
Feb 22, 2019
da2fbe42
debhelper 12
· 7050a08c
Andreas Tille
authored
Feb 22, 2019
7050a08c
Standards-Version: 4.3.0
· 3648d18e
Andreas Tille
authored
Feb 22, 2019
3648d18e
Upload to unstable
· d488d611
Andreas Tille
authored
Feb 22, 2019
d488d611
Show whitespace changes
Inline
Side-by-side
debian/README.Debian
deleted
100644 → 0
View file @
1d014ddc
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
debian/changelog
View file @
d488d611
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
...
...
debian/compat
View file @
d488d611
1
1
1
2
debian/control
View file @
d488d611
...
...
@@ -5,8 +5,8 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
1
~)
Standards-Version: 4.
2.1
Build-Depends: debhelper (>= 1
2
~)
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/
...
...
debian/rules
View file @
d488d611
...
...
@@ -4,3 +4,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_build:
dh_auto_build -- 'GPP=$$(CXX)'