[gl2ps] 14/15: Apply cme fix dpkg.

Anton Gladky gladk at moszumanska.debian.org
Thu May 19 20:47:32 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 bea2dbd0a8558efbcf0c70c32fdad281fd1fe1c3
Author: Anton Gladky <gladk at debian.org>
Date:   Thu May 19 22:38:36 2016 +0200

    Apply cme fix dpkg.
---
 debian/control                                     | 23 +++++++++++++---------
 .../patches/1000_gl2ps_tikz-fix-rotated-text.patch | 16 ++++++---------
 2 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 5868a1f..883b312 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,22 @@
 Source: gl2ps
-Section: libs
-Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9), cmake, mesa-common-dev, libgl1-mesa-dev | libgl-dev
-Standards-Version: 3.9.4
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cmake,
+               mesa-common-dev,
+               libgl1-mesa-dev | libgl-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/gl2ps.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/gl2ps.git
 Homepage: http://geuz.org/gl2ps/
-Vcs-Svn: https://anonscm.debian.org/cgit/debian-science/packages/gl2ps.git
-Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/gl2ps.git
 
 Package: libgl2ps-dev
-Section: libdevel
 Architecture: any
-Depends:  libgl2ps0 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libgl2ps0 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Lib providing high quality vector output for OpenGL application
  GL2PS is a C library providing high quality vector output for any OpenGL
  application. The main difference between GL2PS and other similar libraries
@@ -34,7 +38,8 @@ Description: Lib providing high quality vector output for OpenGL application
 
 Package: libgl2ps0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Lib providing high quality vector output for OpenGL application
  GL2PS is a C library providing high quality vector output for any OpenGL
  application. The main difference between GL2PS and other similar libraries
diff --git a/debian/patches/1000_gl2ps_tikz-fix-rotated-text.patch b/debian/patches/1000_gl2ps_tikz-fix-rotated-text.patch
index 9836dbe..42e9f5f 100644
--- a/debian/patches/1000_gl2ps_tikz-fix-rotated-text.patch
+++ b/debian/patches/1000_gl2ps_tikz-fix-rotated-text.patch
@@ -1,18 +1,14 @@
-Author: Felix
 Description: gl2psPrintPGFPrimitive misses closing braces for rotated text
-Bug: https://geuz.org/trac/gl2ps/ticket/11
-Upstream-Commit: https://geuz.org/trac/gl2ps/changeset/601
-Bug-Debian: https://bugs.debian.org/820930
-
  In function gl2psPrintPGFPrimitive, switch case GL2PS_TEXT opens a curly
  brace which is never closed again, if the text is rotated: I discovered
  the problem when trying to produce tikz output with octave, which produced
  broken output when inserting labels to the y -axis.
-
-Hopes this helps, with kind regards,
-Felix
-
-Note: user and password gl2ps for "ro" access to upstream svn repo.
+ Hopes this helps, with kind regards,
+ Felix
+Author: Felix
+Bug: https://geuz.org/trac/gl2ps/ticket/11
+Upstream-Commit: https://geuz.org/trac/gl2ps/changeset/601
+Bug-Debian: https://bugs.debian.org/820930
 
 --- a/gl2ps.c
 +++ b/gl2ps.c

-- 
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