[esnacc-dev] [PATCH] debian: Fix the directory specifiers
Aaron Conole
aconole at bytheb.org
Mon Aug 8 15:48:28 UTC 2016
The appropriate way to spell out directories is not relative to root,
but as an absolute position on the filesystem.
fixes commit 952b31d67976 ("debian: Add debian build rules")
Reported-by: Greg Kujawa <greg.kujawa at diamondcellar.com>
Signed-off-by: Aaron Conole <aconole at bytheb.org>
---
This patch is intended to be backported to the branch-1.8 for inclusion in the
1.8.1 release.
AUTHORS | 1 +
debian/esnacc.dirs | 2 +-
debian/libesnacc-dev.dirs | 12 ++++++------
debian/libesnacc180.dirs | 4 ++--
4 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index f2796b2..354001b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,6 +53,7 @@ Ekbal Bahri
Eric Boudreault
Fernando Poza
Francois Zeller
+Greg Kujawa greg.kujawa at diamondcellar.com
Jaap de Wolff
John D Nord
Larry Simmers
diff --git a/debian/esnacc.dirs b/debian/esnacc.dirs
index e772481..415f082 100644
--- a/debian/esnacc.dirs
+++ b/debian/esnacc.dirs
@@ -1 +1 @@
-usr/bin
+/usr/bin
diff --git a/debian/libesnacc-dev.dirs b/debian/libesnacc-dev.dirs
index e90c438..c4aee38 100644
--- a/debian/libesnacc-dev.dirs
+++ b/debian/libesnacc-dev.dirs
@@ -1,6 +1,6 @@
-usr/include/c-lib/inc
-usr/include/cxx-lib/inc
-usr/include
-usr/lib
-usr/lib/pkgconfig
-usr/share/doc/libesnacc-dev
+/usr/include/c-lib/inc
+/usr/include/cxx-lib/inc
+/usr/include
+/usr/lib
+/usr/lib/pkgconfig
+/usr/share/doc/libesnacc-dev
diff --git a/debian/libesnacc180.dirs b/debian/libesnacc180.dirs
index 14aee63..6dccd98 100644
--- a/debian/libesnacc180.dirs
+++ b/debian/libesnacc180.dirs
@@ -1,2 +1,2 @@
-usr/lib
-usr/share/doc/libesnacc180
+/usr/lib
+/usr/share/doc/libesnacc180
--
2.5.5
More information about the dev
mailing list