summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2014-06-09 14:53:00 +0700
committerGerald Combs <gerald@wireshark.org>2014-06-09 22:02:06 +0000
commita08cbe70716fe8494ec34b5bd20a47a822f4f3f1 (patch)
tree76f5ed7532f8b71273ff31d4a920c36df3950559 /README.cmake
parent9538d1c43336a81f8f35b875eee80fe2b81c61a8 (diff)
downloadwireshark-a08cbe70716fe8494ec34b5bd20a47a822f4f3f1.tar.gz
Use only dpkg-buildpackage for building .debs
This makes .deb generation not depending on autotools and also removes debian-package target from autotools-generated Makefile. Change-Id: Ia684cd310d85906763af1035fddf39c1fbaed984 Reviewed-on: https://code.wireshark.org/review/2052 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.cmake b/README.cmake
index c0ecbfc81e..313810bd66 100644
--- a/README.cmake
+++ b/README.cmake
@@ -121,9 +121,6 @@ What needs to be done?
- Build source package (using CPack).
This is obsolete if we decide to release VCS snapshots instead
- Build rpm package (using CPack).
-- Build dpkg package (using CPack).
- This is obsolete, we should call CMake from debian/rules instead, using dh
- (rbalint)
- Add back checkAPI target.
- Test and add support for other platforms (BSDs, OSX,
Solaris, Win32, Win64, ...)