[DRE-commits] [SCM] ruby-gnome2.git branch, master, updated. debian/1.0.3-1-16-gcff2d0e
Paul van Tilburg
paulvt at debian.org
Fri May 4 18:57:06 UTC 2012
The following commit has been merged in the master branch:
commit 7d4d9e4b1be3902862deb7ad6a8525e28ff790ef
Author: Paul van Tilburg <paulvt at debian.org>
Date: Fri May 4 20:11:50 2012 +0200
debian/rules: added hardening flags (second try). (Closes: #655415)
This is done via a dh_auto_configure override as per
http://wiki.debian.org/HardeningWalkthrough.
diff --git a/debian/changelog b/debian/changelog
index 4a2b3a9..91fa7d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,11 +9,13 @@ ruby-gnome2 (1.1.3-1) unstable; urgency=low
- Added patch Fix_erroneous_load_of_vte_deprecated. (Closes: #666986)
* debian/ruby-gstreamer.install: gst.so is now called gstreamer.so.
* debian/rules:
- - Disable running debian/check-upstream-versus-debian that generates
+ - Disabled running debian/check-upstream-versus-debian that generates
a patch as the debian tree is clean now w.r.t. upstream.
+ - Added hardening flags via a dh_auto_configure override as per
+ http://wiki.debian.org/HardeningWalkthrough (Closes: #655415)
* debian/source/local-options: set "unapply-patches".
- -- Paul van Tilburg <paulvt at debian.org> Fri, 04 May 2012 19:42:14 +0200
+ -- Paul van Tilburg <paulvt at debian.org> Fri, 04 May 2012 20:00:37 +0200
ruby-gnome2 (1.0.3-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index fc64665..0bc3786 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,9 @@
%:
dh $@
-#override_dh_auto_configure:
+override_dh_auto_configure:
# debian/check-upstream-versus-debian
-# dh_auto_configure
+ dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
override_dh_auto_install:
debian/build ruby1.8
--
ruby-gnome2.git
More information about the Pkg-ruby-extras-commits
mailing list