Skip to content

Commit

Permalink
Revert "Fix Debian package build (OpenZWave#1123)"
Browse files Browse the repository at this point in the history
This reverts commit 8c23ed9.
  • Loading branch information
Fishwaldo committed Feb 17, 2017
1 parent 8c23ed9 commit 7f5b717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/libopenzwave1.3-dev.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
usr/lib/*/libopenzwave.so
usr/include/openzwave/*
usr/lib/*/pkgconfig/libopenzwave.pc
usr/lib*/pkgconfig/libopenzwave.pc
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LIBDIR := /usr/lib/$(DEB_HOST_MULTIARCH)/
dh $@

override_dh_auto_build:
CPPFLAGS="$(CPPFLAGS)" VERSION_MAJ=$(MAJOR) VERSION_MIN=$(MINOR) VERSION_REV=$(REV) PREFIX=/usr SYSCONFDIR=/etc/openzwave instlibdir=$(LIBDIR) make
CPPFLAGS=$(CPPFLAGS) VERSION_MAJ=$(MAJOR) VERSION_MIN=$(MINOR) VERSION_REV=$(REV) PREFIX=/usr SYSCONFDIR=/etc/openzwave instlibdir=$(LIBDIR) make

override_dh_auto_install:
VERSION_MAJ=$(MAJOR) VERSION_MIN=$(MINOR) VERSION_REV=$(REV) DESTDIR=$(DESTDIR) PREFIX=/usr SYSCONFDIR=/etc/openzwave instlibdir=$(LIBDIR) make install
Expand Down

0 comments on commit 7f5b717

Please sign in to comment.