Merge lp:~valavanisalex/ubuntu/oneiric/gnuplot/bug-627592 into lp:ubuntu/oneiric/gnuplot

Proposed by Alex Valavanis
Status: Merged
Merged at revision: 20
Proposed branch: lp:~valavanisalex/ubuntu/oneiric/gnuplot/bug-627592
Merge into: lp:ubuntu/oneiric/gnuplot
Diff against target: 40 lines (+10/-1)
3 files modified
debian/changelog (+8/-0)
debian/control (+1/-1)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~valavanisalex/ubuntu/oneiric/gnuplot/bug-627592
Reviewer Review Type Date Requested Status
Luke Yelavich (community) Approve
Ubuntu branches Pending
Review via email: mp+61905@code.launchpad.net

Description of the change

Added support for TikZ driver in build. As far as I can tell, there is no need for the patch proposed in bug #627592 --- we can just add the correct build dependency and the path for the header in debian/control and debian/rules respectively.

To post a comment you must log in.
Revision history for this message
Luke Yelavich (themuso) wrote :

Seems this has been uploaded already.

review: Disapprove
Revision history for this message
Luke Yelavich (themuso) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-05-19 23:00:45 +0000
+++ debian/changelog 2011-05-22 22:52:37 +0000
@@ -1,3 +1,11 @@
1gnuplot (4.4.3-0ubuntu2) oneiric; urgency=low
2
3 * Add support for TikZ driver (LP: #627592)
4 - debian/control: Build-Depends on liblua5.1-dev
5 - debian/rules: header path added to CPPFLAGS
6
7 -- Alex Valavanis <valavanisalex@googlemail.com> Sun, 22 May 2011 23:21:26 +0100
8
1gnuplot (4.4.3-0ubuntu1) oneiric; urgency=low9gnuplot (4.4.3-0ubuntu1) oneiric; urgency=low
210
3 * New upstream release. (LP: #776203)11 * New upstream release. (LP: #776203)
412
=== modified file 'debian/control'
--- debian/control 2011-05-19 23:00:45 +0000
+++ debian/control 2011-05-22 22:52:37 +0000
@@ -4,7 +4,7 @@
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Bradley Smith <bradsmith@debian.org>5XSBC-Original-Maintainer: Bradley Smith <bradsmith@debian.org>
6Standards-Version: 3.8.46Standards-Version: 3.8.4
7Build-Depends: debhelper (>= 7), libpng12-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev (>= 2.11-20080614-2), autoconf, automake, texlive-latex-extra, libtool7Build-Depends: debhelper (>= 7), libpng12-dev, libx11-dev, libxt-dev, pkg-config, texinfo (>= 4.8), texlive-latex-base, texlive-latex-recommended, zlib1g-dev, libgd2-noxpm-dev, quilt, libwxgtk2.8-dev, libcairo2-dev, libpango1.0-dev, libedit-dev (>= 2.11-20080614-2), autoconf, automake, texlive-latex-extra, libtool, liblua5.1-dev
8Homepage: http://gnuplot.sourceforge.net/8Homepage: http://gnuplot.sourceforge.net/
9Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-gnuplot.git9Vcs-Git: http://git.brad-smith.co.uk/git/debian/pkg-gnuplot.git
10Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-gnuplot.git10Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/pkg-gnuplot.git
1111
=== modified file 'debian/rules'
--- debian/rules 2009-03-16 17:24:48 +0000
+++ debian/rules 2011-05-22 22:52:37 +0000
@@ -7,6 +7,7 @@
7export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)7export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
88
9CFLAGS = -Wall -g9CFLAGS = -Wall -g
10CPPFLAGS = -I/usr/include/lua5.1
1011
11ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))12ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
12 CFLAGS += -O013 CFLAGS += -O0

Subscribers

People subscribed via source and target branches