[med-svn] [python-cobra] 07/10: Refine dh_install overrides to exclude jython code from python3 package

Afif Elghraoui afif-guest at moszumanska.debian.org
Fri Jul 10 04:26:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

afif-guest pushed a commit to branch master
in repository python-cobra.

commit 9ed63c6b04073ac1fe0819f8b09c1000b52e932e
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Thu Jul 9 21:18:17 2015 -0700

    Refine dh_install overrides to exclude jython code from python3 package
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index de32219..7546222 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,9 @@ override_dh_auto_build:
 	$(MAKE) -C documentation_builder html
 
 override_dh_install:
-	dh_install -X update_pickles.py
+	dh_install -X update_pickles.py --package=python-cobra-data
+	dh_install -X _java.py --package=python3-cobra
+	dh_install --remaining-packages
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git



More information about the debian-med-commit mailing list