[med-svn] [Git][med-team/python-pauvre][master] 3 commits: Add <!nocheck> to some Build-Depends

Andreas Tille gitlab at salsa.debian.org
Mon Apr 27 09:53:31 BST 2020



Andreas Tille pushed to branch master at Debian Med / python-pauvre


Commits:
3f9e0e79 by Andreas Tille at 2020-04-27T10:03:37+02:00
Add <!nocheck> to some Build-Depends

- - - - -
2a378fa0 by Andreas Tille at 2020-04-27T10:05:06+02:00
PYBUILD_NAME=pauvre and cleanuo d/rules

- - - - -
9d8cab99 by Andreas Tille at 2020-04-27T10:06:28+02:00
Install test script in examples

- - - - -


3 changed files:

- debian/control
- + debian/examples
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -7,13 +7,13 @@ Build-Depends: debhelper-compat (= 12),
                dh-python,
                python3,
                python3-setuptools,
-               python3-matplotlib,
-               python3-biopython,
-               python3-pandas,
-               python3-numpy,
-               python3-scipy,
-               python3-sklearn,
-               python3-progressbar
+               python3-matplotlib <!nocheck>,
+               python3-biopython <!nocheck>,
+               python3-pandas <!nocheck>,
+               python3-numpy <!nocheck>,
+               python3-scipy <!nocheck>,
+               python3-sklearn <!nocheck>,
+               python3-progressbar <!nocheck>
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/python-pauvre
 Vcs-Git: https://salsa.debian.org/med-team/python-pauvre.git


=====================================
debian/examples
=====================================
@@ -0,0 +1 @@
+scripts/test.sh


=====================================
debian/rules
=====================================
@@ -1,21 +1,8 @@
 #!/usr/bin/make -f
 
 # DH_VERBOSE := 1
-export LC_ALL=C.UTF-8
 
-include /usr/share/dpkg/default.mk
-# this provides:
-# DEB_SOURCE: the source package name
-# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
-# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision
-# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch
-# DEB_VERSION_UPSTREAM: the package's upstream version
-# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
-# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as
-#                    specified by <https://reproducible-builds.org/specs/source-date-epoch/>
-
-# for hardening you might like to uncomment this:
-# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export PYBUILD_NAME=pauvre
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
@@ -31,3 +18,8 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 		dh_auto_test \
 	&& rm "$${PYBUILDDIR}/input"
 endif
+
+override_dh_install:
+	# Do not install test script in Python lib fir
+	find debian -name scripts -type d | xargs rm -rf
+	dh_install



View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/compare/4c472f0454230a2d1af0715b0bee35eb532762c5...9d8cab99d22bafa3b33efd41bac8bb3154d3b239

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/compare/4c472f0454230a2d1af0715b0bee35eb532762c5...9d8cab99d22bafa3b33efd41bac8bb3154d3b239
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/20200427/19e8e01f/attachment-0001.html>


More information about the debian-med-commit mailing list