[Blends-commit] [Git][blends-team/blends][experimental] 2 commits: Try hard to get lintian error "blends-dev: python-script-but-no-python-dep…
Andreas Tille
gitlab at salsa.debian.org
Wed Mar 28 14:24:54 UTC 2018
Andreas Tille pushed to branch experimental at Debian Blends Team / blends
Commits:
6caa8085 by Andreas Tille at 2018-03-28T16:23:53+02:00
Try hard to get lintian error "blends-dev: python-script-but-no-python-dep usr/share/blends-dev/blend-gen-control" solved - no idea why this failed.
- - - - -
da90c543 by Andreas Tille at 2018-03-28T16:24:41+02:00
ignore false lintian warning binary-package-depends-on-toolchain-package
- - - - -
4 changed files:
- + debian/blends-dev.lintian-overrides
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/blends-dev.lintian-overrides
=====================================
--- /dev/null
+++ b/debian/blends-dev.lintian-overrides
@@ -0,0 +1,2 @@
+# Dependency on debhelper is intended
+blends-dev: binary-package-depends-on-toolchain-package depends: debhelper (>= 9)
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+blends (0.6.103) UNRELEASED; urgency=medium
+
+ * d/control:
+ - Build-Depends: dh-python, python3-all
+ - blends-dev: Depends: ${python3:Depends}
+ * d/rules: --with python3
+ * ignore false lintian warning binary-package-depends-on-toolchain-package
+
+ -- Andreas Tille <tille at debian.org> Wed, 28 Mar 2018 16:22:10 +0200
+
blends (0.6.102) experimental; urgency=low
* blend-gen-control: Bugfixes, slight refactorization, documentation
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@ Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: xmlto,
dblatex,
- w3m
+ w3m,
+ dh-python,
+ python3-all
Standards-Version: 4.0.0
Vcs-Browser: https://salsa.debian.org/blends-team/blends
Vcs-Git: https://salsa.debian.org/blends-team/blends.git
@@ -20,7 +22,8 @@ Architecture: all
Depends: debconf,
make | build-essential,
debhelper (>= 9),
- ${misc:Depends}
+ ${misc:Depends},
+ ${python3:Depends}
Suggests: blends-doc
Replaces: cdd-dev
Description: Debian Pure Blends common files for developing metapackages
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/dpkg/default.mk
DISTDIR := $(DEB_SOURCE)-$(DEB_VERSION)
%:
- dh $@
+ dh $@ --with python3
override_dh_auto_build:
cd doc; $(MAKE) html; $(MAKE) txt; $(MAKE) pdf
View it on GitLab: https://salsa.debian.org/blends-team/blends/compare/3120dc33c3d0eedee3533dfdd415f4464b06e40c...da90c543f0bf819808a889a9080ada1f91ba65d3
---
View it on GitLab: https://salsa.debian.org/blends-team/blends/compare/3120dc33c3d0eedee3533dfdd415f4464b06e40c...da90c543f0bf819808a889a9080ada1f91ba65d3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/blends-commit/attachments/20180328/ce4a89d8/attachment-0001.html>
More information about the Blends-commit
mailing list