[Debichem-devel] Bug#695553: Bug#695553: tandem-mass: FTBFS: cannot stat `debian/tmp/bin/tandem': No such file or directory

Tim Gardner tim.gardner at canonical.com
Wed Jan 16 16:51:08 UTC 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 01/09/2013 02:18 PM, Filippo Rusconi wrote:
> Greetings Tim,
> 
> thanks for your report.
> 
> On Wed, Jan 09, 2013 at 01:44:07PM -0700, Tim Gardner wrote:
>> Package: tandem-mass Version: 20121001-1 Followup-For: Bug
>> #695553 User: ubuntu-devel at lists.ubuntu.com Usertags:
>> origin-ubuntu raring ubuntu-patch
>> 
>> Dear Maintainer,
>> 
>> This patch updates debian/tandem-mass.install such that it copies
>> the correct binary name.
> 
> Does the debian-makefile patch apply on your setup?
> 

Indeed it does. I was not thorough enough in my investigation.
Attached is the patch that I'm uploading to Ubuntu. The relevant part
for you only affects debian/rules.

rtg

- -- 
Tim Gardner tim.gardner at canonical.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQIcBAEBCgAGBQJQ9tp4AAoJED12yEX6FEfKCpUQAJHIBvoCbthGeZ8esNsdnGfs
AJjAlj7dPSQpRfV6HxcmQnCinGpaw8ponAeIOEQdKpapGxm+ZZ4esQ+n5s9jKoS/
AqC954S5okSi7kZKtp8C1G/EVlbnCxoJ78puQnoaxSFUM9PXa0jHK3b2K0T0jZdd
tbi7DAb0DOE12Ut5MNBd5EqLJ0dzOFO+u+g2nzO/uWdJPyzzQZjvNXO+h44iDB4m
2rVStkOb4tXj9466BfuA1pT5QqVAJ/wQIgP7Y3MfcvECeoQ3a2gEJdNQIs0VvVHm
XGKP1FZ6K/LbjvSsV+C9LkBcbIQ2u5/6kvkCJBG8ZFu39UtrRkxuRek3YOG4XwtX
iosHSrh/kRh+oJuDSYBO5k0HYOTcZVVAY44WHKc31+Xp0PlqktD/dyyOE5L8k8jv
OTrOwz3PSl55kebP2zSf86ZCk14OKuTyt7GRdL/i2RdMQeBpXEkEh83pRsmhlyN9
+7e1vcyj8JN43t7LjCKD9MeH3160Dp2qwJQ2RojHjqoxWgRKTm3LU/2iYdQukiNR
dubzvzQ9PqMad3O2v1aPYbEONcCu7bT0fhZNsVZMKmdyaYYOjRyquwKJa85dIkpB
PV2281h2gRuEUWbPFuRsXJuzPjC6NkWmSiJVWGlQFWvLSFdtrp6kWYNz54Miz7Un
wuDPGFRU8UT07XJBUcW9
=4e42
-----END PGP SIGNATURE-----
-------------- next part --------------
diff -Nru tandem-mass-20121001/debian/changelog tandem-mass-20121001/debian/changelog
--- tandem-mass-20121001/debian/changelog	2012-11-20 11:57:06.000000000 -0700
+++ tandem-mass-20121001/debian/changelog	2013-01-16 09:42:49.000000000 -0700
@@ -1,3 +1,19 @@
+tandem-mass (20121001-1ubuntu2) raring; urgency=low
+
+  * Revert previous change to debian/tandem-mass.install.
+    Ensure patch series is applied by making the debian/rules build-stamp
+    target dependent on patch.
+  * Remove bin/*.exe at clean time to ensure Windows binaries don't get
+    shipped in any form.
+
+ -- Tim Gardner <tim.gardner at canonical.com>  Wed, 16 Jan 2013 16:39:31 +0000
+
+tandem-mass (20121001-1ubuntu1) raring; urgency=low
+
+  * Copy the correct binary in debian/tandem-mass.install
+
+ -- Tim Gardner <tim.gardner at canonical.com>  Wed, 09 Jan 2013 20:32:51 +0000
+
 tandem-mass (20121001-1) unstable; urgency=low
 
   * Initial packaging of X!Tandem (CYCLONE 12-10-01-1, from
diff -Nru tandem-mass-20121001/debian/control tandem-mass-20121001/debian/control
--- tandem-mass-20121001/debian/control	2012-11-20 11:57:06.000000000 -0700
+++ tandem-mass-20121001/debian/control	2013-01-16 09:39:09.000000000 -0700
@@ -1,7 +1,8 @@
 Source: tandem-mass
 Section: science
 Priority: optional
-Maintainer: The Debichem Group <debichem-devel at lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: The Debichem Group <debichem-devel at lists.alioth.debian.org>
 Uploaders: Filippo Rusconi <lopippo at debian.org>
 Standards-Version: 3.9.3
 Build-Depends: debhelper (>= 7.0.50~),
diff -Nru tandem-mass-20121001/debian/rules tandem-mass-20121001/debian/rules
--- tandem-mass-20121001/debian/rules	2012-11-20 11:57:06.000000000 -0700
+++ tandem-mass-20121001/debian/rules	2013-01-16 09:43:07.000000000 -0700
@@ -20,7 +20,7 @@
 build: build-stamp
 
 
-build-stamp: 
+build-stamp: patch
 	dh_testdir
 	dh_prep
 
@@ -38,7 +38,7 @@
 	dh_testroot
 	dh_clean 
 
-	rm -f bin/tandem
+	rm -f bin/tandem bin/*.exe
 	rm -f src/*.d src/*.o
 
 	rm -f build-stamp


More information about the Debichem-devel mailing list