diff options
-rw-r--r-- | debian/NEWS.Debian | 4 | ||||
-rw-r--r-- | debian/changelog | 15 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/files | 1 |
5 files changed, 18 insertions, 10 deletions
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian index 339080e..f2337b3 100644 --- a/debian/NEWS.Debian +++ b/debian/NEWS.Debian @@ -1,6 +1,6 @@ mwc (2.0.4-2) unstable; urgency=high - Since release 2.0.0 the syntacs of the config file has + Since release 2.0.0 the syntax of the config file has changed. Please read the sample for rewrite. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 14 Oct 2017 19:57:10 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 14 Oct 2017 22:27:29 +0200 diff --git a/debian/changelog b/debian/changelog index 8c50dab..5f52218 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,19 @@ -mwc (2.0.4-2) UNRELEASED; urgency=medium +mwc (2.0.4-2) unstable; urgency=high * debian/mwc.install: - Install mwctools.py to /usr/share/mwc (Closes: #877924). + * New debian/NEWS.Debian about the new config file syntax. * New debian/patches/0001-config.patch: - Add loading config from every path (Closes: #877927). - * New debian/NEWS.Debian about the new config file syntax. + * Change to my new email-address: + - debian/control, + - debian/copyright. + * Remove trailing white spaces: + - debian/changelog + - debian/control + * Declare compliance with Debian Policy 4.1.2.0 (No changes needed). - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 14 Oct 2017 19:57:10 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Sun, 03 Dec 2017 21:20:52 +0100 mwc (2.0.4-1) unstable; urgency=medium @@ -43,7 +50,7 @@ mwc (1.7.2-3) unstable; urgency=medium mwc (1.7.2-2) unstable; urgency=medium * debian/control: - - Replace Depends python-cssselect with python3-cssselect + - Replace Depends python-cssselect with python3-cssselect (Closes: #764787). - Bump Standards-Version to 3.9.6 (no changes required). diff --git a/debian/control b/debian/control index 792ce2a..b02a75e 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,19 @@ Source: mwc Section: utils Priority: optional -Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper (>= 10), dh-python, python3-all -Standards-Version: 4.1.1 +Standards-Version: 4.1.2.0 Homepage: https://github.com/Debianguru/MailWebsiteChanges Vcs-Git: git://anonscm.debian.org/collab-maint/mwc.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mwc.git Package: mwc Architecture: all -Depends: +Depends: ${misc:Depends}, ${python3:Depends}, python3-lxml, diff --git a/debian/copyright b/debian/copyright index 4976aef..a566481 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,7 @@ Copyright: 2013-2017 Michael Till Beck <Debianguru@gmx.de> License: GPL-2+ Files: debian/* -Copyright: 2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net> +Copyright: 2014-2017 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ License: GPL-2+ diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..ac96ecc --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +mwc_2.0.4-2_source.buildinfo utils optional |