| Age | Commit message (Collapse) | Author |
|
NEWS.Debian is displayed at install, so we include the news item about
the disruptive change in sha1 computation.
|
|
The following fails on Debian ia64:
% gdb /bin/mv
(gdb) break rename
Since this breaks our atomicity test, disable them until someone is
motivated to figure out whose fault that is.
|
|
Unfortunately release-checks.sh will whine a bit because it has not
caught up with the renaming of the version macros.
|
|
Roll (one last?) release candidate because of Austin's
LIBNOTMUCH_VERSION changes.
Atomically bump the manually (NEWS, debian/changelog) and
automatically (everywhere else) updated places version is mentioned.
|
|
|
|
|
|
|
|
Gdb is currently broken on s390x buildd's and porterboxes (see #728705).
By removing it as a build-dep, we disable the (failing) atomicity test on this
architecture
|
|
This change does not require an SONAME bump because it only adds a symbol.
|
|
|
|
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
|
|
Switching away from fdupes removes the dependency on libfile-which-perl
and the need to recommend fdupes.
|
|
man pages, NEWS, and debian changelog all hardcode date. Make them
hardcode the same date.
|
|
This seems more in line with
http://wiki.debian.org/Teams/Ruby/Packaging#Guidelines_for_Ruby_packaging
|
|
Based on id:1370220299-14722-1-git-send-email-felipe.contreras@gmail.com
Hacked rather extensively by db. The most important changes:
- bring back notmuch.yaml for the (debian specific?) vim-addons
tool.
- depend on vim-ruby, so we get a version of vim with ruby installed.
|
|
Adding a new symbol should require an SONAME bump.
|
|
Since this is in a disjunction, this should not force new packages to
be installed, but rather let people with auto-install-recommends (the
default) on install notmuch without emacs.
|
|
This is already in upstream for a bit, but we lacked a changelog entry
closing the bug.
|
|
notmuch insert is pretty much equivalent, so no need to support both.
|
|
Since Debian uses the changelog as metadata, we need an empty stanza
to build the new version.
|
|
|
|
ruby1.8-dev provides ruby-dev, but ruby1.9.1-dev is currently
required (which is pulled by ruby-dev 1:1.9.3).
|
|
The idea is to allow hardening verification tools (in particular blhc)
to scan the logs. Actually fixing the problem will require modifying
the notmuch configure script to propagate CPPFLAGS.
|
|
Several packages have been added or renamed, but their build detritus
not yet ignored.
|
|
merge back debian-only release into master
|
|
|
|
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
|
|
Debian only changes.
|
|
notmuch version 0.4 is required for the --output=files option.
|
|
notmuch version 0.4 is required for the --output=files option.
|
|
add in NEWS from 0.15.2
Conflicts:
NEWS
|
|
|
|
Since it is deprecated upstream, we don't want to encourage more
users to install it.
|
|
|
|
Now that we have Tomi's fix to set TERM for dtach, it should be safe to
run the tests on the autobuilders.
|
|
Hopefully this is temporary, but I don't want to rush a fix for the
tests.
|
|
Cribbed from NEWS.
|
|
Without this file, the created package is empty.
|
|
This was fixed a while ago in git, but not released yet.
|
|
This patch is due to Jakub Wilk <jwilk@debian.org>.
It does add a build depend on python3 for people using the "make
debian-snapshot" target.
|
|
- enable hardening
- fix dh syntax. Now that we have compat level 9, the old, wrong
syntax is no longer accepted.
- update debian/libnotmuch{3,-dev}.install for multiarch.
- update versioned dependency on debhelper.
|
|
If we have some DMs we want to upload, we have to enable it with a
signed command file to dak.
|
|
The distinction between extra and optional is generally not very
important, except that being extra forces anything that depends on you
to be extra.
|
|
as usual (and doubly so since Debian is in release freeze), destined
for experimental.
|
|
"Seperate: The second most common misspelling on the Internet..."
(from http://www.re-vision.com/spelling/separate.html).
s/seperate/separate/ in debian/NEWS.Debian & test/README done.
|
|
|
|
This is to simplify potential bugfix uploads during Debian freeze.
|
|
Make d/changelog match NEWS
|
|
The duplication in NEWS.Debian is so that Debian users will be warned
during upgrade.
|
|
This should allow users to install notmuch-emacs with only emacs24
installed on their system. For good measure, allow building with
emacs24 as a 4th choice.
|