X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c94f44c162689883c341f92bce4bdafa20eb74f4..dde24f58aaec900461e43e21e5e4597fa139d419:/debian/rules diff --git a/debian/rules b/debian/rules index a4dfdc4..620c775 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,8 @@ SENDMAIL=/usr/sbin/sendmail LIBTOOL=./libtool FAKEROOT=fakeroot +SHELL=bash + # ./prepare is the script that generates configure etc. It only needs to be # run if building from a checkout rather than a tarball. build: @@ -141,6 +143,9 @@ pkg-disorder-server: build $(MKDIR) debian/disorder-server $(MKDIR) debian/disorder-server/DEBIAN $(MKDIR) debian/disorder-server/usr/share/doc/disorder-server + $(MKDIR) debian/disorder-server/usr/share/lintian/overrides + $(INSTALL_DATA) debian/overrides.disorder-server \ + debian/disorder-server/usr/share/lintian/overrides/disorder-server $(INSTALL_DATA) debian/copyright \ debian/disorder-server/usr/share/doc/disorder-server/copyright $(INSTALL_DATA) debian/changelog \