Package: pacman.c Version: 0+git20240818+ds-1 Followup-For: Bug #1085526 Hi, Here is a suggestion to solve this. Best, Patrice
-- System Information: Debian Release: trixie/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.12-rc6-amd64 (SMP w/12 CPU threads; PREEMPT) 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 pacman.c depends on: ii libasound2t64 1.2.12-1+b1 ii libc6 2.40-3 ii libgl1 1.7.0-1+b2 ii libx11-6 2:1.8.10-2 ii libxcursor1 1:1.2.2-1+b1 ii libxi6 2:1.8.2-1 pacman.c recommends no packages. pacman.c suggests no packages. -- no debconf information
diff --git a/debian/install b/debian/install index 332c71c..cc15281 100644 --- a/debian/install +++ b/debian/install @@ -1 +1 @@ -obj-*/pacman usr/games +obj-*/pacman.c usr/games diff --git a/debian/rules b/debian/rules index c603867..3cebb9b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,3 +12,7 @@ %: dh $@ + +override_dh_auto_install: + cd ${CURDIR}/obj-* && mv pacman pacman.c + dh_auto_install