[med-svn] [Git][med-team/mira][master] 4 commits: Drop un-needed B-D on perl
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Jun 18 08:21:30 BST 2023
Nilesh Patra pushed to branch master at Debian Med / mira
Commits:
3b319dad by Nilesh Patra at 2023-06-18T12:47:10+05:30
Drop un-needed B-D on perl
- - - - -
67ba3fc4 by Nilesh Patra at 2023-06-18T12:47:32+05:30
Pass boost include dir and libdir for easy cross-compilation
- - - - -
a0dfafde by Nilesh Patra at 2023-06-18T12:49:37+05:30
Add override for README.html, source is present in the source package
- - - - -
3a0ba039 by Nilesh Patra at 2023-06-18T12:50:08+05:30
[ci skip] Interim d/ch
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+mira (4.9.6-9) UNRELEASED; urgency=medium
+
+ * Team Upload.
+ * Make package cross-build
+ + Drop un-needed B-D on perl
+ + Pass boost include dir and libdir for easy cross-compilation
+ * Add override for README.html, source is present in the source package
+
+ -- Nilesh Patra <nilesh at debian.org> Sun, 18 Jun 2023 12:49:40 +0530
+
mira (4.9.6-8) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -10,7 +10,6 @@ Build-Depends: debhelper-compat (= 13),
libbz2-dev,
libexpat1-dev,
libgoogle-perftools-dev [i386 amd64],
- perl,
flex,
libfl-dev,
xxd,
=====================================
debian/rules
=====================================
@@ -13,6 +13,9 @@ exampledir=usr/share/doc/mira-examples/examples/minidemo/data/bbdataset1/
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --with-boost=/usr
+
override_dh_auto_install-arch:
make install DESTDIR=$(CURDIR)/debian/${pkg}
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# The source is present in doc/ this is False positive in this case.
+mira source: source-is-missing [README_build.html]
View it on GitLab: https://salsa.debian.org/med-team/mira/-/compare/d5a39c62975d2599254e09e72d7c40efaf6bdf47...3a0ba039dcfbe87c417531f7d4daa914954d7ba7
--
View it on GitLab: https://salsa.debian.org/med-team/mira/-/compare/d5a39c62975d2599254e09e72d7c40efaf6bdf47...3a0ba039dcfbe87c417531f7d4daa914954d7ba7
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/20230618/6a978f48/attachment-0001.htm>
More information about the debian-med-commit
mailing list