]> git.notmuchmail.org Git - notmuch/commitdiff
Merge tag '0.20_rc1'
authorDavid Bremner <david@tethera.net>
Mon, 4 May 2015 08:47:22 +0000 (10:47 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 4 May 2015 08:47:22 +0000 (10:47 +0200)
notmuch 0.20~rc1 release

bindings/python/notmuch/version.py
contrib/notmuch-mutt/notmuch-mutt
debian/changelog
debian/libnotmuch4.symbols
debian/rules
version

index 35744d34c36fbaf26b3b6e98a41a24697894e255..4d5230f418e1d71d21a14844d87f5c25eb2a204d 100644 (file)
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.19'
+__VERSION__ = '0.20~rc1'
 SOVERSION = '4'
index 126cbf4444da0cf0585b3aceb696075fab57d18e..b47b36514a7d97a0a2c0a592b1c6155ef1599739 100755 (executable)
@@ -50,7 +50,7 @@ sub search($$$) {
     empty_maildir($maildir);
     system("notmuch search --output=files $dup_option $query"
           . " | sed -e 's: :\\\\ :g'"
-          . " | xargs --no-run-if-empty ln -s -t $maildir/cur/");
+          . " | xargs -r -I searchoutput ln -s searchoutput $maildir/cur/");
 }
 
 sub prompt($$) {
index fbd15b8168c9bcd8082b678a4ce5515d86112c8e..3edff9468e979ac64e29e2510c7a759806d43eb0 100644 (file)
@@ -1,3 +1,9 @@
+notmuch (0.20~rc1-1) experimental; urgency=medium
+
+  * New upstream release candidate
+
+ -- David Bremner <bremner@debian.org>  Mon, 04 May 2015 08:08:00 +0200
+
 notmuch (0.19-1) experimental; urgency=medium
 
   * New upstream release.
index e127c0cee5a80f7268e055a7ee16f5479e2e7843..ec46aa9b9d2a7c8cf82f9d273ab10dd7d53ca919 100644 (file)
@@ -4,6 +4,7 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
  notmuch_database_close@Base 0.13~rc1
  notmuch_database_compact@Base 0.17~rc1
  notmuch_database_create@Base 0.3
+ notmuch_database_create_verbose@Base 0.20~rc1
  notmuch_database_destroy@Base 0.13~rc1
  notmuch_database_end_atomic@Base 0.9~rc1
  notmuch_database_find_message@Base 0.9~rc2
@@ -14,7 +15,9 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
  notmuch_database_get_version@Base 0.3
  notmuch_database_needs_upgrade@Base 0.3
  notmuch_database_open@Base 0.3
+ notmuch_database_open_verbose@Base 0.20~rc1
  notmuch_database_remove_message@Base 0.3
+ notmuch_database_status_string@Base 0.20~rc1
  notmuch_database_upgrade@Base 0.3
  notmuch_directory_destroy@Base 0.3
  notmuch_directory_get_child_directories@Base 0.3
@@ -56,7 +59,9 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
  notmuch_query_get_query_string@Base 0.4
  notmuch_query_get_sort@Base 0.4
  notmuch_query_search_messages@Base 0.3
+ notmuch_query_search_messages_st@Base 0.20~rc1
  notmuch_query_search_threads@Base 0.3
+ notmuch_query_search_threads_st@Base 0.20~rc1
  notmuch_query_set_omit_excluded@Base 0.13~rc1
  notmuch_query_set_sort@Base 0.3
  notmuch_status_to_string@Base 0.3
index 7a19445e93a2a3f1882c4f339bc525643fa2b126..56378ecd66827c6c1391c7e9011319153352c341 100755 (executable)
@@ -6,7 +6,14 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {}
        dh $@ --with python2,python3
 
 override_dh_auto_configure:
-       dh_auto_configure -- --emacslispdir=/usr/share/emacs/site-lisp/notmuch
+       ./configure --prefix=/usr \
+               --libdir=/usr/lib/$$(dpkg-architecture -q DEB_TARGET_MULTIARCH) \
+               --includedir=/usr/include \
+               --mandir=/usr/share/man \
+               --infodir=/usr/share/info \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --emacslispdir=/usr/share/emacs/site-lisp/notmuch
 
 override_dh_auto_build:
        dh_auto_build -- V=1
diff --git a/version b/version
index caa4836d8e0af5609d084731b2f4fa9bdb509e71..97e6908543a431cf42578cca4bd8a5b94d0c1b0e 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.19
+0.20~rc1