diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 12:55:03 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 12:55:03 +0100 |
commit | ed3683d8bc7085034c42096cd7ef5ebb88cbe567 (patch) | |
tree | 37c4b7750b3403a67f433aa669f2a9f7bba66d5c /debian | |
parent | 767bb77ee2ebdbc2b6b25345b793540f1884260c (diff) |
Install saned.service mask symlink into /usr
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/sane-utils.links | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 67ba36f..46709e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ sane-backends (1.3.0-1) UNRELEASED; urgency=medium - Replace obsolete pkg-config with pkgconf. * New debian/patches/0610-fix_groff_font_warnings.patch: - Fix missing font messages. + * Install saned.service mask symlink into /usr (Closes: #1059186). + - Thanks to Chris Hofstaedtler <zeha@debian.org>. -- Jörg Frings-Fürst <debian@jff.email> Sun, 03 Mar 2024 09:55:25 +0100 diff --git a/debian/sane-utils.links b/debian/sane-utils.links index 50ffd0e..8f6000d 100644 --- a/debian/sane-utils.links +++ b/debian/sane-utils.links @@ -1 +1 @@ -/dev/null /lib/systemd/system/saned.service +/dev/null /usr/lib/systemd/system/saned.service |