diff options
| author | David Bremner <david@tethera.net> | 2024-08-05 07:03:07 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2024-08-05 07:04:18 -0300 |
| commit | d42e9bc3c924b8ae41c921f7a5445b25bb5dd57b (patch) | |
| tree | aea6525c8d20292cdd544d0ab950d32c5ceaae34 | |
| parent | a39747c38a49db84d184c7e6c8504ff172088f51 (diff) | |
debian: drop build conflicts on gdb-minimal
Recent gdb Provides gdb-minimal, so we can't conflict with it and
require gdb.
This may cause problems for people building in dirty environments for
older gdb, but there is not much we can do.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9974209a..6d605fbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,11 @@ notmuch (0.38.3-3) UNRELEASED; urgency=medium * Add Astroid as an alternative Recommends; this one is a GUI client that may be less intimidating for new users. - -- Nicholas D Steeves <sten@debian.org> Sat, 03 Aug 2024 14:33:27 -0400 + [ David Bremner ] + * remove "Build-Conflicts: gdb-minimal", thanks to Jeremy BĂcha (Closes: + #1077911). + + -- David Bremner <bremner@debian.org> Mon, 05 Aug 2024 07:02:47 -0300 notmuch (0.38.3-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index b3547dff..4dc525c1 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Uploaders: David Bremner <bremner@debian.org>, Build-Conflicts: gdb [ia64 mips mips64el hppa], - gdb-minimal, ruby1.8, Build-Depends: dpkg-dev (>= 1.22.5), bash-completion (>=1.9.0~), |
