Browse Source

Make only build-arch generate debian/templates.

It's sufficient anyway, and otherwise the build target gets messed up
somehow and one gets an empty binary.
master
Cyril Brulebois 9 years ago
parent
commit
444a5f7f82
  1. 3
      debian/changelog
  2. 2
      debian/rules

3
debian/changelog

@ -2,6 +2,9 @@ rootskel-gtk (1.29) UNRELEASED; urgency=medium
* Add support for dpms={false,true} through the kernel command line
to pass {-dpms,+dpms} to Xorg (Closes: #695270).
* debian/rules: Make only build-arch generate debian/templates; it's
sufficient anyway, and otherwise the build target gets messed up
somehow and one gets an empty binary.
-- Cyril Brulebois <kibi@debian.org> Fri, 14 Feb 2014 15:53:09 +0300

2
debian/rules

@ -2,7 +2,7 @@
%:
dh $@
build build-arch: debian/templates
build-arch: debian/templates
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

Loading…
Cancel
Save