summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--.gitignore1
-rw-r--r--debian/changelog1
3 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 36222847..2408b4c9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -12,7 +12,6 @@ docs/covhtml export-ignore
include/ export-ignore
lib/ export-ignore
local/ export-ignore
-man/ export-ignore
share/ export-ignore
src/leap.egg-info/ export-ignore
src/leap_client.egg-info export-ignore
diff --git a/.gitignore b/.gitignore
index 7712b0d1..b0f9a137 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,6 @@ docs/covhtml
include/
lib/
local/
-man/
share/
src/leap/util/reqs.txt
src/leap.egg-info/
diff --git a/debian/changelog b/debian/changelog
index af1fa650..0ccd36c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ leap-client (0.3.0) unstable; urgency=low
* Rename manpage for bitmask rename
* Remove no longer existing NEWS file installation
* Disable running of tests on package build
+ * Add man pages back in
-- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 20:22:18 -0400