Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@ Source: bgpstream1
Section: net
Priority: optional
Maintainer: BGPStream <bgpstream-info@caida.org>
Build-Depends: debhelper (>=9),autotools-dev,libwandio1-dev (>=4.0.0)
Build-Depends: debhelper (>=9),libwandio1-dev (>=4.0.0),dh-autoreconf
Standards-Version: 3.9.6
Homepage: https://bgpstream.caida.org

Package: bgpstream1-tools
Architecture: any
Depends: libwandio1 (>=4.0.0), ${shlibs:Depends}, ${misc:Depends}
Conflicts: bgpstream2-tools, libbgpstream2, libbgpstream2-dev
Description: BGPStream
BGPStream: An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis.
Description: BGPStream: An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis.

Package: libbgpstream1
Architecture: any
Depends: libwandio1 (>=4.0.0), ${shlibs:Depends}, ${misc:Depends}
Conflicts: bgpstream2-tools, libbgpstream2, libbgpstream2-dev
Description: BGPStream
BGPStream: An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis.
Description: BGPStream: An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis.

Package: libbgpstream1-dev
Architecture: any
Depends: libwandio1 (>=4.0.0), ${shlibs:Depends}, ${misc:Depends}
Conflicts: bgpstream2-tools, libbgpstream2, libbgpstream2-dev
Description: BGPStream
BGPStream: An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis.
Description: BGPStream: An open-source software framework for live and historical BGP data analysis, supporting scientific research, operational monitoring, and post-event analysis.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


%:
dh $@ --with autotools_dev
dh $@ --with autoreconf
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info

Expand Down