[SCM] libquantum -- library for the simulation of a quantum computer branch, master, updated. debian/1.1.0-2-5-gd9cbe19

Boris Pek tehnick-8 at yandex.ru
Thu Aug 30 22:13:01 UTC 2012


The following commit has been merged in the master branch:
commit 9d2382fc83dc117268330d9896f5eb78e6a452dd
Author: Boris Pek <tehnick-8 at yandex.ru>
Date:   Fri Aug 31 01:07:25 2012 +0300

    Add patch: debian/patches/add-hardening-flags-to-compiler-options

diff --git a/debian/patches/add-hardening-flags-to-compiler-options b/debian/patches/add-hardening-flags-to-compiler-options
new file mode 100644
index 0000000..99f876a
--- /dev/null
+++ b/debian/patches/add-hardening-flags-to-compiler-options
@@ -0,0 +1,15 @@
+Description: Add hardening flags to compiler options
+Author: Boris Pek <tehnick-8 at mail.ru>
+Last-Update: 2012-08-31
+
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -49,7 +49,7 @@
+ # Flags passed to C compiler
+ 
+ CFLAGS=@CFLAGS@
+-LDFLAGS=-rpath $(LIBDIR) -version-info 7:0:0
++LDFLAGS=@LDFLAGS@ -rpath $(LIBDIR) -version-info 7:0:0
+ 
+ # Dependencies
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e751976
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-hardening-flags-to-compiler-options

-- 
libquantum -- library for the simulation of a quantum computer



More information about the debian-science-commits mailing list