From 73b788edf7ea9be613e3e2bf7e54ee32c154c2df Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 17 Aug 2013 11:52:37 -0400 Subject: remove ignoring the man directory in .gitignore, we want that file available during package build --- .gitattributes | 1 - .gitignore | 1 - debian/changelog | 1 + 3 files changed, 1 insertion(+), 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 Thu, 15 Aug 2013 20:22:18 -0400 -- cgit v1.2.3