Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Fix syntax
· d8e97406
Andreas Tille
authored
Apr 09, 2018
d8e97406
Finalise the fix proposed by Adrian Bunk
· 2d803af5
Andreas Tille
authored
Apr 10, 2018
2d803af5
Standards-Version: 4.1.4
· dab8025c
Andreas Tille
authored
Apr 10, 2018
dab8025c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
dab8025c
prodigal (1:2.6.3-4) UNRELEASED; urgency=medium
* Finalise the fix proposed by Adrian Bunk
Closes: #894473
-- Andreas Tille <tille@debian.org> Tue, 10 Apr 2018 14:57:11 +0200
prodigal (1:2.6.3-3) unstable; urgency=medium
[ Adrian Bunk ]
...
...
debian/control
View file @
dab8025c
...
...
@@ -5,7 +5,7 @@ Uploaders: Olivier Sallou <osallou@debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/med-team/prodigal
Vcs-Git: https://salsa.debian.org/med-team/prodigal.git
Homepage: http://prodigal.ornl.gov/
...
...
debian/rules
View file @
dab8025c
...
...
@@ -5,6 +5,14 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/architecture.mk
ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf))
export DEB_CFLAGS_MAINT_APPEND = -O1
else
export DEB_CFLAGS_MAINT_APPEND = -O3
endif
%:
dh $@
...
...
debian/upstream/metadata
View file @
dab8025c