Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
do not parse d/changelog
· d728e1fb
Andreas Tille
authored
Jul 16, 2018
d728e1fb
Update
· 8f01d8f0
Andreas Tille
authored
Jul 16, 2018
8f01d8f0
debhelper 11
· a9375dd8
Andreas Tille
authored
Jul 16, 2018
a9375dd8
Point Vcs fields to salsa.debian.org
· 89b42ee9
Andreas Tille
authored
Jul 16, 2018
89b42ee9
Standards-Version: 4.1.5
· 13c1bada
Andreas Tille
authored
Jul 16, 2018
13c1bada
Upload to unstable
· 674bc132
Andreas Tille
authored
Jul 16, 2018
674bc132
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
674bc132
toppred (1.10-6) unstable; urgency=medium
* d/rules: do not parse d/changelog
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Mon, 16 Jul 2018 11:36:54 +0200
toppred (1.10-5) UNRELEASED; urgency=medium
* debian/upstream/metadata:
...
...
debian/compat
View file @
674bc132
9
11
debian/control
View file @
674bc132
...
...
@@ -3,13 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
gnuplot,
libgd-dev
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/toppred
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/toppred.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team
/toppred
Vcs-Git: https://
salsa
.debian.org/
med-team
/toppred.git
Homepage: https://github.com/bioinfo-center-pasteur-fr/toppred
Package: toppred
...
...
debian/copyright
View file @
674bc132
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: toppred
Upstream-Contact: Eric Deveaud <edeveaud@pasteur.fr>
Source: https://github.com/bioinfo-center-pasteur-fr/toppred
...
...
@@ -8,7 +8,7 @@ Copyright: © 1999-2001 Eric Deveaud <edeveaud@pasteur.fr>
License: GPL-2+
Files: debian/*
Copyright: © 2015 Andreas Tille <tille@debian.org>
Copyright: © 2015
-2018
Andreas Tille <tille@debian.org>
2015 Eric Deveaud <edeveaud@pasteur.fr>
License: GPL-2+
...
...
debian/rules
View file @
674bc132
...
...
@@ -2,13 +2,14 @@
# DH_VERBOSE := 1
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
export CONFIG_SHELL = /bin/sh
export SHELL = /bin/sh
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
--with autoreconf
dh $@
override_dh_installexamples:
make -C test clean
...
...
@@ -16,13 +17,10 @@ override_dh_installexamples:
sed -i -e '/^TOPPREDDATA/d' \
-e 's?../src/toppred?/usr/bin/toppred?' \
-e 's?$$srcdir/??g' \
debian/$(DEB
PKGNAM
E)/usr/share/doc/$(DEB
PKGNAM
E)/examples/test/*.test
debian/$(DEB
_SOURC
E)/usr/share/doc/$(DEB
_SOURC
E)/examples/test/*.test
TMPFILE=`mktemp` && \
egrep -v -f debian/filter-patterns debian/$(DEB
PKGNAM
E)/usr/share/doc/$(DEB
PKGNAM
E)/examples/test/Makefile > $$TMPFILE && \
mv $$TMPFILE debian/$(DEB
PKGNAM
E)/usr/share/doc/$(DEB
PKGNAM
E)/examples/test/Makefile && \
egrep -v -f debian/filter-patterns debian/$(DEB
PKGNAM
E)/usr/share/doc/$(DEB
PKGNAM
E)/examples/data/Makefile > $$TMPFILE && \
mv $$TMPFILE debian/$(DEB
PKGNAM
E)/usr/share/doc/$(DEB
PKGNAM
E)/examples/data/Makefile && \
egrep -v -f debian/filter-patterns debian/$(DEB
_SOURC
E)/usr/share/doc/$(DEB
_SOURC
E)/examples/test/Makefile > $$TMPFILE && \
mv $$TMPFILE debian/$(DEB
_SOURC
E)/usr/share/doc/$(DEB
_SOURC
E)/examples/test/Makefile && \
egrep -v -f debian/filter-patterns debian/$(DEB
_SOURC
E)/usr/share/doc/$(DEB
_SOURC
E)/examples/data/Makefile > $$TMPFILE && \
mv $$TMPFILE debian/$(DEB
_SOURC
E)/usr/share/doc/$(DEB
_SOURC
E)/examples/data/Makefile && \
rm -f $$TMPFILE
#get-orig-source:
# . debian/get-orig-source