Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Standards-Version 4.1.3
· 96cc42d4
Afif Elghraoui
authored
Feb 19, 2018
96cc42d4
debhelper compat 11
· 71c9eedc
Afif Elghraoui
authored
Feb 19, 2018
71c9eedc
d/rules: clean up and remove dh_installchangelogs
· dace1810
Afif Elghraoui
authored
Feb 19, 2018
That changelog file isn't there anymore.
dace1810
Show whitespace changes
Inline
Side-by-side
debian/compat
View file @
dace1810
9
11
debian/control
View file @
dace1810
...
...
@@ -3,8 +3,8 @@ Section: non-free/science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends: debhelper (>=
9
)
Standards-Version:
3.9.8
Build-Depends: debhelper (>=
11
)
Standards-Version:
4.1.3
Homepage: http://lowelab.ucsc.edu/tRNAscan-SE
Vcs-Git: https://anonscm.debian.org/git/debian-med/trnascan-se.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/trnascan-se.git
...
...
debian/rules
View file @
dace1810
#!/usr/bin/make -f
#DH_VERBOSE = 1
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
CFLAGS := $(CPPFLAGS) $(CFLAGS)
%:
dh $@ --parallel
override_dh_installchangelogs:
dh_installchangelogs Release.history
dh $@