[SCM] A weather monitoring program branch, master, updated. upstream/0.7-31-g8e443f8
Andy Spencer
andy753421 at gmail.com
Mon Jan 28 05:04:39 UTC 2013
The following commit has been merged in the master branch:
commit 8e443f8c43faead2a4d504b2fb54d6c8ec6c6f38
Author: Andy Spencer <andy753421 at gmail.com>
Date: Mon Jan 28 04:41:58 2013 +0000
Switch to debian/compat=9
diff --git a/debian/aweather.install b/debian/aweather.install
index 9e0dfb8..47ed2da 100644
--- a/debian/aweather.install
+++ b/debian/aweather.install
@@ -1,5 +1,5 @@
usr/bin
-usr/lib/aweather/*.so
+usr/lib/*/aweather/*.so
usr/share/applications
usr/share/aweather
usr/share/doc
diff --git a/debian/aweather.lintian-overrides b/debian/aweather.lintian-overrides
new file mode 100644
index 0000000..1fba071
--- /dev/null
+++ b/debian/aweather.lintian-overrides
@@ -0,0 +1,3 @@
+# False positives (see bug #695319)
+aweather: hardening-no-fortify-functions usr/bin/wsr88ddec
+aweather: hardening-no-fortify-functions usr/lib/*/aweather/*.so
diff --git a/debian/changelog b/debian/changelog
index 6c2dd9b..f5bfaa5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
aweather (0.8-1) unstable; urgency=low
* New upstream release
+ * Change website url
+ * Switch to compat=9 for hardening
-- Andy Spencer <andy753421 at gmail.com> Mon, 28 Jan 2013 02:51:24 +0000
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 75e349e..79a7e93 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: aweather
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Andy Spencer <andy753421 at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), libbz2-dev, libcairo2-dev,
+Build-Depends: debhelper (>= 9), libbz2-dev, libcairo2-dev,
libglib2.0-dev (>= 2.14), libgrits-dev (>= 0.7), libgtk2.0-dev (>= 2.16),
librsl-dev (>= 1.41), libsoup2.4-dev (>= 2.26), mesa-common-dev,
libglu1-mesa-dev, libgps-dev (>= 3.0)
--
A weather monitoring program
More information about the debian-science-commits
mailing list