Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Try to fix test
· ba0a2620
Andreas Tille
authored
Jan 17, 2018
ba0a2620
d/rules: do not parse d/changelog
· d338fb3e
Andreas Tille
authored
Jan 17, 2018
d338fb3e
debhelper 11
· ce3a102f
Andreas Tille
authored
Jan 17, 2018
ce3a102f
Standards-Version: 4.1.3
· eeff14d8
Andreas Tille
authored
Jan 17, 2018
eeff14d8
Upload to unstable
· 98efa637
Andreas Tille
authored
Feb 28, 2018
98efa637
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
98efa637
paleomix (1.2.12-1)
UNRELEASED
; urgency=medium
paleomix (1.2.12-1)
unstable
; urgency=medium
* New upstream version
* Standards-Version: 4.1.1
* Exclude one test that strangely fails
* d/rules: do not parse d/changelog
* debhelper 11
* Standards-Version: 4.1.3
-- Andreas Tille <tille@debian.org>
Thu, 16 Nov 2017 09:39:02
+0100
-- Andreas Tille <tille@debian.org>
Wed, 17 Jan 2018 12:01:36
+0100
paleomix (1.2.7-1) unstable; urgency=medium
...
...
debian/compat
View file @
98efa637
1
0
1
1
debian/control
View file @
98efa637
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
dh-python,
python,
python-setuptools,
...
...
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 10),
default-jre-headless,
bowtie2,
rsync
Standards-Version: 4.1.
1
Standards-Version: 4.1.
3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/paleomix.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/paleomix.git
Homepage: http://geogenetics.ku.dk/publications/paleomix
...
...
debian/rules
View file @
98efa637
#!/usr/bin/make -f
DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
include /usr/share/dpkg/default.mk
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
#
export PYBUILD_TEST_ARGS = --exclude='(test_requirementobj__version__command_not_executable)'
export PYBUILD_TEST_ARGS = --exclude='(test_requirementobj__version__command_not_executable)'
%:
dh $@ --with python2 --buildsystem=pybuild
...
...
@@ -36,9 +36,9 @@ override_dh_installdocs:
# since tests dir contains empty files which are used afterwards for
# testing and dh_installdocs is ignoring empty files we need to make
# sure all files are really copied
rsync -a -v tests debian/$(DEB
PKGNAM
E)/usr/share/doc/$(DEB
PKGNAM
E)
rsync -a -v tests debian/$(DEB
_SOURC
E)/usr/share/doc/$(DEB
_SOURC
E)
# test runner is seeking for paleomix modules in source - we use inside the installed package
sed -i 's:(find paleomix -mindepth 1:(find /usr/lib/python2.7/dist-packages/paleomix -mindepth 1:' debian/*/usr/share/doc/*/tests/run
###
sed -i 's:(find paleomix -mindepth 1:(find /usr/lib/python2.7/dist-packages/paleomix -mindepth 1:' debian/*/usr/share/doc/*/tests/run
#echo "====== Also empty files belong to the docs ======"
#find debian -name "empty_file*"
#find debian -name "timestamp_*"
...
...
debian/tests/control
View file @
98efa637
Tests: run-unit-test
Depends: @
Depends: @
, tox
Restrictions: allow-stderr
debian/tests/run-unit-test
View file @
98efa637
...
...
@@ -19,5 +19,4 @@ for gz in `find . -name "*.gz"` ; do
fi
done
chmod
+x tests/run
tests/run
tox
\ No newline at end of file