[Debtags-commits] [svn] r1797 - tagcoll/trunk/debian

Arnaud Fontaine arnau-guest at costa.debian.org
Thu May 25 15:19:25 UTC 2006


Author: arnau-guest
Date: Thu May 25 15:19:23 2006
New Revision: 1797

Modified:
   tagcoll/trunk/debian/changelog
   tagcoll/trunk/debian/control
   tagcoll/trunk/debian/rules
Log:
Make tagcoll building on alpha

Modified: tagcoll/trunk/debian/changelog
==============================================================================
--- tagcoll/trunk/debian/changelog	(original)
+++ tagcoll/trunk/debian/changelog	Thu May 25 15:19:23 2006
@@ -1,3 +1,11 @@
+tagcoll (1.6.2-2) unstable; urgency=low
+
+  * Fix FTBFS on alpha by adding g++-4.1 in Build-Depends. Closes: #358493.
+  * Update Standards-Version to 3.7.2 (no changes needed).
+  * Added myself to Uploaders.
+
+ -- Arnaud Fontaine <arnaud at andesi.org>  Wed, 24 May 2006 00:01:22 +0200
+
 tagcoll (1.6.2-1) unstable; urgency=low
 
   * New upstream

Modified: tagcoll/trunk/debian/control
==============================================================================
--- tagcoll/trunk/debian/control	(original)
+++ tagcoll/trunk/debian/control	Thu May 25 15:19:23 2006
@@ -2,9 +2,9 @@
 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, c++abi2-dev, cdbs, flex, bison, doxygen, graphviz, tetex-bin, gs, tdb-dev, libtut-dev
-Standards-Version: 3.6.2.0
+Uploaders: Jeroen van Wolffelaar <jeroen at wolffelaar.nl>, Arnaud Fontaine <arnaud at andesi.org>
+Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, c++abi2-dev, flex, bison, doxygen, graphviz, tetex-bin, gs, tdb-dev, libtut-dev, g++-4.1 [alpha]
+Standards-Version: 3.7.2
 
 Package: tagcoll
 Architecture: any

Modified: tagcoll/trunk/debian/rules
==============================================================================
--- tagcoll/trunk/debian/rules	(original)
+++ tagcoll/trunk/debian/rules	Thu May 25 15:19:23 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