diff -Nru uni2ascii-4.18/debian/changelog uni2ascii-4.18/debian/changelog --- uni2ascii-4.18/debian/changelog 2018-08-02 03:45:19.000000000 +0000 +++ uni2ascii-4.18/debian/changelog 2019-10-17 16:50:00.000000000 +0000 @@ -1,3 +1,16 @@ +uni2ascii (4.18-4) unstable; urgency=low + + * debian/control: + + Updated to Standards-Version 4.4.1 + + Use https in Homepage URL. + * Added debian/gitlab-ci.yml. + * Bumped dh to 12. + * Updated debian/copyright. + * debian/patches/CFLAGS-fix.diff: + + Added patch to fix blhc missing CLFAGS. + + -- Kartik Mistry Thu, 17 Oct 2019 22:20:00 +0530 + uni2ascii (4.18-3) unstable; urgency=low * debian/control: diff -Nru uni2ascii-4.18/debian/compat uni2ascii-4.18/debian/compat --- uni2ascii-4.18/debian/compat 2018-08-02 02:47:33.000000000 +0000 +++ uni2ascii-4.18/debian/compat 2019-10-17 14:48:00.000000000 +0000 @@ -1 +1 @@ -11 +12 diff -Nru uni2ascii-4.18/debian/control uni2ascii-4.18/debian/control --- uni2ascii-4.18/debian/control 2018-08-02 03:45:09.000000000 +0000 +++ uni2ascii-4.18/debian/control 2019-10-17 15:58:14.000000000 +0000 @@ -2,9 +2,9 @@ Section: text Priority: optional Maintainer: Kartik Mistry -Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.16.1.1) -Standards-Version: 4.1.5 -Homepage: http://billposer.org/Software/uni2ascii.html +Build-Depends: debhelper (>= 12), dpkg-dev (>= 1.16.1.1) +Standards-Version: 4.4.1 +Homepage: https://billposer.org/Software/uni2ascii.html Vcs-Git: https://salsa.debian.org/debian/uni2ascii.git Vcs-Browser: https://salsa.debian.org/debian/uni2ascii diff -Nru uni2ascii-4.18/debian/copyright uni2ascii-4.18/debian/copyright --- uni2ascii-4.18/debian/copyright 2018-08-02 03:45:19.000000000 +0000 +++ uni2ascii-4.18/debian/copyright 2019-10-17 16:18:01.000000000 +0000 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: uni2ascii Upstream-Contact: William J. Poser -Source: +Source: Files: * Copyright: (C) 2004-2010, William J. Poser @@ -10,7 +10,7 @@ Files: debian/* Copyright: (C) 2005, Florian Ernst , (C) 2005-2006, Jose Carlos Medeiros , - (C) 2007-2018, Kartik Mistry . + (C) 2007-2019, Kartik Mistry . License: GPL-3+ License: GPL-3+ diff -Nru uni2ascii-4.18/debian/gitlab-ci.yml uni2ascii-4.18/debian/gitlab-ci.yml --- uni2ascii-4.18/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ uni2ascii-4.18/debian/gitlab-ci.yml 2019-10-17 14:47:17.000000000 +0000 @@ -0,0 +1,6 @@ +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + RELEASE: 'unstable' diff -Nru uni2ascii-4.18/debian/patches/CFLAGS-fix.diff uni2ascii-4.18/debian/patches/CFLAGS-fix.diff --- uni2ascii-4.18/debian/patches/CFLAGS-fix.diff 1970-01-01 00:00:00.000000000 +0000 +++ uni2ascii-4.18/debian/patches/CFLAGS-fix.diff 2019-10-17 16:46:56.000000000 +0000 @@ -0,0 +1,13 @@ +Description: Fix CFLAGS +diff --git a/Makefile.am b/Makefile.am +index ac14d16..a6bd12f 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -5,6 +5,7 @@ uni2ascii_SOURCES = endian.c enttbl.c SetFormat.c uni2ascii.c UTF8in.c putu8.c + ascii2uni_SOURCES = ascii2uni.c enttbl.c GetWord.c putu8.c SetFormat.c + noinst_HEADERS = u2a_endian.h enttbl.h exitcode.h formats.h unicode.h utf8error.h + AM_CFLAGS = ++AM_CFLAGS += -fstack-protector-strong -Wformat -Werror=format-security + if NEWSUMMARY + AM_CFLAGS += -DNEWSUMMARY + endif diff -Nru uni2ascii-4.18/debian/patches/series uni2ascii-4.18/debian/patches/series --- uni2ascii-4.18/debian/patches/series 2018-08-01 10:41:55.000000000 +0000 +++ uni2ascii-4.18/debian/patches/series 2019-10-17 15:25:12.000000000 +0000 @@ -1 +1,2 @@ fix_segmentation_fault.diff +CFLAGS-fix.diff diff -Nru uni2ascii-4.18/debian/watch uni2ascii-4.18/debian/watch --- uni2ascii-4.18/debian/watch 2018-08-01 10:41:55.000000000 +0000 +++ uni2ascii-4.18/debian/watch 2019-10-17 16:21:41.000000000 +0000 @@ -1,3 +1,3 @@ -version=3 -http://billposer.org/Software/uni2ascii.html \ +version=4 +https://billposer.org/Software/uni2ascii.html \ http://billposer.org/Software/Downloads/uni2ascii-(.*)\.tar\.gz