diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2d8526 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +debian/files +.pc diff --git a/debian/changelog b/debian/changelog index 6090578..f5f1742 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libunistring (0.9.10-3) UNRELEASED; urgency=medium +libunistring (0.9.10-3) unstable; urgency=medium * Update symbols for non-glibc. (Closes: #956635) - thanks to Helmut Grohne <helmut@subdivi.de>. @@ -11,8 +11,10 @@ libunistring (0.9.10-3) UNRELEASED; urgency=medium + Add usr/lib/x86_64-linux-gnu/libunistring.la * debian/control: - Add Rules-Requires-Root: no. + * debian/copyright: + - Add year 2020 to myself. - -- Jörg Frings-Fürst <debian@jff.email> Sun, 31 May 2020 13:39:48 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Sun, 31 May 2020 15:08:22 +0200 libunistring (0.9.10-2) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index 7a01cfb..78320b6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -48,7 +48,7 @@ License: MIT Files: debian/* Copyright: 2009-2011 Andreas Rottmann <rotty@debian.org> - 2017-2019 Jörg Frings-Fürst <debian@jff.email> + 2017-2020 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ License: LGPL-3+ |