From efac09793494de97e434fbf66b80502a16b751c9 Mon Sep 17 00:00:00 2001 From: Jon K Hellan Date: Thu, 31 Jul 2014 10:44:11 +0200 Subject: [PATCH] split into qstream and qstream-iptv debs. deb version 1.3-1 --- .gitignore | 5 +++-- debian/changelog | 7 +++++++ debian/control | 8 +++++++- debian/{qstream.cron.d => qstream-iptv.cron.d} | 0 debian/{dirs => qstream-iptv.dirs} | 3 --- debian/qstream-iptv.install | 9 +++++++++ debian/{qstream.postinst => qstream-iptv.postinst} | 0 debian/qstream.docs | 1 + debian/qstream.install | 9 --------- qstream | 2 +- 10 files changed, 28 insertions(+), 16 deletions(-) rename debian/{qstream.cron.d => qstream-iptv.cron.d} (100%) rename debian/{dirs => qstream-iptv.dirs} (85%) create mode 100644 debian/qstream-iptv.install rename debian/{qstream.postinst => qstream-iptv.postinst} (100%) create mode 100644 debian/qstream.docs diff --git a/.gitignore b/.gitignore index f194ce3..22c462b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ debian/files -debian/qstream.debhelper.log -debian/qstream.substvars +debian/*.debhelper.log +debian/*.substvars debian/qstream/ +debian/qstream-iptv/ diff --git a/debian/changelog b/debian/changelog index 0b14391..a95d0fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qstream (1.3-1) unstable; urgency=low + + * Split into qstream and qstream-iptv packages. + * Bump version number of Perl module. + + -- Jon K Hellan Thu, 31 Jul 2014 10:50:29 +0200 + qstream (1.2-6) unstable; urgency=low * modules different on newer debian (oak) diff --git a/debian/control b/debian/control index 82d8063..b44a666 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,13 @@ Standards-Version: 3.9.1 Package: qstream Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, gzip (>= 1.3.12-9), libnet-pcap-perl, libnetpacket-perl, libnetrtp-perl, libio-socket-multicast-perl, libbit-vector-perl, libxml-dom-perl, libxml-simple-perl, libxml-twig-perl, libnet-ipv6addr-perl, adduser, curl +Depends: ${misc:Depends}, ${perl:Depends}, gzip (>= 1.3.12-9), libnet-pcap-perl, libnetpacket-perl, libnetrtp-perl, libio-socket-multicast-perl, libbit-vector-perl, libxml-dom-perl, libxml-simple-perl, libxml-twig-perl, libnet-ipv6addr-perl Description: Streaming media quality measurement tool Qstream computes packet stream quality statistics for UDP/RTP from network or captured files (pcap) + +Package: qstream-iptv +Architecture: all +Depends: ${misc:Depends}, qstream, adduser, curl +Description: Streaming media quality measurement tool + Computes packet stream quality statistics for IPTV using qstream. diff --git a/debian/qstream.cron.d b/debian/qstream-iptv.cron.d similarity index 100% rename from debian/qstream.cron.d rename to debian/qstream-iptv.cron.d diff --git a/debian/dirs b/debian/qstream-iptv.dirs similarity index 85% rename from debian/dirs rename to debian/qstream-iptv.dirs index dd2a623..85000f4 100644 --- a/debian/dirs +++ b/debian/qstream-iptv.dirs @@ -1,6 +1,3 @@ -usr/bin -var -var/lib var/lib/qstream var/lib/qstream/data var/lib/qstream/data/iptv diff --git a/debian/qstream-iptv.install b/debian/qstream-iptv.install new file mode 100644 index 0000000..bfa708a --- /dev/null +++ b/debian/qstream-iptv.install @@ -0,0 +1,9 @@ +qstream-tv usr/bin +qstream-tv.job usr/bin +qstream-iptv usr/bin +qstream-iptv.job usr/bin +qstream-mpeg usr/bin +qstream-mpeg.job usr/bin +qstream-check-bb usr/bin +qstream-poll-list usr/bin +sap-test usr/bin diff --git a/debian/qstream.postinst b/debian/qstream-iptv.postinst similarity index 100% rename from debian/qstream.postinst rename to debian/qstream-iptv.postinst diff --git a/debian/qstream.docs b/debian/qstream.docs new file mode 100644 index 0000000..4aa4e5a --- /dev/null +++ b/debian/qstream.docs @@ -0,0 +1 @@ +INSTALL.libs_required diff --git a/debian/qstream.install b/debian/qstream.install index 133a905..2ca8999 100644 --- a/debian/qstream.install +++ b/debian/qstream.install @@ -1,11 +1,2 @@ qstream usr/bin -qstream-tv usr/bin -qstream-tv.job usr/bin -qstream-iptv usr/bin -qstream-iptv.job usr/bin -qstream-mpeg usr/bin -qstream-mpeg.job usr/bin -qstream-check-bb usr/bin -qstream-poll-list usr/bin -sap-test usr/bin rtmp/client.pm usr/share/perl5/rtmp diff --git a/qstream b/qstream index 3d7d2cd..844f10f 100755 --- a/qstream +++ b/qstream @@ -1,6 +1,6 @@ #!/usr/bin/perl -$Version="1.0"; +$Version="1.3"; # compute packet stream quality statistics for UDP/RTP from network or captured files(pcap) # Base Olav Kvittem -- GitLab