[pkg-java] r3688 - trunk/eclipse-cdt/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Sun Jun 17 16:01:25 UTC 2007
Author: tgg
Date: 2007-06-17 16:01:24 +0000 (Sun, 17 Jun 2007)
New Revision: 3688
Modified:
trunk/eclipse-cdt/debian/changelog
trunk/eclipse-cdt/debian/rules
Log:
fix the DEB_HOST_ARCH logic
Modified: trunk/eclipse-cdt/debian/changelog
===================================================================
--- trunk/eclipse-cdt/debian/changelog 2007-06-17 14:33:11 UTC (rev 3687)
+++ trunk/eclipse-cdt/debian/changelog 2007-06-17 16:01:24 UTC (rev 3688)
@@ -5,8 +5,9 @@
o do not ship cppunit and autotools plugins yet
* Add myself to the uploaders field.
* Bump debhelper compat level to 5, and adapt build-dependency accordingly.
+ * Fix DEB_HOST_ARCH logic in debian/rules.
- -- Thomas Girard <thomas.g.girard at free.fr> Thu, 14 Jun 2007 21:09:17 +0200
+ -- Thomas Girard <thomas.g.girard at free.fr> Sun, 17 Jun 2007 16:23:48 +0000
eclipse-cdt (3.1.1-1) unstable; urgency=medium
Modified: trunk/eclipse-cdt/debian/rules
===================================================================
--- trunk/eclipse-cdt/debian/rules 2007-06-17 14:33:11 UTC (rev 3687)
+++ trunk/eclipse-cdt/debian/rules 2007-06-17 16:01:24 UTC (rev 3688)
@@ -15,6 +15,7 @@
homedir=$(CURDIR)/home
ECLIPSE_BASE=/usr/lib/eclipse
ECLIPSE_PLATFORM=$(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
RELENG_PLUGIN=org.eclipse.cdt.releng
More information about the pkg-java-commits
mailing list