From 34cfaf27df10052f948c697c7a2c08ae6e788bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 14:06:58 +0200 Subject: Fix Fails to build source after successful build --- debian/changelog | 7 +++++++ debian/rules | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 61e6234..575ab96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libonig (6.9.8-2) UNRELEASED; urgency=medium + + * debian/rules: + - Fix Fails to build source after successful build (Closes: ##1044462). + + -- Jörg Frings-Fürst Mon, 14 Aug 2023 09:48:18 +0200 + libonig (6.9.8-1) unstable; urgency=medium * New Upstream release. diff --git a/debian/rules b/debian/rules index 8041e25..af4f323 100755 --- a/debian/rules +++ b/debian/rules @@ -28,3 +28,7 @@ override_dh_install: override_dh_makeshlibs: dh_makeshlibs dpkg-gensymbols -v$(VERSION) -plibonig5 + +override_dh_auto_clean: + dh_auto_clean + $(RM) $(CURDIR)/oniguruma.pc -- cgit v1.2.3 From eeaff9d589cd2e9bd52536d56509b5fba4c3e87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 14:08:49 +0200 Subject: Declare compliance with Debian Policy 4.6.2 --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 575ab96..d70f587 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ libonig (6.9.8-2) UNRELEASED; urgency=medium * debian/rules: - - Fix Fails to build source after successful build (Closes: ##1044462). + - Fix Fails to build source after successful build (Closes: #1044462). + * Declare compliance with Debian Policy 4.6.2 (No changes needed). -- Jörg Frings-Fürst Mon, 14 Aug 2023 09:48:18 +0200 diff --git a/debian/control b/debian/control index 5c72115..0d4b835 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.0 +Standards-Version: 4.6.2.0 Rules-Requires-Root: no Homepage: https://github.com/kkos/oniguruma Vcs-Git: git://jff.email/opt/git/libonig.git -- cgit v1.2.3 From eb92bb7b81e0595972dcfd1c3d9f01dd383b2801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 14:09:50 +0200 Subject: d/copyright: Add year 2023 to myself --- debian/changelog | 4 ++-- debian/copyright | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d70f587..07f94c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libonig (6.9.8-2) UNRELEASED; urgency=medium * debian/rules: - Fix Fails to build source after successful build (Closes: #1044462). * Declare compliance with Debian Policy 4.6.2 (No changes needed). + * debian/copyright: + - Add year 2023 to myself. -- Jörg Frings-Fürst Mon, 14 Aug 2023 09:48:18 +0200 @@ -11,8 +13,6 @@ libonig (6.9.8-1) unstable; urgency=medium * New Upstream release. - Remove upstream applied patches: + 0100-source_typos.patch - * debian/copyright: - - Add year 2022 to myself. -- Jörg Frings-Fürst Sat, 30 Apr 2022 10:37:23 +0200 diff --git a/debian/copyright b/debian/copyright index 7c38d4f..add1ed5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -30,7 +30,7 @@ License: BSD-2-clause Files: debian/* Copyright: 2006-2008 Max Kellermann - 2014-2022 Jörg Frings-Fürst + 2014-2023 Jörg Frings-Fürst License: GPL-2+ License: GPL-2+ -- cgit v1.2.3 From 49a274e872ea0daed30f9a25a64784697694feb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 14:12:10 +0200 Subject: d/control: Change to new repository URL --- debian/changelog | 2 ++ debian/control | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 07f94c3..156a027 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ libonig (6.9.8-2) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.6.2 (No changes needed). * debian/copyright: - Add year 2023 to myself. + * debian/control: + - Change to new repository URL. -- Jörg Frings-Fürst Mon, 14 Aug 2023 09:48:18 +0200 diff --git a/debian/control b/debian/control index 0d4b835..edaba76 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: Standards-Version: 4.6.2.0 Rules-Requires-Root: no Homepage: https://github.com/kkos/oniguruma -Vcs-Git: git://jff.email/opt/git/libonig.git -Vcs-Browser: https://jff.email/cgit/libonig.git +Vcs-Git: git://git.jff.email/libonig.git +Vcs-Browser: https://git.jff.email/cgit/libonig.git Package: libonig5 Priority: optional -- cgit v1.2.3 From 2b4b87bc1693724a1bb2c73c748797879a2361c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 14:34:09 +0200 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- debian/files | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 156a027..1deeda2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libonig (6.9.8-2) UNRELEASED; urgency=medium +libonig (6.9.8-2) unstable; urgency=medium * debian/rules: - Fix Fails to build source after successful build (Closes: #1044462). @@ -8,7 +8,7 @@ libonig (6.9.8-2) UNRELEASED; urgency=medium * debian/control: - Change to new repository URL. - -- Jörg Frings-Fürst Mon, 14 Aug 2023 09:48:18 +0200 + -- Jörg Frings-Fürst Mon, 14 Aug 2023 14:33:07 +0200 libonig (6.9.8-1) unstable; urgency=medium diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..7c4753d --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +libonig_6.9.8-2_source.buildinfo libs extra -- cgit v1.2.3 From 88a389b518f4b75765e2813daef23ee50e7f6623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 16:06:37 +0200 Subject: d/changelog: Fix typo --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1deeda2..fbbcbb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ libonig (6.9.8-2) unstable; urgency=medium * debian/rules: - - Fix Fails to build source after successful build (Closes: #1044462). + - Fix Fails to build source after successful build (Closes: #1047845). * Declare compliance with Debian Policy 4.6.2 (No changes needed). * debian/copyright: - Add year 2023 to myself. -- cgit v1.2.3