From a4d0a336a895b4ca70026d36988ba32707041271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 13:51:09 +0200 Subject: New upstream release --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e80a0dd..a9f0fc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libhx (3.23-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 + libhx (3.22-1) unstable; urgency=medium * New maintainer (Closes: #774994). -- cgit v1.2.3 From c78b34923306184277e292b0cfc3e96222e67078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 13:55:28 +0200 Subject: Change to my new email address --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a9f0fc8..81e9b54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libhx (3.23-1) UNRELEASED; urgency=medium * New upstream release. + * Change to my new email address. -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 diff --git a/debian/control b/debian/control index 4861756..31be5d8 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: libhx Priority: extra -Maintainer: Jörg Frings-Fürst +Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 9), dh-autoreconf diff --git a/debian/copyright b/debian/copyright index b247482..8528910 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,12 +11,12 @@ License: LGPL-2.1+ Files: debian/* Copyright: 2007-2014 Bastian Kleineidam - 2015 Jörg Frings-Fürst + 2015 Jörg Frings-Fürst License: GPL-3+ Files: debian/patches/hurd-path-max-define Copyright: 2009-2014 Bastian Kleineidam - 2015 Jörg Frings-Fürst + 2015 Jörg Frings-Fürst License: LGPL-2.1+ Files: build-aux/* -- cgit v1.2.3 From a2565143289b1a14866cef7f4e0c659e04a3e116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:22:31 +0200 Subject: Migrate to debhelper 11 --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 3 +-- debian/rules | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 81e9b54..61695b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,12 @@ libhx (3.23-1) UNRELEASED; urgency=medium * New upstream release. * Change to my new email address. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - debian/control: + + Bump minimum debhelper version to >= 11. + + Remove build depends dh-autoreconf. + - Remove --with autoreconf from debian/rules. -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 31be5d8..abff416 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: libhx Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 9), - dh-autoreconf + debhelper (>= 11) Standards-Version: 3.9.6 XS-Testsuite: autopkgtest Section: libs diff --git a/debian/rules b/debian/rules index 4f4c5cc..891770f 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-static -- cgit v1.2.3 From 34c8bf3605edd43622a08f139ec46dc2cfc2a61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:25:53 +0200 Subject: New README.source to explain the branching model used --- debian/README.source | 18 ++++++++++++++++++ debian/changelog | 1 + 2 files changed, 19 insertions(+) create mode 100644 debian/README.source (limited to 'debian') diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..a62f7b9 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,18 @@ +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/. + + +Many thanks. + + -- Jörg Frings-Fürst Fri, 02 Jun 2017 19:00:40 +0200 + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow diff --git a/debian/changelog b/debian/changelog index 61695b9..21568e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libhx (3.23-1) UNRELEASED; urgency=medium + Bump minimum debhelper version to >= 11. + Remove build depends dh-autoreconf. - Remove --with autoreconf from debian/rules. + * New README.source to explain the branching model used. -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 -- cgit v1.2.3 From 044d67472c750481568015277802e4d5ccd9b8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:29:44 +0200 Subject: Change VCS-* to point to the new repository --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 21568e5..18fc231 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ libhx (3.23-1) UNRELEASED; urgency=medium + Remove build depends dh-autoreconf. - Remove --with autoreconf from debian/rules. * New README.source to explain the branching model used. + * debian/control: + - Change VCS-* to point to the new repository. -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 diff --git a/debian/control b/debian/control index abff416..6f978b3 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Standards-Version: 3.9.6 XS-Testsuite: autopkgtest Section: libs Homepage: http://libhx.sourceforge.net/ -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libhx.git -Vcs-Git: git://anonscm.debian.org/collab-maint/libhx.git +Vcs-Git: git://jff.email/opt/git/libhx.git +Vcs-Browser: https://jff.email/cgit/libhx.git Package: libhx28 Architecture: any -- cgit v1.2.3 From f847bd0cf54d1b16909b309b49eb7f8b26017429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:37:26 +0200 Subject: d/copyright: Use secure URI for copyright format --- debian/changelog | 2 ++ debian/copyright | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 18fc231..990c7b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ libhx (3.23-1) UNRELEASED; urgency=medium * New README.source to explain the branching model used. * debian/control: - Change VCS-* to point to the new repository. + * debian/copyright: + - Use secure URI for copyright format. -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 diff --git a/debian/copyright b/debian/copyright index 8528910..0989c34 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libhx -Source: http://libhx.sourceforge.net/ +Source: https://libhx.sourceforge.net/ Files: * src/tc-compile.c -- cgit v1.2.3 From 9f15da549168bb57ce798ff6f9a1e297ed1b496f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:42:25 +0200 Subject: d/copyright: Refresh years for debian/* --- debian/changelog | 1 + debian/copyright | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 990c7b6..01fed73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ libhx (3.23-1) UNRELEASED; urgency=medium - Change VCS-* to point to the new repository. * debian/copyright: - Use secure URI for copyright format. + - Refresh years for debian/*. -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 diff --git a/debian/copyright b/debian/copyright index 0989c34..4aada04 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libhx -Source: https://libhx.sourceforge.net/ +Source: http://libhx.sourceforge.net/ Files: * src/tc-compile.c @@ -11,12 +11,12 @@ License: LGPL-2.1+ Files: debian/* Copyright: 2007-2014 Bastian Kleineidam - 2015 Jörg Frings-Fürst + 2015-2018 Jörg Frings-Fürst License: GPL-3+ -Files: debian/patches/hurd-path-max-define +Files: debian/patches/* Copyright: 2009-2014 Bastian Kleineidam - 2015 Jörg Frings-Fürst + 2015-2018 Jörg Frings-Fürst License: LGPL-2.1+ Files: build-aux/* -- cgit v1.2.3 From 09b52104464539249f34d3a8ef09a33141096709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 14:55:27 +0200 Subject: d/control: Remove not longer necessary XS-Testsuite field --- debian/changelog | 3 +++ debian/control | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 01fed73..9f8e2f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,11 @@ libhx (3.23-1) UNRELEASED; urgency=medium + Remove build depends dh-autoreconf. - Remove --with autoreconf from debian/rules. * New README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.2.1 (No changes needed). * debian/control: - Change VCS-* to point to the new repository. + - Change Priority extra to optional. + - Remove not longer necessary XS-Testsuite field. * debian/copyright: - Use secure URI for copyright format. - Refresh years for debian/*. diff --git a/debian/control b/debian/control index 6f978b3..e22560f 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: libhx -Priority: extra +Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 11) -Standards-Version: 3.9.6 -XS-Testsuite: autopkgtest +Standards-Version: 4.2.1 Section: libs Homepage: http://libhx.sourceforge.net/ Vcs-Git: git://jff.email/opt/git/libhx.git -- cgit v1.2.3 From 2a52bf963eec3711eac8c9bfaca69abac1a276a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 15:25:50 +0200 Subject: Remove now useless debian/libhx-dev.postinst --- debian/changelog | 1 + debian/libhx-dev.postinst | 40 ---------------------------------------- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 debian/libhx-dev.postinst (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9f8e2f3..0f1fd08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ libhx (3.23-1) UNRELEASED; urgency=medium - Remove --with autoreconf from debian/rules. * New README.source to explain the branching model used. * Declare compliance with Debian Policy 4.2.1 (No changes needed). + * Remove now useless debian/libhx-dev.postinst. * debian/control: - Change VCS-* to point to the new repository. - Change Priority extra to optional. diff --git a/debian/libhx-dev.postinst b/debian/libhx-dev.postinst deleted file mode 100644 index 0c6905d..0000000 --- a/debian/libhx-dev.postinst +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# postinst script for libhx-dev -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - ldconfig - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 -- cgit v1.2.3 From 3a723d122502a0f51bd76f1c87045bf1f75751d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 18:10:47 +0200 Subject: d/rules: Add override_dh_installdocs --- debian/changelog | 3 +++ debian/rules | 6 ++++++ 2 files changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0f1fd08..462d604 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ libhx (3.23-1) UNRELEASED; urgency=medium * debian/copyright: - Use secure URI for copyright format. - Refresh years for debian/*. + * debian/rules: + - Add override_dh_installdocs to correct installation into the + right directory. -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 diff --git a/debian/rules b/debian/rules index 891770f..c5a1756 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,5 @@ #!/usr/bin/make -f +#export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all @@ -18,3 +19,8 @@ override_dh_makeshlibs: dh_makeshlibs dpkg-gensymbols -v$(VERSION) -Pdebian/libhx28 -plibhx28 dpkg-gensymbols -v$(VERSION) -Pdebian/libhx-dev -plibhx-dev + +override_dh_installdocs: + dh_installdocs -i -plibhx-doc --doc-main-package=libhx-doc + dh_installdocs -a -plibhx-dev + dh_installdocs -a -plibhx28 -- cgit v1.2.3 From 7dfa6d0b6b18d54050671ed5430b9421a165481c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Sep 2018 19:47:28 +0200 Subject: d/changelog: change date/time to release --- debian/changelog | 4 ++-- debian/files | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/files (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 462d604..d0da703 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libhx (3.23-1) UNRELEASED; urgency=medium +libhx (3.23-1) unstable; urgency=medium * New upstream release. * Change to my new email address. @@ -22,7 +22,7 @@ libhx (3.23-1) UNRELEASED; urgency=medium - Add override_dh_installdocs to correct installation into the right directory. - -- Jörg Frings-Fürst Thu, 06 Sep 2018 13:46:37 +0200 + -- Jörg Frings-Fürst Thu, 06 Sep 2018 19:41:31 +0200 libhx (3.22-1) unstable; urgency=medium diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..f9c45fc --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +libhx_3.23-1_source.buildinfo libs optional -- cgit v1.2.3