chiark / gitweb /
Introduce a proper Debian source package build system
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 12 Sep 2015 17:13:42 +0000 (17:13 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 12 Sep 2015 19:38:21 +0000 (20:38 +0100)
commita776e6b0e834189b69bd5d33a9bcc5e07ad6cc03
treeffcde53ca290e9dfe8ba9d6bb3bc341f2a5d1c54
parentae421d4a9ccc09c440d5a30cca6f1a206ffec89d
Introduce a proper Debian source package build system

It's not perfect - there is no symbol versioning, and I have had to
make some (perhaps false) assumptions about library ABI stability, but
it does produce something vaguely resembling what would be expected
from a library package found in Debian, and it does so using the
standard Debian source format.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
12 files changed:
debian/.gitignore [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/libwiringpi-dev.dirs [new file with mode: 0644]
debian/libwiringpi-dev.install [new file with mode: 0644]
debian/libwiringpi2.install [new file with mode: 0644]
debian/libwiringpi2.shlibs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/wiringpi.dirs [new file with mode: 0644]
debian/wiringpi.install [new file with mode: 0644]