From f299412d560c597c9801f32d2461c5b120713284 Mon Sep 17 00:00:00 2001 From: Zachary Seguin Date: Sat, 20 Feb 2016 16:12:06 -0500 Subject: [PATCH] Fix issue where python packages are installed in the incorrect location --- debian/changelog | 14 ++++++++++++++ debian/rules | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4df2f29..22ca886 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +library (1.0-3jessie0) jessie; urgency=medium + + * Modify build parameters so that library is installed in dist-packages + instead of site-packages + + -- Zachary Seguin Sat, 20 Feb 2016 15:49:14 -0500 + +library (1.0-2trusty0) trusty; urgency=medium + + * Modify build parameters so that library is installed in dist-packages + instead of site-packages + + -- Zachary Seguin Sat, 20 Feb 2016 15:49:14 -0500 + library (1.0-2) trusty; urgency=medium * Resolved crashes diff --git a/debian/rules b/debian/rules index 6182178..b40a1a3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -build: +build: clean: dh_testdir @@ -13,7 +13,7 @@ install: build dh_testdir dh_testroot dh_installdirs - python3 setup.py -q build --build-base=build-library install --no-compile -O0 --prefix=/usr --root=debian/library + python3 setup.py -q build --build-base=build-library install --no-compile -O0 --install-layout=deb --root=debian/library binary-arch: build install dh_testdir