From 7f089b452a308f8b18712061d877e44407b3aa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 3 Jun 2017 09:06:10 +0200 Subject: New debian/DEVELOP.debian --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 04c7b1f..99fa248 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -shotwell (0.26.1-1) UNRELEASED; urgency=medium +shotwell (0.26.2-1) UNRELEASED; urgency=medium * New upstream release (Closes: #855681). - debian/control: Add new appstream-util, libappstream-glib-dev and libgdata-dev to Build-Depends. + * New debian/DEVELOP.debian. -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From 2f07126a7a7fe65f61dfc93ce7fa6457671c0ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 3 Jun 2017 10:28:47 +0200 Subject: Use the automatic debug symbol packages --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 99fa248..25a73d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium - debian/control: Add new appstream-util, libappstream-glib-dev and libgdata-dev to Build-Depends. * New debian/DEVELOP.debian. + * Use the automatic debug symbol packages: + - Remove shotwell-dbg section from debian/control. + - Remove override_dh_strip and some lines on dh_install from debian/rules. -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From dd658f644920cb305f6090cd441d5cbc3e2609a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 3 Jun 2017 12:22:07 +0200 Subject: Use the upstream ChangeLog as changelog and add NEWS to docs --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 25a73d7..ef3e4f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,10 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium * New debian/DEVELOP.debian. * Use the automatic debug symbol packages: - Remove shotwell-dbg section from debian/control. - - Remove override_dh_strip and some lines on dh_install from debian/rules. + - Remove override_dh_strip, override_dh_compress and some lines + on dh_install from debian/rules. + - Remove debian/shotwell-dbg.README.Debian. + * Use the upstream ChangeLog as changelog and add NEWS to docs. -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From 477f7811b5eededf130fba097ea4c63b6cb43e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 3 Jun 2017 13:22:08 +0200 Subject: Remove debian/shotwell.1 to use the upstream man page --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ef3e4f7..556747b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium on dh_install from debian/rules. - Remove debian/shotwell-dbg.README.Debian. * Use the upstream ChangeLog as changelog and add NEWS to docs. + * Remove debian/shotwell.1 to use the upstream man page. + * Don't install man page at shotwell-common. -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From 5a45ac2b70909f7d0b0c5bcc2f2583e4b3135fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 4 Jun 2017 10:02:17 +0200 Subject: Move .desktop and appstream metadata from shotwell-common to shotwell --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 556747b..e44807b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium * Use the upstream ChangeLog as changelog and add NEWS to docs. * Remove debian/shotwell.1 to use the upstream man page. * Don't install man page at shotwell-common. + * Some packaging improvements (Closes:# 856708): + - Move .desktop and appstream metadata from shotwell-common to shotwell. + - Thanks to Jeremy Bicha -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From 18e6cff861ee839166613feb4354af70eac0a62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 4 Jun 2017 10:34:47 +0200 Subject: Use dh_auto_configure instead of ./configure. Update rm paths for multiarch --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e44807b..7c9df89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,10 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium * Don't install man page at shotwell-common. * Some packaging improvements (Closes:# 856708): - Move .desktop and appstream metadata from shotwell-common to shotwell. + - debian/rules: + + Use dh_auto_configure instead of ./configure. + + Update rm paths for multiarch. + + Don't install the .a file either. - Thanks to Jeremy Bicha -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From 033fb3cbd62fb3d22c7fdb9a4f91cc117d645ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 4 Jun 2017 10:51:11 +0200 Subject: Remove build-depend m4 since debhelper version 10 use autoconf --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7c9df89..76acb02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium + Use dh_auto_configure instead of ./configure. + Update rm paths for multiarch. + Don't install the .a file either. + - Remove build-depend m4 since debhelper version 10 use autoconf. - Thanks to Jeremy Bicha -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From 7e391cc0d8a555c73eabe911e964cdadd7384129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 4 Jun 2017 13:34:02 +0200 Subject: Remove unnecessary debian/menu --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 76acb02..d517a5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium * Use the upstream ChangeLog as changelog and add NEWS to docs. * Remove debian/shotwell.1 to use the upstream man page. * Don't install man page at shotwell-common. + * Remove unnecessary debian/menu. * Some packaging improvements (Closes:# 856708): - Move .desktop and appstream metadata from shotwell-common to shotwell. - debian/rules: -- cgit v1.2.3 From 88fa80eb2c2a80c76782a08a2a6bb7c8f7b0a7f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 24 Jun 2017 09:18:56 +0200 Subject: change DEVELOP.debian to README.source --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index d517a5b..111bd6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium - * New upstream release (Closes: #855681). + * New upstream release (Closes: #855681, Closes: #841859). - debian/control: Add new appstream-util, libappstream-glib-dev and libgdata-dev to Build-Depends. - * New debian/DEVELOP.debian. + * New README.source to explain the branching model used. * Use the automatic debug symbol packages: - Remove shotwell-dbg section from debian/control. - Remove override_dh_strip, override_dh_compress and some lines -- cgit v1.2.3 From 9fea107c173c4005faabf004a1107ccef5b7b07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 24 Jun 2017 11:37:42 +0200 Subject: d/watch: Rewrite to find only stable releases --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 111bd6c..f0d088b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium + Don't install the .a file either. - Remove build-depend m4 since debhelper version 10 use autoconf. - Thanks to Jeremy Bicha + * debian/watch: + Rewrite to find only stable releases. -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From 6e9bda752d89f97b0c66e69d9e57376f2947df0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 24 Jun 2017 12:08:28 +0200 Subject: Declare compliance with Debian Policy 4.0.0 --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f0d088b..4a01986 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium - Thanks to Jeremy Bicha * debian/watch: Rewrite to find only stable releases. + * Declare compliance with Debian Policy 4.0.0. (No changes needed). -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 -- cgit v1.2.3 From e60555276f4b67b4200f72974a20260db8faf444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 13 Aug 2017 15:41:51 +0200 Subject: d/shotwell.install: Drop now empty directory usr/share/appdata --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 4a01986..17ee75a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -shotwell (0.26.2-1) UNRELEASED; urgency=medium +shotwell (0.26.3-1) UNRELEASED; urgency=medium * New upstream release (Closes: #855681, Closes: #841859). - debian/control: Add new appstream-util, libappstream-glib-dev and libgdata-dev to Build-Depends. + - debian/shotwell.install: Drop now empty directory usr/share/appdata. * New README.source to explain the branching model used. * Use the automatic debug symbol packages: - Remove shotwell-dbg section from debian/control. -- cgit v1.2.3 From f3c8fd73122878dbe98c5453195c2a655c5cf011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Nov 2017 16:10:18 +0100 Subject: Change to my new email-address --- debian/changelog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 17ee75a..dcd4478 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -shotwell (0.26.3-1) UNRELEASED; urgency=medium +shotwell (0.26.4-1) UNRELEASED; urgency=medium * New upstream release (Closes: #855681, Closes: #841859). - debian/control: Add new appstream-util, libappstream-glib-dev and @@ -25,8 +25,11 @@ shotwell (0.26.3-1) UNRELEASED; urgency=medium * debian/watch: Rewrite to find only stable releases. * Declare compliance with Debian Policy 4.0.0. (No changes needed). + * Change to my new email-address: + - debian/control, + - debian/copyright. - -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 + -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 shotwell (0.25.4+really0.24.5-0.1) unstable; urgency=medium -- cgit v1.2.3 From 56e9c4dab99eb105133c0e1ac412455bd1abe41a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Nov 2017 16:11:34 +0100 Subject: Declare compliance with Debian Policy 4.1.1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index dcd4478..95cc284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,7 +24,7 @@ shotwell (0.26.4-1) UNRELEASED; urgency=medium - Thanks to Jeremy Bicha * debian/watch: Rewrite to find only stable releases. - * Declare compliance with Debian Policy 4.0.0. (No changes needed). + * Declare compliance with Debian Policy 4.1.1 (No changes needed). * Change to my new email-address: - debian/control, - debian/copyright. -- cgit v1.2.3 From dd7f98a232efe86f6e6055119c9414a0f9d9e67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Nov 2017 16:45:20 +0100 Subject: d/changelog: Remove trailing white spaces --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 95cc284..a092bd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ shotwell (0.26.4-1) UNRELEASED; urgency=medium + Don't install the .a file either. - Remove build-depend m4 since debhelper version 10 use autoconf. - Thanks to Jeremy Bicha + * debian/changelog: + - Remove trailing white spaces. * debian/watch: Rewrite to find only stable releases. * Declare compliance with Debian Policy 4.1.1 (No changes needed). @@ -628,7 +630,7 @@ shotwell (0.8.1-4) unstable; urgency=low shotwell (0.8.1-3) unstable; urgency=low * Update debian/patches/non-linux-fixes.patch patch (Closes: #619682). - * Add debian/patches/vala-0_10_4.patch patch, fix FTBFS caused by + * Add debian/patches/vala-0_10_4.patch patch, fix FTBFS caused by valac 0.10.4. * debian/control: modify valac-0.10 (>= 0.9.8) to valac-0.10 (>= 0.10.4) in Build-Depends field. -- cgit v1.2.3 From 73542a3b4379319fc2d0a4d134f1f8a6d488dfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 12 Nov 2017 17:17:59 +0100 Subject: d/changelog: change date/time, distribution for release --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index a092bd7..1dc4228 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -shotwell (0.26.4-1) UNRELEASED; urgency=medium +shotwell (0.26.4-1) unstable; urgency=medium * New upstream release (Closes: #855681, Closes: #841859). - debian/control: Add new appstream-util, libappstream-glib-dev and @@ -31,7 +31,7 @@ shotwell (0.26.4-1) UNRELEASED; urgency=medium - debian/control, - debian/copyright. - -- Jörg Frings-Fürst Wed, 22 Mar 2017 06:51:19 +0100 + -- Jörg Frings-Fürst Sun, 12 Nov 2017 17:17:13 +0100 shotwell (0.25.4+really0.24.5-0.1) unstable; urgency=medium -- cgit v1.2.3 From e7254f209878026e23bffb701f96b169ebffbfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 15 Dec 2017 11:51:57 +0100 Subject: Declare compliance with Debian Policy 4.1.2.0; Close bug #870027 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 1dc4228..d2774e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ shotwell (0.26.4-1) unstable; urgency=medium - * New upstream release (Closes: #855681, Closes: #841859). + * New upstream release (Closes: #855681, #841859, #870027): - debian/control: Add new appstream-util, libappstream-glib-dev and libgdata-dev to Build-Depends. - debian/shotwell.install: Drop now empty directory usr/share/appdata. @@ -26,7 +26,7 @@ shotwell (0.26.4-1) unstable; urgency=medium - Remove trailing white spaces. * debian/watch: Rewrite to find only stable releases. - * Declare compliance with Debian Policy 4.1.1 (No changes needed). + * Declare compliance with Debian Policy 4.1.2.0 (No changes needed). * Change to my new email-address: - debian/control, - debian/copyright. -- cgit v1.2.3 From ede50c561ec9811704821a9ea0f04c3d6c20b5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 15 Dec 2017 11:53:00 +0100 Subject: d/changelog: change date and time --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index d2774e0..ee3b059 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,7 +31,7 @@ shotwell (0.26.4-1) unstable; urgency=medium - debian/control, - debian/copyright. - -- Jörg Frings-Fürst Sun, 12 Nov 2017 17:17:13 +0100 + -- Jörg Frings-Fürst Fri, 15 Dec 2017 11:52:17 +0100 shotwell (0.25.4+really0.24.5-0.1) unstable; urgency=medium -- cgit v1.2.3