summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules6
2 files changed, 3 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 24d3825..4ed92d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xsd (4.0.0-3) UNRELEASED; urgency=medium
+xsd (4.0.0-3) UNRELEASED; urgency=low
* debian/copyright:
- Add year 2016 to debian/*.
@@ -11,6 +11,8 @@ xsd (4.0.0-3) UNRELEASED; urgency=medium
- Change VCS-Browser to cgit.
* debian/xsdcxx.lintian-overrides:
- Add override for hardening-no-fortify-functions.
+ * debian/rules:
+ - Remove comments "Test for gcc-5 support".
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 17 Jan 2016 07:48:23 +0100
diff --git a/debian/rules b/debian/rules
index f5ca0cd..391d831 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,12 +16,6 @@ export DH_OPTIONS
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
#
-# Test for gcc-5 support
-#
-#export CC=gcc-5
-#export CXX=g++-5
-
-#
# Get the number of cpus
#
NO_CPUS=$(shell cat /proc/cpuinfo | grep processor | wc -l)