diff -Nru ccbuild-2.0.6/debian/changelog ccbuild-2.0.6/debian/changelog --- ccbuild-2.0.6/debian/changelog 2014-01-16 08:09:37.000000000 +0000 +++ ccbuild-2.0.6/debian/changelog 2014-04-08 03:57:49.000000000 +0000 @@ -1,3 +1,22 @@ +ccbuild (2.0.6-2) unstable; urgency=low + + [ Jari Aalto ] + * debian/control + - (Build-Depends): Really update from libgnutls-dev to + libgnutls-openssl-dev (Closes: #731620). Thanks Andreas Metzler + for the heads up. + * debian/patches: + - (20): Add From header. + * debian/copyright + - Update year. + + [ tony mancill ] + * debian/control and debian/rules + - Use g++-4.8 explicitly to work around g++-4.6 on sparc. + (Closes: #727118) + + -- Jari Aalto Mon, 07 Apr 2014 07:41:28 +0300 + ccbuild (2.0.6-1) unstable; urgency=low * New upstream release diff -Nru ccbuild-2.0.6/debian/control ccbuild-2.0.6/debian/control --- ccbuild-2.0.6/debian/control 2014-01-16 08:09:37.000000000 +0000 +++ ccbuild-2.0.6/debian/control 2014-04-08 03:57:49.000000000 +0000 @@ -2,7 +2,16 @@ Section: devel Priority: optional Maintainer: Jari Aalto -Build-Depends: debhelper (>= 9), automake, autoconf, autotools-dev, flex, libgnutls-dev, libbobcat-dev (>= 2.22), pkg-config, libboost-dev (>= 1.37) +Build-Depends: debhelper (>= 9), + automake, + autoconf, + autotools-dev, + flex, + libgnutls-openssl-dev, + libbobcat-dev (>= 2.22), + pkg-config, + libboost-dev (>= 1.37), + g++-4.8 (>= 4.8.1) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ccbuild.git Vcs-Git: git://anonscm.debian.org/collab-maint/ccbuild.git diff -Nru ccbuild-2.0.6/debian/copyright ccbuild-2.0.6/debian/copyright --- ccbuild-2.0.6/debian/copyright 2014-01-16 08:09:37.000000000 +0000 +++ ccbuild-2.0.6/debian/copyright 2014-04-08 03:57:49.000000000 +0000 @@ -24,7 +24,7 @@ Files: debian/* Copyright: - 2010-2013 Jari Aalto + 2010-2014 Jari Aalto 2007-2008 A. Bram Neijt License: GPL-3+ diff -Nru ccbuild-2.0.6/debian/patches/20-configure.in.patch ccbuild-2.0.6/debian/patches/20-configure.in.patch --- ccbuild-2.0.6/debian/patches/20-configure.in.patch 2014-01-16 08:09:37.000000000 +0000 +++ ccbuild-2.0.6/debian/patches/20-configure.in.patch 2014-04-08 03:57:49.000000000 +0000 @@ -1,3 +1,4 @@ +From: Jari Aalto Subject: Don't check bobcat/{process,user} or boost version --- diff -Nru ccbuild-2.0.6/debian/rules ccbuild-2.0.6/debian/rules --- ccbuild-2.0.6/debian/rules 2014-01-16 08:09:37.000000000 +0000 +++ ccbuild-2.0.6/debian/rules 2014-04-08 03:57:49.000000000 +0000 @@ -68,7 +68,7 @@ # For some reason, the only way to pass flags is in CXX @echo "# environment: CXX $(CXX) CFLAGS $(CFLAGS) CXXFLAGS $(CXXFLAGS)" - $(MAKE) CXX="g++ $(CXXFLAGS)" DESTDIR=$(CURDIR)/debian/ccbuild install + $(MAKE) CXX="g++-4.8 $(CXXFLAGS)" DESTDIR=$(CURDIR)/debian/ccbuild install override_dh_installchangelogs: dh_installchangelogs ChangeLog