Bug#759935: [PATCH] bluefish: FTBFS on ppc64el with same error reported here

2014-11-12 Thread Brahadambal Srinivasan


Source: bluefish
Version: 2.2.6-1
Followup-For: Bug #759935
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package FTBFS because GETTEXT_MACRO_VERSION is harcoded to 0.18 in
all the Makefile.in.in files in the various sub-directories, where as
the versions have been bumped up to 0.19 in the new build environments.

The patch attached here resolves the problem and allows the packages
to build correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal Srinivasan


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
~
diff -Nru bluefish-2.2.6/debian/changelog bluefish-2.2.6/debian/changelog
--- bluefish-2.2.6/debian/changelog 2014-05-10 21:13:42.0 +
+++ bluefish-2.2.6/debian/changelog 2014-11-12 14:44:28.0 +
@@ -1,3 +1,10 @@
+bluefish (2.2.6-1ppc64el1) UNRELEASED; urgency=medium
+
+  * change GETTEXT_MACRO_VERSION to 0.19 to fix FTBFS on new arch
+ppc64el
+
+ -- root root@localhost  Wed, 12 Nov 2014 14:42:33 +
+
 bluefish (2.2.6-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru bluefish-2.2.6/debian/patches/bluefish-ppc64le.patch 
bluefish-2.2.6/debian/patches/bluefish-ppc64le.patch
--- bluefish-2.2.6/debian/patches/bluefish-ppc64le.patch1970-01-01 
00:00:00.0 +
+++ bluefish-2.2.6/debian/patches/bluefish-ppc64le.patch2014-11-12 
14:42:13.0 +
@@ -0,0 +1,78 @@
+
+--- bluefish-2.2.6.orig/src/plugin_about/po/Makefile.in.in
 bluefish-2.2.6/src/plugin_about/po/Makefile.in.in
+@@ -9,7 +9,7 @@
+ # General Public License and is *not* in the public domain.
+ #
+ # Origin: gettext-0.18
+-GETTEXT_MACRO_VERSION = 0.18
++GETTEXT_MACRO_VERSION = 0.19
+ 
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
+--- bluefish-2.2.6.orig/src/plugin_charmap/po/Makefile.in.in
 bluefish-2.2.6/src/plugin_charmap/po/Makefile.in.in
+@@ -9,7 +9,7 @@
+ # General Public License and is *not* in the public domain.
+ #
+ # Origin: gettext-0.18
+-GETTEXT_MACRO_VERSION = 0.18
++GETTEXT_MACRO_VERSION = 0.19
+ 
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
+--- bluefish-2.2.6.orig/src/plugin_entities/po/Makefile.in.in
 bluefish-2.2.6/src/plugin_entities/po/Makefile.in.in
+@@ -9,7 +9,7 @@
+ # General Public License and is *not* in the public domain.
+ #
+ # Origin: gettext-0.18
+-GETTEXT_MACRO_VERSION = 0.18
++GETTEXT_MACRO_VERSION = 0.19
+ 
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
+--- bluefish-2.2.6.orig/src/plugin_htmlbar/po/Makefile.in.in
 bluefish-2.2.6/src/plugin_htmlbar/po/Makefile.in.in
+@@ -9,7 +9,7 @@
+ # General Public License and is *not* in the public domain.
+ #
+ # Origin: gettext-0.18
+-GETTEXT_MACRO_VERSION = 0.18
++GETTEXT_MACRO_VERSION = 0.19
+ 
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
+--- bluefish-2.2.6.orig/src/plugin_infbrowser/po/Makefile.in.in
 bluefish-2.2.6/src/plugin_infbrowser/po/Makefile.in.in
+@@ -9,7 +9,7 @@
+ # General Public License and is *not* in the public domain.
+ #
+ # Origin: gettext-0.18
+-GETTEXT_MACRO_VERSION = 0.18
++GETTEXT_MACRO_VERSION = 0.19
+ 
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
+--- bluefish-2.2.6.orig/src/plugin_snippets/po/Makefile.in.in
 bluefish-2.2.6/src/plugin_snippets/po/Makefile.in.in
+@@ -9,7 +9,7 @@
+ # General Public License and is *not* in the public domain.
+ #
+ # Origin: gettext-0.18
+-GETTEXT_MACRO_VERSION = 0.18
++GETTEXT_MACRO_VERSION = 0.19
+ 
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
+--- bluefish-2.2.6.orig/src/plugin_zencoding/po/Makefile.in.in
 bluefish-2.2.6/src/plugin_zencoding/po/Makefile.in.in
+@@ -9,7 +9,7 @@
+ # General Public License and is *not* in the public domain.
+ #
+ # Origin: gettext-0.18
+-GETTEXT_MACRO_VERSION = 0.18
++GETTEXT_MACRO_VERSION = 0.19
+ 
+ PACKAGE = @PACKAGE@
+ VERSION = @VERSION@
diff -Nru bluefish-2.2.6/debian/patches/series 
bluefish-2.2.6/debian/patches/series
--- bluefish-2.2.6/debian/patches/series2013-05-09 12:31:02.0 
+
+++ bluefish-2.2.6/debian/patches/series2014-11-12 14:41:58.0 
+
@@ -0,0 +1 @@
+bluefish-ppc64le.patch


Bug#746886: [PATCH] FTBFS on ppc64el

2014-11-12 Thread Brahadambal Srinivasan

Package: ngorca
Version: 1.0.2-2
Followup-For: Bug #746886
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

In this package, the error is seen in ngorca/src/ngorca.c file :

ngorca.c:173:12: error: right-hand operand of comma expression has no 
effect [-Werror=unused-value]

for (j=0, i; jpassLen; j++, i+=2) {
^
I believe the compiler expects all the indices to be initialized before 
starting the loop.
And since you need the i to continue from the previous loop's last 
value, I am just

initializing this to i=i.

Attached is a patch to do this and allows the package to build
correctly. Please let me know if this is not a correct solution.

Thanks for considering the patch!

Thanks and regards,
Brahadambal Srinivasan


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
only in patch2:
unchanged:
--- ngorca-1.0.2.orig/ngorca/src/ngorca.c
+++ ngorca-1.0.2/ngorca/src/ngorca.c
@@ -170,7 +170,7 @@
for (j=0, i=1; jhash-unameLen; j++, i+=2) {
   plaintextstring[i] = hash-username[j];
}
-   for (j=0, i; jpassLen; j++, i+=2) {
+   for (j=0, i=i ; jpassLen; j++, i+=2) {
   plaintextstring[i] = password[j];
}
 



Bug#760845: reopen - needs more care

2014-11-10 Thread Brahadambal Srinivasan

Hello Willi,

Thanks for trying out the earlier patch. Can you please let me know what 
the actual problem is in this case and why the patch fails ? I could try 
to get in a correct patch.


thanks and regards,
Brahadambal


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#718062: [PATCH] libnfo: FTBFS: Makefile:2: *** config.mak is not present,, run configure !. Stop.

2014-11-06 Thread Brahadambal Srinivasan

Source: libnfo
Version: 1.0.1-1
Followup-For: Bug #718062
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The issue reported here can be easily resolved using a 'dh_clean' rule in
the debian/rules file. The patch attached here helps the package to build
smoothly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal Srinivasan

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
dpkg-source: warning: extracting unsigned source package 
(/home/latha/libnfo/libnfo_1.0.1-1.dsc)
diff -Nru libnfo-1.0.1/debian/rules libnfo-1.0.1/debian/rules
--- libnfo-1.0.1/debian/rules   2014-11-06 07:20:20.0 +
+++ libnfo-1.0.1/debian/rules   2010-01-27 09:42:32.0 +
@@ -21,7 +21,4 @@
 override_dh_strip:
dh_strip --dbg-package=libnfo1-dbg
 
-clean:
-   dh_clean
-
 .PHONY: override_dh_auto_configure override_dh_strip


Bug#767322: java-gnome: FTBFS for ppc64el

2014-10-30 Thread Brahadambal Srinivasan

Source: java-gnome
Version: 4.1.3-3
Severity: normal
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el


Dear Maintainer,

On ppc64el architecture, the java-gnome package FTBFS as the
-client option is not enabled.

The ppc64el version for openJDK does not implement '-client'
option, only '-server' is available (which is the default).

The patch checks for the architecture and removes the '-client'
option for ppc64le arch, allowing the package to build correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN java-gnome-4.1.3.orig/configure java-gnome-4.1.3/configure
--- java-gnome-4.1.3.orig/configure	2014-10-30 05:46:34.0 +
+++ java-gnome-4.1.3/configure	2014-10-30 05:46:54.0 +
@@ -359,7 +359,8 @@
 	my $item = $_[1];
 	my $program = $_[2];
 	my $args = $_[3];
-
+	my $arch;
+	
 	chomp $program;
 	if ( ! -f $program) {
 		$$scalarref = ;
@@ -395,6 +396,12 @@
 		return
 	}
 
+	$arch = `uname -m 2/dev/null`;
+	chomp $arch;
+	if($arch eq ppc64le) {
+		$args =~ s/-client //;
+	}
+
 	$output = `$program $args Hello 2/dev/null`;
 	chomp $output;


Bug#747785: src:curtain: use dh-autoreconf to fix FTBFS on ppc64el

2014-10-29 Thread Brahadambal Srinivasan

Package: curtain
Version: 0.3-1
Followup-For: Bug #747785
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf


Dear Maintainer,

In the ppc64el architecture, we need new libtool macros, and hence a
full autoreconf is required.

In ppc64el, the following patch was able to resolve the build issue.

Thanks for considering the patch!

Brahadambal Srinivasan

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN curtain-0.3.orig/debian/control curtain-0.3/debian/control
--- curtain-0.3.orig/debian/control 2014-10-29 08:49:18.0 +
+++ curtain-0.3/debian/control  2014-10-29 08:49:51.0 +
@@ -4,6 +4,7 @@
 Maintainer: Andrea Colangelo war...@debian.org
 Build-Depends: debhelper (= 9),
autotools-dev,
+   dh-autoreconf,
intltool,
pkg-config,
libgtk-3-dev
diff -ruN curtain-0.3.orig/debian/rules curtain-0.3/debian/rules
--- curtain-0.3.orig/debian/rules   2014-10-29 08:49:30.0 +
+++ curtain-0.3/debian/rules2014-10-29 08:50:01.0 +
@@ -2,4 +2,4 @@
 #export DH_VERBOSE=1
 
 %:
-   dh $@ --with autotools_dev
+   dh $@ --with autotools_dev,autoreconf


Bug#767213: flexpart: FTBFS on ppc64el with relocation truncated to fit:, R_PPC64_TOC16_HA against `.bss'

2014-10-29 Thread Brahadambal Srinivasan

Package: flexpart
Version: 9.02-9
Severity: normal
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The flexpart package FTBFS on ppc64el with the

...
flexpart-9.02/partoutput_short.f90:145:(.text+0x6f0): relocation truncated
 to fit: R_PPC64_TOC16_HA against `.bss'
plumetraj.o: In function `plumetraj_':
flexpart-9.02/plumetraj.f90:98:(.text+0x114): additional relocation
 overflows omitted from the output
collect2: error: ld returned 1 exit status

The patch includes the -mcmodel=large option to be enabled to get the
package to build properly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- flexpart-9.02.orig/makefile.ecmwf_gfortran
+++ flexpart-9.02/makefile.ecmwf_gfortran
@@ -6,7 +6,7 @@ FC   = gfortran
 INCPATH  = /usr/include
 LIBPATH1 = /usr/lib
 LIBPATH2 = 
-FFLAGS   = $(FCFLAGS) -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 -I$(INCPATH) 
+FFLAGS   = $(FCFLAGS) -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 -I$(INCPATH) -mcmodel=large
 LFLAGS  = $(LDFLAGS) $(FFLAGS) -Wl,--as-needed -L$(LIBPATH2) -L$(LIBPATH1) -lgrib_api_f90 -lgrib_api -lm -ljasper
 MODPATH = /usr/include
 #
--- flexpart-9.02.orig/makefile.gfs_gfortran
+++ flexpart-9.02/makefile.gfs_gfortran
@@ -7,7 +7,7 @@ FC   = gfortran
 INCPATH  = /usr/include
 LIBPATH1 = /usr/lib
 LIBPATH2 = 
-FFLAGS   = $(FCFLAGS) -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 -I$(INCPATH) 
+FFLAGS   = $(FCFLAGS) -O2 -fdefault-real-8 -fconvert=little-endian -frecord-marker=4 -I$(INCPATH) -mcmodel=large
 LFLAGS:= $(LDFLAGS) $(FFLAGS) -L$(LIBPATH1) -Wl,--as-needed  -lgrib_api_f90 -lgrib_api -lm -ljasper
 #
 



Bug#713624: libsyncml: FTBFS: libpthread.so.0: error adding symbols: DSO missing from command line

2014-10-28 Thread Brahadambal Srinivasan

Package: libsyncml
Source: libsyncml
Version: 0.5.4-2.1
Followup-For: Bug #713624
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The reported bug exists in ppc64el also. This package requires that 
libpthread

rules be included in the CMakeLists.txt files to get over the FTBFS error.

This patch adds the required rules so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN libsyncml-0.5.4.orig/CMakeLists.txt libsyncml-0.5.4/CMakeLists.txt
--- libsyncml-0.5.4.orig/CMakeLists.txt 2014-10-28 12:10:11.0 +
+++ libsyncml-0.5.4/CMakeLists.txt 2014-10-28 12:10:55.0 +
@@ -97,6 +97,7 @@
FIND_PACKAGE( OpenObex )
FIND_PACKAGE( LibSoup2 )
FIND_PACKAGE( LibWbxml2 )
+FIND_PACKAGE ( Threads REQUIRED )
FIND_PACKAGE( BlueZ )
FIND_PACKAGE( Check )

@@ -211,6 +213,7 @@
ADD_SUBDIRECTORY( libsyncml )
ADD_SUBDIRECTORY( tools )
ADD_SUBDIRECTORY( tests )
+TARGET_LINK_LIBRARIES ( ${CMAKE_THREAD_LIBS_INIT} )

MARK_AS_ADVANCED( CLEAR BUILD_DOCUMENTATION )
IF ( BUILD_DOCUMENTATION )
diff -ruN libsyncml-0.5.4.orig/libsyncml-1.0.pc.cmake.in libsyncml-0.5.4/libsyncml-1.0.pc.cmake.in
--- libsyncml-0.5.4.orig/libsyncml-1.0.pc.cmake.in 2014-10-28 12:15:01.0 +
+++ libsyncml-0.5.4/libsyncml-1.0.pc.cmake.in 2014-10-28 12:15:30.0 +
@@ -7,5 +7,5 @@
Name: libsyncml
Description: SyncML protocol library
Version: @LIBSYNCML_VERSION@
-Libs: -L${libdir} -lsyncml
+Libs: -L${libdir} -lsyncml -lpthreads
Cflags: -I${includedir}
diff -ruN libsyncml-0.5.4.orig/tests/CMakeLists.txt libsyncml-0.5.4/tests/CMakeLists.txt
--- libsyncml-0.5.4.orig/tests/CMakeLists.txt 2014-10-28 12:48:30.0 +
+++ libsyncml-0.5.4/tests/CMakeLists.txt 2014-10-28 12:48:56.0 +
@@ -47,7 +47,7 @@
endif(COMMAND cmake_policy)
# create support library
ADD_LIBRARY( support STATIC support.c )
- TARGET_LINK_LIBRARIES( support syncml ${CHECK_LIBRARIES} )
+ TARGET_LINK_LIBRARIES( support syncml ${CHECK_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )
# include Testing Macro
INCLUDE( Testing )
# include necessary headers 


Bug#713331: sphinxsearch: FTBFS: [automake-1.13 warning: linking libraries using a, non-POSIX]

2014-10-21 Thread Brahadambal Srinivasan

Package: sphinxsearch
Version: 2.0.4-1.1
Followup-For: Bug #713331
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf


Dear Maintainer,

The package sphinxsearch fails to build on ppc64le, because of changes
required in libtool, aclocal.m4 and configure.ac. This patch includes
autotools-dev and a couple of changes in configure.ac to the package
so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal



-- System Information:
*** End of the template - remove these template lines ***
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN sphinxsearch-2.0.4.orig/configure.ac sphinxsearch-2.0.4/configure.ac
--- sphinxsearch-2.0.4.orig/configure.ac2014-10-21 12:56:47.0 
+
+++ sphinxsearch-2.0.4/configure.ac 2014-10-21 12:57:19.0 +
@@ -8,7 +8,7 @@
 SPHINX_CONFIGURE_PART([checking build environment])
 
 AC_CONFIG_AUX_DIR([config])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([src/searchd.cpp])
 AC_CONFIG_HEADER([config/config.h])
@@ -56,6 +56,7 @@
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_RANLIB
+AM_PROG_AR
 
 AC_COMPILE_IFELSE([
 #ifdef __GNUC__
diff -ruN sphinxsearch-2.0.4.orig/debian/rules sphinxsearch-2.0.4/debian/rules
--- sphinxsearch-2.0.4.orig/debian/rules2014-10-21 12:56:27.0 
+
+++ sphinxsearch-2.0.4/debian/rules 2014-10-21 12:57:06.0 +
@@ -26,6 +26,7 @@
 config.status:
dh_testdir
 
+   dh_autotools-dev_updateconfig
dh_autoreconf
 
# Add here commands to configure the package.
@@ -59,6 +60,7 @@
$(RM) -f indexer.1 searchd.1
 
dh_autoreconf_clean
+   dh_autotools-dev_restoreconfig
dh_clean 
 
 install: build


Bug#759435: Fwd: Re: vifm: run dh-autoreconf to update for new architectures

2014-10-21 Thread Brahadambal Srinivasan



Package: vifm
Version: 0.4-1.1
Followup-For: Bug #759435
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package vifm fails to build on ppc64le, because of changes
required in config.{guess,sub}. This patch includes dh-autoreconf
to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



diff -ruN vifm-0.4.orig/debian/control vifm-0.4/debian/control
--- vifm-0.4.orig/debian/control2014-10-20 06:56:07.0 +
+++ vifm-0.4/debian/control 2014-10-20 06:56:33.0 +
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Edelhard Becker edelh...@debian.org
-Build-Depends: libncurses5-dev, automake, libtool
+Build-Depends: libncurses5-dev, automake, libtool, dh-autoreconf
 Standards-Version: 3.7.3
 
 Package: vifm
diff -ruN vifm-0.4.orig/debian/rules vifm-0.4/debian/rules
--- vifm-0.4.orig/debian/rules  2014-10-20 06:56:16.0 +
+++ vifm-0.4/debian/rules   2014-10-20 06:56:41.0 +
@@ -23,6 +23,7 @@
 MKDIR = install -d -o root -g root -m 755
 
 config.status: configure
+   dh_autoreconf
./autogen.sh
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=$(PREFIX) --mandir=$(MANDIR)



Bug#759859: ssh-agent-filter: FTBFS: ld: ssh-agent-filter.o: undefined reference to, symbol 'pthread_create@@GLIBC_2.2.5'

2014-10-21 Thread Brahadambal Srinivasan

Package: ssh-agent-filter
Version: 0.4-1
Followup-For: Bug #759859
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package ssh-agent-filter fails to build on ppc64le, as it needs changes
in Makefile to include pthread library so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- ssh-agent-filter-0.4.orig/Makefile
+++ ssh-agent-filter-0.4/Makefile
@@ -20,7 +20,7 @@ CXXFLAGS ?= -g -O2 -Wall -Wold-style-cas
 
 CPPFLAGS += -D_FILE_OFFSET_BITS=64
 CXXFLAGS += -std=c++11
-LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle
+LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle -lpthread
 
 all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1
 



Bug#744617: libpreludedb: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4

2014-09-22 Thread Brahadambal Srinivasan

Package: src:libpreludedb
Version: 1.0.0-2.3
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf


Dear Maintainer,

The package libpreludedb fails to build on ppc64le, because
of changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


diff -ruN libpreludedb-1.0.0.orig/debian/control 
libpreludedb-1.0.0/debian/control
--- libpreludedb-1.0.0.orig/debian/control  2014-09-22 08:54:10.0 
+
+++ libpreludedb-1.0.0/debian/control   2014-09-22 08:54:49.0 +
@@ -4,6 +4,7 @@
 Maintainer: Mickael Profeta prof...@debian.org
 Uploaders: Pierre Chifflier pol...@debian.org
 Build-Depends: debhelper (= 5.0.37.2),
+dh-autoreconf,
 libprelude-dev(=0.9.10),
 libpq-dev,
 libmysqlclient-dev | libmysqlclient15-dev,
diff -ruN libpreludedb-1.0.0.orig/debian/rules libpreludedb-1.0.0/debian/rules
--- libpreludedb-1.0.0.orig/debian/rules2014-09-22 08:54:18.0 
+
+++ libpreludedb-1.0.0/debian/rules 2014-09-22 08:54:56.0 +
@@ -16,6 +16,7 @@
 configure: configure-stamp
 configure-stamp:
dh_testdir
+   dh_autoreconf
./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--enable-gtk-doc=no --localstatedir=/var --sysconfdir=/etc 
--with-perl-installdirs=vendor
touch configure-stamp

@@ -41,6 +42,7 @@
rm -rf bindings/python/build
rm -f bindings/perl/PreludeDB.c
rm -f debian/libpreludedb-perl.install
+   dh_autoreconf_clean
dh_clean
 
 install: install-core $(PYVERS:%=install-python%)


Bug#757216: src:libstoragemgmt: use dh-autoreconf to fix FTBFS on ppc64el (patch)

2014-09-19 Thread Brahadambal Srinivasan

Sorry, I missed adding the patch with this.

Brahadambal Srinivasan
diff -ruN libstoragemgmt-0.0.20.orig/debian/rules 
libstoragemgmt-0.0.20/debian/rules
--- libstoragemgmt-0.0.20.orig/debian/rules 2014-09-19 15:36:57.0 
+
+++ libstoragemgmt-0.0.20/debian/rules  2014-09-19 15:37:34.0 +
@@ -9,9 +9,9 @@
 include /usr/share/dpkg/buildflags.mk
 
 %:
-   dh $@ --with python2
+   dh $@ --with python2,autoreconf
 
 override_dh_auto_configure:
-   autoreconf -i
+   autoreconf -i -f
./configure --prefix=/usr --disable-build-c-unit
 



Bug#759467: src:tnftp: use autotools-dev to fix FTBFS on ppc64el

2014-09-19 Thread Brahadambal Srinivasan

Source: tnftp
Version: 0.0.20-2
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package tnftp fails to build on ppc64le, because of changes
required in config.{guess,sub}. This patch includes autotools-dev
to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

--- tnftp-20130505.orig/debian/control  2014-09-19 15:56:57.0 +
+++ tnftp-20130505/debian/control   2014-09-19 15:59:54.0 +
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Anibal Monsalve Salazar ani...@debian.org
-Build-Depends: debhelper (= 7), hardening-wrapper, libncurses5-dev, libssl-dev
+Build-Depends: debhelper (= 7), hardening-wrapper, libncurses5-dev, 
libssl-dev, autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://en.wikipedia.org/wiki/Tnftp
 
--- tnftp-20130505.orig/debian/rules2014-09-19 15:57:05.0 +
+++ tnftp-20130505/debian/rules 2014-09-19 15:57:42.0 +
@@ -13,6 +13,7 @@
 build: build-stamp
 build-stamp:
dh_testdir
+   dh_autotools-dev_updateconfig
./configure --prefix=/usr --mandir=\$${prefix}/share/man
$(MAKE)
touch build-stamp
@@ -22,6 +23,7 @@
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
+   dh_autotools-dev_restoreconfig
dh_clean
 
 install: build



Bug#760845: enigmail: update config.guess to fix FTBFS on ppc64el

2014-09-08 Thread Brahadambal Srinivasan

Package: enigmail
Version: 2:1.7.2-1
Severity: normal
Tags: patch
X-Debbugs-Cc: bren...@br.ibm.com
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

In the ppc64el architecture, we see that the config.guess needs
to be updated to get the package to build.

The following patch was able to resolve the build issue.

Thanks for considering the patch!

Brahadambal Srinivasan

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


--- enigmail-1.7.2.orig/debian/rules2014-09-08 12:50:50.0 +
+++ enigmail-1.7.2/debian/rules 2014-09-08 12:33:32.0 +
@@ -12,5 +12,6 @@
 
 # ./configure is needed to create config/autoconf.mk when building from the 
git sources.
 override_dh_auto_clean:
+   cp /usr/share/misc/config.guess config.guess
./configure
dh_auto_clean



Bug#760260: libmpd: run dh-autoreconf to update config.{sub, guess} and {libtool,, aclocal}.m4

2014-09-02 Thread Brahadambal Srinivasan

Source: libmpd
Version: 0.20.0-1.1
Severity: normal
Followup-For: Bug #727415
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

In the ppc64el architecture, we need new libtool macros, and hence a 
full autoreconf

is required.

In ppc64el, the following patch was able to resolve the build issue.

Thanks for considering the patch!

Brahadambal Srinivasan

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN libmpd-0.20.0.orig/debian/control libmpd-0.20.0/debian/control
--- libmpd-0.20.0.orig/debian/control   2014-09-02 06:30:58.0 +
+++ libmpd-0.20.0/debian/control2014-09-02 06:31:27.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Arnaud Cornet acor...@debian.org
-Build-Depends: libglib2.0-dev, debhelper (= 7.0.50~), quilt
+Build-Depends: libglib2.0-dev, debhelper (= 7.0.50~), quilt, dh-autoreconf
 Standards-Version: 3.8.4
 Homepage: http://gmpc.wikia.com/
 
diff -ruN libmpd-0.20.0.orig/debian/rules libmpd-0.20.0/debian/rules
--- libmpd-0.20.0.orig/debian/rules 2014-09-02 06:31:07.0 +
+++ libmpd-0.20.0/debian/rules  2014-09-02 06:31:33.0 +
@@ -7,7 +7,7 @@
 DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME)
 
 %:
-   dh --with quilt $@
+   dh --with quilt,autoreconf $@
 
 override_dh_installdocs:
dh_installdocs
@@ -21,6 +21,7 @@
dh_strip $(DEB_DH_STRIP_ARGS)
 
 override_dh_clean:
+   dh_autoreconf_clean
dh_clean
rm -f intltool-extract intltool-merge intltool-update
 



Bug#744582: gnokii: run dh-autoreconf to update config.{sub, guess} and {libtool,, aclocal}.m4

2014-09-02 Thread Brahadambal Srinivasan

Source: gnokii
Version: 0.6.30+dfsg-1
Followup-For: Bug #744582
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

In the ppc64el architecture, we need new libtool macros, and hence a
full autoreconf is required.

In ppc64el, the following patch was able to resolve the build issue.

Thanks for considering the patch!

Brahadambal Srinivasan

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#744582: Info received (gnokii: run dh-autoreconf to update config.{sub, guess} and {libtool,, aclocal}.m4)

2014-09-02 Thread Brahadambal Srinivasan

Sorry missed attaching the patch

- Brahadambal Srinivasan
diff -ruN gnokii-0.6.30+dfsg.orig/debian/control 
gnokii-0.6.30+dfsg/debian/control
--- gnokii-0.6.30+dfsg.orig/debian/control  2014-09-02 15:55:33.0 
+
+++ gnokii-0.6.30+dfsg/debian/control   2014-09-02 15:56:06.0 +
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (= 7.0.50~), libxpm-dev, libxt-dev, libglib2.0-dev, 
libgtk2.0-dev,
  gettext, libmysqlclient-dev, libpq-dev,
  libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libusb-dev,
- libpcsclite-dev (= 1.7.0), autotools-dev, libical-dev, libxml-parser-perl, 
intltool,
+ libpcsclite-dev (= 1.7.0), dh-autoreconf, libical-dev, libxml-parser-perl, 
intltool,
  libreadline-dev, flex
 Standards-Version: 3.9.2
 Homepage: http://gnokii.org
diff -ruN gnokii-0.6.30+dfsg.orig/debian/rules gnokii-0.6.30+dfsg/debian/rules
--- gnokii-0.6.30+dfsg.orig/debian/rules2014-09-02 15:55:43.0 
+
+++ gnokii-0.6.30+dfsg/debian/rules 2014-09-02 15:56:51.0 +
@@ -22,16 +22,14 @@
 
rm -f config/config.guess config/config.sub
 
+   dh_autoreconf_clean
dh_clean
 
 configure: configure-stamp
 configure-stamp:
dh_testdir
# Update config.{sub,guess} before running configure
-   -test -r /usr/share/misc/config.sub  \
-   cp -f /usr/share/misc/config.sub config/config.sub
-   -test -r /usr/share/misc/config.guess  \
-   cp -f /usr/share/misc/config.guess config/config.guess
+   dh_autoreconf
./configure --prefix=/usr --mandir=/usr/share/man \
  --with-x --enable-nls --enable-security \
  --enable-smsd --enable-libpcsclite --enable-bluetooth \


Bug#758031: libranlip: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-13 Thread Brahadambal Srinivasan

Source: libranlip
Version: 1.0-4.1
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libranlip fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN libranlip-1.0.orig/debian/control libranlip-1.0/debian/control
--- libranlip-1.0.orig/debian/control   2014-08-13 14:40:37.0 +
+++ libranlip-1.0/debian/control2014-08-13 14:41:20.0 +
@@ -2,7 +2,7 @@
 Section: math
 Priority: optional
 Maintainer: Juan Esteban Monsalve Tobon este...@v7w.com
-Build-Depends:
+Build-Depends: dh-autoreconf
 Homepage: http://www.deakin.edu.au/~gleb/ranlip.html
 Standards-Version: 3.7.2
 
diff -ruN libranlip-1.0.orig/debian/rules libranlip-1.0/debian/rules
--- libranlip-1.0.orig/debian/rules 2014-08-13 14:40:47.0 +
+++ libranlip-1.0/debian/rules  2014-08-13 14:41:27.0 +
@@ -6,6 +6,7 @@
 
 build:
$(checkdir)
+   dh_autoreconf
./configure --prefix=/usr --enable-shared
$(MAKE) install prefix=$(CURDIR)/shared
[ ! -f Makefile ] || $(MAKE) distclean


Bug#757808: libisds: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-11 Thread Brahadambal Srinivasan

Package: libisds
Version: 0.8-1
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libisds fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN libisds-0.8.orig/debian/control libisds-0.8/debian/control
--- libisds-0.8.orig/debian/control 2014-08-11 13:29:42.0 +
+++ libisds-0.8/debian/control  2014-08-11 13:31:45.0 +
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Ondřej Surý ond...@debian.org
 Build-Depends: debhelper (= 9),
+  dh-autoreconf,
   gettext,
   libxml2-dev,
   libgpgme11-dev,
diff -ruN libisds-0.8.orig/debian/rules libisds-0.8/debian/rules
--- libisds-0.8.orig/debian/rules   2014-08-11 13:29:53.0 +
+++ libisds-0.8/debian/rules2014-08-11 13:31:54.0 +
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-   dh $@
+   dh $@ --with autoreconf
 
 override_dh_install:
dh_install -X.la --fail-missing


Bug#757209: src:libopenraw: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-06 Thread Brahadambal Srinivasan

Source: libopenraw
Version: 0.0.9-3.4
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libopenraw fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

diff -ruN libopenraw-0.0.9.orig/debian/control libopenraw-0.0.9/debian/control
--- libopenraw-0.0.9.orig/debian/control2014-08-06 08:26:17.0 
+
+++ libopenraw-0.0.9/debian/control 2014-08-06 08:26:50.0 +
@@ -5,7 +5,7 @@
 Uploaders: Sarah J. Fortune sarah.fort...@gmail.com
 Build-Depends:
  debhelper (= 9~)
- , autotools-dev
+ , dh-autoreconf
  , libglib2.0-dev (= 2.0.0)
  , libboost-test-dev (= 1.33.1)
  , libjpeg-dev
diff -ruN libopenraw-0.0.9.orig/debian/rules libopenraw-0.0.9/debian/rules
--- libopenraw-0.0.9.orig/debian/rules  2014-08-06 08:26:26.0 +
+++ libopenraw-0.0.9/debian/rules   2014-08-06 08:26:58.0 +
@@ -11,4 +11,4 @@
 
 %:
dh $@ \
-   --with pkgkde_symbolshelper,autotools_dev
+   --with pkgkde_symbolshelper,autoreconf


Bug#757211: src:libmediaart: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-06 Thread Brahadambal Srinivasan

Source: libmediaart
Version: 0.4.0-1
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libmediaart fails to build on ppc64le, because of
changes required in libtool. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#757214: src:libsmi : use dh-autoreconf to fix FTBFS on ppc64el

2014-08-06 Thread Brahadambal Srinivasan

Source: libsmi
Version: 0.4.8+dfsg2-9
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libsmi fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

diff -ruN libsmi-0.4.8+dfsg2.orig/debian/control 
libsmi-0.4.8+dfsg2/debian/control
--- libsmi-0.4.8+dfsg2.orig/debian/control  2014-08-06 09:01:44.0 
+
+++ libsmi-0.4.8+dfsg2/debian/control   2014-08-06 09:02:20.0 +
@@ -1,7 +1,7 @@
 Source: libsmi
 Priority: optional
 Maintainer: Vincent Bernat ber...@debian.org
-Build-Depends: flex, bison, debhelper (= 9), autotools-dev
+Build-Depends: flex, bison, debhelper (= 9), dh-autoreconf
 Section: libs
 Standards-Version: 3.9.5
 Homepage: http://www.ibr.cs.tu-bs.de/projects/libsmi/
diff -ruN libsmi-0.4.8+dfsg2.orig/debian/rules libsmi-0.4.8+dfsg2/debian/rules
--- libsmi-0.4.8+dfsg2.orig/debian/rules2014-08-06 09:01:51.0 
+
+++ libsmi-0.4.8+dfsg2/debian/rules 2014-08-06 09:02:28.0 +
@@ -4,7 +4,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-   dh $@ --with autotools_dev
+   dh $@ --with autoreconf
 
 override_dh_auto_test:
# Don't do that.


Bug#757216: src:libstoragemgmt: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-06 Thread Brahadambal Srinivasan

Source: libstoragemgmt
Version: 0.0.20-2
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libstoragemgmt fails to build on ppc64le, because
of changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#757124: lirc: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-05 Thread Brahadambal Srinivasan

Source: lirc
Version: 0.9.0~pre1-1
Severity: normal
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package libdshconfig fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

diff -ruN lirc-0.9.0~pre1.orig/debian/control lirc-0.9.0~pre1/debian/control
--- lirc-0.9.0~pre1.orig/debian/control 2014-08-05 14:09:54.0 +
+++ lirc-0.9.0~pre1/debian/control  2014-08-05 14:10:47.0 +
@@ -11,7 +11,7 @@
  libsm-dev,
  libx11-dev,
  libirman-dev,
- autotools-dev,
+ dh-autoreconf,
  devscripts,
  libxt-dev,
  python
diff -ruN lirc-0.9.0~pre1.orig/debian/rules lirc-0.9.0~pre1/debian/rules
--- lirc-0.9.0~pre1.orig/debian/rules   2014-08-05 14:10:04.0 +
+++ lirc-0.9.0~pre1/debian/rules2014-08-05 14:10:58.0 +
@@ -40,6 +40,7 @@
fi
# avoid autofoo re-run
-touch -r aclocal.m4 configure.ac
+   dh_autoreconf_clean
dh_clean
 
 configure: configure-stamp
@@ -49,6 +50,7 @@
cp -f /usr/share/misc/config.sub config.sub
-test -r config.guess  test -r /usr/share/misc/config.guess  \
cp -f /usr/share/misc/config.guess config.guess
+   dh_autoreconf
./configure $(configure_flags)
touch $@
 



Bug#757136: libhdate: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-05 Thread Brahadambal Srinivasan

Source: libhdate
Version: 1.6-2.1
Severity: normal
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libhdate fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

diff -ruN libhdate-1.6.orig/debian/control libhdate-1.6/debian/control
--- libhdate-1.6.orig/debian/control2014-08-05 16:26:35.0 +
+++ libhdate-1.6/debian/control 2014-08-05 16:27:48.0 +
@@ -5,7 +5,7 @@
 Uploaders: Baruch Even bar...@debian.org, Lior Kaplan kap...@debian.org, 
Shachar Shemesh shac...@debian.org, Tzafrir Cohen tzaf...@debian.org
 Vcs-Svn: svn://anonscm.debian.org/debian-hebrew/pkg/libhdate
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-hebrew/pkg/libhdate
-Build-Depends: debhelper (= 9), swig, python-dev (= 2.6.6-3~), autotools-dev
+Build-Depends: debhelper (= 9), dh-autoreconf, swig, python-dev (= 
2.6.6-3~), autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://libhdate.sourceforge.net/
 
diff -ruN libhdate-1.6.orig/debian/rules libhdate-1.6/debian/rules
--- libhdate-1.6.orig/debian/rules  2014-08-05 16:26:45.0 +
+++ libhdate-1.6/debian/rules   2014-08-05 16:28:02.0 +
@@ -3,7 +3,7 @@
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 %:
-   dh $* --with python2,autotools_dev
+   dh $* --with python2,autoreconf
 
 override_dh_auto_configure:
dh_auto_configure -- --with-perl-sitelib-dir=$(ARCHLIB)


Bug#756763: goocanvas: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-01 Thread Brahadambal Srinivasan

Package: goocanvas
Version: 0.15
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package goocanvas fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--===6408853020432514175==
Content-Type: text/x-diff; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=goocanvas_dh-autoreconf.debpatch

diff -ruN goocanvas-0.15.orig/debian/control goocanvas-0.15/debian/control
--- goocanvas-0.15.orig/debian/control2014-08-01 12:01:26.0 
+

+++ goocanvas-0.15/debian/control2014-08-01 12:02:06.0 +
@@ -1,7 +1,7 @@
 Source: goocanvas
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo js...@debian.org
-Build-Depends: cdbs, debhelper (= 5), dpkg-dev (= 1.13.19), 
libglib2.0-dev (= 2.10), libgtk2.0-dev (= 2.12), dpatch, 
autotools-dev, gtk-doc-tools
+Build-Depends: cdbs, debhelper (= 5), dh-autoreconf, dpkg-dev (= 
1.13.19), libglib2.0-dev (= 2.10), libgtk2.0-dev (= 2.12), dpatch, 
autotools-dev, gtk-doc-tools

 Standards-Version: 3.8.4
 Section: libs
 Vcs-Git: git://git.debian.org/git/users/jsogo/goocanvas.git
diff -ruN goocanvas-0.15.orig/debian/rules goocanvas-0.15/debian/rules
--- goocanvas-0.15.orig/debian/rules2014-08-01 12:01:35.0 +
+++ goocanvas-0.15/debian/rules2014-08-01 12:02:14.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f

 include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk


--===6408853020432514175==--
diff -ruN goocanvas-0.15.orig/debian/control goocanvas-0.15/debian/control
--- goocanvas-0.15.orig/debian/control  2014-08-01 12:01:26.0 +
+++ goocanvas-0.15/debian/control   2014-08-01 12:02:06.0 +
@@ -1,7 +1,7 @@
 Source: goocanvas
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo js...@debian.org
-Build-Depends: cdbs, debhelper (= 5), dpkg-dev (= 1.13.19), libglib2.0-dev 
(= 2.10), libgtk2.0-dev (= 2.12), dpatch, autotools-dev, gtk-doc-tools
+Build-Depends: cdbs, debhelper (= 5), dh-autoreconf, dpkg-dev (= 1.13.19), 
libglib2.0-dev (= 2.10), libgtk2.0-dev (= 2.12), dpatch, autotools-dev, 
gtk-doc-tools
 Standards-Version: 3.8.4
 Section: libs
 Vcs-Git: git://git.debian.org/git/users/jsogo/goocanvas.git
diff -ruN goocanvas-0.15.orig/debian/rules goocanvas-0.15/debian/rules
--- goocanvas-0.15.orig/debian/rules2014-08-01 12:01:35.0 +
+++ goocanvas-0.15/debian/rules 2014-08-01 12:02:14.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 


Bug#756800: libdshconfig: use dh-autoreconf to fix FTBFS on ppc64el

2014-08-01 Thread Brahadambal Srinivasan

Package: libdshconfig
Version: 0.20.13
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libdshconfig fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal

diff -ruN libdshconfig-0.20.13.orig/debian/control 
libdshconfig-0.20.13/debian/control
--- libdshconfig-0.20.13.orig/debian/control2014-08-01 18:32:41.0 
+
+++ libdshconfig-0.20.13/debian/control 2014-08-01 18:33:23.0 +
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Junichi Uekawa dan...@debian.org
-Build-Depends: debhelper ( 4.0.0), libtool, d-shlibs (= 0.4), doxygen
+Build-Depends: debhelper ( 4.0.0), dh-autoreconf, libtool, d-shlibs (= 
0.4), doxygen
 Standards-Version: 3.7.2
 
 Package: libdshconfig1
diff -ruN libdshconfig-0.20.13.orig/debian/rules 
libdshconfig-0.20.13/debian/rules
--- libdshconfig-0.20.13.orig/debian/rules  2014-08-01 18:32:52.0 
+
+++ libdshconfig-0.20.13/debian/rules   2014-08-01 18:33:31.0 +
@@ -13,6 +13,7 @@
 configure: configure-stamp
 configure-stamp:
dh_testdir
+   dh_autoreconf
# Add here commands to configure the package.
./configure -prefix=/usr --with-versioned-symbol
touch configure-stamp
@@ -31,6 +32,7 @@
rm -f build-stamp configure-stamp
rm -rf $(DSH)
-$(MAKE) distclean
+   dh_autoreconf_clean
dh_clean
 
 install: build


Bug#756314: libidl: use dh-autoreconf to fix FTBFS on ppc64el

2014-07-28 Thread Brahadambal Srinivasan

Package: libidl
Version: 0.8.14
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libidl fails to build on ppc64le, because of changes
required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--===6149585621595035286==
Content-Type: text/x-diff; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=dh-autoreconf.debpatch

diff -ruN libidl-0.8.14.orig/debian/control libidl-0.8.14/debian/control
--- libidl-0.8.14.orig/debian/control2014-07-28 17:04:14.0 +
+++ libidl-0.8.14/debian/control2014-07-28 17:04:59.0 +
@@ -3,7 +3,7 @@
 Maintainer: Sebastian Rittau srit...@debian.org
 Standards-Version: 3.8.3
 Section: libs
-Build-Depends: libglib2.0-dev, pkg-config, bison, flex, texinfo, cdbs, 
debhelper (= 4.1.0)
+Build-Depends: dh-autoreconf, libglib2.0-dev, pkg-config, bison, flex, 
texinfo, cdbs, debhelper (= 4.1.0)


 Package: libidl0
 Architecture: any
diff -ruN libidl-0.8.14.orig/debian/rules libidl-0.8.14/debian/rules
--- libidl-0.8.14.orig/debian/rules2014-07-28 17:04:23.0 +
+++ libidl-0.8.14/debian/rules2014-07-28 17:05:10.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f

 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk

 DEB_CONFIGURE_EXTRA_FLAGS += 
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)


--===6149585621595035286==--

diff -ruN libidl-0.8.14.orig/debian/control libidl-0.8.14/debian/control
--- libidl-0.8.14.orig/debian/control   2014-07-28 17:04:14.0 +
+++ libidl-0.8.14/debian/control2014-07-28 17:04:59.0 +
@@ -3,7 +3,7 @@
 Maintainer: Sebastian Rittau srit...@debian.org
 Standards-Version: 3.8.3
 Section: libs
-Build-Depends: libglib2.0-dev, pkg-config, bison, flex, texinfo, cdbs, 
debhelper (= 4.1.0)
+Build-Depends: dh-autoreconf, libglib2.0-dev, pkg-config, bison, flex, 
texinfo, cdbs, debhelper (= 4.1.0)
 
 Package: libidl0
 Architecture: any
diff -ruN libidl-0.8.14.orig/debian/rules libidl-0.8.14/debian/rules
--- libidl-0.8.14.orig/debian/rules 2014-07-28 17:04:23.0 +
+++ libidl-0.8.14/debian/rules  2014-07-28 17:05:10.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)


Bug#755777: netcf: use dh-autoreconf to fix FTBFS on ppc64el

2014-07-23 Thread Brahadambal Srinivasan

Package: netcf
Version: 0.2.3
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package netcf fails to build on ppc64le, because of changes
required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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

--===3269025457595588218==
Content-Type: text/x-diff; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=netcf_autoreconf.debpatch

diff -ruN netcf-0.2.3.orig/debian/control netcf-0.2.3/debian/control
--- netcf-0.2.3.orig/debian/control2014-07-23 08:24:25.0 +
+++ netcf-0.2.3/debian/control2014-07-23 08:25:10.0 +
@@ -1,7 +1,7 @@
 Source: netcf
 Priority: extra
 Maintainer: Serge Hallyn serge.hal...@ubuntu.com
-Build-Depends: cdbs, debhelper (= 8.0.0), ifupdown, libaugeas-dev, 
libnl-3-dev, libnl-route-3-dev, libreadline-dev, libtool, libxml2-dev, 
libxslt-dev, pkg-config
+Build-Depends: cdbs, debhelper (= 8.0.0), dh-autoreconf, ifupdown, 
libaugeas-dev, libnl-3-dev, libnl-route-3-dev, libreadline-dev, libtool, 
libxml2-dev, libxslt-dev, pkg-config

 Standards-Version: 3.9.3
 Section: libs
 Homepage: https://fedorahosted.org/netcf/
diff -ruN netcf-0.2.3.orig/debian/rules netcf-0.2.3/debian/rules
--- netcf-0.2.3.orig/debian/rules2014-07-23 08:24:14.0 +
+++ netcf-0.2.3/debian/rules2014-07-23 08:25:03.0 +
@@ -6,6 +6,7 @@
 LDFLAGS += -Wl,--as-needed

 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk

 build/libnetcf-dev::

--===3269025457595588218==--
diff -ruN netcf-0.2.3.orig/debian/control netcf-0.2.3/debian/control
--- netcf-0.2.3.orig/debian/control 2014-07-23 08:24:25.0 +
+++ netcf-0.2.3/debian/control  2014-07-23 08:25:10.0 +
@@ -1,7 +1,7 @@
 Source: netcf
 Priority: extra
 Maintainer: Serge Hallyn serge.hal...@ubuntu.com
-Build-Depends: cdbs, debhelper (= 8.0.0), ifupdown, libaugeas-dev, 
libnl-3-dev, libnl-route-3-dev, libreadline-dev, libtool, libxml2-dev, 
libxslt-dev, pkg-config
+Build-Depends: cdbs, debhelper (= 8.0.0), dh-autoreconf, ifupdown, 
libaugeas-dev, libnl-3-dev, libnl-route-3-dev, libreadline-dev, libtool, 
libxml2-dev, libxslt-dev, pkg-config
 Standards-Version: 3.9.3
 Section: libs
 Homepage: https://fedorahosted.org/netcf/
diff -ruN netcf-0.2.3.orig/debian/rules netcf-0.2.3/debian/rules
--- netcf-0.2.3.orig/debian/rules   2014-07-23 08:24:14.0 +
+++ netcf-0.2.3/debian/rules2014-07-23 08:25:03.0 +
@@ -6,6 +6,7 @@
 LDFLAGS += -Wl,--as-needed
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 build/libnetcf-dev::


Bug#755156: libiec61883: use dh-autoreconf to fix FTBFS on ppc64el

2014-07-18 Thread Brahadambal Srinivasan

Package: libiec61883
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The libiec61883 pkg fails to build from source, because the libtool
configuration files need to be updated. This patch includes
dh-autoreconf to the build so it builds accordingly.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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

--===2909524765015358138==
Content-Type: text/x-diff; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=dh_autoreconf.debpatch

diff -ruN libiec61883-1.2.0.orig/debian/control 
libiec61883-1.2.0/debian/control
--- libiec61883-1.2.0.orig/debian/control2014-07-15 
12:37:44.0 +

+++ libiec61883-1.2.0/debian/control2014-07-15 12:39:29.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Marcio Roberto Teixeira marcio...@gmail.com
 Uploaders: Loic Minier l...@dooz.org
-Build-Depends: debhelper (= 5), autotools-dev, libraw1394-dev (= 
2.0.2), cdbs, pkg-config, xsltproc, docbook-xsl
+Build-Depends: debhelper (= 5), dh-autoreconf, autotools-dev, 
libraw1394-dev (= 2.0.2), cdbs, pkg-config, xsltproc, docbook-xsl

 Standards-Version: 3.8.0
 Section: libs

diff -ruN libiec61883-1.2.0.orig/debian/rules libiec61883-1.2.0/debian/rules
--- libiec61883-1.2.0.orig/debian/rules2014-07-15 12:37:44.0 
+

+++ libiec61883-1.2.0/debian/rules2014-07-15 12:39:34.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f

 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 #If you use autotools.mk, be sure to include
 # dpatch.mk after  autotools.mk.

--===2909524765015358138==--
diff -ruN libiec61883-1.2.0.orig/debian/control libiec61883-1.2.0/debian/control
--- libiec61883-1.2.0.orig/debian/control   2014-07-15 12:37:44.0 
+
+++ libiec61883-1.2.0/debian/control2014-07-15 12:39:29.0 +
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Marcio Roberto Teixeira marcio...@gmail.com
 Uploaders: Loic Minier l...@dooz.org
-Build-Depends: debhelper (= 5), autotools-dev, libraw1394-dev (= 2.0.2), 
cdbs, pkg-config, xsltproc, docbook-xsl
+Build-Depends: debhelper (= 5), dh-autoreconf, autotools-dev, libraw1394-dev 
(= 2.0.2), cdbs, pkg-config, xsltproc, docbook-xsl
 Standards-Version: 3.8.0
 Section: libs
 
diff -ruN libiec61883-1.2.0.orig/debian/rules libiec61883-1.2.0/debian/rules
--- libiec61883-1.2.0.orig/debian/rules 2014-07-15 12:37:44.0 +
+++ libiec61883-1.2.0/debian/rules  2014-07-15 12:39:34.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 #If you use autotools.mk, be sure to include
 # dpatch.mk after  autotools.mk.


Bug#754247: libcddb: use dh-autoreconf to fix FTBFS on ppc64el

2014-07-08 Thread Brahadambal Srinivasan

Source: libcddb
Version: 1.3.2-4
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The libcddb pkg fails to build from source, because the libtool
configuration files need to be updated. This patch includes
dh-autoreconf to the build so it builds accordingly.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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

--===6180784657356888612==
Content-Type: text/x-diff; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=dh-autoreconf.debpatch

diff -ruN libcddb-1.3.2.orig/debian/control libcddb-1.3.2/debian/control
--- libcddb-1.3.2.orig/debian/control2014-07-08 13:26:59.0 +
+++ libcddb-1.3.2/debian/control2014-07-08 13:28:29.0 +
@@ -2,8 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Eugene V. Lyubimkin jac...@debian.org
-Build-Depends: debhelper (= 9), libcdio-dev (= 0.76), pkg-config (= 
0.20),

-  autotools-dev
+Build-Depends: debhelper (= 9), dh-autoreconf, libcdio-dev (= 0.76), 
pkg-config (= 0.20)

 Standards-Version: 3.9.5
 Homepage: http://libcddb.sourceforge.net

diff -ruN libcddb-1.3.2.orig/debian/rules libcddb-1.3.2/debian/rules
--- libcddb-1.3.2.orig/debian/rules2014-07-08 13:26:59.0 +
+++ libcddb-1.3.2/debian/rules2014-07-08 13:28:39.0 +
@@ -4,7 +4,7 @@
 CFLAGS := $(CFLAGS) -Wall -fPIC

 %:
-dh $@ --with autotools_dev
+dh $@ --with autoreconf

 override_dh_auto_configure:
 dh_auto_configure -- CFLAGS=$(CFLAGS)

--===6180784657356888612==--


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753679: schroedinger: : use dh-autoreconf to fix ppc64el FTBFS

2014-07-04 Thread Brahadambal Srinivasan

Package: schroedinger
Version: 1.0.11-2
Severity: normal
User: debian-powe...@lists.debian.org
Usertags: ppc64elTags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf


Dear Maintainer,

The schroedinger pkg fails to build from source, because the libtool
configuration files need to be updated. This patch includes
dh-autoreconf to the build so it builds accordingly.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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

--===4138465864465701622==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/x-diff; charset=utf-8
Content-Disposition: attachment; filename=add_ppc64le_support.patch

--- schroedinger-1.0.11.orig/debian/control2012-04-26 
06:12:04.0 +
+++ schroedinger-1.0.11/debian/control2014-07-04 09:34:30.0 
+

@@ -5,6 +5,7 @@
 Uploaders: Sebastian Dröge sl...@debian.org
 Build-Depends: cdbs (= 0.4.93~),
debhelper (= 8.1.3~),
+  dh-autoreconf,
liborc-0.4-dev (= 1:0.4.16),
pkg-config
 Build-Depends-Indep: gtk-doc-tools (= 1.0)
--- schroedinger-1.0.11.orig/debian/rules2012-04-26 
06:03:26.0 +

+++ schroedinger-1.0.11/debian/rules2014-07-04 09:35:20.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f

 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk


--===4138465864465701622==--


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#753730: oath-toolkit: debpatch for bug #744641

2014-07-04 Thread Brahadambal Srinivasan

Package: oath-toolkit
Version: 2.0.2
Followup-For: Bug #744641
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The oath-toolkit pkg fails to build from source, because the libtool
configuration files need to be updated. This patch includes
dh-autoreconf to the build so it builds accordingly.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
diff -ruN oath-toolkit-2.0.2.orig/debian/control 
oath-toolkit-2.0.2/debian/control
--- oath-toolkit-2.0.2.orig/debian/control  2013-01-08 20:10:25.0 
+
+++ oath-toolkit-2.0.2/debian/control   2014-07-04 11:12:26.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: OATH Toolkit Team oath-toolkit-h...@nongnu.org
 Uploaders: Simon Josefsson si...@josefsson.org
-Build-Depends: cdbs, debhelper (= 7.0.0), libpam0g-dev, datefudge, 
gtk-doc-tools
+Build-Depends: cdbs, debhelper (= 7.0.0), dh-autoreconf, libpam0g-dev, 
datefudge, gtk-doc-tools
 Vcs-Git: git://gitorious.org/oath-toolkit/oath-toolkit-dpkg.git
 Vcs-Browser: http://gitorious.org/oath-toolkit/oath-toolkit-dpkg/trees
 Homepage: http://www.nongnu.org/oath-toolkit/
diff -ruN oath-toolkit-2.0.2.orig/debian/rules oath-toolkit-2.0.2/debian/rules
--- oath-toolkit-2.0.2.orig/debian/rules2013-01-27 19:32:28.0 
+
+++ oath-toolkit-2.0.2/debian/rules 2014-07-04 11:12:37.0 +
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
+export AUTOMAKE = automake-1.11
+export ACLOCAL = aclocal-1.11
+
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_STRIP_ARGS = --dbg-package=oath-dbg


Bug#752899: atkmm1.6: use dh-autoreconf to fix FTBFS on ppc64el

2014-06-27 Thread Brahadambal Srinivasan

Package: atkmm1.6
Version: 2.22.7
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The atkmm1.6 pkg fails to build from source, because the libtool
configuration files need to be updated. This patch includes
dh-autoreconf to the build so it builds accordingly.

Thanks and regards,
Brahadambal


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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

--===8277606132622240737==
Content-Type: text/x-diff; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=add_ppc64le_support.debpatch

--- atkmm1.6-2.22.7.orig/debian/control2013-06-27 02:01:16.0 
+

+++ atkmm1.6-2.22.7/debian/control2014-06-27 15:26:23.0 +
@@ -13,7 +13,7 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/atkmm1.6
 Build-Depends: cdbs (= 0.4.51),
debhelper (= 9),
-   autotools-dev,
+   dh-autoreconf,
gnome-pkg-tools (= 0.11),
libglibmm-2.4-dev (= 2.36.0),
libatk1.0-dev (= 1.12.0),
--- atkmm1.6-2.22.7.orig/debian/rules2013-06-27 01:52:44.0 +
+++ atkmm1.6-2.22.7/debian/rules2014-06-27 15:27:15.0 +
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f

 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk

--===8277606132622240737==--


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#751213: sage: use dh-autoreconf to fix FTBFS on ppc64el

2014-06-11 Thread Brahadambal Srinivasan

Package: sage
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package fails to build on ppc64le, because of changes
required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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

--===5187055202931487326==
Content-Type: text/x-diff; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=dh_autoreconf.debpatch

diff -ruN sage-0.2.0.orig/debian/control sage-0.2.0/debian/control
--- sage-0.2.0.orig/debian/control2014-06-11 05:00:54.0 +
+++ sage-0.2.0/debian/control2014-06-11 05:35:25.0 +
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Michael Koch konque...@gmx.de
-Build-Depends: debhelper (= 7), libglu1-mesa-dev, libsdl1.2-dev, chrpath
+Build-Depends: debhelper (= 7), dh-autoreconf, libglu1-mesa-dev,
libsdl1.2-dev, chrpath
 Standards-Version: 3.8.3

 Package: libsage-dev
diff -ruN sage-0.2.0.orig/debian/rules sage-0.2.0/debian/rules
--- sage-0.2.0.orig/debian/rules2014-06-11 05:01:08.0 +
+++ sage-0.2.0/debian/rules2014-06-11 05:36:21.0 +
@@ -18,6 +18,7 @@

 config.status: configure
 dh_testdir
+dh_autoreconf

 CFLAGS=$(CFLAGS) ./configure \
 --host=$(DEB_HOST_GNU_TYPE) \
@@ -43,6 +44,7 @@

 [ ! -f Makefile ] || $(MAKE) distclean

+dh_autoreconf_clean
 dh_clean

 install: build

--===5187055202931487326==--


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#749743: qt4-x11: use ppc64el in no_pch_architectures to fix FTBFS on ppc64el

2014-05-29 Thread Brahadambal Srinivasan


Package: qt4-x11
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

While trying to build qt4-x11 on ppc64el, it failed, as it
required 'ppc64el' to be added to the no_pch_architectures
list and also needed changes in the configure script.
Please consider the patches here, to correct the build issues.

Thanks and regards,
Brahadambal

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (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



--- qt4-x11-4.8.6+dfsg.orig/debian/rules	2014-05-28 14:50:41.0 +
+++ qt4-x11-4.8.6+dfsg/debian/rules	2014-05-28 14:51:06.0 +
@@ -82,7 +82,7 @@
   endif
 endif

-no_pch_architectures := armhf ia64 powerpc ppc64
+no_pch_architectures := armhf ia64 powerpc ppc64 ppc64el
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
 	extra_configure_opts += -no-pch
 endif

diff -pruN a/configure b/configure
--- qt4-x11-4.8.6+dfsg.orig/configure	2014-03-17 13:53:25.0 +
+++ qt4-x11-4.8.6+dfsg/configure	2014-03-17 13:55:46.0 +
@@ -288,6 +288,9 @@ case $DPKG_ARCH in
 	powerpc)
 		UNAME_MACHINE=ppc
 	;;
+ppc64el)
+UNAME_MACHINE=ppc64le
+;;
 	*)
 		UNAME_MACHINE=$DPKG_ARCH
 	;;
@@ -2853,7 +2856,7 @@ if [ $CFG_EMBEDDED != no ]; then
 *86)
 PLATFORM=qws/linux-x86-g++
 ;;
-*86_64)
+*64*)
 PLATFORM=qws/linux-x86_64-g++
 ;;
 *)
@@ -2870,7 +2873,7 @@ if [ $CFG_EMBEDDED != no ]; then
 *86)
 CFG_EMBEDDED=x86
 ;;
-*86_64)
+*64)
 CFG_EMBEDDED=x86_64
 ;;
 *)
@@ -3277,7 +3280,7 @@ if [ -z ${CFG_HOST_ARCH} ]; then
 fi
 CFG_HOST_ARCH=powerpc
 ;;
-*:*:ppc64)
+*:*:ppc64*)
 if [ $OPT_VERBOSE = yes ]; then
 echo 64-bit PowerPC (powerpc)
 fi