[med-svn] [Git][med-team/last-align][master] 3 commits: Standards-Version: 4.4.1
Andreas Tille
gitlab at salsa.debian.org
Fri Nov 22 10:51:19 GMT 2019
Andreas Tille pushed to branch master at Debian Med / last-align
Commits:
f02b497d by Andreas Tille at 2019-11-22T10:46:34Z
Standards-Version: 4.4.1
- - - - -
d9116c25 by Andreas Tille at 2019-11-22T10:46:35Z
autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- - - - -
ddbe0d72 by Andreas Tille at 2019-11-22T10:50:30Z
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-last-align (984-2) UNRELEASED; urgency=medium
+last-align (984-2) unstable; urgency=medium
* Use 2to3 to port to Python3
Closes: #943148, #943446
+ * Standards-Version: 4.4.1
+ * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- -- Andreas Tille <tille at debian.org> Fri, 22 Nov 2019 11:23:44 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 22 Nov 2019 11:46:43 +0100
last-align (984-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
help2man,
python3-pil,
zlib1g-dev
-Standards-Version: 4.4.0
+Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/last-align
Vcs-Git: https://salsa.debian.org/med-team/last-align.git
Homepage: http://last.cbrc.jp/
=====================================
debian/tests/run-unit-test
=====================================
@@ -2,12 +2,12 @@
pkg=last-align
-if [ "$ADTTMP" = "" ] ; then
- ADTTMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
- trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+if [ "$AUTOPKGTEST_TMP" = "" ] ; then
+ AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
+ trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi
-cd $ADTTMP
+cd $AUTOPKGTEST_TMP
cp -a /usr/share/doc/${pkg}/examples/*.fa* .
gunzip -r *
View it on GitLab: https://salsa.debian.org/med-team/last-align/compare/da4b75cc3adbd1467c7245d23184334f96b4b5d7...ddbe0d729e2a28be6fb581eb33147fd0345f93a5
--
View it on GitLab: https://salsa.debian.org/med-team/last-align/compare/da4b75cc3adbd1467c7245d23184334f96b4b5d7...ddbe0d729e2a28be6fb581eb33147fd0345f93a5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191122/1a6b5a97/attachment-0001.html>
More information about the debian-med-commit
mailing list