-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi
Attached the patch for the version I intend to upload. Please respond if you don't want this NMU to happen, if you are working yourself on a patch or if you think that the attached patch won't work. Cheers Luk -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDP63V5UTeB5t8Mo0RAkPeAKDNfIrgjmXL8OopZobz3rS+/n0zVgCgtwrb tmwUicsLwCKVjzRFBOhoSwo= =6Xij -----END PGP SIGNATURE-----
diff -u kbarcode-1.8.0/debian/changelog kbarcode-1.8.0/debian/changelog --- kbarcode-1.8.0/debian/changelog +++ kbarcode-1.8.0/debian/changelog @@ -1,3 +1,10 @@ +kbarcode (1.8.0-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build-dep on g++-3.4 on arm, hppa and m68k (closes: #330937). + + -- Luk Claes <[EMAIL PROTECTED]> Sat, 1 Oct 2005 20:03:32 +0200 + kbarcode (1.8.0-3) unstable; urgency=low * Fixed the Qt/KDE transition problems (closes: #327942). diff -u kbarcode-1.8.0/debian/control kbarcode-1.8.0/debian/control --- kbarcode-1.8.0/debian/control +++ kbarcode-1.8.0/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Theodore Karkoulis <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), xlibs-dev (>= 4.2.1), libqt3-mt-dev (>= 3.2.1), kdelibs4-dev (>= 3.1.3) +Build-Depends: g++-3.4 [arm hppa m68k], debhelper (>> 4.0.0), xlibs-dev (>= 4.2.1), libqt3-mt-dev (>= 3.2.1), kdelibs4-dev (>= 3.1.3) Standards-Version: 3.6.1 Package: kbarcode diff -u kbarcode-1.8.0/debian/rules kbarcode-1.8.0/debian/rules --- kbarcode-1.8.0/debian/rules +++ kbarcode-1.8.0/debian/rules @@ -23,6 +23,19 @@ INSTALL_PROGRAM += -s endif +### + +GCC4_ICES_HERE := arm m68k hppa +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) + +ifneq (,$(findstring $(DEB_BUILD_ARCH),$(GCC4_ICES_HERE))) + export CC=gcc-3.4 + export CPP=cpp-3.4 + export CXX=g++-3.4 +endif + +### + config.status: configure dh_testdir # Add here commands to configure the package.