releasing version 0.12
This commit is contained in:
parent
10484a69b8
commit
3a252efd9d
2 changed files with 6 additions and 6 deletions
8
Makefile
8
Makefile
|
@ -14,6 +14,10 @@ install:
|
||||||
install -d $(DESTDIR)$(PREFIX)/bin
|
install -d $(DESTDIR)$(PREFIX)/bin
|
||||||
install git-annex $(DESTDIR)$(PREFIX)/bin
|
install git-annex $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
||||||
|
test:
|
||||||
|
$(GHCMAKE) test
|
||||||
|
./test
|
||||||
|
|
||||||
# If ikiwiki is available, build static html docs suitable for being
|
# If ikiwiki is available, build static html docs suitable for being
|
||||||
# shipped in the software package.
|
# shipped in the software package.
|
||||||
ifeq ($(shell which ikiwiki),)
|
ifeq ($(shell which ikiwiki),)
|
||||||
|
@ -22,10 +26,6 @@ else
|
||||||
IKIWIKI=ikiwiki
|
IKIWIKI=ikiwiki
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test:
|
|
||||||
$(GHCMAKE) test
|
|
||||||
./test
|
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1
|
./mdwn2man git-annex 1 doc/git-annex.mdwn > git-annex.1
|
||||||
$(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \
|
$(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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.
|
* Add --exclude option to exclude files from processing.
|
||||||
* mwdn2man: Fix a bug in newline supression. Closes: #606578
|
* mwdn2man: Fix a bug in newline supression. Closes: #606578
|
||||||
* Bugfix to git annex add of an unlocked file in a subdir. Closes: #606579
|
* Bugfix to git annex add of an unlocked file in a subdir. Closes: #606579
|
||||||
* Makefile: Add PREFIX variable.
|
* 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
|
git-annex (0.11) unstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue