aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* Merge branch 'release'David Bremner2012-01-13
|\ | | | | | | | | | | Conflicts: notmuch-reply.c notmuch.1
| * debian: changelog stanza for 0.11David Bremner2012-01-13
| |
| * debian: add changelog stanza for 0.11~rc3-1David Bremner2012-01-09
| | | | | | | | as usual for pre-releases, fairly minimal commentary.
| * debian: changelog stanza for 0.11~rc2-1David Bremner2012-01-02
| | | | | | | | Set dist=experimental the first time.
| * debian: fix typo in changelogDavid Bremner2012-01-02
| | | | | | | | Previous version was actually uploaded to experimental, not unstable
| * version: update version to 0.11~rc1David Bremner2011-12-25
| | | | | | | | and keep python, man page, and debian package in sync.
* | debian: install split man pages.David Bremner2011-12-31
|/ | | | | We now have man pages in sections 5 and 7 as well, so we copy the whole /usr/share/man hierarchy.
* debian: add upstream-tag and fix debian-tag configs for git-buildpackageJameson Graef Rollins2011-12-15
| | | | Debian tags have been using '/', instead of '-' as a separator.
* Merge branch 'release'David Bremner2011-12-06
|\ | | | | | | | | | | | | Conflicts: NEWS Conflicts resolved by inserting the 0.10.2 stanza before 0.11
| * fixup for changelogDavid Bremner2011-12-05
| |
| * debian/changelog: add new changelog stanza for 0.10.2David Bremner2011-12-05
| |
* | Merge branch 'release'David Bremner2011-11-26
|\|
| * debian: changelog stanza for 0.10.1David Bremner2011-11-25
| |
* | debian/control: require dtach version >= 0.8 in Build-DependsTomi Ollila2011-11-24
|/ | | | | | Since version 0.8 of dtach -n does no longer require controlling tty to be present when executed. Currently controlling tty is not always (if ever) present when tests are executed.
* debian: changelog stanza for 0.10David Bremner2011-11-23
| | | | Give a brief summary of (and pointer to) NEWS
* version: update version info for 0.10~rc2David Bremner2011-11-19
| | | | | Arguably editing debian/changelog violates the "do one thing at a time" rule, but all of these versions need to be kept in sync.
* debian/libnotmuch2.symbols: add notmuch_query_count_threadsDavid Bremner2011-11-15
| | | | Since this is only an added symbol, no soname bump required.
* debian: new changelog stanza for 0.10~rc1-1David Bremner2011-11-15
| | | | | The changelog is a bit minimalist, but we'll do better for the real release.
* debian: update build dependency on dtach instead of screenJameson Graef Rollins2011-11-11
| | | | | This reflects a modification to the test suite to use dtach instead of screen.
* debian: clean up Uploaders and Build-Depends fields in debian/controlJameson Graef Rollins2011-11-11
| | | | | No functional change, but this will make for cleaner diffs down the line.
* debian: build-depend on screen.David Bremner2011-11-05
| | | | This is needed for emacs tests, now that those are run in screen.
* debian: changelog stanza for 0.9David Bremner2011-10-11
| | | | | Admit that there have been no changes since the last release candidate.
* debian: update changelog for 0.9~rc2-1David Bremner2011-10-07
| | | | Document upstream changes since 0.9~rc1-1
* debian: update packaging for new sonameDavid Bremner2011-10-04
| | | | | | | | we need - a new changelog stanza, because the symbols files need a new version - s/libnotmuch1/libnotmuch2/ everywhere - update symbols file, s/.so.1/.so.2/, and bump minimum versions on changed symbols (although the latter is just documentation)
* debian: add brief summary of changes since 0.8David Bremner2011-09-25
|
* debian: build-depend on gdbDavid Bremner2011-09-25
| | | | This is needed to enable the atomicity tests at build time.
* debian: close bug 642240David Bremner2011-09-24
| | | | | The bug was really closed by the commit that updated the dependency, of course.
* debian: set versioned dependency on notmuch for notmuch-emacsDavid Bremner2011-09-24
| | | | | | As long as we have no version information in the json output, this seems like the only possible way of ensuring that the emacs client code understands the output from the command line tool notmuch.
* debian: changlog stanza for release candidateDavid Bremner2011-09-24
|
* debian: new symbols for atomicity apiDavid Bremner2011-09-24
| | | | | There are three new symbols in libnotmuch. In addition to notmuch_{begin,end)_atomic, notmuch_database_find_message_by_filename was exposed.
* debian: update changelog for 0.8David Bremner2011-09-10
|
* update versions for release 0.8David Bremner2011-09-10
| | | | See commit 6979b65 for more discussion.
* update versions for release candidateDavid Bremner2011-09-06
| | | | | | | | | | we now have three files to keep in sync. That seems wrong, but I guess we will live with it for now. The main problem is that the python code is distributed separately, so it can't get the version from 'version'. The choice ~rcX is for convenience with debian versioning.
* debian: new changelog stanza for 0.7David Bremner2011-08-01
| | | | | No actual changes, but we need a new stanza to upload to unstable anyway.
* Revert "debian: Generate version from debian/changelog"David Bremner2011-07-29
| | | | | | | | This reverts commit 2b76283b52a2389a591ca055b086381c44e2a61f. Conflicts: debian/rules
* debian: changelog stanza for release candiateDavid Bremner2011-07-29
|
* debian: use 3.0 (quilt) source format.David Bremner2011-07-17
| | | | | | | | | This generates a seperate notmuch-0.x.debian.tar.gz containing ./debian. In the initial release this is redundant, but for Debian only updates between releases, this allows updating the contents of ./debian, and using the rest of the release tarball.
* update NEWS and debian/changelog for 0.6.1David Bremner2011-07-17
|
* debian: use a non-native version number.David Bremner2011-07-17
| | | | | | | | | There is concensus to use non-native version number for updates that contain only Debian changes. Unfortunately changing back and forth between native and non-native packages has the potential for confusion, since the archive will end up with notmuch-0.x.tar.gz and notmuch-0.x.orig.tar.gz. So we use non-native numbering from the beginning.
* debian: add (demangled) Xapian exception typeinfo symbols to libnotmuch1.symbolsDavid Bremner2011-07-16
| | | | | These are exported (again) by the library to prevent problems with catching exceptions.
* debian: update changelog for strict libnotmuch dependencyDavid Bremner2011-07-10
|
* debian: strictly depend on the same version of libnotmuchUwe Kleine-König2011-07-10
| | | | | | | | | | | | | | | It took quite some time to debug why folder: searches didn't work for me though I had notmuch 0.6~rc1 installed. amdragon in #notmuch found out that I still had libnotmuch1 0.5+nmu3 installed. To prevent the same problem in the future let notmuch depend on the same version of libnotmuch1. Reviewed-By: David Bremner <david@tethera.net> The underlying issue is that the libnotmuch interface is not entirely captured by the set of exported symbols. In particular the query syntax can change without being visible to the linker at all.
* debian: start new changelog stanza for post 0.6 bugfix releaseDavid Bremner2011-07-07
| | | | | | The version numbering scheme of n.n.n is chosen so as not to confuse tools that rely on the presence of a dash to detect non-native packages.
* debian: install README.Debian files for notmuch-vim and notmuch-emacs.David Bremner2011-07-07
| | | | | The notmuch-vim README.Debian in particular is quite important since it discussions the need to install the package with vim-addons
* debian: add changelog stanza for release 0.6, install upstream docs referred to.David Bremner2011-07-01
| | | | | This perhaps breaks the "one thing at a time rule", but seems better than leaving the changelog pointing to nothing.
* debian: move vim directory creation to notmuch-vim binary packageDavid Bremner2011-07-01
| | | | | | | | | This step was missed during the package split of notmuch to notmuch, notmuch-emacs, and notmuch-vim. It seems mostly harmless in this case, but it is silly for non-vim users to have those directories. (cherry picked from commit 4b5875d81ef80dd7138e178f59ac67f66d5fe0ab)
* debian: changelog stanza for first "official" release candidateDavid Bremner2011-06-30
| | | | | | | The last upload to experimental was really a release candidate too. Switch versioning to ~rc1 as counting commits is confusing when building from the release branch. (cherry picked from commit 117852a5f1269e77a7f76c53236220a9ec89eba6)
* debian: don't install zsh completion files into /usr/share/zshDavid Bremner2011-06-30
| | | | | | | | | | | | as of version 4.3.12, perhaps earlier, the Debian zsh package now ships /usr/share/zsh/functions/Completion/Unix/_notmuch, so we shouldn't install that ourselves anymore. My understanding is that letting zsh ship the completion scripts is the standard thing to do. The script is still shipped in /usr/share/doc/notmuch/examples (cherry picked from commit 0a0f5f1bbe4bf256a14dee0ab2af3065a251a72c)
* debian/changelog: Add note that notmuch-vim description is in (bug #631974)Carl Worth2011-06-29
| | | | | | This note will automatically cause the bug entry to be closed as fixed when the next package (including this change) is uploaded. (cherry picked from commit 04b9ffa56f54976f6a3324a3673915a036646ea6)
* debian: fix installation of notmuch-vim READMEDavid Bremner2011-06-23
| | | | There was a leftover override, installing it into the wrong package.