summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-07-15 16:31:34 -0700
committerEric Anholt <eric@anholt.net>2015-07-15 17:20:14 -0700
commit5139330ed1fe7052e820d990b958d46706742366 (patch)
tree09afad5860f2146c746af319d57d2456857f6664
parente70bbf57d09f33754faaaa9729a024566b4f879d (diff)
downloadlibepoxy-5139330ed1fe7052e820d990b958d46706742366.tar.gz
Update the package to be multi-arch: same.
-rw-r--r--debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index aa7d096..b3f8cfd 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Vcs-Browser: https://github.com/anholt/libepoxy
Package: libepoxy-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends: libepoxy0 (= ${binary:Version}), ${misc:Depends}
Description: OpenGL function pointer management library- development
It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
@@ -30,6 +31,8 @@ Description: OpenGL function pointer management library- development
Package: libepoxy0
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL function pointer management library
It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),