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

Bug#1035646: sqlite3: Add hurd-amd64 support



Package: sqlite3
Version: 3.40.1-2
Severity: important
Tags: patch
User: debian-hurd@lists.debian.org
Usertags: hurd

Hello,

The attached patch fixes support for hurd-amd64 by generalizing the
conditions.

Of course this can wait for the bookworm release.

Samuel

-- System Information:
Debian Release: 12.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.2.0 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages sqlite3 depends on:
ii  libc6         2.36-9
ii  libreadline8  8.2-1.3
ii  libsqlite3-0  3.40.1-2
ii  zlib1g        1:1.2.13.dfsg-1

sqlite3 recommends no packages.

Versions of packages sqlite3 suggests:
pn  sqlite3-doc  <none>

-- no debconf information
--- debian/libsqlite3-0.symbols.original	2023-05-06 23:05:54.566830927 +0000
+++ debian/libsqlite3-0.symbols	2023-05-06 23:06:11.234595788 +0000
@@ -126,7 +126,7 @@
  sqlite3BtreeSecureDelete@Base 3.37.0
  sqlite3BtreeSetAutoVacuum@Base 3.37.0
  sqlite3BtreeSetCacheSize@Base 3.37.0
- (arch=!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64)sqlite3BtreeSetMmapLimit@Base 3.37.0
+ (arch=!hurd-any !kfreebsd-any)sqlite3BtreeSetMmapLimit@Base 3.37.0
  sqlite3BtreeSetPageSize@Base 3.37.0
  sqlite3BtreeSetPagerFlags@Base 3.37.0
  sqlite3BtreeSetSpillSize@Base 3.37.0
--- debian/control.original	2023-05-06 23:08:27.000680341 +0000
+++ debian/control	2023-05-06 23:08:29.256648510 +0000
@@ -88,7 +88,7 @@
 Package: sqlite3-tools
 Suggests: sqlite3-doc
 Section: database
-Architecture: linux-any hurd-i386
+Architecture: linux-any hurd-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: sqlite3 (<< 3.37.0)
 Replaces: sqlite3 (<< 3.37.0)

Reply to: