diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 90fdd4f..0d81725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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> Thu, 16 Oct 2014 06:11:11 +0200 + mwc (1.7.2-1) unstable; urgency=low * Initial release (Closes: #746556) diff --git a/debian/control b/debian/control index 059e6d5..1d126d3 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), dh-python, python3 | python3-all | python3-dev | python3-all-dev -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Homepage: https://github.com/Debianguru/MailWebsiteChanges Vcs-Git: git://anonscm.debian.org/collab-maint/mwc.git Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/mwc.git @@ -18,7 +18,7 @@ Depends: ${python3:Depends}, python3 | python3-all | python3-dev | python3-all-dev, python3-lxml, - python-cssselect + python3-cssselect Description: Powerful website-tracking tool MailWebsiteChanges is a Python script to keep track of website changes; sends email notifications on updates and/or also |