Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 9124281e
Andreas Tille
authored
Jul 15, 2018
9124281e
Point Vcs fields to salsa.debian.org
· 0b271fb2
Andreas Tille
authored
Jul 15, 2018
0b271fb2
Standards-Version: 4.1.5
· b49cdc0d
Andreas Tille
authored
Jul 15, 2018
b49cdc0d
DEP3
· 666df109
Andreas Tille
authored
Jul 15, 2018
666df109
Obtain source package name
· cd5470b8
Andreas Tille
authored
Jul 15, 2018
cd5470b8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cd5470b8
...
...
@@ -5,6 +5,9 @@ infernal (1.1.2-2) UNRELEASED; urgency=medium
* debhelper 10
* d/watch: version=4
* Added references to RRID and OMICtools registries (Steffen Moeller)
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Wed, 18 Jan 2017 12:56:58 +0100
...
...
debian/compat
View file @
cd5470b8
1
0
1
1
debian/control
View file @
cd5470b8
...
...
@@ -4,12 +4,11 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
libperl4-corelibs-perl,
autotools-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/infernal.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/infernal.git
Build-Depends: debhelper (>= 11~),
libperl4-corelibs-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/infernal
Vcs-Git: https://salsa.debian.org/med-team/infernal.git
Homepage: http://eddylab.org/infernal/
Package: infernal
...
...
debian/patches/format_security.patch
View file @
cd5470b8
Author: Andreas Tille
Last-Update: 2016-06-21 11:19:17 +0200
Description: Fix format security issues
Index: infernal-1.0.2/easel/esl_getopts.c
===================================================================
--- infernal-1.0.2.orig/easel/esl_getopts.c 2009-10-30 18:30:58.000000000 +0100
...
...
debian/rules
View file @
cd5470b8
...
...
@@ -3,8 +3,9 @@
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+all
include
/usr/share/dpkg/default.mk
pkgdata
:=
infernal
sampledir
:=
$(
CURDIR
)
/debian/
$(
pkgdata
)
/usr/share/doc/
$(
pkgdata
)
/examples
sampledir
:=
$(
CURDIR
)
/debian/
$(
DEB_SOURCE
)
/usr/share/doc/
$(
DEB_SOURCE
)
/examples
%
:
dh
$@
...
...