Comment 3 for bug 1997533

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

diff -Nru flac-1.4.2+ds/debian/changelog flac-1.4.2+ds/debian/changelog
--- flac-1.4.2+ds/debian/changelog 2022-11-11 09:10:23.000000000 +0100
+++ flac-1.4.2+ds/debian/changelog 2022-11-24 19:56:12.000000000 +0100
@@ -1,3 +1,16 @@
+flac (1.4.2+ds-2ubuntu1) lunar; urgency=medium
+
+ * Do not build and install manpages on i386. Build dep pandoc is
+ not available in Ubuntu for i386. (LP: #1997533)
+ - debian/control:
+ + Exclude pandoc build dep on i386.
+ + Add dh-exec build dep.
+ - debian/flac.install
+ + Make executable and add '#!/usr/bin/dh-exec'.
+ + Exclude installing manpages on i386.
+
+ -- Rik Mills <email address hidden> Thu, 24 Nov 2022 18:56:12 +0000
+
 flac (1.4.2+ds-2) unstable; urgency=medium

   [ Fabian Greffrath ]
diff -Nru flac-1.4.2+ds/debian/control flac-1.4.2+ds/debian/control
--- flac-1.4.2+ds/debian/control 2022-10-26 07:37:11.000000000 +0200
+++ flac-1.4.2+ds/debian/control 2022-11-24 19:56:12.000000000 +0100
@@ -1,7 +1,8 @@
 Source: flac
 Section: sound
 Priority: optional
-Maintainer: Debian Multimedia Maintainers <email address hidden>
+Maintainer: Ubuntu Developers <email address hidden>
+XSBC-Original-Maintainer: Debian Multimedia Maintainers <email address hidden>
 Uploaders:
  Joshua Kwan <email address hidden>,
  Fabian Greffrath <email address hidden>,
@@ -9,8 +10,9 @@
  doxygen,
 Build-Depends:
  debhelper-compat (= 13),
+ dh-exec,
  libogg-dev,
- pandoc,
+ pandoc [!i386],
 Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/multimedia-team/flac.git
 Vcs-Browser: https://salsa.debian.org/multimedia-team/flac

this is the diff