diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-18 19:30:40 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-18 19:30:40 +0100 | 
| commit | ef014ce2f60e46d329736a1f653c55f650f4d783 (patch) | |
| tree | d49f6bc88a37e79d9533f42ee317ae30d2544d90 | |
| parent | 5180e078979c7696a995e46d8b52a798b15e35b1 (diff) | |
d/copyright: Rewrite
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rw-r--r-- | debian/copyright | 97 | ||||
| -rw-r--r-- | debian/lrc.config | 1 | 
4 files changed, 104 insertions, 2 deletions
| 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 <!nocheck> to Build-Depends Closes: #1076200). +  * debian/changelog: +    - Add year 2025 to myself. +    - Rewrite (Closes: #1076227).   -- Jörg Frings-Fürst <debian@jff.email>  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 <debian@jff.email>  Standards-Version: 4.6.2.0  Rules-Requires-Root: no  Build-Depends: + appstream <!nocheck>,   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 <vlma@tut.by> +License: GPL-3+ + +Files: src/simple-scan-postprocessing.sh +       src/postprocessor.vala +Copyright: 2022      Alexander Vogt <a.vogt@fulguritus.com> +License: GPL-3+ + +Files: src/reorder-pages-dialog.vala +       src/page-texture.vala +       src/drivers-dialog.vala +Copyright: 2023      Bartłomiej Maryńczak <marynczakbartlomiej@gmail.com> +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 <alessio@debian.org>             2009      Robert Ancell <robert.ancell@canonical.com> -           2014-2024 Jörg Frings-Fürst <debian@jff.email> +           2014-2025 Jörg Frings-Fürst <debian@jff.email>  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 | 
