releasing version 0.12

This commit is contained in:
Joey Hess 2010-12-11 17:37:24 -04:00
parent 10484a69b8
commit 3a252efd9d
2 changed files with 6 additions and 6 deletions

View file

@ -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 \

4
debian/changelog vendored
View file

@ -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