Codebase list nzbget / 8db70f0
Build with -fpermissive on arm and armhf Andreas Moog 5 years ago
4 changed file(s) with 16 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 # debian specific
1 debian/files
2
03 # Compiled Object files
14 *.slo
25 *.lo
7073 *.temp
7174 *.pyc
7275 pytest.ini
73 .cache
76 .cache
0 nzbget (20.0~r2181+dfsg-2) experimental; urgency=medium
1
2 * Build with -fpermissive on arm and armhf
3
4 -- Andreas Moog <andreas.moog@warperbbs.de> Sat, 26 May 2018 18:54:48 +0200
5
06 nzbget (20.0~r2181+dfsg-1) experimental; urgency=medium
17
28 * New upstream development version
+0
-1
debian/files less more
0 nzbget_20.0~r2171+dfsg-1_source.buildinfo net optional
00 #!/usr/bin/make -f
11
2 include /usr/share/dpkg/pkg-info.mk
2 include /usr/share/dpkg/architecture.mk
33
44 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5
6 # for arm and armhf, build with -fpermissive
7 ifneq (,$(findstring arm-linux-gnueabi,$(DEB_HOST_GNU_TYPE)))
8 export DEB_CXXFLAGS_MAINT_APPEND = -fpermissive
9 endif
510
611 %:
712 dh $@ --with autoreconf