Skip to content
Commits on Source (5)
proda (1.0-12) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Tue, 18 Sep 2018 17:29:21 +0200
proda (1.0-11) unstable; urgency=medium
* Team upload.
......
......@@ -5,10 +5,10 @@ Uploaders: David Paleino <d.paleino@gmail.com>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/proda.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/proda.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/proda
Vcs-Git: https://salsa.debian.org/med-team/proda.git
Homepage: http://proda.stanford.edu/
Package: proda
......
Authors: Charles Plessy <plessy@debian.org>
Forwarded: Phuong Tu Minh <phuongtm@fpt.com.vn>, Do Chuong B. <chuongdo@cs.stanford.edu>
Description: Patch for stricter use of CXXFLAGS.
CXXFLAGS is a "user variable" that can be overriden at compilation time. The
CXXFLAGS is a "user variable" that can be overridden at compilation time. The
Debian build system overrides CXXFLAGS, breaking ProDA's build system that
relies on it to pass -DVERSION="\"1.00\"" to the compiler. This patch replaces
OTHERFLAGS by CPPFLAGS. This makes sure that -DVERSION="\"1.00\"" is passed to
the complier for proda as well as all the .o files (build by implicit rule),
even if CXXFLAGS is overriden. More information on user variables can be found at
the compiler for proda as well as all the .o files (build by implicit rule),
even if CXXFLAGS is overridden. More information on user variables can be found at
http://www.gnu.org/software/libtool/manual/automake/User-Variables.html#User-Variables
and http://www.gnu.org/prep/standards/standards.html#Command-Variables
License: Use, modify, redistribute under the same terms as Proda iteslf.
......