blob: 2162255d07f3520e35ffc15d1ee841ee1c3df668 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
mwc (2.0.4-2) unstable; urgency=high
* debian/mwc.install:
- Install mwctools.py to /usr/share/mwc (Closes: #877924).
* New debian/patches/0001-config.patch:
- Add loading config from every path (Closes: #877927).
* New debian/NEWS.Debian about the new config file syntax.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 14 Oct 2017 22:27:29 +0200
mwc (2.0.4-1) unstable; urgency=medium
* New upstream release:
- Remove now unusable patches and therefore the printf function
(Closes: #860494).
- Add more Parameter needed at some websites (Closes: #862004).
* Rewrite debian/watch for archives without "v" in front of the version.
* Declare compliance with Debian Policy 4.1.1. (No changes needed).
* Bump compatlevel to 10 (no changes required):
- Change debian/compat to 10.
- At debian/control change requested version of debhelper to >= 10.
* At debian/control change Vcs-Browser to secure URI.
* debian/copyright:
- Refresh copyright year at * and debian/*.
* New README.source to explain the branching model used.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 01 Oct 2017 20:21:11 +0200
mwc (1.7.2-3) unstable; urgency=medium
* Work for the python3.5 transition (Closes: #799232):
- debian/control:
+ Simplify Python 3 related build-depends and depends to reflect actual
requirements.
- debian/rules:
+ Remove redundant call to dh_python3.
- Thanks to Scott Kitterman <debian@kitterman.com>.
* debian/copyright:
- Add 2015 to debian/*
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 27 Sep 2015 13:12:22 +0200
mwc (1.7.2-2) unstable; urgency=medium
* debian/control:
- Replace Depends python-cssselect with python3-cssselect
(Closes: #764787).
- Bump Standards-Version to 3.9.6 (no changes required).
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 10 Nov 2014 09:37:29 +0100
mwc (1.7.2-1) unstable; urgency=low
* Initial release (Closes: #746556)
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 18 Sep 2014 10:49:00 +0200
|