diff options
| author | David Bremner <bremner@debian.org> | 2012-03-03 11:56:36 -0400 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2012-03-03 11:56:36 -0400 |
| commit | ad6a6edb38e428f7bbcd81b49fd2ef1e5197f8c7 (patch) | |
| tree | 4130d19b8e80b499685039c272cf081bd734f3d3 /debian | |
| parent | 1aa4abe7a1398d19336ed436735fd1bf5eea5e06 (diff) | |
| parent | cfc5f1059aa16753cba610c41601cacc97260e08 (diff) | |
Merge branch 'release'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/.gitignore | 7 | ||||
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/libnotmuch2.symbols | 1 |
4 files changed, 10 insertions, 1 deletions
diff --git a/debian/.gitignore b/debian/.gitignore index 801ca02d..9f09f22d 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,3 +1,10 @@ +tmp/ +libnotmuch-dev/ +libnotmuch2/ +notmuch-emacs/ +notmuch-vim/ +notmuch/ +python-notmuch/ *.debhelper *.debhelper.log *.substvars diff --git a/debian/changelog b/debian/changelog index e820f892..147ae368 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ notmuch (0.12~rc1-1) experimental; urgency=low * Upstream pre-release. + * Bump standards version to 3.9.3; no changes. -- David Bremner <bremner@debian.org> Thu, 01 Mar 2012 07:51:45 -0400 diff --git a/debian/control b/debian/control index b60790e2..e1ac1a70 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb, dtach (>= 0.8) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://notmuchmail.org/ Vcs-Git: git://notmuchmail.org/git/notmuch Vcs-Browser: http://git.notmuchmail.org/git/notmuch diff --git a/debian/libnotmuch2.symbols b/debian/libnotmuch2.symbols index 507600c8..272467a3 100644 --- a/debian/libnotmuch2.symbols +++ b/debian/libnotmuch2.symbols @@ -46,6 +46,7 @@ libnotmuch.so.2 libnotmuch2 #MINVER# notmuch_messages_get@Base 0.3 notmuch_messages_move_to_next@Base 0.3 notmuch_messages_valid@Base 0.3 + notmuch_query_add_tag_exclude@Base 0.12~rc1 notmuch_query_count_messages@Base 0.3 notmuch_query_count_threads@Base 0.10~rc1 notmuch_query_create@Base 0.3 |
