diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/copyright | 2 | 
3 files changed, 4 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index ab33d043..d0d6cb75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libunistring (0.9.8-1) UNRELEASED; urgency=medium    * New upstream release.      - Refresh patches. +  * Change to my new mail address.   -- Jörg Frings-Fürst <debian@jff.email>  Sat, 02 Dec 2017 10:31:01 +0100 diff --git a/debian/control b/debian/control index 82927dee..e3e151f5 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@  Source: libunistring  Priority: optional -Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> -Build-Depends:  +Maintainer: Jörg Frings-Fürst <debian@jff.email> +Build-Depends:   debhelper (>= 10),  Standards-Version: 4.0.0  Section: libs diff --git a/debian/copyright b/debian/copyright index 512570cd..9ccd2b70 100644 --- a/debian/copyright +++ b/debian/copyright @@ -48,7 +48,7 @@ License: MIT  Files: debian/*  Copyright: 2009-2011 Andreas Rottmann <rotty@debian.org> -           2017      Jörg Frings-Fürst <debian@jff-webhosting.net> +           2017      Jörg Frings-Fürst <debian@jff.email>  License: GPL-3+  License: LGPL-3+ | 
