aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
Commit message (Collapse)AuthorAge
* debian: Add package for debugging symbols (Closes: #717339)Gravatar Daniel Kahn Gillmor2013-07-20
|
* debian: compile with V=1Gravatar David Bremner2013-06-02
| | | | | | 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.
* debian: package ruby bindingsGravatar Felipe Contreras2013-05-23
| | | | Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
* debian: re-enable testsGravatar David Bremner2013-01-24
| | | | | Now that we have Tomi's fix to set TERM for dtach, it should be safe to run the tests on the autobuilders.
* debian: disable running tests.Gravatar David Bremner2013-01-20
| | | | | Hopefully this is temporary, but I don't want to rush a fix for the tests.
* debian: add python 3 bindingsGravatar David Bremner2013-01-16
| | | | | | | 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.
* debian/compat: upgrade to compat level 9Gravatar David Bremner2013-01-14
| | | | | | | | | | | - 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.
* debian packaging: new binary package notmuch-muttGravatar Stefano Zacchiroli2012-03-30
|
* Revert "debian: Generate version from debian/changelog"Gravatar David Bremner2011-07-29
| | | | | | | | This reverts commit 2b76283b52a2389a591ca055b086381c44e2a61f. Conflicts: debian/rules
* debian: fix installation of notmuch-vim READMEGravatar David Bremner2011-06-23
| | | | There was a leftover override, installing it into the wrong package.
* Revert "debian: Override RPATH_LDFLAGS"Gravatar David Bremner2011-06-23
| | | | | | | This reverts commit fc126d89b2baa479d98c864fbef4174b6da707c0. This override of the make variable RPATH_LDFLAGS should no longer be required since the auto-configuration was fixed
* debian: split off vim interface to its own packageGravatar David Bremner2011-06-23
| | | | So far the package does notthing fancy with vim-addon-manager.
* debian: build package for python-bindings.Gravatar David Bremner2011-06-23
| | | | | | | This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install and friends are to avoid looping over python versions ourselves.
* debian: Override RPATH_LDFLAGSGravatar David Bremner2011-06-22
| | | | | | Probably there is a nicer way to do this; perhaps it should be a configure option. (cherry picked from commit 387dc520dd68cc805e390f3a1399f85b5d5bd83a)
* debian: Generate version from debian/changelogGravatar David Bremner2011-06-22
| | | | | | This avoids patching the version file once per Debian upload. Original version file is saved and restored. (cherry picked from commit 2938a98bf4c4abe0426caee4555d889d655bc0df)
* debian: Don't auto-generate debian/changelog.Gravatar Carl Worth2010-04-16
| | | | | | | David Bremner informs me that shoving everything from the notmuch "git log" into the debian/changelog is a bit excessive. Instead, we'll start manually updating this file, (which feels a bit redundant with NEWS, but perhaps makes us a better Debian-comunity member).
* debian: Add a gbp.conf to start using git-buildpackageGravatar Carl Worth2010-04-16
| | | | | | | | | | | | | On Bdale Garbee's recommendation I'm switching from gitpkg, (which constructed a source tree but still required me to go run debuild), to git-buildpackage. I hadn't originally used git-buildpackage because it didn't seem to work without a configuration file, (where gitpkg was fine). Bdale was kind enough to point me to his fw/altos source at git.gag.com where I found an example gpb.conf file as well as a target in debian/rules to automatically update debian/changelog with the new version number.
* debian: Unbreak the build.Gravatar Carl Worth2010-04-07
| | | | I had the wrong syntax for the dh_auto_configure override.
* Makefile: Install emacs code to site-lisp, not site-lisp/notmuchGravatar Carl Worth2010-04-07
| | | | | | And just make the Debian packaging request site-lisp/notmuch like it wants. Otherwise, the installed files won't appear on the load-path so won't be found by emacs.
* Install vim plugin with vim-addonsGravatar martin f. krafft2010-01-21
| | | | Signed-off-by: martin f. krafft <madduck@debian.org>
* first crack at debian packaging (using git-buildpackage)Gravatar Jameson Graef Rollins2009-11-28