[Debtags-commits] [svn] r2023 - in tagcoll/2.0: . debian
Enrico Zini
enrico at costa.debian.org
Thu Oct 12 08:29:33 UTC 2006
Author: enrico
Date: Thu Oct 12 08:29:32 2006
New Revision: 2023
Modified:
tagcoll/2.0/ (props changed)
tagcoll/2.0/debian/changelog
tagcoll/2.0/debian/control
tagcoll/2.0/debian/rules
Log:
r3540 at viaza: enrico | 2006-10-12 10:29:22 +0200
Forward ported the Alpha workaround
Modified: tagcoll/2.0/debian/changelog
==============================================================================
--- tagcoll/2.0/debian/changelog (original)
+++ tagcoll/2.0/debian/changelog Thu Oct 12 08:29:32 2006
@@ -1,3 +1,9 @@
+tagcoll2 (2.0.3-2) unstable; urgency=low
+
+ * Ported the alpha workaround from tagcoll (see bug #358493)
+
+ -- Enrico Zini <enrico at debian.org> Thu, 12 Oct 2006 10:27:33 +0200
+
tagcoll2 (2.0.3-1) unstable; urgency=low
* New upstream version
Modified: tagcoll/2.0/debian/control
==============================================================================
--- tagcoll/2.0/debian/control (original)
+++ tagcoll/2.0/debian/control Thu Oct 12 08:29:32 2006
@@ -2,8 +2,8 @@
Section: libdevel
Priority: optional
Maintainer: Enrico Zini <enrico at debian.org>
-Uploaders: Jeroen van Wolffelaar <jeroen at wolffelaar.nl>
-Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, libwibble-dev (>= 0.1.7), libwibble-dev (<<0.2), cdbs, flex, bison, doxygen, graphviz, tetex-bin, gs, libtut-dev, zlib1g-dev
+Uploaders: Jeroen van Wolffelaar <jeroen at wolffelaar.nl>, Arnaud Fontaine <arnaud at andesi.org>
+Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, libwibble-dev (>= 0.1.7), libwibble-dev (<<0.2), cdbs, flex, bison, doxygen, graphviz, tetex-bin, gs, libtut-dev, zlib1g-dev, g++-4.1 [alpha]
Standards-Version: 3.7.2.0
XS-Vcs-Svn: svn://svn.debian.org/debtags/tagcoll/2.0
Modified: tagcoll/2.0/debian/rules
==============================================================================
--- tagcoll/2.0/debian/rules (original)
+++ tagcoll/2.0/debian/rules Thu Oct 12 08:29:32 2006
@@ -6,6 +6,11 @@
DEB_MAKE_CHECK_TARGET := check
DEB_CONFIGURE_EXTRA_FLAGS += --disable-shared --with-pic
+DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+ifeq ($(DEB_HOST_ARCH),alpha)
+ export CXX=g++-4.1
+endif
+
# Store build information
common-binary-post-install-arch common-binary-post-install-indep::
dh_buildinfo
More information about the Debtags-commits
mailing list