Commit 66da5074 authored by Andreas Tille's avatar Andreas Tille
Browse files

Build-Depends: markdown instead of python-markdown to not depend from Python2 utillity

parent 75b3c7d5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
adapterremoval (2.3.1-2) UNRELEASED; urgency=medium

  * Build-Depends: markdown instead of python-markdown

 -- Andreas Tille <tille@debian.org>  Mon, 02 Sep 2019 08:59:12 +0200

adapterremoval (2.3.1-1) unstable; urgency=medium

  * Team upload.
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
               zlib1g-dev,
               libbz2-dev,
               libgtest-dev,
               python-markdown
               markdown
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/adapterremoval
Vcs-Git: https://salsa.debian.org/med-team/adapterremoval.git
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ include /usr/share/dpkg/default.mk

override_dh_auto_build:
	dh_auto_build
	markdown_py -f README.html README.md
	markdown README.md > README.html

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))