Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 1dfec205
Andreas Tille
authored
Sep 18, 2018
1dfec205
Point Vcs fields to salsa.debian.org
· e3556917
Andreas Tille
authored
Sep 18, 2018
e3556917
Standards-Version: 4.2.1
· 244b47ab
Andreas Tille
authored
Sep 18, 2018
244b47ab
Spelling
· a76f9035
Andreas Tille
authored
Sep 18, 2018
a76f9035
Upload to unstable
· 87bcba2b
Andreas Tille
authored
Sep 18, 2018
87bcba2b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
87bcba2b
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.
...
...
debian/compat
View file @
87bcba2b
1
0
1
1
debian/control
View file @
87bcba2b
...
...
@@ -5,10 +5,10 @@ Uploaders: David Paleino <d.paleino@gmail.com>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
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 (>= 1
1~
)
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
...
...
debian/patches/02-fix_CXXFLAGS.patch
View file @
87bcba2b
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 overrid
d
en 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 comp
l
ier 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 compi
l
er for proda as well as all the .o files (build by implicit rule),
even if CXXFLAGS is overrid
d
en. 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.
...
...