https://github.com/Kitware/CMake
Revision 66178ae5a0a154c11934574347b75e71772b77b9 authored by Raffi Enficiaud on 23 October 2015, 10:01:35 UTC, committed by Brad King on 23 October 2015, 14:58:43 UTC
Changes in commit v3.4.0-rc1~79^2~1 (CPackDeb: use of libarchive and
removal of fakeroot, 2015-09-11) accidentally set the wrong compression
scheme for the `control.tar.gz` file.  Set it explicitly to GZip.
1 parent becb14c
Raw File
Tip revision: 66178ae5a0a154c11934574347b75e71772b77b9 authored by Raffi Enficiaud on 23 October 2015, 10:01:35 UTC
CPackDEB: Use proper compression scheme for control.tar.gz
Tip revision: 66178ae
.hooks-config.bash
#=============================================================================
# CMake - Cross Platform Makefile Generator
# Copyright 2000-2011 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

hooks_chain_pre_commit="Utilities/Git/pre-commit"
hooks_chain_commit_msg="Utilities/Git/commit-msg"
hooks_chain_prepare_commit_msg="Utilities/Git/prepare-commit-msg"
back to top