Codebase list oxref / c9e41f3
Ready for oxref 2.00.03-1 Frank B. Brokken 1 year, 7 months ago
2 changed file(s) with 11 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 oxref (2.00.03-1) unstable; urgency=medium
1
2 * New upstream version 2.00.03
3
4 -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 11 Sep 2022 09:51:10 +0200
5
06 oxref (2.00.02-1) unstable; urgency=medium
17
28 * New upstream version 2.00.02
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22
3 # Uncomment this to turn on verbose mode.
3 # Uncommented to turn on verbose mode.
44 export DH_VERBOSE=1
55
66 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
99 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
1010
1111 export CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS)
12 export CXXFLAGS += --std=c++2a -Wall
12 export CXXFLAGS += -Wall
13
14 # Define the c++std to use by processing the upstream 'c++std' file
15 export CXXFLAGS += $(shell cat c++std|sed -e 's/#define CPPSTD "//' -e 's/"//')
1316
1417 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
1518
2326 ./build man
2427
2528 override_dh_clean:
26 ./build distclean
2729 dh_clean
2830
2931 override_dh_install: