diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-11 17:37:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-11 17:37:24 -0400 |
commit | 3a252efd9d679a85cca959537af03cbe474167b1 (patch) | |
tree | eb3842eb8595b70fce37c1e26e7670dd89e04336 | |
parent | 10484a69b8a7617fea5ce7ba95e31fe1a9eff7b4 (diff) |
releasing version 0.120.12
-rw-r--r-- | Makefile | 8 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -14,6 +14,10 @@ install: install -d $(DESTDIR)$(PREFIX)/bin install git-annex $(DESTDIR)$(PREFIX)/bin +test: + $(GHCMAKE) test + ./test + # If ikiwiki is available, build static html docs suitable for being # shipped in the software package. ifeq ($(shell which ikiwiki),) @@ -22,10 +26,6 @@ else IKIWIKI=ikiwiki endif -test: - $(GHCMAKE) test - ./test - docs: ./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1 $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \ diff --git a/debian/changelog b/debian/changelog index fe15dfdf8..c66a536d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -git-annex (0.12) UNRELEASED; urgency=low +git-annex (0.12) unstable; urgency=low * Add --exclude option to exclude files from processing. * mwdn2man: Fix a bug in newline supression. Closes: #606578 * Bugfix to git annex add of an unlocked file in a subdir. Closes: #606579 * Makefile: Add PREFIX variable. - -- Joey Hess <joeyh@debian.org> Wed, 08 Dec 2010 14:06:47 -0400 + -- Joey Hess <joeyh@debian.org> Sat, 11 Dec 2010 17:32:00 -0400 git-annex (0.11) unstable; urgency=low |