Codebase list newlib / debian/2.4.0.20160527-5
Merge branch 'lintian-fixes' into 'master' Lintian fixes See merge request debian/newlib!9 Agustin Henze 5 years ago
5 changed file(s) with 31 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
0 newlib (2.4.0.20160527-5) UNRELEASED; urgency=medium
1
0 newlib (2.4.0.20160527-5) unstable; urgency=medium
1
2 [ Agustin Henze ]
23 * Add initial pipeline
4 * Disable reproducible check on gci because it runs out of memory :(
5 * Bum standard version to 4.2.0 (no changes needed)
36 * Remove newlib-source package
4 * Disable reproducible check on gci because it runs out of memory :(
5 * Bum standard version to 4.1.5 (no changes needed)
67 * Update Vcs fields pointing to salsa
7
8 -- Agustin Henze <tin@debian.org> Tue, 17 Jul 2018 13:34:38 +0200
8 * Change deprecated priority extra to optional
9 * Fix testsuite-dependency-has-unparsable-elements "\n @"
10 * Update lintian overrides
11 * [d/rules] Remove variables defined by hand
12
13 [ Salsa Pipeline Bot ]
14 * Update pipeline
15
16 -- Agustin Henze <tin@debian.org> Tue, 07 Aug 2018 10:29:25 +0200
917
1018 newlib (2.4.0.20160527-4) unstable; urgency=medium
1119
00 Source: newlib
11 Section: devel
2 Priority: extra
2 Priority: optional
33 Maintainer: Agustin Henze <tin@debian.org>
44 Build-Depends:
55 debhelper (>= 9),
1212 libcloog-isl-dev,
1313 quilt,
1414 rename,
15 Standards-Version: 4.1.5
15 Standards-Version: 4.2.0
1616 Homepage: https://sourceware.org/newlib/
1717 Vcs-Git: https://salsa.debian.org/debian/newlib.git
1818 Vcs-Browser: https://salsa.debian.org/debian/newlib
0 # These are not runtime libraries. They are used as part of a building
1 # environment which will produce a firmware binary as output. So it's not host
2 # architecture dependent.
03 libnewlib-arm-none-eabi: arch-independent-package-contains-binary-or-object
4 # The resulting firmware binaries must be stripped in the building environment
5 libnewlib-arm-none-eabi: unstripped-static-library
6 libnewlib-arm-none-eabi: static-library-has-unneeded-section
33 # Uncomment this to turn on verbose mode.
44 # export DH_VERBOSE=1
55
6 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
7 PACKAGE_NAME := $(shell dpkg-parsechangelog | sed -n -e's/^Source: \(.*\)\+/\1/p')
8 DVERSION := $(shell dpkg-parsechangelog | grep ^Version | sed -e 's/^Version: //')
9 UVERSION := $(shell echo $(DVERSION) | cut -d- -f1)
10 P_SRC := debian/newlib-source
6 include /usr/share/dpkg/architecture.mk
7 include /usr/share/dpkg/pkg-info.mk
8
119 TARGET := arm-none-eabi
1210
1311 TOP_DIR := $(shell pwd)
3634 --target=$(TARGET) \
3735 --prefix=/usr/lib \
3836 --libdir=/usr/lib \
39 --infodir=/usr/share/doc/$(PACKAGE_NAME)/info \
37 --infodir=/usr/share/doc/$(DEB_SOURCE)/info \
4038 --mandir=/usr/share/man \
41 --htmldir=/usr/share/doc/$(PACKAGE_NAME)/html \
42 --pdfdir=/usr/share/doc/$(PACKAGE_NAME)/pdf \
43 --with-pkgversion=$(DVERSION) \
39 --htmldir=/usr/share/doc/$(DEB_SOURCE)/html \
40 --pdfdir=/usr/share/doc/$(DEB_SOURCE)/pdf \
41 --with-pkgversion=$(DEB_VERSION) \
4442 --disable-newlib-supplied-syscalls \
4543 --disable-nls \
4644 $(TARGET_TOOLS)
6967
7068 override_dh_clean:
7169 dh_clean
72 rm -rf $(BUILD_DIR) $(BUILD_NANO_DIR) $(TMP_NANO_DIR) $(P_SRC)
70 rm -rf $(BUILD_DIR) $(BUILD_NANO_DIR) $(TMP_NANO_DIR)
7371
7472 override_dh_auto_configure:
7573 dh_auto_configure -B$(BUILD_DIR) -- $(CONFIGURE_FLAGS)
00 Tests: build-examples
11 Restrictions:
22 allow-stderr
3 Depends:
4 @,
3 Depends: @,
54 gcc-arm-none-eabi,
65 libstdc++-arm-none-eabi-newlib,