Repository: incubator-zeppelin Updated Branches: refs/heads/master f7deadbaf -> 757605de1
[ZEPPELIN-400] -Pdeb flag fails to create a deb package An empty line in control file for Debian packages breaks the parser. Author: Jürgen Thomann <[email protected]> Closes #487 from juergenthomann/master and squashes the following commits: 082d686 [Jürgen Thomann] [ZEPPELIN-400] -Pdeb flag fails to create a deb package Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/757605de Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/757605de Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/757605de Branch: refs/heads/master Commit: 757605de1f8ff3daaffb264d726264dd36aa6ea0 Parents: f7deadb Author: Jürgen Thomann <[email protected]> Authored: Sat Nov 28 13:34:21 2015 +0100 Committer: Lee moon soo <[email protected]> Committed: Mon Nov 30 21:55:46 2015 +0900 ---------------------------------------------------------------------- zeppelin-distribution/src/deb/control/control | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/757605de/zeppelin-distribution/src/deb/control/control ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/src/deb/control/control b/zeppelin-distribution/src/deb/control/control index 507d151..2bbb205 100644 --- a/zeppelin-distribution/src/deb/control/control +++ b/zeppelin-distribution/src/deb/control/control @@ -16,7 +16,6 @@ # specific language governing permissions and limitations # under the License. # - Package: [[deb.pkg.name]] Version: [[version]]-[[buildNumber]] Section: misc
