[med-svn] [Git][med-team/plast][master] 3 commits: Fix failing build for arch:all
Nilesh Patra
gitlab at salsa.debian.org
Thu Nov 12 14:45:37 GMT 2020
Nilesh Patra pushed to branch master at Debian Med / plast
Commits:
edb66171 by Nilesh Patra at 2020-11-12T14:29:34+00:00
Fix failing build for arch:all
- - - - -
106b4257 by Nilesh Patra at 2020-11-12T20:15:19+05:30
Fix install path in tests
- - - - -
f8cb247e by Nilesh Patra at 2020-11-12T20:15:23+05:30
Update changelog
- - - - -
5 changed files:
- debian/changelog
- + debian/plast-example.docs
- − debian/plast-example.install
- debian/rules
- debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+plast (2.3.2+dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fix binary-all FTBFS (Closes: #974162)
+
+ -- Nilesh Patra <npatra974 at gmail.com> Thu, 12 Nov 2020 20:03:59 +0530
+
plast (2.3.2+dfsg-2) unstable; urgency=medium
* Standards-Version: 4.5.0 (routine-update)
=====================================
debian/plast-example.docs
=====================================
@@ -0,0 +1,2 @@
+db
+debian/tests/run-unit-test
=====================================
debian/plast-example.install deleted
=====================================
@@ -1,2 +0,0 @@
-db usr/share/doc/plast/example
-debian/tests/run-unit-test usr/share/doc/plast/example
=====================================
debian/rules
=====================================
@@ -19,6 +19,9 @@ override_dh_install-arch:
# no need for the includes
rm -rf debian/*/usr/include
+override_dh_auto_install-indep:
+ echo "I: Do not install anything on arch:indep binary"
+
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
scripts/test-plast.sh
=====================================
debian/tests/run-unit-test
=====================================
@@ -5,7 +5,7 @@ if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
cd $AUTOPKGTEST_TMP
-cp -a /usr/share/doc/${pkg}/example/db .
+cp -a /usr/share/doc/${pkg}-example/db .
find . -type f -name "*.gz" -exec gunzip \{\} \;
View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/c2c6be622df004def5406095fdb0845964c41342...f8cb247e4146e529cf6dd8b0cbb6237461e98a0c
--
View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/c2c6be622df004def5406095fdb0845964c41342...f8cb247e4146e529cf6dd8b0cbb6237461e98a0c
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/20201112/b2422128/attachment-0001.html>
More information about the debian-med-commit
mailing list