[med-svn] [Git][med-team/adapterremoval][master] Build-Depends: markdown instead of python-markdown to not depend from Python2 utillity
Andreas Tille
gitlab at salsa.debian.org
Mon Sep 2 08:11:53 BST 2019
Andreas Tille pushed to branch master at Debian Med / adapterremoval
Commits:
66da5074 by Andreas Tille at 2019-09-02T07:11:24Z
Build-Depends: markdown instead of python-markdown to not depend from Python2 utillity
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+adapterremoval (2.3.1-2) UNRELEASED; urgency=medium
+
+ * Build-Depends: markdown instead of python-markdown
+
+ -- Andreas Tille <tille at debian.org> Mon, 02 Sep 2019 08:59:12 +0200
+
adapterremoval (2.3.1-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -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
=====================================
debian/rules
=====================================
@@ -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)))
View it on GitLab: https://salsa.debian.org/med-team/adapterremoval/commit/66da507481041f1aa19da8222e1af44410f88820
--
View it on GitLab: https://salsa.debian.org/med-team/adapterremoval/commit/66da507481041f1aa19da8222e1af44410f88820
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/20190902/5d50b00e/attachment.html>
More information about the debian-med-commit
mailing list