Upstream-status: Taken from Debian upstream: Index: gnumach/configure.ac =================================================================== --- gnumach.orig/configure.ac +++ gnumach/configure.ac @@ -19,6 +19,7 @@ AC_PREREQ([2.57]) m4_include([version.m4]) AC_INIT([AC_PACKAGE_NAME], [AC_PACKAGE_VERSION], [AC_PACKAGE_BUGREPORT], [AC_PACKAGE_TARNAME]) +AC_SUBST([PACKAGE_VERSION_SUFFIX]) AC_CONFIG_SRCDIR([kern/ipc_kobject.c]) if test -z "${CFLAGS+set}"; then Index: gnumach/version.c.in =================================================================== --- gnumach.orig/version.c.in +++ gnumach/version.c.in @@ -1,2 +1,2 @@ /* @configure_input@ */ -const char version[] = "@PACKAGE_NAME@ @PACKAGE_VERSION@"; +const char version[] = "@PACKAGE_NAME@ @PACKAGE_VERSION@@PACKAGE_VERSION_SUFFIX@"; > Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/artwork.scm
AgeCommit message (Collapse)Author
2019-06-10artwork: Update snapshot to 2f2fe74.Diego Nicola Barbato
* gnu/artwork.scm (%artwork-repository): Update to 2f2fe74. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-05artwork: Update snapshot to b975164.Ludovic Courtès
* gnu/artwork.scm (%artwork-repository): Update to b975164.
2019-02-10artwork: Update snapshot to e951905.Ludovic Courtès
* gnu/artwork.scm (%artwork-repository): Update to e951905.
2018-11-05artwork: Clone over HTTPS.Ludovic Courtès
Suggested by Leo Famulari <leo@famulari.name> at <https://lists.gnu.org/archive/html/help-guix/2018-11/msg00039.html>. * gnu/artwork.scm (%artwork-repository): Switch to HTTPS URL.