diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-05 12:09:22 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-06-05 12:09:22 +0200 | 
| commit | 5074e4c854090285b1e524044f47e8fd0f33392e (patch) | |
| tree | 6d7d911685407a8d7a641e675ab1104e6624461f | |
| parent | bd2014e590b2b8553be55a01f9498ade283f8f44 (diff) | |
changes before upload
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rw-r--r-- | debian/copyright | 2 | 
3 files changed, 4 insertions, 7 deletions
| diff --git a/debian/changelog b/debian/changelog index 9a92eead..aa94bc5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libunistring (0.9.7-1) UNRELEASED; urgency=medium +libunistring (0.9.7-1) experimental; urgency=medium    * New maintainer (Closes: #858605).      - Many thanks to Andreas Rottmann <rotty@debian.org>. @@ -20,9 +20,9 @@ libunistring (0.9.7-1) UNRELEASED; urgency=medium      - Change debhelper version at debian/control to >= 10.      - Drop dh-autoreconf from both build-depends and dh --with arguments         because this is all defaults when using dh compat 10. -  * Add symbols files for amd64 und i386. +  * Add symbols files for amd64 and i386. - -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Mon, 27 Mar 2017 21:42:44 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net>  Mon, 05 Jun 2017 11:15:20 +0200  libunistring (0.9.6+really0.9.6-0.1) experimental; urgency=medium diff --git a/debian/control b/debian/control index b8e0d7c7..55272105 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,13 @@ Source: libunistring  Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>  Build-Depends:  -# cdbs (>= 0.4.93~),   debhelper (>= 10), -# dh-autoreconf  Standards-Version: 3.9.8  Section: libs  Homepage: http://www.gnu.org/software/libunistring/  Vcs-Git: https://anonscm.debian.org/git/collab-maint/libunistring.git  Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libunistring.git/ -  Package: libunistring-dev  Section: libdevel  Architecture: any diff --git a/debian/copyright b/debian/copyright index b8e61b57..512570cd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -47,7 +47,7 @@ Copyright: 1994, X Consortium  License: MIT  Files: debian/* -Copyright: 2009      Andreas Rottmann <rotty@debian.org> +Copyright: 2009-2011 Andreas Rottmann <rotty@debian.org>             2017      Jörg Frings-Fürst <debian@jff-webhosting.net>  License: GPL-3+ | 
