Skip to content

Commit

Permalink
Fix deb package.
Browse files Browse the repository at this point in the history
  • Loading branch information
svarshavchik committed Jan 5, 2024
1 parent b707521 commit 3dc0a3f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions courier-authlib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ EXTRA_DIST += \
packaging/debian/changelog.in \
packaging/debian/control \
packaging/debian/copyright \
packaging/debian/libcourier-auth-config-daemon-daemon.lintian-overrides \
packaging/debian/libcourier-auth-dev.lintian-overrides \
packaging/debian/libcourier-auth-ldap.lintian-overrides \
packaging/debian/libcourier-auth-mysql.lintian-overrides \
Expand Down
2 changes: 1 addition & 1 deletion courier-authlib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AC_INIT([courier-authlib],[0.72.0.20231229],[[email protected]

AC_CONFIG_SRCDIR([courierauth.h])

AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([tar-pax])
AC_CONFIG_HEADERS([courier_auth_config.h])
>confdefs.h # Kill PACKAGE_ macros

Expand Down
1 change: 1 addition & 0 deletions courier-authlib/packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Description: Courier authentication library (client library)
Package: libcourier-auth-config-%MAILUSER%-%MAILGROUP%
Architecture: any
Provides: libcourier-auth-uidgid
Depends: ${misc:Depends},
Description: Courier authentication library build configuration
This libcourier-auth package was configured to use system
user "%MAILUSER%" and system group "%MAILGROUP%".
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# Necessary evil
#
package-has-long-file-name libcourier-auth-config-daemon-daemon*
#
# Internal file used for version checking
#
non-standard-file-perm etc/authlib/config 0444 != 0644

0 comments on commit 3dc0a3f

Please sign in to comment.