n2n/packages/debian
Hamish Coleman 3cb57e2a6e Use dh_shlibdeps to calculate depends
This may impact builds on Debian 8, but that version has been out of
support for over three years.  I didnt test it, but since using this
helper is the preferred method it may actually help builds on older
versions.
2023-08-30 20:27:14 +01:00
..
debian Use dh_shlibdeps to calculate depends 2023-08-30 20:27:14 +01:00
configure Make all version calculations come from scripts/version.sh and remove resulting redundant substitutions 2021-11-01 19:15:23 +00:00
configure.in Use dh_shlibdeps to calculate depends 2023-08-30 20:27:14 +01:00
Makefile.in test on all available runner environments and add autogenerated crossbuilt dpkg packages (#852) 2021-10-14 15:54:19 +05:45
README Reworked debian/ubuntu packaging 2018-06-20 20:23:28 +02:00

Prerequisites
-------------
apt-get install debhelper fakeroot dpkg-sig

EdgeOS
------
We need to replace BusyBox-implemented commands using full-fledged commands by doing
(see http://community.ubnt.com/t5/EdgeMAX/ubnt-debian-package-conflict/m-p/421325)

curl -O http://ftp.us.debian.org/debian/pool/main/c/coreutils/coreutils_8.5-1_mips.deb
dpkg -i --force-all coreutils_8.5-1_mips.deb

curl -O http://ftp.us.debian.org/debian/pool/main/t/tar/tar_1.23-3_mips.deb
dpkg -i --force-all tar_1.23-3_mips.deb

wget http://ftp.us.debian.org/debian/pool/main/f/findutils/findutils_4.4.2-4_mips.deb
dpkg -i --force-all findutils_4.4.2-4_mips.deb

wget http://ftp.us.debian.org/debian/pool/main/g/gzip/gzip_1.5-1.1_mips.deb
dpkg -i --force-all gzip_1.5-1.1_mips.deb