ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 47460: / /trunk/: Makefile.am debian

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 3 Feb 2013 19:14:36 -0800
On Feb 3, 2013, at 4:29 PM, guy@xxxxxxxxxxxxx wrote:

> Try creating a script for Debian and derivatives that will grab the
> packages necessary for Wireshark development, using apt-get.

Maybe it should parse the "Build-Depends:" line in debian/control and get the list of packages to install from there, so that only one file in the source tree has a list of Debian dependencies.

(And perhaps use the Requires: lines from packaging/rpm/SPECS/wireshark.spec.in in scripts for RPM-based Linuxes?  It'd probably have to stick -dev after the package names.)