From eb46577f58dac48267d22ad752518d46acc82c14 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Tue, 5 Mar 2019 16:19:46 +0100 Subject: debian/rules bug fix: the RGL was not included in .deb packages The problem was that the RGL was both built and copied to the destdir during the build step, which caused it to be deleted before the install step. It is now copied to destdir during the install step. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index a11a6d5d9..709070841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gf (3.10-2) xenial bionic cosmic; urgency=low + + * GF 3.10 + + -- Thomas Hallgren Fri, 5 Mar 2019 16:00:00 +0100 + gf (3.10-1) xenial bionic cosmic; urgency=low * GF 3.10 -- cgit v1.2.3 From bf17fa0bb24c8e122817060bf3958a85b7a1da22 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Tue, 5 Mar 2019 20:18:30 +0100 Subject: Bump version number to 3.10.3-git This is not an announced realase, but this is version now installed on our server. --- debian/changelog | 6 ++++++ gf.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 709070841..3425e7dcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gf (3.10.3-1) xenial bionic cosmic; urgency=low + + * GF 3.10.3 + + -- Thomas Hallgren Fri, 5 Mar 2019 19:30:00 +0100 + gf (3.10-2) xenial bionic cosmic; urgency=low * GF 3.10 diff --git a/gf.cabal b/gf.cabal index 1f8a8caac..5142294f6 100644 --- a/gf.cabal +++ b/gf.cabal @@ -1,5 +1,5 @@ name: gf -version: 3.10-git +version: 3.10.3-git cabal-version: >= 1.22 build-type: Custom -- cgit v1.2.3