[gl2ps] 03/03: Add missing file.

Anton Gladky gladk at moszumanska.debian.org
Sat May 21 05:59:45 UTC 2016


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

gladk pushed a commit to branch master
in repository gl2ps.

commit 4a7716816ff95540196a6c9bff4e9c9ffb7ab4fd
Author: Anton Gladky <gladk at debian.org>
Date:   Sat May 21 07:59:30 2016 +0200

    Add missing file.
---
 debian/patches/3000_SetVersion0.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/patches/3000_SetVersion0.patch b/debian/patches/3000_SetVersion0.patch
new file mode 100644
index 0000000..5e11ee9
--- /dev/null
+++ b/debian/patches/3000_SetVersion0.patch
@@ -0,0 +1,20 @@
+Description: Set version to 0.0.0
+Author: Anton Gladky <gladk at debian.org>
+Bug-Debian: https://bugs.debian.org/824882
+Last-Update: 2016-05-21
+
+--- gl2ps-1.3.8.orig/CMakeLists.txt
++++ gl2ps-1.3.8/CMakeLists.txt
+@@ -47,9 +47,9 @@ project(gl2ps C)
+ option(ENABLE_ZLIB "Enable compression using ZLIB" ON)
+ option(ENABLE_PNG "Enable PNG support" ON)
+ 
+-set(GL2PS_MAJOR_VERSION 1)
+-set(GL2PS_MINOR_VERSION 3)
+-set(GL2PS_PATCH_VERSION 8)
++set(GL2PS_MAJOR_VERSION 0)
++set(GL2PS_MINOR_VERSION 0)
++set(GL2PS_PATCH_VERSION 0)
+ set(GL2PS_EXTRA_VERSION "" CACHE STRING "GL2PS extra version string")
+ 
+ set(GL2PS_VERSION "${GL2PS_MAJOR_VERSION}.${GL2PS_MINOR_VERSION}")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gl2ps.git



More information about the debian-science-commits mailing list