diff -u mssh-1.2/debian/control mssh-1.2/debian/control --- mssh-1.2/debian/control +++ mssh-1.2/debian/control @@ -1,7 +1,8 @@ Source: mssh Section: admin Priority: optional -Maintainer: Bradley Smith +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Bradley Smith Build-Depends: debhelper (>= 7), libgtk2.0-dev, libvte-dev, libgconf2-dev Standards-Version: 3.8.3 Homepage: http://brad-smith.co.uk/ diff -u mssh-1.2/debian/changelog mssh-1.2/debian/changelog --- mssh-1.2/debian/changelog +++ mssh-1.2/debian/changelog @@ -1,3 +1,9 @@ +mssh (1.2-1.1ubuntu1) precise; urgency=low + + * Build without -pedantic-errors to avoid FTBFS. + + -- Ilya Barygin Tue, 20 Dec 2011 22:13:10 +0400 + mssh (1.2-1.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- mssh-1.2.orig/src/Makefile.am +++ mssh-1.2/src/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -pedantic-errors -Werror -Wall -Wfatal-errors -Wwrite-strings +AM_CFLAGS = -Werror -Wall -Wfatal-errors -Wwrite-strings INCLUDES = $(MSSH_CFLAGS) only in patch2: unchanged: --- mssh-1.2.orig/src/Makefile.in +++ mssh-1.2/src/Makefile.in @@ -152,7 +152,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CFLAGS = -pedantic-errors -Werror -Wall -Wfatal-errors -Wwrite-strings +AM_CFLAGS = -Werror -Wall -Wfatal-errors -Wwrite-strings INCLUDES = $(MSSH_CFLAGS) mssh_SOURCES = mssh.c mssh-terminal.c mssh-window.c mssh-pref.c \ mssh-gconf.c