[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#695321: tpu: evolvotron/0.6.1-1+wheezy1 (pre-approval)



Control: tag -1 + confirmed

Hi,

On Fri, 7 Dec 2012 02:00:19 +0100
Axel Beckert <abe@debian.org> wrote:
> http://bugs.debian.org/683010 (FTBFS on ia64) was filed against
> evolvotron/0.6.1-2 before it could enter testing, so it never
> migrated. Nevertheless, 0.6.1-1 from testing is also affected, i.e.
> the bug was triggered by some toolchain change.
> 
> I've just uploaded 0.6.2-1 to unstable (including the found fix for
> #683010) and it built fine on all architectures including ia64:
> https://buildd.debian.org/status/package.php?p=evolvotron
> 
> As discussed with Philipp Kern, I've prepared an upload of
> 0.6.1-1+wheezy1 to testing-proposed-updates to fix that issue also in
> Wheezy. The proposed update just includes the fix for #683010 [1], and
> a change in the maintainer field [2] because I've just adopted that
> package.

please attach a debdiff next time. We don't like going to gitweb pages
and love having the diff in the mailbox for reference.

That said: please go ahead (with the diff from [1], also attached for
reference).

Kind regards
Philipp Kern

[1] http://anonscm.debian.org/gitweb/?p=collab-maint/evolvotron.git;a=commitdiff_plain;h=86923eb7;hp=8ed004e
From: Axel Beckert <abe@deuxchevaux.org>
Date: Fri, 7 Dec 2012 00:06:42 +0000 (+0100)
Subject: Maintainer changed (see #691820)
X-Git-Url: http://anonscm.debian.org/gitweb/?p=collab-maint%2Fevolvotron.git;a=commitdiff_plain;h=86923eb7;hp=8ed004e

Maintainer changed (see #691820)
---

diff --git a/debian/changelog b/debian/changelog
index d7c630c..de6be9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+evolvotron (0.6.1-1+wheezy1) testing-proposed-updates; urgency=low
+
+  * Use Makefile instead of (not built) config.status as target. Fixes
+    FTBFS on ia64 (Closes: #683010)
+  * Maintainer changed (see #691820)
+
+ -- Axel Beckert <abe@debian.org>  Thu, 06 Dec 2012 01:29:50 +0000
+
 evolvotron (0.6.1-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 2551a4a..27cac39 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: evolvotron
 Section: graphics
 Priority: optional
-Maintainer: G�¼rkan Seng�¼n <gurkan@phys.ethz.ch>
+Maintainer: Axel Beckert <abe@debian.org>
 Build-Depends: debhelper (>= 7), libqt4-dev, libboost-dev, libboost-serialization-dev
 Standards-Version: 3.8.3
 Homepage: http://www.bottlenose.demon.co.uk/share/evolvotron/
diff --git a/debian/rules b/debian/rules
index 1dfe9e6..2f2fb0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,13 @@ else
 	CFLAGS += -O2
 endif
 
-config.status: configure
+Makefile: configure
 	dh_testdir
 	QTDIR=/usr/lib/qt3 ./configure CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
 
-build-stamp:  config.status
+build-stamp: Makefile
 	dh_testdir
 	$(MAKE)
 	touch $@

Attachment: signature.asc
Description: PGP signature


Reply to: