Wireshark-commits: [Wireshark-commits] master-1.12 6adf20b: Sync .deb packaging from Debian
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 Jun 2014 14:58:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6adf20bb880780a4d4f2ed5d726a111211c62799 Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx) Changed: branch: master-1.12 Repository: wireshark Commits: 6adf20b by Balint Reczey (balint@xxxxxxxxxxxxxxx): Sync .deb packaging from Debian The sync makes CMake the build system for the .deb package and starts providing wireshark-qt in the wireshark-qt package. The package structure, i.e. the libraries are shipped in separate packages is also sync-ed. Wireshark-qt uses the Qt 4 libraries, but it is easy to switch it to Qt 5. Change-Id: I849d18bdb8ca6ebf4072cf1d73d749080ac5dac2 Reviewed-on: https://code.wireshark.org/review/1986 Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx> Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx> Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx> (cherry-picked from commit 97e1491aa8f418a7f5bd7fdd92561d2403c187f6) Reviewed-on: https://code.wireshark.org/review/2058 Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> Actions performed: from 1194ef7 IEEE 80211: fix dissection of HT Capabilities adds 6adf20b Sync .deb packaging from Debian Summary of changes: debian/README.Debian | 75 + debian/README.Debian.security | 13 + debian/README.source | 34 - debian/compat | 2 +- debian/control | 270 +++- debian/copyright | 72 +- debian/dirs | 4 + debian/ethereal-common.NEWS | 13 + debian/headers-check.c | 25 +- debian/libwireshark-data.install | 2 + debian/libwireshark-dev.install | 12 + debian/libwireshark5.install | 2 + debian/libwireshark5.symbols | 1531 ++++++++++++++++++++ debian/libwiretap-dev.install | 4 + debian/libwiretap4.docs | 1 + debian/libwiretap4.install | 1 + debian/libwiretap4.symbols | 96 ++ debian/libwsutil-dev.install | 3 + debian/libwsutil4.install | 1 + debian/libwsutil4.symbols | 145 ++ debian/license-text-about-dialog | 15 + .../0005-Disable-xmllint-for-release-notes.patch | 40 + debian/patches/00list | 12 - ...lding-documentation-in-PDF-and-release-no.patch | 48 + debian/patches/04_asn2wrs_ply.patch | 17 + .../05_note-README-when-running-as-root.patch | 15 + debian/patches/06_release-version.patch | 15 + debian/patches/08_wireshark-desktop-menu.patch | 13 + debian/patches/09_idl2wrs.patch | 48 + debian/patches/16_licence_about_location.patch | 14 + debian/patches/series | 8 + debian/po/POTFILES.in | 1 + debian/po/cs.po | 66 + debian/po/da.po | 57 + debian/po/de.po | 60 + debian/po/es.po | 73 + debian/po/eu.po | 66 + debian/po/fi.po | 67 + debian/po/fr.po | 69 + debian/po/hu.po | 61 + debian/po/id.po | 42 + debian/po/it.po | 57 + debian/po/ja.po | 55 + debian/po/ko.po | 43 + debian/po/nl.po | 61 + debian/po/pt.po | 66 + debian/po/pt_BR.po | 73 + debian/po/ru.po | 65 + debian/po/sk.po | 60 + debian/po/sv.po | 62 + debian/po/templates.pot | 49 + debian/po/vi.po | 58 + debian/pycompat | 1 - debian/pyversions | 1 - debian/rules | 150 +- debian/source/format | 1 + debian/templates | 23 + debian/tshark.docs | 1 + debian/tshark.files | 1 - debian/tshark.install | 1 + debian/tshark.manpages | 2 +- debian/watch | 2 +- debian/wireshark-common.config | 10 + debian/wireshark-common.files | 16 - debian/wireshark-common.install | 6 + debian/wireshark-common.manpages | 14 +- debian/wireshark-common.postinst | 40 + debian/wireshark-common.postrm | 16 + debian/wireshark-common.shlibs | 4 - debian/wireshark-dev.docs | 9 - debian/wireshark-dev.files | 13 - debian/wireshark-dev.header-files | 12 - debian/wireshark-dev.install | 6 + debian/wireshark-dev.manpages | 6 +- debian/wireshark-dev.prerm | 4 +- debian/wireshark-doc.docs | 4 + debian/wireshark-qt.docs | 1 + debian/wireshark-qt.install | 1 + debian/wireshark-root.desktop | 75 - debian/wireshark.desktop | 73 - debian/wireshark.docs | 1 + debian/wireshark.files | 3 - debian/wireshark.install | 5 + debian/wireshark.manpages | 2 +- 84 files changed, 3770 insertions(+), 496 deletions(-) create mode 100644 debian/README.Debian create mode 100644 debian/README.Debian.security delete mode 100644 debian/README.source create mode 100644 debian/ethereal-common.NEWS create mode 100644 debian/libwireshark-data.install create mode 100644 debian/libwireshark-dev.install create mode 100644 debian/libwireshark5.install create mode 100644 debian/libwireshark5.symbols create mode 100644 debian/libwiretap-dev.install create mode 100644 debian/libwiretap4.docs ... 61 lines suppressed ...
- Prev by Date: [Wireshark-commits] master bea4106: use the direction info from the conversation struct
- Next by Date: [Wireshark-commits] master-1.12 321ec17: Don't ship libfiletap in the .deb packages yet
- Previous by thread: [Wireshark-commits] master bea4106: use the direction info from the conversation struct
- Next by thread: [Wireshark-commits] master-1.12 321ec17: Don't ship libfiletap in the .deb packages yet
- Index(es):