Files
openNDS/debian
Rob White 0a4f84863d nodogsplash: Version 4.3.1
This version provides the fix to an issue in Makefile, introduced in the previous version, that prevents the Debian package from being created.

This does not effect the OpenWrt package.

There are no other changes from v4.3.0

Signed-off-by: Rob White <rob@blue-wave.net>
2019-10-09 15:03:20 +01:00
..
2019-10-09 15:03:20 +01:00
2019-10-09 15:03:20 +01:00
2016-11-21 14:58:53 +01:00
2016-11-21 14:58:53 +01:00
2019-03-16 10:32:35 +00:00
2013-09-02 23:42:24 +08:00
2018-05-09 01:28:48 +02:00
2016-10-24 13:49:07 +01:00

To create a Debian package of NoDogSplash (a *.deb file), you first need to have installed the following programs and libraries:

apt install build-essential debhelper devscripts
apt install libmicrohttpd-dev dh-systemd

Run this command in the repository root folder to create the package:

dpkg-buildpackage

The package will be created in the parent directory.

Use this command if you want to create an unsigned package:

dpkg-buildpackage -b -rfakeroot -us -uc