Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Replace ADTTMP with AUTOPKGTEST_TMP
· 488c774e
Dylan Aïssi
authored
Nov 20, 2019
488c774e
Switch to debhelper-compat
· 258e10f5
Dylan Aïssi
authored
Nov 20, 2019
258e10f5
Upload to unstable
· ee513c9f
Dylan Aïssi
authored
Nov 20, 2019
ee513c9f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ee513c9f
plink1.9 (1.90~b6.12-191028-1)
UNRELEASED
; urgency=medium
plink1.9 (1.90~b6.12-191028-1)
unstable
; urgency=medium
* New upstream release.
* Replace ADTTMP with AUTOPKGTEST_TMP.
* Switch to debhelper-compat.
-- Dylan Aïssi <daissi@debian.org> Wed, 20 Nov 2019 07:
05:42
+0100
-- Dylan Aïssi <daissi@debian.org> Wed, 20 Nov 2019 07:
20:09
+0100
plink1.9 (1.90~b6.11-191024-1) unstable; urgency=medium
...
...
debian/compat
deleted
100644 → 0
View file @
3aec6e51
12
debian/control
View file @
ee513c9f
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (
>
= 12
~
),
Build-Depends: debhelper
-compat
(= 12),
help2man,
libatlas-base-dev,
liblapack-dev,
...
...
debian/tests/run-sample-analysis
View file @
ee513c9f
#!/bin/sh -e
# http://dep.debian.net/deps/dep8/
# Autopkgtest: Test if plink1.9 run analysis correctly
# Author: Dylan Aïssi <bob.dybian@gmail.com>
# Last-Update: 2014-12-22
# Author: Dylan Aïssi <daissi@debian.org>
pkg
=
plink1.9
if
[
"
$A
DT
TMP
"
=
""
]
;
then
A
DT
TMP
=
`
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
`
if
[
"
$A
UTOPKGTEST_
TMP
"
=
""
]
;
then
A
UTOPKGTEST_
TMP
=
`
mktemp
-d
/tmp/
${
pkg
}
-test
.XXXXXX
`
fi
cd
$A
DT
TMP
cp
-a
/usr/share/doc/
${
pkg
}
/examples/
*
$A
DT
TMP
cd
$A
UTOPKGTEST_
TMP
cp
-a
/usr/share/doc/
${
pkg
}
/examples/
*
$A
UTOPKGTEST_
TMP
PLINK19_TEST
=
'plink1.9 --file toy'
...
...
@@ -21,5 +20,5 @@ diff plink.frq expected.plink.frq
$PLINK19_TEST
--assoc
diff plink.assoc expected.plink.assoc
rm
-f
$A
DT
TMP
/
*
rm
-f
$A
UTOPKGTEST_
TMP
/
*