Bug#741818: tkgate: FTBFS: block.c:1103:20: error: 'Tcl_Interp' has no member named 'result'

2014-03-28 Thread Daniel T Chen
Package: tkgate
Version: 2.0~b10-3
Followup-For: Bug #741818
User: debian-de...@lists.debian.org
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

In Ubuntu 14.04, the attached patch was applied to achieve the following:

  * Resolve FTBFS:
- Use Tcl/Tk 8.5 as build-dependencies;
- Use autotools-dev helper for newer arches.


This debdiff may contain extraneous metadata. If so, kindly please ignore
them. Thanks for considering the patch!


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11.0-19-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u tkgate-2.0~b10/debian/changelog tkgate-2.0~b10/debian/changelog
diff -u tkgate-2.0~b10/debian/control tkgate-2.0~b10/debian/control
--- tkgate-2.0~b10/debian/control
+++ tkgate-2.0~b10/debian/control
@@ -1,11 +1,12 @@
 Source: tkgate
 Section: electronics
 Priority: optional
-Maintainer: Debian Science Maintainers debian-science-maintainers@lists.alioth.debian.org
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian Science Maintainers debian-science-maintainers@lists.alioth.debian.org
 Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@users.sourceforge.net,
 	   Georges Khaznadar georg...@debian.org
 Standards-Version: 3.9.5
-Build-Depends: debhelper (=7.0.50~), tcl-dev, tk-dev, bison|byacc, flex,
+Build-Depends: debhelper (=7.0.50~), tcl8.5-dev, tk8.5-dev, bison|byacc, flex,
  xutils-dev, libx11-dev, quilt (= 0.46-7~), autotools-dev,
  hardening-wrapper
 Homepage: http://www.tkgate.org/
diff -u tkgate-2.0~b10/debian/rules tkgate-2.0~b10/debian/rules
--- tkgate-2.0~b10/debian/rules
+++ tkgate-2.0~b10/debian/rules
@@ -5,7 +5,7 @@
 export DEB_BUILD_HARDENING=1
 
 %:
-	dh $@ --with quilt
+	dh $@ --with quilt,autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- LDFLAGS=$(LDFLAGS) -Wl,--as-needed -lm
@@ -21 +21 @@
-	rm -f libexec/*
\ No newline at end of file
+	rm -f libexec/*
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#713300: arpack++: FTBFS: parallel-tests: error: required file './test-driver' not found

2014-01-17 Thread Daniel T Chen
Package: arpack++
Followup-For: Bug #713300
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

In Ubuntu 14.04, the attached patch was applied to achieve the following:

  * Use dh-autoreconf, resolving FTBFS (Closes: #713300) (LP: #1229528)


This debdiff may contain extraneous metadata. If so, kindly please ignore
them. Thanks for considering the patch!


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru arpack++-2.3/debian/changelog arpack++-2.3/debian/changelog
diff -Nru arpack++-2.3/debian/control arpack++-2.3/debian/control
--- arpack++-2.3/debian/control	2011-08-03 04:54:52.0 -0400
+++ arpack++-2.3/debian/control	2014-01-17 15:29:54.0 -0500
@@ -2,8 +2,9 @@
 Homepage: http://ljk.imag.fr/membres/Christophe.Prudhomme/software.php
 Section: devel
 Priority: optional
-Build-Depends: cdbs, debhelper (  4.1.0 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, automake, autoconf, libtool
-Maintainer: Debian Science Team debian-science-maintainers@lists.alioth.debian.org
+Build-Depends: cdbs, debhelper (  4.1.0 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, dh-autoreconf
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Debian Science Team debian-science-maintainers@lists.alioth.debian.org
 Uploaders: Christophe Prud'homme prudh...@debian.org
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/arpack++/
diff -Nru arpack++-2.3/debian/rules arpack++-2.3/debian/rules
--- arpack++-2.3/debian/rules	2011-08-03 05:09:17.0 -0400
+++ arpack++-2.3/debian/rules	2014-01-17 15:24:13.0 -0500
@@ -12,6 +12,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_BUILDDIR 			:= $(DEB_SRCDIR)/
 DEB_CONFIGURE_SCRIPT		:= $(CURDIR)/configure
@@ -31,10 +32,6 @@
 CXXFLAGS= -O3
 FFLAGS= -O3
 
-debian/stamp-autotools-files:
-	libtoolize
-	autoreconf
-
 VERSION=2.3
 orig-tarball:
 	mkdir tmp; \
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers