X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=debian%2Frules;h=0033fcbedd615d8ca5e2e85daab7a93221917f3a;hp=a2fd3fc73e7e02323699448f052d2091c185a534;hb=241a860fe856b1dfad6e792736313648300d5c24;hpb=b34474c1f3083e73b7184d519f54d4c8031836fd diff --git a/debian/rules b/debian/rules index a2fd3fc7..0033fcbe 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p') # this target invoked by git-buildpackage using a clean hook, see .gbp.conf prebuild: - dch -v `git describe | tr - +` "build for Debian from git" + git-dch --release --new-version=`git describe | tr - +` git log > ChangeLog git commit ChangeLog debian/changelog \ -m "update changelogs for Debian build" @@ -38,6 +38,8 @@ install: build dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/altos install + install -o root -g root -m 0644 debian/altusmetrum.xpm \ + $(CURDIR)/debian/altos/usr/share/pixmaps/altusmetrum.xpm # Build architecture-independent files here. binary-indep: install