X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=debian%2Frules;h=1f49972e0496dbc642600dca99b933196b08fcf2;hp=d579505416009c9522d273ee517b24a15a3b86fc;hb=b97a79bde05b481046d4da64a6df83e735e2f367;hpb=3c05dc83d5cac336fe65908542307722c6b98d5a diff --git a/debian/rules b/debian/rules index d579505..1f49972 100755 --- a/debian/rules +++ b/debian/rules @@ -44,30 +44,30 @@ clean: unpatch install-indep: build-indep dh_testdir dh_testroot - dh_clean -i -k + dh_prep -i dh_installdirs -i dh_install -i # install headers - find . \( -name debian -o -name config.h -o -name snprintf.h \) \ + find . \( -name debian -o -name .pc -o -name config.h -o -name snprintf.h \) \ -prune -o -name '*.h' -exec install -m644 -D {} \ $(INSTDIR_DEV)/usr/include/$(PACKAGE)/{} \; install-arch: build-arch dh_testdir dh_testroot - dh_clean -a -k + dh_prep -a dh_installdirs -a $(MAKE) install \ PREFIX=$(CURDIR)/$(INSTDIR)/usr \ - ETCDIR=$(CURDIR)/$(INSTDIR)/etc/X11/$(PACKAGE) + ETCDIR=$(CURDIR)/$(INSTDIR)/etc/X11/ion3 # install other things (mainly -dev) dh_install -a # fix the installation - rm -f $(INSTDIR)/etc/X11/$(PACKAGE)/draw.lua + rm -f $(INSTDIR)/etc/X11/ion3/draw.lua binary-indep: build-indep install-indep dh_testdir @@ -97,6 +97,7 @@ binary-indep: build-indep install-indep # dh_strip -i dh_compress -i dh_fixperms -i + chmod 755 $(INSTDIR_DEV)/usr/lib/ion3/libextl/libextl-mkexports # dh_perl -i # dh_python -i # dh_makeshlibs -i