Skip to content

Commit

Permalink
Update build system
Browse files Browse the repository at this point in the history
configure.ac
debian/rules
  • Loading branch information
ShikiOkasaka committed Oct 21, 2022
1 parent 8113073 commit 543ac81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])

# define GETTEXT_* variables
GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED(
GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"],
[Define to the read-only architecture-independent data directory.]
)

Expand Down
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
%:
dh $@ --with python3

override_dh_builddeb:
dh_builddeb -- -Zxz

# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
Expand Down
5 changes: 0 additions & 5 deletions setup.cfg

This file was deleted.

0 comments on commit 543ac81

Please sign in to comment.