summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 12:54:47 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 12:54:47 +0200
commit80ea180a903c55371ab30f173628a337fa8f6569 (patch)
tree51085385c569abfc9bd74539f0ca44d63e09ffb7
parentf3eaf7e1a6cb125e870fa5b67f8bfd20e1e32507 (diff)
Work for the python3.5 transition
-rw-r--r--debian/changelog11
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules1
3 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 0f3457b..3c636d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+mwc (1.7.2-3) UNRELEASED; urgency=medium
+
+ * Work for the python3.5 transition:
+ - debian/control:
+ + Simplify Python 3 related build-depends and depends to reflect actual
+ requirements.
+ - debian/rules:
+ + Remove redundant call to dh_python3.
+
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 27 Sep 2015 12:30:36 +0200
+
mwc (1.7.2-2) unstable; urgency=medium
* debian/control:
diff --git a/debian/control b/debian/control
index 1d126d3..8193145 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Build-Depends:
debhelper (>= 9),
dh-python,
- python3 | python3-all | python3-dev | python3-all-dev
+ python3-all
Standards-Version: 3.9.6
Homepage: https://github.com/Debianguru/MailWebsiteChanges
Vcs-Git: git://anonscm.debian.org/collab-maint/mwc.git
@@ -16,7 +16,6 @@ Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
- python3 | python3-all | python3-dev | python3-all-dev,
python3-lxml,
python3-cssselect
Description: Powerful website-tracking tool
diff --git a/debian/rules b/debian/rules
index f3956ec..8c9d9d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,4 @@
override_dh_installdeb:
mv debian/mwc/usr/share/doc/mwc/examples/config_template.py debian/mwc/usr/share/doc/mwc/examples/mwc-config_template.py
mv debian/mwc/usr/share/doc/mwc/examples/mwc.cr debian/mwc/usr/share/doc/mwc/examples/mwc
- dh_python3
dh_installdeb