diff options
author | Bdale Garbee <bdale@gag.com> | 2014-09-10 01:29:56 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2014-09-10 01:31:34 -0600 |
commit | 2ee937b603b181bb24768eb4d0e2f918a5377fd3 (patch) | |
tree | 162c37d85bade358597b46e16595ac814b7d1aee | |
parent | 22e68da2cb3b0b42708876f1dde52dbfd0ce4bf7 (diff) |
use dh_installmime, which requires telling configure to stay out of the way
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index ebcb3b80..2aa967e9 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,9 @@ configure: configure-stamp configure-stamp: dh_testdir PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh \ - --prefix=/usr --with-google-key=/opt/google/maps-api-key + --prefix=/usr \ + --disable-install-shared-mime-info \ + --with-google-key=/opt/google/maps-api-key touch configure-stamp build: build-arch build-indep @@ -36,6 +38,7 @@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp + rm -f debian/altos.sharedmimeinfo [ ! -f Makefile ] || $(MAKE) distclean dh_clean @@ -66,7 +69,8 @@ binary-arch: install # dh_installlogrotate # dh_installemacsen # dh_installpam -# dh_installmime + cp icon/org-altusmetrum-mimetypes.xml debian/altos.sharedmimeinfo + dh_installmime # dh_python # dh_installinit # dh_installcron |