summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fc49cd0..f456d93 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ bindir=$(prefix)/bin
mandir=$(prefix)/share/man
man1dir=$(mandir)/man1
-PROGRAMS=dgit
+PROGRAMS=dgit dgit-repos-server
MAN1PAGES=dgit.1
all:
diff --git a/debian/changelog b/debian/changelog
index 3c2b244..ba3b810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,7 +56,7 @@ dgit (0.22) unstable; urgency=medium
* New git-check and git-create methods "true" which are no-ops.
* test-dummy-drs `distro': for testing dgit and dgit-repos-server.
- -- Ian Jackson <ijackson@chiark.greenend.org.uk> Wed, 13 Aug 2014 17:57:27 +0100
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Wed, 13 Aug 2014 18:06:16 +0100
dgit (0.21) unstable; urgency=medium