Skip to content
Commits on Source (5)
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
......
......@@ -4,10 +4,10 @@ Uploaders: Manuel Prinz <manuel@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10)
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 (>= 11~)
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
......
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
hardening.patch
fix-gcc6.patch
cross.patch