binutils-arm-none-eabi/0000755000000000000000000000000012261565042012210 5ustar binutils-arm-none-eabi/debian/0000755000000000000000000000000012261565074013437 5ustar binutils-arm-none-eabi/debian/source/0000755000000000000000000000000012236257355014741 5ustar binutils-arm-none-eabi/debian/source/format0000644000000000000000000000000412236257355016146 0ustar 1.0
binutils-arm-none-eabi/debian/control0000644000000000000000000000174212261564571015047 0ustar Source: binutils-arm-none-eabi
Section: devel
Priority: extra
Maintainer: Agustin Henze
Uploaders: Keith Packard
Build-Depends:
binutils-source,
debhelper (>= 8.0.0),
autotools-dev,
bison,
flex,
gettext,
texinfo,
dejagnu (>= 1.4.2-1.1),
python3,
file,
xz-utils,
lsb-release,
zlib1g-dev
Standards-Version: 3.9.5
HomePage: https://sourceware.org/binutils/
Vcs-Git: git://anonscm.debian.org/collab-maint/binutils-arm-none-eabi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/binutils-arm-none-eabi.git
Package: binutils-arm-none-eabi
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GNU assembler, linker and binary utilities for ARM Cortex-A/R/M processors
Bare metal binutils for embedded ARM chips using Cortex-M0/M0+/M3/M4,
Cortex-R4/R5/R7 and Cortex-A* processors. The programs in this package are used
to manipulate binary and object files that may have been created for Cortex
architecture.
binutils-arm-none-eabi/debian/binutils-arm-none-eabi.lintian-overrides0000644000000000000000000000055112236257355023263 0ustar #
# The tools use hardlinks from /usr/bin to /usr/lib/arm-none-eabi
#
binutils-arm-none-eabi binary: package-contains-hardlink
#
# Warnings about lines that can't be wrapped aren't errors, but
# lintian can't tell that
#
binutils-arm-none-eabi binary: manpage-has-errors-from-man
#
# ld.bfd has no manual
#
binutils-arm-none-eabi binary: binary-without-manpage
binutils-arm-none-eabi/debian/rules0000755000000000000000000000315012261564223014511 0ustar #!/usr/bin/make -f
export DH_VERBOSE=1
target=arm-none-eabi
package=binutils-arm-none-eabi
top_dir=$(shell pwd)
binutils_dir=/usr/src/binutils
stampdir=debian/stamp
source_version := $(shell dpkg-query -W -f="\$${Version}\n" binutils-source)
deb_version := $(source_version)+$(shell dpkg-parsechangelog | sed -ne "s/^Version: \(.*\)/\1/p")
deb_upstream_version := $(shell echo $(deb_version) | cut -d- -f1)
base_version := $(shell echo $(deb_version) | sed -e 's/\([1-9]\.[0-9]\).*-.*/\1/')
upstream_dir=binutils-$(deb_upstream_version)
unpack_stamp=$(stampdir)/unpack
buildflags=$(shell dpkg-buildflags --export=configure)
configure_flags = \
--target=$(target) \
--prefix=/usr/lib \
--bindir=/usr/bin \
--libdir=/usr/lib/arm-none-eabi \
--infodir=/usr/share/doc/$(package)/info \
--htmldir=/usr/share/doc/$(package)/html \
--pdfdir=/usr/share/doc/$(package)/pdf \
--mandir=/usr/share/man \
--disable-nls \
--enable-plugins \
--enable-interwork \
"--with-pkgversion=$(deb_version)" \
$(buildflags)
%:
dh $@ -D$(upstream_dir) -Bbuild --with autotools-dev --parallel
$(unpack_stamp):
tar xf $(binutils_dir)/binutils-*.tar.*
mkdir -p $(stampdir)
cp /usr/share/doc/binutils-source/copyright debian/copyright
touch $@
override_dh_auto_configure: $(unpack_stamp)
dh_auto_configure -D$(upstream_dir) -Bbuild -- $(configure_flags)
override_dh_gencontrol:
dh_gencontrol -a -- -v$(deb_version) -Vlocal:Version=$(deb_upstream_version) -Vbinutils:Version=$(source_version)
override_dh_auto_clean:
rm -rf $(upstream_dir) build $(stampdir)
override_dh_installchangelogs:
dh_installchangelogs $(upstream_dir)/ChangeLog
binutils-arm-none-eabi/debian/changelog0000644000000000000000000000150312261565034015304 0ustar binutils-arm-none-eabi (4) unstable; urgency=medium
* Bumped Standard-Version to 3.9.5 (no changes required)
* Add myself as Maintainer
* Improvements on package Description
* Enable interwork support
* Add HomePage and Vcs* fields
* Fix target installchangelogs
* New upstream release (2.24)
-- Agustin Henze Fri, 03 Jan 2014 13:48:29 -0300
binutils-arm-none-eabi (3) unstable; urgency=low
* Move ldscripts to /usr/lib/arm-none-eabi
-- Keith Packard Tue, 15 Oct 2013 23:43:18 -0700
binutils-arm-none-eabi (2) unstable; urgency=low
* Fix lintian errors
-- Keith Packard Tue, 15 Oct 2013 21:25:01 -0700
binutils-arm-none-eabi (1) unstable; urgency=low
* Initial release.
-- Keith Packard Sun, 18 Aug 2013 02:49:03 +0200
binutils-arm-none-eabi/debian/copyright0000644000000000000000000000355212261563126015373 0ustar This is the Debian GNU/Linux prepackaged version of the GNU assembler,
linker, and binary utilities.
This package was put together by me, James Troup ,
from sources, which I obtained from:
ftp://ftp.gnu.org/pub/gnu/binutils/
and:
cvs://:pserver:anoncvs@sources.redhat.com:/cvs/src
It was previously maintained by Christopher C. Chimelis
GNU Binutils is Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'
and `/usr/share/common-licenses/LGPL'.
The binutils manuals and associated documentation are also Copyright
(C) Free Software Foundation, Inc. They are distributed under the GNU
Free Documentation License Version 1.3 or any later version published
by the Free Software Foundation, with no Invariant Sections, with no
with no Front-Cover Texts, and with no Back-Cover Texts.
On Debian GNU/Linux systems, the complete text of the GFDL can be found
in `/usr/share/common-licenses/GFDL'.
binutils-arm-none-eabi/debian/compat0000644000000000000000000000000212236257355014637 0ustar 8