Flexible package signature; refs #28

This commit is contained in:
Marc Wäckerlin
2013-11-06 14:21:56 +00:00
parent 885cb0f0fe
commit daa7be86cd
2 changed files with 9 additions and 1 deletions

View File

@@ -120,8 +120,16 @@ esac
AM_CONDITIONAL(MINGW32, test "$MINGW32" = "yes") AM_CONDITIONAL(MINGW32, test "$MINGW32" = "yes")
AM_CONDITIONAL(MAC, test "$MAC" = "yes") AM_CONDITIONAL(MAC, test "$MAC" = "yes")
# author for signing packages
if test -z "$PACKAGERID"; then
PACKAGERID="Marc Wäckerlin (http://marc.waeckerlin.org) <marc@waeckerlin.org>"
fi
AC_ARG_VAR(PACKAGERID, [Signature identification of the package author.])
BUILDDATE=$(date --rfc-2822)
# export macros # export macros
SRCDIR=${srcdir} SRCDIR=${srcdir}
AC_SUBST(BUILDDATE)
AC_SUBST(SRCDIR) AC_SUBST(SRCDIR)
AC_SUBST(SRC_DIR) AC_SUBST(SRC_DIR)
AC_SUBST(TST_DIR) AC_SUBST(TST_DIR)

2
debian/changelog.in vendored
View File

@@ -2,4 +2,4 @@
* See https://dev.marc.waeckerlin.org/projects/@PACKAGE@ for changes * See https://dev.marc.waeckerlin.org/projects/@PACKAGE@ for changes
-- Marc Waeckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com> Wed, 07 Apr 2010 10:23:02 +0200 -- @PACKAGERID@ @BUILDDATE@