diff -Nru libvecpf-1.1.0/debian/changelog libvecpf-1.1.0/debian/changelog --- libvecpf-1.1.0/debian/changelog 2017-07-07 15:16:04.000000000 +0000 +++ libvecpf-1.1.0/debian/changelog 2020-08-18 09:53:10.000000000 +0000 @@ -1,3 +1,18 @@ +libvecpf (1.1.0-3) unstable; urgency=medium + + * Add gbp.conf to set upstream-vcs-tag format + * Update d/copyright + * Set Rules-Requires-Root in d/control + * Switch to debhelper-compat + * Update maintainer mail + * List not installed files explicitly + * Change priority to optional since DP 4.0.1 + * Add Build-Depends-Package field to symbol file + * Update Vcs infos + * Bump Standards-Version + + -- Frédéric Bonnard Tue, 18 Aug 2020 11:53:10 +0200 + libvecpf (1.1.0-2) unstable; urgency=medium * Upload to unstable. diff -Nru libvecpf-1.1.0/debian/compat libvecpf-1.1.0/debian/compat --- libvecpf-1.1.0/debian/compat 2016-06-14 14:59:47.000000000 +0000 +++ libvecpf-1.1.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru libvecpf-1.1.0/debian/control libvecpf-1.1.0/debian/control --- libvecpf-1.1.0/debian/control 2017-07-07 15:16:04.000000000 +0000 +++ libvecpf-1.1.0/debian/control 2020-08-18 09:53:10.000000000 +0000 @@ -1,10 +1,13 @@ Source: libvecpf Section: libs -Maintainer: Frédéric Bonnard -Priority: extra -Build-Depends: debhelper (>= 9), dh-autoreconf -Standards-Version: 3.9.8 +Maintainer: Frédéric Bonnard +Priority: optional +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://github.com/libvecpf/libvecpf +Vcs-Git: https://salsa.debian.org/debian/libvecpf.git +Vcs-Browser: https://salsa.debian.org/debian/libvecpf Package: libvecpf1 Architecture: powerpc ppc64 ppc64el diff -Nru libvecpf-1.1.0/debian/copyright libvecpf-1.1.0/debian/copyright --- libvecpf-1.1.0/debian/copyright 2016-06-15 13:58:24.000000000 +0000 +++ libvecpf-1.1.0/debian/copyright 2020-08-18 09:53:10.000000000 +0000 @@ -34,7 +34,8 @@ License: GPL-2+ Files: debian/* -Copyright: 2016 Frederic Bonnard +Copyright: 2016,2020 International Business Machines Corporation and others. +Author: Frédéric Bonnard License: LGPL-2.1 License: GNU-All-Permissive-License @@ -86,10 +87,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . - You should have received a copy of the GNU General Public - License along with this manual; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, - Boston, MA 02111, USA. + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. License: LGPL-2.1 The Vector Printf Library is free software; you can redistribute it and/or @@ -101,10 +101,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License version 2.1 for more details. . - You should have received a copy of the GNU Lesser General Public License - version 2.1 along with the Vector Printf Library; if not, write to the - Free Software Foundation, Inc.,59 Temple Place, Suite 330, Boston, - MA 02111-1307 USA. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". diff -Nru libvecpf-1.1.0/debian/gbp.conf libvecpf-1.1.0/debian/gbp.conf --- libvecpf-1.1.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ libvecpf-1.1.0/debian/gbp.conf 2020-08-18 09:53:10.000000000 +0000 @@ -0,0 +1,2 @@ +[import-orig] +upstream-vcs-tag = v%(version%~%-)s diff -Nru libvecpf-1.1.0/debian/libvecpf1.symbols libvecpf-1.1.0/debian/libvecpf1.symbols --- libvecpf-1.1.0/debian/libvecpf1.symbols 2016-06-15 13:58:24.000000000 +0000 +++ libvecpf-1.1.0/debian/libvecpf1.symbols 2020-08-18 09:53:10.000000000 +0000 @@ -1 +1,2 @@ libvecpf.so.1 libvecpf1 #MINVER# +* Build-Depends-Package: libvecpf-dev diff -Nru libvecpf-1.1.0/debian/not-installed libvecpf-1.1.0/debian/not-installed --- libvecpf-1.1.0/debian/not-installed 1970-01-01 00:00:00.000000000 +0000 +++ libvecpf-1.1.0/debian/not-installed 2020-08-18 09:53:10.000000000 +0000 @@ -0,0 +1,5 @@ +usr/share/doc/libvecpf/LICENSE +usr/share/doc/libvecpf/README +usr/share/doc/libvecpf/ChangeLog.md +usr/lib/*/*.a +usr/lib/*/*.la diff -Nru libvecpf-1.1.0/debian/patches/Fix-argument-passing-when-using-128-bit-integer.patch libvecpf-1.1.0/debian/patches/Fix-argument-passing-when-using-128-bit-integer.patch --- libvecpf-1.1.0/debian/patches/Fix-argument-passing-when-using-128-bit-integer.patch 2016-06-15 13:58:24.000000000 +0000 +++ libvecpf-1.1.0/debian/patches/Fix-argument-passing-when-using-128-bit-integer.patch 2020-08-18 09:53:10.000000000 +0000 @@ -1,4 +1,3 @@ -From aebb7684ca6b31845254b4ccd20b50fbb30d31ea Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Tue, 23 Aug 2016 17:31:32 -0300 Subject: [PATCH] Fix argument passing when using 128-bit integer @@ -16,9 +15,11 @@ vecpf.h | 2 ++ 3 files changed, 16 insertions(+), 4 deletions(-) +diff --git a/test_vecpf.c b/test_vecpf.c +index 641164a..11ec38b 100644 --- a/test_vecpf.c +++ b/test_vecpf.c -@@ -1354,8 +1354,13 @@ +@@ -1354,8 +1354,13 @@ gen_cmp_str (int data_type, void *vec_ptr, const char *format_str, char *out_buf } #ifdef HAVE_INT128_T case VDT_int128: { @@ -34,9 +35,11 @@ break; } #endif +diff --git a/vecpf.c b/vecpf.c +index 3f3cdac..c2286c6 100644 --- a/vecpf.c +++ b/vecpf.c -@@ -337,8 +337,13 @@ +@@ -337,8 +337,13 @@ vec_printf_d (FILE *fp, const struct printf_info *info, #ifdef HAVE_INT128_T case VDT_int128: { @@ -52,6 +55,8 @@ break; } #endif +diff --git a/vecpf.h b/vecpf.h +index fd7baeb..7dc4d77 100644 --- a/vecpf.h +++ b/vecpf.h @@ -46,6 +46,8 @@ diff -Nru libvecpf-1.1.0/debian/patches/Fix-spelling-error-in-manpage.patch libvecpf-1.1.0/debian/patches/Fix-spelling-error-in-manpage.patch --- libvecpf-1.1.0/debian/patches/Fix-spelling-error-in-manpage.patch 2016-06-15 13:58:24.000000000 +0000 +++ libvecpf-1.1.0/debian/patches/Fix-spelling-error-in-manpage.patch 2020-08-18 09:53:10.000000000 +0000 @@ -1,11 +1,18 @@ -Description: Fix spelling-error-in-manpage - For hexidecimal and supressed +From: Frederic Bonnard +Date: Tue, 4 Aug 2020 16:03:45 +0200 +Subject: Fix spelling-error-in-manpage + +For hexidecimal and supressed Author: Frederic Bonnard --- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + man/libvecpf.3 | 14 +++++++------- + 1 file changed, 7 insertions(+), 7 deletions(-) + +diff --git a/man/libvecpf.3 b/man/libvecpf.3 +index 616bc3c..31ab220 100644 --- a/man/libvecpf.3 +++ b/man/libvecpf.3 -@@ -173,7 +173,7 @@ +@@ -173,7 +173,7 @@ in unsigned octal notation. Output a vector of four .I unsigned .IR int s @@ -14,7 +21,7 @@ .RB ( x ) notation where the letters .B abcdef -@@ -183,7 +183,7 @@ +@@ -183,7 +183,7 @@ are used. Output a vector of four .I unsigned .IR int s @@ -23,7 +30,7 @@ .RB ( X ) notation where the letters .B ABCDEF -@@ -217,7 +217,7 @@ +@@ -217,7 +217,7 @@ in unsigned octal notation. Output a vector of eight .I unsigned .IR short s @@ -32,7 +39,7 @@ .B 'x' notation where the letters .B abcdef -@@ -227,7 +227,7 @@ +@@ -227,7 +227,7 @@ are used. Output a vector of eight .I unsigned .IR short s @@ -41,7 +48,7 @@ .RB ( X ) notation where the letters .B ABCDEF -@@ -259,7 +259,7 @@ +@@ -259,7 +259,7 @@ in unsigned octal notation. Output a vector of sixteen .I unsigned .IR char s @@ -50,7 +57,7 @@ .B 'x' notation where the letters .B abcdef -@@ -269,7 +269,7 @@ +@@ -269,7 +269,7 @@ are used. Output a vector of sixteen .I unsigned .IR char s @@ -59,7 +66,7 @@ .RB ( X ) notation where the letters .B ABCDEF -@@ -413,7 +413,7 @@ +@@ -413,7 +413,7 @@ Using the additional printf length modifiers defined by this library in a progra .B warning: unknown conversion type character ‘v’ in format .in -0.5i diff -Nru libvecpf-1.1.0/debian/rules libvecpf-1.1.0/debian/rules --- libvecpf-1.1.0/debian/rules 2016-06-15 13:58:24.000000000 +0000 +++ libvecpf-1.1.0/debian/rules 2020-08-18 09:53:10.000000000 +0000 @@ -9,4 +9,4 @@ endif %: - dh $@ --with autoreconf + dh $@