Commit 00baa316 authored by Andreas Tille's avatar Andreas Tille
Browse files

Add some build-depends + todo

parent e8d19af4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
conda (4.6.8-1) UNRELEASED; urgency=medium

  * Initial release (Closes: #<bug>)
  TODO: https://pypi.org/project/pycosat/

 -- Andreas Tille <tille@debian.org>  Sun, 10 Mar 2019 09:33:50 +0100
+6 −1
Original line number Diff line number Diff line
@@ -3,7 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@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
+1 −5
Original line number Diff line number Diff line
@@ -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