diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-27 09:30:16 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-27 09:30:16 +0200 |
commit | 45d86c27fd2a59ab0dab3155fb286b61e532080f (patch) | |
tree | b9d8d7da33a0bc565dd05d4a9ca816d17114b752 | |
parent | e0c14ca1cc19501eb1df8598c69a4a517cc2255b (diff) |
d/control: Remove redundant Rules-Requires-Root fielddevelop
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/patches/0005-cmake_fix_ftbfs.patch | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index fa9453e..9adcde4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ gnome-pie (0.7.3-3) UNRELEASED; urgency=medium * debian/control: - Change Standards-Version to 4.7.2.0 (No changes needed). - Change Vcs-Git from git. to https:. + - Remove redundant Rules-Requires-Root field. * debian/changelog: - Add year 2025 to myself. - Refresh to make lrc happy. diff --git a/debian/control b/debian/control index 5d42fc8..9e91133 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,6 @@ Build-Depends: libxtst-dev, valac (>= 0.24) Standards-Version: 4.7.2.0 -Rules-Requires-Root: no Homepage: https://schneegans.github.io/gnome-pie.html Vcs-Git: https://git.jff.email/cgit/gnome-pie.git Vcs-Browser: https://git.jff.email/cgit/gnome-pie.git diff --git a/debian/patches/0005-cmake_fix_ftbfs.patch b/debian/patches/0005-cmake_fix_ftbfs.patch index e583bf6..716f335 100644 --- a/debian/patches/0005-cmake_fix_ftbfs.patch +++ b/debian/patches/0005-cmake_fix_ftbfs.patch @@ -1,6 +1,5 @@ Description: Fix FTBFS with CMake 4 Author: Jörg Frings-Fürst <debian@jff.email> -Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional> Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112967 Forwarded: not-needed, project archived. Last-Update: 2025-09-27 |