From 5180e078979c7696a995e46d8b52a798b15e35b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 18 Mar 2025 17:52:52 +0100 Subject: d/control: change homepage --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b897572..1368ff6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +simple-scan (46.0-2) UNRELEASED; urgency=medium + + * debian/control: Update homepage (Closes: #1078348). + + -- Jörg Frings-Fürst Tue, 18 Mar 2025 17:48:27 +0100 + simple-scan (46.0-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 6fe830c..4161e93 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Build-Depends: scour, valac, zlib1g-dev -Homepage: https://gitlab.gnome.org/GNOME/simple-scan +Homepage: https://apps.gnome.org/SimpleScan/ Vcs-Git: git://git.jff.email/simple-scan.git Vcs-Browser: https://git.jff.email/cgit/simple-scan.git -- cgit v1.2.3 From ef014ce2f60e46d329736a1f653c55f650f4d783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 18 Mar 2025 19:30:40 +0100 Subject: d/copyright: Rewrite --- debian/changelog | 7 +++- debian/control | 1 + debian/copyright | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- debian/lrc.config | 1 + 4 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 debian/lrc.config (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1368ff6..d27902c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ simple-scan (46.0-2) UNRELEASED; urgency=medium - * debian/control: Update homepage (Closes: #1078348). + * debian/control: + - Update homepage (Closes: #1078348). + - Add appstream to Build-Depends Closes: #1076200). + * debian/changelog: + - Add year 2025 to myself. + - Rewrite (Closes: #1076227). -- Jörg Frings-Fürst Tue, 18 Mar 2025 17:48:27 +0100 diff --git a/debian/control b/debian/control index 4161e93..599eae2 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Jörg Frings-Fürst Standards-Version: 4.6.2.0 Rules-Requires-Root: no Build-Depends: + appstream , debhelper-compat (= 13), dh-sequence-gnome, dh-sequence-scour, diff --git a/debian/copyright b/debian/copyright index bd02843..8054cc2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,6 +8,101 @@ Copyright: 2009-2018 Canonical Ltd 2017-2024 the simple-scan authors License: GPL-3+ +Files: po/af.po + po/am.po + po/ar.po + po/ast.po + po/az.po + po/ca.po + po/ca@valencia.po + po/da.po + po/de.po + po/el.po + po/en_GB.po + po/es.po + po/et.po + po/eu.po + po/fi.po + po/fr.po + po/gd.po + po/gl.po + po/he.po + po/hr.po + po/hy.po + po/id.po + po/ja.po + po/kk.po + po/km.po + po/ko.po + po/ku.po + po/ky.po + po/lt.po + po/lv.po + po/mhr.po + po/ms.po + po/my.po + po/nl.po + po/oc.po + po/pa.po + po/pt_BR.po + po/pt.po + po/ro.po + po/ru.po + po/sd.po + po/se.po + po/shn.po + po/sk.po + po/sl.po + po/sq.po + po/sr@latin.po + po/sr.po + po/sv.po + po/ta.po + po/te.po + po/th.po + po/tr.po + po/ug.po + po/uk.po + po/ur.po + po/uz.po + po/vi.po + po/zh_CN.po + po/zh_HK.po + po/zh_TW.po +Copyright: 2009-2015 Rosetta Contributors and Canonical Ltd +License: GPL-3+ + +Files: po/bg.po +Copyright: 2009 Rosetta Contributors and Canonical Ltd + 2021-2023 Alexander Shopov. +License: GPL-3+ + +Files: po/eo.po + po/hu.po + po/mjw.po +Copyright: 2010-2024 Free Software Foundation, Inc. +License: GPL-3+ + +Files: po/it.po +Copyright: 2017-2020 Free Software Foundation, Inc. + 2009 Rosetta Contributors and Canonical Ltd +License: GPL-3+ + +Files: po/be.po +Copyright: 2018 Uladzimir Manulenka +License: GPL-3+ + +Files: src/simple-scan-postprocessing.sh + src/postprocessor.vala +Copyright: 2022 Alexander Vogt +License: GPL-3+ + +Files: src/reorder-pages-dialog.vala + src/page-texture.vala + src/drivers-dialog.vala +Copyright: 2023 Bartłomiej Maryńczak +License: GPL-3+ + Files: src/screensaver.vala src/libwebpmux.vapi src/libwebp.vapi @@ -22,7 +117,7 @@ License: GPL-3+ Files: debian/* Copyright: 2009-2012 Alessio Treglia 2009 Robert Ancell - 2014-2024 Jörg Frings-Fürst + 2014-2025 Jörg Frings-Fürst License: GPL-3+ License: GPL-3+ diff --git a/debian/lrc.config b/debian/lrc.config new file mode 100644 index 0000000..acec3b5 --- /dev/null +++ b/debian/lrc.config @@ -0,0 +1 @@ +meson.build -- cgit v1.2.3 From 536b7db658ff49db6e0a401b393cbcb1e2a048fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 18 Mar 2025 19:33:21 +0100 Subject: Declare compliance with Debian Policy 4.7.2 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d27902c..1f8256d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ simple-scan (46.0-2) UNRELEASED; urgency=medium * debian/changelog: - Add year 2025 to myself. - Rewrite (Closes: #1076227). + * Declare compliance with Debian Policy 4.7.2 (No changes needed). -- Jörg Frings-Fürst Tue, 18 Mar 2025 17:48:27 +0100 diff --git a/debian/control b/debian/control index 599eae2..2815fe3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: simple-scan Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst -Standards-Version: 4.6.2.0 +Standards-Version: 4.7.2 Rules-Requires-Root: no Build-Depends: appstream , -- cgit v1.2.3 From 5f7a69ba3dff56f9a66e0cb401573bb9c79f28a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 18 Mar 2025 19:35:55 +0100 Subject: d/control: Change Vcs-Git from git: to https: --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1f8256d..4c3c3a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ simple-scan (46.0-2) UNRELEASED; urgency=medium - Add year 2025 to myself. - Rewrite (Closes: #1076227). * Declare compliance with Debian Policy 4.7.2 (No changes needed). + * debian/control: + - Change Vcs-Git from git: to https:. -- Jörg Frings-Fürst Tue, 18 Mar 2025 17:48:27 +0100 diff --git a/debian/control b/debian/control index 2815fe3..a48a67d 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Build-Depends: valac, zlib1g-dev Homepage: https://apps.gnome.org/SimpleScan/ -Vcs-Git: git://git.jff.email/simple-scan.git +Vcs-Git: https://git.jff.email/cgit/simple-scan.git Vcs-Browser: https://git.jff.email/cgit/simple-scan.git Package: simple-scan -- cgit v1.2.3 From 60d48166a6f274fc075e93e7d68d95301f64b736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 18 Mar 2025 19:50:03 +0100 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4c3c3a1..1be7137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -simple-scan (46.0-2) UNRELEASED; urgency=medium +simple-scan (46.0-2) unstable; urgency=medium * debian/control: - Update homepage (Closes: #1078348). @@ -10,7 +10,7 @@ simple-scan (46.0-2) UNRELEASED; urgency=medium * debian/control: - Change Vcs-Git from git: to https:. - -- Jörg Frings-Fürst Tue, 18 Mar 2025 17:48:27 +0100 + -- Jörg Frings-Fürst Tue, 18 Mar 2025 19:38:35 +0100 simple-scan (46.0-1) unstable; urgency=medium -- cgit v1.2.3