Use the system libarchive and not the embedded copy.
Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>
This commit is contained in:
parent
062b68662d
commit
9aa0377cd2
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
cmake (2.8.2-2) UNRELEASED; urgency=low
|
||||
|
||||
* debian/control: Added libarchive-dev to Build-Depends.
|
||||
* debian/rules: Use system libarchive.
|
||||
|
||||
-- Kai Wasserbäch <debian@carbon-project.org> Thu, 01 Jul 2010 16:42:43 +0200
|
||||
|
||||
cmake (2.8.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release:
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Modestas Vainius <modax@debian.org>
|
||||
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <debian@carbon-project.org>
|
||||
Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
|
||||
libncurses5-dev, libqt4-dev (>= 4.4.0), procps
|
||||
libncurses5-dev, libqt4-dev (>= 4.4.0), procps, libarchive-dev
|
||||
Standards-Version: 3.9.0
|
||||
Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git
|
||||
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -18,6 +18,7 @@ $(BUILD_FLAGS_FILE):
|
||||
# echo 'set(TARGET_SOVERSION CACHE STRING "" FORCE)' >> $@
|
||||
# echo 'set(BUILD_DOCUMENTATION ON CACHE BOOL "" FORCE)' >> $@
|
||||
# echo 'set(BUILD_DOXYGEN ON CACHE BOOL "" FORCE)' >> $@
|
||||
echo 'set(CMAKE_USE_SYSTEM_LIBARCHIVE YES CACHE BOOL "" FORCE)' >> $@
|
||||
|
||||
override_dh_auto_configure: $(BUILD_FLAGS_FILE)
|
||||
rm -rf Build && mkdir -p Build
|
||||
|
Loading…
x
Reference in New Issue
Block a user