Skip to content

Commit

Permalink
debian: try to restore multiarch with meson without debhelper 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantu authored and clefebvre committed Apr 20, 2018
1 parent 936e0e7 commit d6cd44e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions debian/libnemo-extension-dev.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
usr/include
usr/lib/libnemo-extension*.so
usr/lib/pkgconfig
usr/lib/*/libnemo-extension*.so
usr/lib/*/pkgconfig
usr/share/gir-1.0/Nemo-3.0.gir
usr/share/gtk-doc
2 changes: 1 addition & 1 deletion debian/libnemo-extension1.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
usr/lib/libnemo-extension*.so.*
usr/lib/*/libnemo-extension*.so.*
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

CONFIGURE_EXTRA_FLAGS = \
--prefix=/usr \
--libdir=/usr/lib \
--libexecdir=/usr/lib/nemo \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/nemo \
-D deprecated_warnings=false \
-D gtk_doc=true \
-D selinux=false
Expand Down

0 comments on commit d6cd44e

Please sign in to comment.