diff options
author | Balint Reczey <balint@balintreczey.hu> | 2014-06-05 17:30:41 +0700 |
---|---|---|
committer | Balint Reczey <balint@balintreczey.hu> | 2014-06-08 15:32:10 +0000 |
commit | 97e1491aa8f418a7f5bd7fdd92561d2403c187f6 (patch) | |
tree | eadecb1b66ac3900a7e5db76eb2b993693ba0b9f /debian/wireshark-dev.prerm | |
parent | 9b4991098f42bfe10da9ce34c4c7711fbcf87ca7 (diff) | |
download | wireshark-97e1491aa8f418a7f5bd7fdd92561d2403c187f6.tar.gz wireshark-97e1491aa8f418a7f5bd7fdd92561d2403c187f6.tar.bz2 wireshark-97e1491aa8f418a7f5bd7fdd92561d2403c187f6.zip |
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@wireshark.org>
Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Tested-by: Balint Reczey <balint@balintreczey.hu>
Diffstat (limited to 'debian/wireshark-dev.prerm')
-rw-r--r-- | debian/wireshark-dev.prerm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/wireshark-dev.prerm b/debian/wireshark-dev.prerm index 5a07967065..8614658c8f 100644 --- a/debian/wireshark-dev.prerm +++ b/debian/wireshark-dev.prerm @@ -1,10 +1,12 @@ -#! /bin/bash -e +#! /bin/bash # # Debian prerm script for Python x.y hierarchical modules # Written by Gregor Hoffleit <flight@debian.org> # Extended by Matthias Klose <doko@debian.org> # +set -e + PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'` dpkg --listfiles $PACKAGE | |