[SCM] Gnuplot. Interactive plotting program branch, experimental, updated. debian/4.6.0-8-8-g16c97d8

Anton Gladky gladky.anton at gmail.com
Mon Oct 22 16:33:32 UTC 2012


The following commit has been merged in the experimental branch:
commit ca7a82b93c2d68a2a8159b8bc805c886c4261eb4
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Mon Oct 22 18:00:06 2012 +0200

    Use compat-level 9.

diff --git a/debian/changelog b/debian/changelog
index e6c0ee2..87aa9d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 gnuplot (4.6.1-1) experimental; urgency=low
 
-  * [b6d2e38] Remove Bradley Smith <bradsmith at debian.org> from uploaders. (Closes: #674889)
+  * [b6d2e38] Remove Bradley Smith <bradsmith at debian.org> from uploaders. 
+              (Closes: #674889)
   * [2d56f4c] Imported Upstream version 4.6.1. (Closes: #689453)
   * [6d9c716] Remove patches, applied by upstream. Refresh patches.
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5203fc5..ae4e300 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 Uploaders: Anton Gladky <gladky.anton at gmail.com>
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8.9.10), libpng-dev, libx11-dev, libxt-dev, 
+Build-Depends: debhelper (>= 9), libpng-dev, libx11-dev, libxt-dev, 
  pkg-config, texinfo, texlive-latex-base, texlive-latex-recommended, 
  texlive-latex-extra, liblua5.1-dev,
  zlib1g-dev, libgd2-noxpm-dev, libwxgtk2.8-dev, libcairo2-dev, 
diff --git a/debian/rules b/debian/rules
index 498cb4a..7591b11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 
 export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+#export DEB_BUILD_MAINT_OPTIONS := hardening=+all
 
 CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)
 CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)

-- 
Gnuplot. Interactive plotting program



More information about the debian-science-commits mailing list