Here's the final nmudiff, uploaded right now. (The first version was auto-rejected because of 'package-contains-info-dir-file usr/share/info/dir.gz'.)
-- .''`. Homepage: http://info.comodo.priv.at/ - PGP/GPG key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Chavela Vargas: Cruz De Olvido
diff -u freehdl-0.0.7/debian/changelog freehdl-0.0.7/debian/changelog --- freehdl-0.0.7/debian/changelog +++ freehdl-0.0.7/debian/changelog @@ -1,3 +1,15 @@ +freehdl (0.0.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: build-dependency not installable: g++-4.3" and "non-standard + gcc/g++ used for build (gcc-4.3)": drop g++-4.3 in debian/control and CXX + in debian/rules. + Closes: #629731, #533812 + LP: #745544, #749133 + * debian/rules: remove usr/share/info/dir.gz (ftp-master autoreject reason). + + -- gregor herrmann <[email protected]> Sat, 10 Sep 2011 18:17:56 +0200 + freehdl (0.0.7-1) unstable; urgency=low * New upstream release diff -u freehdl-0.0.7/debian/control freehdl-0.0.7/debian/control --- freehdl-0.0.7/debian/control +++ freehdl-0.0.7/debian/control @@ -2,7 +2,7 @@ Section: electronics Priority: optional Maintainer: José L. Redrejo RodrÃguez <[email protected]> -Build-Depends: debhelper (>= 5.0.0), bison, flex, guile-1.6, pkg-config, libtool, g++-4.3 +Build-Depends: debhelper (>= 5.0.0), bison, flex, guile-1.6, pkg-config, libtool Homepage: http://www.freehdl.seul.org Standards-Version: 3.8.1 diff -u freehdl-0.0.7/debian/rules freehdl-0.0.7/debian/rules --- freehdl-0.0.7/debian/rules +++ freehdl-0.0.7/debian/rules @@ -17,7 +17,7 @@ config.status: configure dh_testdir - CXX="g++-4.3" CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr \ + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info @@ -43,6 +43,7 @@ dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp cp -f $(CURDIR)/debian/lintian-overrides $(CURDIR)/debian/libfreehdl0/usr/share/lintian/overrides/libfreehdl0 + $(RM) -v $(CURDIR)/debian/tmp/usr/share/info/dir
signature.asc
Description: Digital signature

