From 050fc47cf50171450f4b6bfd08ab6d4f47ed8f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 19:52:34 +0200 Subject: Add release 0.1.8-3.1 --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index dd95700..9aa3551 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libmongo-client (0.1.8-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * fix symlink_to_dir calls for libmongo-client0-dbg + and libmongo-client-dev (Closes: #860115). + + -- Ivo De Decker Wed, 12 Apr 2017 21:46:46 +0200 + libmongo-client (0.1.8-3) unstable; urgency=medium * debian/libmongo-client-doc.maintscript: -- cgit v1.2.3 From c72a5416a2c5d5b1ecfd7e0b9bfbe4999a83094e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 19:57:16 +0200 Subject: Change to my new email address --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 9aa3551..187b11a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libmongo-client (0.1.8-4) UNRELEASED; urgency=medium + + * Change to my new email address. + + -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 + libmongo-client (0.1.8-3.1) unstable; urgency=medium * Non-maintainer upload. -- cgit v1.2.3 From 83bd24c66b46de4bd90006a90e0c474dad6240f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 20:18:04 +0200 Subject: Use the automatic debug symbol packages; Migrate to debhelper 11 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 187b11a..ac54df6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,13 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium * Change to my new email address. + * Use the automatic debug symbol packages: + - Remove libmongo-client0-dbg section from debian/control. + - Remove override_dh_strip from debian/rules. + - Remove debian/libmongo-client0-dbg.maintscript. + * Migrate to debhelper 11: + - Change debian/compat to 11. + - Bump minimum debhelper version in debian/control to >= 11. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From 62c25b736fd469a61c93d9b27541c76ae254fd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 20:50:12 +0200 Subject: remove dh-autoreconf; Change VCS-* to point to the new repository --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ac54df6..076834c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. + * debian/control: + - Change VCS-* to point to the new repository. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From 3be0d97ee745b34dc9068eda56e2e384fc9f7f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 20:58:03 +0200 Subject: Declare compliance with Debian Policy 4.2.1; d/control: Replace Priority extra with optional --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 076834c..ec49fb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. + * Declare compliance with Debian Policy 4.2.1 (No changes needed). * debian/control: - Change VCS-* to point to the new repository. + - Replace Priority extra with optional. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From 1b65b0c47bcf308edba6cec6a7266b3ee1b0bf58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 22:11:49 +0200 Subject: d/libmongo-client-doc.install: Change directory to usr/share/doc/libmongo-client-doc --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ec49fb1..c520449 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium * debian/control: - Change VCS-* to point to the new repository. - Replace Priority extra with optional. + - Remove trailing whitespaces. + * debian/libmongo-client-doc.install: Change directory to + usr/share/doc/libmongo-client-doc. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From 980b617519d53ae68b07f2c1b897a689f45d06e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 22:15:13 +0200 Subject: d/copyright: Use secure copyright format URI --- debian/changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c520449..ac62db3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium - Change VCS-* to point to the new repository. - Replace Priority extra with optional. - Remove trailing whitespaces. - * debian/libmongo-client-doc.install: Change directory to - usr/share/doc/libmongo-client-doc. + * debian/libmongo-client-doc.install: + - Change directory to usr/share/doc/libmongo-client-doc. + * debian/copyright: + - Use secure copyright format URI. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From 5ff5ab7c5d8bc3c297e443e6e528c34021ff6d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 22:17:24 +0200 Subject: d/copyright: Bump year for debian/* to 2018 --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ac62db3..73c65ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium - Change directory to usr/share/doc/libmongo-client-doc. * debian/copyright: - Use secure copyright format URI. + - Bump year for debian/* to 2018. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From 5a00fbdcd2fc0be0f3d5e324198b4d72317fe092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 22:41:37 +0200 Subject: d/rules: Remove unused .md5 files from documentation --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 73c65ea..8f27431 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium * debian/copyright: - Use secure copyright format URI. - Bump year for debian/* to 2018. + * debian/rules: + - Remove unused .md5 files from documentation. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From a6157c88abf2724375ee7b0ba8273d15929434d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 23:24:04 +0200 Subject: d/rules: Add code remove unused .md5 files; Use /usr/share/dpkg/pkg-info.mk to get Upstream version; Remove now useless code --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 8f27431..3618c40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,9 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium - Use secure copyright format URI. - Bump year for debian/* to 2018. * debian/rules: - - Remove unused .md5 files from documentation. + - Add code remove unused .md5 files from documentation. + - Use /usr/share/dpkg/pkg-info.mk to get Upstream version. + - Remove now useless code. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From fc0c3599dc2926284867ff285befebd2fbc4a7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 23:24:54 +0200 Subject: d/rules: typo --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3618c40..7ca2e9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,7 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium - Use secure copyright format URI. - Bump year for debian/* to 2018. * debian/rules: - - Add code remove unused .md5 files from documentation. + - Add code to remove unused .md5 files from documentation. - Use /usr/share/dpkg/pkg-info.mk to get Upstream version. - Remove now useless code. -- cgit v1.2.3 From a4f2cc4296014eca8d97be5c785b321150a86a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Oct 2018 09:44:06 +0200 Subject: New debian/patches/0001-hardening.patch to fix hardening; d/rules: Fix tests --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7ca2e9d..e1da291 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. * Declare compliance with Debian Policy 4.2.1 (No changes needed). + * New debian/patches/0001-hardening.patch to fix hardening. * debian/control: - Change VCS-* to point to the new repository. - Replace Priority extra with optional. @@ -22,6 +23,7 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium - Add code to remove unused .md5 files from documentation. - Use /usr/share/dpkg/pkg-info.mk to get Upstream version. - Remove now useless code. + - Fix tests. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 -- cgit v1.2.3 From 1bfb5d02a2726a5bbd2dc92fbf95208e53501f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Oct 2018 12:49:21 +0200 Subject: d/changelog: Change date / time to release --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e1da291..0140d76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libmongo-client (0.1.8-4) UNRELEASED; urgency=medium +libmongo-client (0.1.8-4) unstable; urgency=medium * Change to my new email address. * Use the automatic debug symbol packages: @@ -25,7 +25,7 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium - Remove now useless code. - Fix tests. - -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 + -- Jörg Frings-Fürst Mon, 01 Oct 2018 12:48:31 +0200 libmongo-client (0.1.8-3.1) unstable; urgency=medium -- cgit v1.2.3 From 625b6aa73234d70e16ddd42189b91caf68fa05af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Oct 2018 14:34:34 +0200 Subject: Replace outdated README.source to explain the branching model used --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 0140d76..752306a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ libmongo-client (0.1.8-4) unstable; urgency=medium - Bump minimum debhelper version in debian/control to >= 11. * Declare compliance with Debian Policy 4.2.1 (No changes needed). * New debian/patches/0001-hardening.patch to fix hardening. + * Replace outdated README.source to explain the branching model used. * debian/control: - Change VCS-* to point to the new repository. - Replace Priority extra with optional. @@ -25,7 +26,7 @@ libmongo-client (0.1.8-4) unstable; urgency=medium - Remove now useless code. - Fix tests. - -- Jörg Frings-Fürst Mon, 01 Oct 2018 12:48:31 +0200 + -- Jörg Frings-Fürst Mon, 01 Oct 2018 14:32:40 +0200 libmongo-client (0.1.8-3.1) unstable; urgency=medium -- cgit v1.2.3