Skip to content
Commits on Source (8)
epcr (2.3.12-1-7) unstable; urgency=medium
[ Do Thanh Trung ]
* Enable cross building
Closes: #922192
[ Andreas Tille ]
* Secure URI for homepage
* debhelper 12
* Standards-Version: 4.3.0
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/copyright
* Drop non-functional autopkgtest template
-- Andreas Tille <tille@debian.org> Wed, 13 Feb 2019 08:19:01 +0100
epcr (2.3.12-1-6) unstable; urgency=medium
[ Andreas Tille ]
......
......@@ -5,11 +5,11 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Charles Plessy <plessy@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 12~)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/epcr
Vcs-Git: https://salsa.debian.org/med-team/epcr.git
Homepage: http://www.ncbi.nlm.nih.gov/tools/epcr/
Homepage: https://www.ncbi.nlm.nih.gov/tools/epcr/
Package: ncbi-epcr
Architecture: any
......
......@@ -23,7 +23,7 @@ override_dh_auto_clean:
rm -f e-PCR famap fahash re-PCR
override_dh_auto_build:
$(MAKE) links depend all OPTIMIZE=6
dh_auto_build -- links depend all OPTIMIZE=6
override_dh_auto_install:
# do nothing
Tests: run-unit-test
Depends: @
Restrictions: allow-stderr
#!/bin/bash
set -e
pkg=epcr
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi
cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
#do_stuff_to_test_package#