X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=debian%2Frules;h=ebcb3b803dfd4e5c90b16b857cf5a23b8c739149;hp=1ea1f68d318326c9554c7c4d8255e7a0f48c2971;hb=0b70ea04e807c69a987d5976ab217f9f65fb1e09;hpb=3cad81b0ebb52352c66643a2587e94a2b693a2d2 diff --git a/debian/rules b/debian/rules index 1ea1f68d..ebcb3b80 100755 --- a/debian/rules +++ b/debian/rules @@ -8,24 +8,27 @@ DEB_VERSION := $(shell if [ -x /usr/bin/git ]; then git describe; else echo 0; f # this target invoked by git-buildpackage using a clean hook, see .gbp.conf prebuild: echo $(DEB_VERSION) - git-dch --release --new-version=$(DEB_VERSION) + git-dch --release --new-version=$(DEB_VERSION) --multimaint-merge git log > ChangeLog git commit -n ChangeLog debian/changelog \ -m "update changelogs for Debian build" - git tag debian/$(DEB_VERSION) +# git tag debian/$(DEB_VERSION) # git push --tags origin master configure: configure-stamp configure-stamp: dh_testdir - ./autogen.sh --prefix=/usr + PKG_CONFIG_PATH=/opt/stlink/lib/pkgconfig ./autogen.sh \ + --prefix=/usr --with-google-key=/opt/google/maps-api-key touch configure-stamp -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: configure-stamp dh_testdir - $(MAKE) VERSION=$(PKG_VERSION) + $(MAKE) (cd doc ; $(MAKE)) touch $@ @@ -43,6 +46,7 @@ install: build dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/altos install + sed -i "/dependency_libs/ s/'.*'/''/" `find debian/altos/usr/lib/altos/ -name '*.la'` binary-indep: install