Codebase list texinfo / 5bb94a0
revert hardening, it breaks info Norbert Preining 12 years ago
2 changed file(s) with 14 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 texinfo (4.13a.dfsg.1-10) unstable; urgency=low
11
2 * UNRELEASED
3
4 -- Norbert Preining <preining@debian.org> Fri, 30 Mar 2012 09:40:21 +0900
2 * revert hardening - it breaks info (Closes: #669056)
3
4 -- Norbert Preining <preining@debian.org> Tue, 17 Apr 2012 08:19:26 +0900
55
66 texinfo (4.13a.dfsg.1-9) unstable; urgency=low
77
88
99 SAVEDGMO=po/nl.gmo po/ro.gmo po/tr.gmo po/de.gmo
1010
11 DEB_CFLAGS_MAINT_APPEND=-Wall
11 CFLAGS := -g -Wall
12 ifneq "$(findstring noopt,$(DEB_BUILD_OPTIONS))" ""
13 CFLAGS += -O0
14 else
15 CFLAGS += -O2
16 endif
17 # hardening: but makes info unusable
18 #DEB_CFLAGS_MAINT_APPEND=-Wall
1219
1320 texinfo := $(CURDIR)/debian/texinfo
1421 ii := $(CURDIR)/debian/install-info
2633 touch doc/texi2pdf.1
2734 touch doc/pdftexi2dvi.1
2835 dh_testdir
29 ./configure --prefix=/usr $(shell dpkg-buildflags --export=configure) \
36 # hardening call, but makes info unusable
37 # ./configure --prefix=/usr $(shell dpkg-buildflags --export=configure) \
38 CFLAGS="$(CFLAGS)" ./configure --prefix=/usr \
3039 --infodir='$${prefix}/share/info' --mandir='$${prefix}/share/man'
3140 touch po/texinfo.pot
3241 $(MAKE)