Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Standards-Version: 4.1.1
· 4756b023
Andreas Tille
authored
Oct 05, 2017
4756b023
debhelper 10
· ff1e7b11
Andreas Tille
authored
Oct 05, 2017
ff1e7b11
Remove Carleos Artime from Uploaders
· bca5b7f6
Andreas Tille
authored
Oct 05, 2017
bca5b7f6
Add fake watch file
· 87c83584
Andreas Tille
authored
Oct 05, 2017
87c83584
try better hardening (with no real effect)
· f2d3426d
Andreas Tille
authored
Oct 05, 2017
f2d3426d
Do not parse d/changelog in d/rules
· fbbd7c03
Andreas Tille
authored
Oct 05, 2017
fbbd7c03
Upload to unstable
· 4f6becad
Andreas Tille
authored
Mar 16, 2018
4f6becad
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4f6becad
loki (2.4.7.4-7)
UNRELEASED
; urgency=medium
loki (2.4.7.4-7)
unstable
; urgency=medium
* Moved packaging from SVN to Git
-- Andreas Tille <tille@debian.org> Thu, 05 Oct 2017 18:17:59 +0200
* Standards-Version: 4.1.1
* debhelper 10
* Remove Carleos Artime from Uploaders
* Add fake watch file
* Try better hardening (with no real effect)
* Do not parse d/changelog in d/rules
-- Andreas Tille <tille@debian.org> Thu, 05 Oct 2017 18:45:39 +0200
loki (2.4.7.4-6) unstable; urgency=medium
...
...
debian/compat
View file @
4f6becad
9
10
debian/control
View file @
4f6becad
Source: loki
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Carleos Artime <carleos@uniovi.es>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
)
Standards-Version:
3.9.6
Build-Depends: debhelper (>=
10
)
Standards-Version:
4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/loki.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/loki.git
...
...
debian/copyright
View file @
4f6becad
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Loki
Upstream-Contact: Simon C. Heath <heath@cng.fr>
Source: http://web.archive.org/web/20051220050931/http://loki.homeunix.net/
...
...
debian/patches/hardening.patch
View file @
4f6becad
...
...
@@ -4,11 +4,13 @@ Description: Propagate hardening for linker also into subdirectory utils
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -12,7 +12,7 @@
bindir = @bindir@
@@ -11,8 +11,8 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
INSTALL_PERM = 755
CFLAGS = $(MY_CFLAGS) -I../include
-
CFLAGS = $(MY_CFLAGS) -I../include
-LDFLAGS =
+CFLAGS += $(MY_CFLAGS) -I../include
+LDFLAGS := $(LDFLAGS)
LIBS = -lm
ALL_LIBS = $(LIBS)
...
...
@@ -22,3 +24,25 @@ Description: Propagate hardening for linker also into subdirectory utils
../bin:
mkdir ../bin
--- a/libsrc/Makefile.in
+++ b/libsrc/Makefile.in
@@ -9,7 +9,7 @@
INCLUDES = -I../include/
#DMALLOC_INC = @DMALLOC_INC@
#DMALLOC_FLAGS = @DMALLOC_FLAGS@
-CFLAGS = $(MY_CFLAGS) $(INCLUDES) $(DMALLOC_FLAGS)
+CFLAGS += $(MY_CFLAGS) $(INCLUDES) $(DMALLOC_FLAGS)
LIB_SRC = io_stuff.c ranlib.c genrand.c ran_xtra.c mkbackup.c strsep.c \
utils.c remember.c peel_utils.c qsort.c min_deg.c bin_tree.c getopt_long.c
--- a/lokisrc/Makefile.in
+++ b/lokisrc/Makefile.in
@@ -26,7 +26,7 @@
INSTALL_PERM = 755
#DMALLOC_FLAGS = @DMALLOC_FLAGS@
INCLUDES = -I../include
-CFLAGS = $(MY_CFLAGS) $(INCLUDES) $(DMALLOC_FLAGS) $(MONITOR_FLAGS)
+CFLAGS += $(MY_CFLAGS) $(INCLUDES) $(DMALLOC_FLAGS) $(MONITOR_FLAGS)
ALL_LIBS = $(DMALLOC_LIB) -L. -L../libsrc -lloki -lgen $(LIBS)
LKLIB_SRC = param_parse.c param_lex.c read_binfiles.c loki_utils.c kinship.c \
debian/rules
View file @
4f6becad
...
...
@@ -2,7 +2,7 @@
# debian/rules for loki using dh
# Andreas Tille <tille@debian.org>, GPL
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
include /usr/share/dpkg/default.mk
MANPAGES=check_het.1 \
hist.1 \
...
...
@@ -14,7 +14,6 @@ MANPAGES=check_het.1 \
prep.1 \
qavg.1
%:
dh $@
...
...
@@ -31,7 +30,7 @@ override_dh_auto_install-arch:
override_dh_installman-arch:
dh_installman -a
for man in $(MANPAGES) ; do \
ln -s loki.1.gz debian/$(
pkg
)/usr/share/man/man1/$${man}.gz ; \
ln -s loki.1.gz debian/$(
DEB_SOURCE
)/usr/share/man/man1/$${man}.gz ; \
done
override_dh_auto_build-indep:
...
...
debian/watch
View file @
4f6becad
...
...
@@ -5,3 +5,6 @@
#If you want to download the original source tarball, try the bzipped
#version (the link to the gzipped version is broken).
version=4
opts=dversionmangle=s/.*/0.No-Site/ \
https://people.debian.org/~eriberto/ FakeWatchNoUpstreamSiteForThisPackage-(\d\S+)\.gz