[eclipse-pydev] 01/01: Fix build of only arch-specific packages
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Tue Mar 17 18:52:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a commit to branch master
in repository eclipse-pydev.
commit 22bd7d3d2d01a7928af1be8ef8678366072a727f
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Tue Mar 17 19:43:30 2015 +0100
Fix build of only arch-specific packages
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 90fb70f..6ccd883 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+eclipse-pydev (3.9.2-2) UNRELEASED; urgency=medium
+
+ * Fix build of only arch-specific packages.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz> Tue, 17 Mar 2015 19:41:09 +0100
+
eclipse-pydev (3.9.2-1) unstable; urgency=medium
* Reintroduction of eclipse-pydev by Jakub Adam and
diff --git a/debian/rules b/debian/rules
index c39d4ec..4a6d9b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_jh_compilefeatures-arch:
override_jh_compilefeatures-indep:
jh_compilefeatures -i --build-opts="-DjavacTarget=1.7 -DjavacSource=1.7 -DbuildId=$(BUILD_ID) -DforceContextQualifier=$(BUILD_ID)"
-override_jh_installeclipse:
+override_jh_installeclipse-indep:
jh_installeclipse
find debian/eclipse-pydev-data/usr/share/eclipse/dropins -type f -iregex '.*/LICENSE\(.txt\)?' -delete
PYSRC_DIR=debian/eclipse-pydev-data/usr/share/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev_*/pysrc; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-pydev.git
More information about the pkg-java-commits
mailing list