On 23.10.21 22:37, Lucas Nussbaum wrote:
During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -sa -rfakeroot
dpkg-buildpackage: info: source package swupdate
dpkg-buildpackage: info: source version 2021.04-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by SZ Lin (林上智) <sz...@debian.org>
  dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
dpkg-checkbuilddeps: error: Unmet build dependencies: latexmk:native
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
--------------------------------------------------------------------------------
Build finished at 2021-10-23T06:31:56Z

I have fixed the build in the git repo and uploaded a NMU to DELAYED/5. Debdiff is enclosed.
diff -Nru swupdate-2021.04/debian/changelog swupdate-2021.04/debian/changelog
--- swupdate-2021.04/debian/changelog   2021-09-15 16:44:59.000000000 +0200
+++ swupdate-2021.04/debian/changelog   2021-10-24 13:34:27.000000000 +0200
@@ -1,3 +1,12 @@
+swupdate (2021.04-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Remove deprecated Salsa CI config
+  * latexmk without :native is alternative build dependency (Closes: #997473)
+  * Add tex-gyre build dependency
+
+ -- Bastian Germann <b...@debian.org>  Sun, 24 Oct 2021 13:34:27 +0200
+
 swupdate (2021.04-1) unstable; urgency=medium
 
   [ Bastian Germann ]
diff -Nru swupdate-2021.04/debian/control swupdate-2021.04/debian/control
--- swupdate-2021.04/debian/control     2021-09-15 10:07:00.000000000 +0200
+++ swupdate-2021.04/debian/control     2021-10-24 13:34:27.000000000 +0200
@@ -8,7 +8,7 @@
                dh-lua:native <!nolua>,
                liblua5.2-dev <!nolua>,
                libfdisk-dev,
-               latexmk:native <!nodoc>,
+               latexmk | latexmk:native <!nodoc>,
                libconfig-dev,
                libcurl4-openssl-dev,
                libarchive-dev,
@@ -34,6 +34,7 @@
                sphinx <!nodoc>,
                texlive-latex-recommended <!nodoc>,
                texlive-fonts-recommended <!nodoc>,
+               tex-gyre <!nodoc>,
                texlive-formats-extra <!nodoc>
 Standards-Version: 4.6.0.1
 Rules-Requires-Root: no
diff -Nru swupdate-2021.04/debian/salsa-ci.yml 
swupdate-2021.04/debian/salsa-ci.yml
--- swupdate-2021.04/debian/salsa-ci.yml        2020-12-28 09:58:21.000000000 
+0100
+++ swupdate-2021.04/debian/salsa-ci.yml        1970-01-01 01:00:00.000000000 
+0100
@@ -1,3 +0,0 @@
-include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml

Reply via email to