Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeya committed Jul 8, 2024
1 parent cfb512d commit 4633d17
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
18 changes: 0 additions & 18 deletions debian/nimf.install.default

This file was deleted.

19 changes: 0 additions & 19 deletions debian/nimf.install.kumkang

This file was deleted.

14 changes: 0 additions & 14 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
%:
dh $@ --with autoreconf

# Detect OS version
OS_VERSION := $(shell lsb_release -rs)

override_dh_autoreconf:
./autogen.sh

Expand All @@ -25,17 +22,6 @@ override_dh_clean:
rm -f aclocal.m4 config.log config.status
rm -rf debian/tmp

override_dh_auto_install:
# hamonikr kumkang
ifeq ($(OS_VERSION), 7.0)
cp debian/nimf.install.kumkang debian/nimf.install
else
cp debian/nimf.install.default debian/nimf.install
endif
dh_auto_install
# Remove .la files to avoid libtool conflicts
find debian/tmp/usr/lib -name "*.la" -delete

override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -l/usr/lib/x86_64-linux-gnu

Expand Down

0 comments on commit 4633d17

Please sign in to comment.