[SCM] libquantum -- library for the simulation of a quantum computer branch, master, updated. upstream/1.1.0-18-gb73e723
Boris Pek
tehnick-8 at yandex.ru
Wed Mar 6 20:36:47 UTC 2013
The following commit has been merged in the master branch:
commit 14c4af24195a563f78421cb4a2ef0c25626854d7
Author: Boris Pek <tehnick-8 at yandex.ru>
Date: Wed Mar 6 21:59:22 2013 +0200
Simplify debian/rules.
diff --git a/debian/rules b/debian/rules
index cf4f98a..5e44c65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,8 @@
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
-CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
-export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS
+export CPPFLAGS CFLAGS LDFLAGS
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -35,9 +34,5 @@ override_dh_auto_install:
override_dh_installchangelogs:
dh_installchangelogs CHANGES
-.PHONY: override_dh_strip
-override_dh_strip:
- dh_strip
-
get-orig-source:
- uscan --noconf --verbose --force-download --rename --download-current-version --destdir=..
+ uscan --noconf --verbose --force-download --rename --download-current-version
--
libquantum -- library for the simulation of a quantum computer
More information about the debian-science-commits
mailing list