unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed)
@ 2019-06-10  1:22 Daniel Kahn Gillmor
  2019-06-10  1:22 ` [PATCH 2/2] debian: Add appropriate substitution variables to debian/control Daniel Kahn Gillmor
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Kahn Gillmor @ 2019-06-10  1:22 UTC (permalink / raw)
  To: Notmuch Mail; +Cc: Daniel Kahn Gillmor

/usr/share/doc/debian-policy/upgrading-checklist.txt.gz suggests that
notmuch is already compliant with debian-policy 4.3.0.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthorseman.net>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 31d6471c..56849500 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Build-Depends:
  gnupg <!nocheck>,
  bash-completion (>=1.9.0~),
  texinfo
-Standards-Version: 4.1.3
+Standards-Version: 4.3.0
 Homepage: https://notmuchmail.org/
 Vcs-Git: https://git.notmuchmail.org/git/notmuch -b release
 Vcs-Browser: https://git.notmuchmail.org/git/notmuch
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] debian: Add appropriate substitution variables to debian/control
  2019-06-10  1:22 [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
@ 2019-06-10  1:22 ` Daniel Kahn Gillmor
  2019-06-11  9:36 ` [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
  2019-06-11 10:34 ` David Bremner
  2 siblings, 0 replies; 5+ messages in thread
From: Daniel Kahn Gillmor @ 2019-06-10  1:22 UTC (permalink / raw)
  To: Notmuch Mail

Without this change, dh_gencontrol emits:

dpkg-gencontrol: warning: package python-notmuch: substitution variable ${python:Provides} unused, but is defined
dpkg-gencontrol: warning: package python-notmuch: substitution variable ${python:Versions} unused, but is defined
dpkg-gencontrol: warning: package notmuch-mutt: substitution variable ${perl:Depends} unused, but is defined

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
---
 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 56849500..ff646c6b 100644
--- a/debian/control
+++ b/debian/control
@@ -77,6 +77,8 @@ Package: python-notmuch
 Architecture: all
 Section: python
 Depends: ${misc:Depends}, ${python:Depends}, libnotmuch5 (>= ${source:Version})
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
 Description: Python 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
@@ -152,7 +154,8 @@ Depends:
  notmuch (>= 0.4),
  libmail-box-perl, libmailtools-perl,
  libstring-shellquote-perl, libterm-readline-gnu-perl,
- ${misc:Depends}
+ ${misc:Depends},
+ ${perl:Depends},
 Recommends: mutt
 Enhances: notmuch, mutt
 Description: thread-based email index, search and tagging (Mutt interface)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed)
  2019-06-10  1:22 [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
  2019-06-10  1:22 ` [PATCH 2/2] debian: Add appropriate substitution variables to debian/control Daniel Kahn Gillmor
@ 2019-06-11  9:36 ` Daniel Kahn Gillmor
  2019-06-11 18:54   ` David Bremner
  2019-06-11 10:34 ` David Bremner
  2 siblings, 1 reply; 5+ messages in thread
From: Daniel Kahn Gillmor @ 2019-06-11  9:36 UTC (permalink / raw)
  To: Notmuch Mail

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

On Mon 2019-06-10 04:22:50 +0300, Daniel Kahn Gillmor wrote:
> /usr/share/doc/debian-policy/upgrading-checklist.txt.gz suggests that
> notmuch is already compliant with debian-policy 4.3.0.
>
> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthorseman.net>

just wanted to note that i screwed up my own e-mail address in the
Signed-off-by: line here (sigh).  If you could fix that when merging,
i'd appreciate it.

           --dkg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed)
  2019-06-10  1:22 [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
  2019-06-10  1:22 ` [PATCH 2/2] debian: Add appropriate substitution variables to debian/control Daniel Kahn Gillmor
  2019-06-11  9:36 ` [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
@ 2019-06-11 10:34 ` David Bremner
  2 siblings, 0 replies; 5+ messages in thread
From: David Bremner @ 2019-06-11 10:34 UTC (permalink / raw)
  To: Daniel Kahn Gillmor, Notmuch Mail; +Cc: Daniel Kahn Gillmor

Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:

> /usr/share/doc/debian-policy/upgrading-checklist.txt.gz suggests that
> notmuch is already compliant with debian-policy 4.3.0.

series pushed to amster

d

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed)
  2019-06-11  9:36 ` [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
@ 2019-06-11 18:54   ` David Bremner
  0 siblings, 0 replies; 5+ messages in thread
From: David Bremner @ 2019-06-11 18:54 UTC (permalink / raw)
  To: Daniel Kahn Gillmor, Notmuch Mail

Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:

> On Mon 2019-06-10 04:22:50 +0300, Daniel Kahn Gillmor wrote:
>> /usr/share/doc/debian-policy/upgrading-checklist.txt.gz suggests that
>> notmuch is already compliant with debian-policy 4.3.0.
>>
>> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthorseman.net>
>
> just wanted to note that i screwed up my own e-mail address in the
> Signed-off-by: line here (sigh).  If you could fix that when merging,
> i'd appreciate it.

Sorry, missed that message.

d

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-11 18:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10  1:22 [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
2019-06-10  1:22 ` [PATCH 2/2] debian: Add appropriate substitution variables to debian/control Daniel Kahn Gillmor
2019-06-11  9:36 ` [PATCH 1/2] debian: bump Standards-Version to 4.3.0 (no changes needed) Daniel Kahn Gillmor
2019-06-11 18:54   ` David Bremner
2019-06-11 10:34 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).