File: debian

package info (click to toggle)
exabgp 4.2.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,612 kB
  • sloc: python: 37,482; sh: 581; perl: 31; makefile: 23
file content (10 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Small instruction set done by Henry-Nicolas Tourneur to automate testings.

apt-get install build-essential dpkg-dev fakeroot lintian debhelper
echo "Make sure you'r in the ExaBGP root folder"
dpkg-buildpackage
echo "To install your package, run dpkg -i exabgp_VERSION_all.deb"
echo "You can check for packaging errors by running lintian on the .changes file."