Steffen Möller pushed to branch master at Debian Med / q2-demux


Commits:
f27dfd15 by Steffen Moeller at 2021-08-23T23:43:23+02:00
(ugly) fix to omitted dist directory

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,12 @@
 q2-demux (2020.11.1-2) UNRELEASED; urgency=medium
 
-  * Fixe d/watch.
+  [ Steffen Moeller ]
+  * Fixed d/watch.
+  * First cheap "reuse-Makefile"-shot to create webpack dist
+
+  @Nilesh
+  * Please help to make this as efficient as for q2-diversity.
+    Webpack crashed under my hands.
 
  -- Steffen Moeller <[email protected]>  Sun, 25 Jul 2021 18:09:41 +0200
 


=====================================
debian/control
=====================================
@@ -9,6 +9,8 @@ Build-Depends: debhelper-compat (= 13),
                python3,
                python3-setuptools,
                nodejs,
+               npm,
+               webpack,
                python3-pytest-cov,
                python3-yaml,
                python3-pandas,


=====================================
debian/rules
=====================================
@@ -14,6 +14,12 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf 
{build_dir}/q2-demux.egg-* {build_dir}/sit
 %:
        dh $@ --with python3 --buildsystem=pybuild
 
+override_dh_auto_build:
+       dh_auto_build
+       #cd q2_demux/_summarize/assets && \
+       #webpack --bail
+       make viz-summarize
+
 #FIXME: Delaying true testing to auto-pkg-tests since QIIME2 module cannot be 
registered
 #       at build time.
 override_dh_auto_test:



View it on GitLab: 
https://salsa.debian.org/med-team/q2-demux/-/commit/f27dfd15abc3522b64a22d7c15b35f88169966ee

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/q2-demux/-/commit/f27dfd15abc3522b64a22d7c15b35f88169966ee
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to