aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@debian.org>2024-02-28 23:56:48 +0000
committerBenjamin Drung <bdrung@debian.org>2024-02-28 23:56:48 +0000
commit63d1a100a6ab1d5c542012dc5dab75a5390067eb (patch)
tree69505111e1e63f69f1f1350a1f71abf412996594 /debian/control
parentc769658360e10a6d01a4134e680e2f498741bc5c (diff)
parent2babd3eb769a654fe5273c77201dd05980b69fc2 (diff)
Record notmuch (0.38.2-1.1) in archive suite sid
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 9 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 135eb7ce..26871bc2 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Conflicts:
gdb [ia64 mips mips64el hppa],
gdb-minimal,
ruby1.8,
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
bash-completion (>=1.9.0~),
debhelper-compat (= 13),
dh-elpa (>= 1.3),
@@ -50,7 +50,7 @@ Rules-Requires-Root: no
Package: notmuch
Architecture: any
Depends:
- libnotmuch5 (= ${binary:Version}),
+ libnotmuch5t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
@@ -99,7 +99,10 @@ Description: thread-based email index, search and tagging
.
This package contains the HTML documentation
-Package: libnotmuch5
+Package: libnotmuch5t64
+Provides: ${t64:Provides}
+Replaces: libnotmuch5
+Breaks: libnotmuch5 (<< ${source:Version})
Section: libs
Architecture: any
Depends:
@@ -120,7 +123,7 @@ Package: libnotmuch-dev
Section: libdevel
Architecture: any
Depends:
- libnotmuch5 (= ${binary:Version}),
+ libnotmuch5t64 (= ${binary:Version}),
${misc:Depends},
Description: thread-based email index, search and tagging (development)
Notmuch is a system for indexing, searching, reading, and tagging
@@ -135,7 +138,7 @@ Package: python3-notmuch
Architecture: all
Section: python
Depends:
- libnotmuch5 (>= ${source:Version}),
+ libnotmuch5t64 (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
Description: Python 3 legacy interface to the notmuch mail search and index library
@@ -153,7 +156,7 @@ Package: python3-notmuch2
Architecture: any
Section: python
Depends:
- libnotmuch5 (>= ${source:Version}),
+ libnotmuch5t64 (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},