Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Enable cross building
· 3284ffa1
Andreas Tille
authored
May 27, 2018
3284ffa1
debhelper 11
· ff8e6427
Andreas Tille
authored
May 27, 2018
ff8e6427
Point Vcs fields to salsa.debian.org
· 1735bdfb
Andreas Tille
authored
May 27, 2018
1735bdfb
Standards-Version: 4.1.4
· c6f8d7d4
Andreas Tille
authored
May 27, 2018
c6f8d7d4
Upload to unstable
· cf7b8b4a
Andreas Tille
authored
May 27, 2018
cf7b8b4a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cf7b8b4a
prank (0.0.170427+dfsg-2)
UNRELEASED
; urgency=medium
prank (0.0.170427+dfsg-2)
unstable
; urgency=medium
[ Steffen Moeller ]
* Added references to registries.
* Added reference to paper shown in OMICtools
-- Steffen Moeller <moeller@debian.org> Tue, 12 Sep 2017 16:33:31 +0200
[ Helmut Grohne ]
* Enable cross building
Closes: #900191
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
-- Andreas Tille <tille@debian.org> Sun, 27 May 2018 16:03:27 +0200
prank (0.0.170427+dfsg-1) unstable; urgency=medium
...
...
debian/compat
View file @
cf7b8b4a
1
0
1
1
debian/control
View file @
cf7b8b4a
...
...
@@ -4,10 +4,10 @@ Uploaders: Manuel Prinz <manuel@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
Standards-Version: 4.1.
0
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/prank
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/prank.git
Build-Depends: debhelper (>= 1
1~
)
Standards-Version: 4.1.
4
Vcs-Browser: https://
salsa
.debian.org/
med-team
/prank
Vcs-Git: https://
salsa
.debian.org/
med-team
/prank.git
Homepage: http://wasabiapp.org/software/prank/
Package: prank
...
...
debian/patches/cross.patch
0 → 100644
View file @
cf7b8b4a
Author: Helmut Grohne <helmut@subdivi.de>
Last-Update: Sun, 27 May 2018 14:25:23 +0200
Bug-Debian: https://bugs.debian.org/900191
Description: Enable cross building
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,7 +10,7 @@
DEFINES =
CFLAGS += -pipe -O3 $(DEFINES)
CXXFLAGS += -std=gnu++98 -pipe -O3 $(DEFINES)
INCPATH = -I. -I/usr/include
-LINK = g++
+LINK = $(CXX)
#LFLAGS = -m64
LIBS = $(SUBLIBS)
AR = ar cqs
debian/patches/series
View file @
cf7b8b4a
hardening.patch
fix-gcc6.patch
cross.patch