]> git.cworth.org Git - notmuch/commitdiff
debian: stop packaging legacy python bindings.
authorDavid Bremner <david@tethera.net>
Sun, 9 Feb 2025 19:03:46 +0000 (15:03 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 22 Feb 2025 10:59:48 +0000 (06:59 -0400)
This is in preparation for moving them to contrib and dropping them
from the test suite upstream.

debian/control
debian/rules

index 08e3c7f3c42a4000c898651868d8b0fe37523b64..a5e73c0878bf6945c872aeaf0c5d150e98e1065c 100644 (file)
@@ -134,24 +134,6 @@ Description: thread-based email index, search and tagging (development)
  This package provides the necessary development libraries and header
  files to allow you to develop new software using libnotmuch.
 
-Package: python3-notmuch
-Architecture: all
-Section: python
-Depends:
- libnotmuch5t64 (>= ${source:Version}),
- ${misc:Depends},
- ${python3:Depends},
-Description: Python 3 legacy interface to the notmuch mail search and index library
- Notmuch is a system for indexing, searching, reading, and tagging
- large collections of email messages in maildir or mh format. It uses
- the Xapian library to provide fast, full-text search with a very
- convenient search syntax.
- .
- This package provides a legacy Python 3 interface to the notmuch
- functionality, directly interfacing with a shared notmuch library.
- .
- New projects are encouraged to use python3-notmuch2 instead.
-
 Package: python3-notmuch2
 Architecture: any
 Section: python
@@ -170,7 +152,7 @@ Description: Python 3 interface to the notmuch mail search and index library
  functionality using CFFI bindings, which interface with a shared
  notmuch library.
  .
- This is the preferred way to use notmuch via Python.
+ This is the current supported way to use notmuch via Python.
 
 Package: ruby-notmuch
 Architecture: any
index 41f7029869963e972df2324fc5405c73deb4d4b3..ef52a71c5262e7efe846b1fd2e2157daeadd3ab8 100755 (executable)
@@ -20,19 +20,16 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
        dh_auto_build -- V=1 all sphinx-html
-       PYBUILD_NAME=notmuch dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python
        PYBUILD_NAME=notmuch2 dh_auto_build --buildsystem=pybuild --sourcedirectory bindings/python-cffi
        $(MAKE) -C contrib/notmuch-mutt
 
 override_dh_auto_clean:
        dh_auto_clean
-       PYBUILD_NAME=notmuch dh_auto_clean --buildsystem=pybuild --sourcedirectory bindings/python
        dh_auto_clean --sourcedirectory bindings/ruby
        $(MAKE) -C contrib/notmuch-mutt clean
 
 override_dh_auto_install:
        dh_auto_install
-       PYBUILD_NAME=notmuch dh_auto_install --buildsystem=pybuild --sourcedirectory bindings/python
        PYBUILD_NAME=notmuch2 dh_auto_install --buildsystem=pybuild --sourcedirectory bindings/python-cffi
        $(MAKE) -C contrib/notmuch-mutt DESTDIR=$(CURDIR)/debian/tmp install
        $(MAKE) -C vim prefix=/usr/share/notmuch-vim DESTDIR=$(CURDIR)/debian/tmp install