diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-28 15:57:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-28 15:59:06 -0400 |
commit | 806b699ce5cc5761b35392cb034620f3d97f7bee (patch) | |
tree | 5b546cad8d65460addea491b472e293f36eca901 /debian | |
parent | b6286bdabff4b5e3845783abbd99ad7aa749a31e (diff) |
The Makefile now builds with the new yesod by default.
Systems like Debian that have the old yesod 1.0.1 should set
GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 001b75a4f..0f8352401 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,9 @@ git-annex (3.20120925) UNRELEASED; urgency=low * webapp: Avoid crashing when ssh-keygen -F chokes on an invalid known_hosts file. * Always do a system wide installation when DESTDIR is set. Closes: #689052 + * The Makefile now builds with the new yesod by default. + Systems like Debian that have the old yesod 1.0.1 should set + GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD -- Joey Hess <joeyh@debian.org> Mon, 24 Sep 2012 19:58:07 -0400 diff --git a/debian/rules b/debian/rules index 9079120a8..aeb947054 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f + +export GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD + %: dh $@ |