From 3a252efd9d679a85cca959537af03cbe474167b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 Dec 2010 17:37:24 -0400 Subject: releasing version 0.12 --- Makefile | 8 ++++---- debian/changelog | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index b5f5a720b..db34294f7 100644 --- a/Makefile +++ b/Makefile @@ -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 Wed, 08 Dec 2010 14:06:47 -0400 + -- Joey Hess Sat, 11 Dec 2010 17:32:00 -0400 git-annex (0.11) unstable; urgency=low -- cgit v1.2.3