[debian-edu-commits] debian-edu/ 01/01: Set fake version version in configure.ac as we don't use the version defined there anywhere anyway. It's just that AC_INIT is a mandatory macro for autoconf, so we set an obviously fake value which we don't have to constantly increment.

Holger Levsen holger at layer-acht.org
Wed Nov 2 16:49:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-artwork.

commit 83c361f24ac41a9be61354e961a1e790edb256ee
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 2 17:49:06 2016 +0100

    Set fake version version in configure.ac as we don't use the version defined there anywhere anyway. It's just that AC_INIT is a mandatory macro for autoconf, so we set an obviously fake value which we don't have to constantly increment.
---
 configure.ac     | 6 ++++--
 debian/changelog | 7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index e0123af..c54adcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,10 @@
-AC_INIT(Debian Edu Artwork, 0.53-2, http://bugs.debian.org/debian-edu-artwork)
+# we dont use the version here (and below), but AC_INIT is a mandatory macro for autoconf…
+# so we set a fake value which we dont have to constantly increment
+AC_INIT(Debian Edu Artwork, 0.20161102-1, http://bugs.debian.org/debian-edu-artwork)
 AC_PREREQ(2.52)
 
 MAJOR_VERSION=0
-MINOR_VERSION=53
+MINOR_VERSION=20161102
 MICRO_VERSION=0
 VERSION=$MAJOR_VERSION.$MINOR_VERSION-$MICRO_VERSION
 
diff --git a/debian/changelog b/debian/changelog
index c9643d6..eb55b4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-debian-edu-artwork (0.53-2) UNRELEASED; urgency=medium
+debian-edu-artwork (0.54-1) UNRELEASED; urgency=medium
 
   [ Wolfgang Schweer ]
   * d/update-debian-edu-artwork-(lines|softwaves|spacefun):
@@ -7,7 +7,10 @@ debian-edu-artwork (0.53-2) UNRELEASED; urgency=medium
   * playground/stretch: Modify SVG file to fit grub, ldm and PXE menu.
 
   [ Holger Levsen ]
-  * Increase version in configure.ac. 
+  * Set fake version version in configure.ac as we don't use the version
+    defined there anywhere anyway. It's just that AC_INIT is a mandatory
+    macro for autoconf, so we set an obviously fake value which we don't have
+    to constantly increment.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Mon, 31 Oct 2016 19:55:50 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list