[med-svn] [Git][med-team/conda][master] Add some build-depends + todo
Andreas Tille
gitlab at salsa.debian.org
Sun Mar 10 10:38:57 GMT 2019
Andreas Tille pushed to branch master at Debian Med / conda
Commits:
00baa316 by Andreas Tille at 2019-03-10T10:38:19Z
Add some build-depends + todo
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
conda (4.6.8-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
+ TODO: https://pypi.org/project/pycosat/
-- Andreas Tille <tille at debian.org> Sun, 10 Mar 2019 09:33:50 +0100
=====================================
debian/control
=====================================
@@ -3,7 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 12~)
+Build-Depends: debhelper (>= 12~),
+ dh-python,
+ python3,
+ python3-setuptools,
+ python3-pycosat,
+ python3-requests
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/conda
Vcs-Git: https://salsa.debian.org/med-team/conda.git
=====================================
debian/rules
=====================================
@@ -18,14 +18,10 @@ include /usr/share/dpkg/default.mk
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@
+ dh $@ --with python3 --buildsystem=pybuild
### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# do_stuff_for_testing
#endif
-
-### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
-#get-orig-source:
-# . debian/get-orig-source
View it on GitLab: https://salsa.debian.org/med-team/conda/commit/00baa3168b70589ecd5dcb5909c43a13e83ee54a
--
View it on GitLab: https://salsa.debian.org/med-team/conda/commit/00baa3168b70589ecd5dcb5909c43a13e83ee54a
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/20190310/4095fdd2/attachment-0001.html>
More information about the debian-med-commit
mailing list