[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1067213: git: please consider temporarily disabling subversion/libsvn-perl build-dependencies on armhf and armel



Source: git
Version: 1:2.43.0-1
X-Debbugs-Cc: debian-arm@lists.debian.org
Severity: wishlist
Tags: trixie sid patch

Hi,

on armhf and armel both subversion and libsvn-perl are currently not
installable due to the ongoing 64-bit time_t transition. It seems
however that git builds fine without those, and the build dependencies
are just needed for the git-svn selftests.

The attached patch drops the build dependencies on armhf and armel, and
could of course be reverted once subversion and libsvn-perl are
installable again on the affected architectures.

Thanks,
  Emanuele
diff -Nru git-2.43.0/debian/changelog git-2.43.0/debian/changelog
--- git-2.43.0/debian/changelog	2023-11-27 02:32:42.000000000 +0100
+++ git-2.43.0/debian/changelog	2024-03-20 09:10:32.000000000 +0100
@@ -1,3 +1,12 @@
+git (1:2.43.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * On armhf and armel, temporarily drop the subversion and libsvn-perl
+    build-deps. The packages are currently not installable on those arches due
+    to the ongoing t64 transition and are only needed by git-svn.
+
+ -- Emanuele Rocca <ema@debian.org>  Wed, 20 Mar 2024 09:10:32 +0100
+
 git (1:2.43.0-1) unstable; urgency=low
 
   * new upstream release (see RelNotes/2.43.0.txt).
diff -Nru git-2.43.0/debian/control git-2.43.0/debian/control
--- git-2.43.0/debian/control	2023-11-27 02:30:39.000000000 +0100
+++ git-2.43.0/debian/control	2024-03-20 09:10:32.000000000 +0100
@@ -6,7 +6,7 @@
 Build-Depends: libz-dev, gettext,
  libpcre2-dev | libpcre3-dev,
  libcurl4-gnutls-dev, libexpat1-dev,
- subversion, libsvn-perl, libyaml-perl,
+ subversion [!armhf !armel], libsvn-perl [!armhf !armel], libyaml-perl,
  tcl, python3,
  libhttp-date-perl | libtime-parsedate-perl,
  libcgi-pm-perl,

Reply to: