aboutsummaryrefslogtreecommitdiffstats
path: root/CPackConfig.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-05Binary and source tarballs should be compressed with bzip2 onlyJörg Mayer1-2/+2
(xz is not an options that cmake offers). svn path=/trunk/; revision=41360
2011-09-01From John Bradshaw:Anders Broman1-1/+1
Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834
2010-05-15- Move cmake options into their own file, making it easier toJörg Mayer1-3/+46
use a locally modified version of the stuff - Some (still preliminary) CPack changes - Add -fexcess-precision=fast (configure.in and CmakeLists.txt) to the compileflags (new gcc-4.5 feature to maintain backward compatibility with gcc-4.4 and IMO we don't need the slower but more exact implementation gcc 4.5 offers. svn path=/trunk/; revision=32823
2010-03-07- Derive Wireshark version from configure.in for now.Jörg Mayer1-4/+4
Allow to overide that version in CMakefile.txt - Minor update to README.cmake - Turn off GTK_DEBUG svn path=/trunk/; revision=32139
2009-12-29- Beginnings of cmake in docbook directoryJörg Mayer1-0/+42
- Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt svn path=/trunk/; revision=31379