debian/0000755000000000000000000000000011755641277007205 5ustar debian/changelog0000644000000000000000000000230511755641277011057 0ustar msp430mcu (20120406-2) unstable; urgency=low * Upload to unstable -- Luca Bruno Sat, 19 May 2012 08:50:25 +0200 msp430mcu (20120406-1) experimental; urgency=low * New upstream release -- Luca Bruno Thu, 10 May 2012 16:55:03 +0200 msp430mcu (20110613-3) unstable; urgency=low * Upstream patch-point + SF 3400714: __delay_cycles missing from in430.h -- Luca Bruno Thu, 01 Sep 2011 14:46:46 +0200 msp430mcu (20110613-2) unstable; urgency=low * Upstream patch-point + SF 3379189: Wrong permission on installed files + SF 3384550: Missing __ASSEMBLER__ guard in msp430.h -- Luca Bruno Tue, 16 Aug 2011 20:05:51 +0200 msp430mcu (20110613-1) unstable; urgency=low * New upstream release + First official mspgcc tarball -- Luca Bruno Mon, 13 Jun 2011 09:59:49 +0200 msp430mcu (0~20110512-2) unstable; urgency=low * Upload to Debian Unstable -- Luca Bruno Tue, 24 May 2011 23:07:25 +0200 msp430mcu (0~20110512-1) experimental; urgency=low * Initial upload to Debian (Closes: #626471) -- Luca Bruno Thu, 12 May 2011 11:09:44 +0200 debian/compat0000644000000000000000000000000211752755734010404 0ustar 5 debian/control0000644000000000000000000000150211752755734010607 0ustar Source: msp430mcu Section: devel Priority: extra Maintainer: Luca Bruno Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7) Package: msp430mcu Architecture: all Depends: ${misc:Depends} Suggests: binutils-msp430, gcc-msp430, msp430-libc Description: Spec files, headers and linker scripts for TI's MSP430 targets This package provides specification files, C headers and linker scripts to be used with MSP430 cross-compilers. . Original MCU layouts, addresses and headers are provided and constantly updated by Texas Instruments; additional fixes are included to ensure full compatibility with MSP430 GCC toolchain. Resulting package is anyway useful with any proper cross-compiler. . This package is primarily intended to be used by MSP430 developers, in conjunction with a suitable toolchain. debian/dirs0000644000000000000000000000004611752755734010072 0ustar usr/msp430/include usr/msp430/lib debian/gbp.conf0000644000000000000000000000025011752755734010622 0ustar [DEFAULT] upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True [git-import-orig] upstream-branch = upstream debian-branch = master debian/patches/0000755000000000000000000000000011752755734010635 5ustar debian/patches/msp430mcu-20120406-sf3522088.patch0000644000000000000000000000130611752755734015467 0ustar From 9d8ff420b11fc00b1c410348218a5b72faf72d64 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Fri, 27 Apr 2012 14:38:31 -0500 Subject: [PATCH] SF 3522088 msp430mcu install.sh misses a mkdir --- scripts/install.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 74851f1..38dcd42 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -15,7 +15,7 @@ BINPATH=${PREFIX}/bin INCPATH=${PREFIX}/msp430/include LIBPATH=${PREFIX}/msp430/lib -mkdir -p ${INCPATH} ${LIBPATH} +mkdir -p ${INCPATH} ${LIBPATH} ${BINPATH} # Upstream headers install -p -m 0644 ${UPSTREAM}/*.h ${INCPATH} -- 1.7.7.6 debian/patches/series0000644000000000000000000000004311752755734012047 0ustar msp430mcu-20120406-sf3522088.patch debian/msp430mcu.lintian-overrides0000644000000000000000000000100311752755734014313 0ustar # "So I would be opposed to making such a change in policy for the time being; # I think cross-compilers should stick with the traditional cross-compiler # directories and stay away from the multiarch directories until we have more # practical experience with multiarch under our belts and can make some # educated decisions about how we want this to all fit together." # # See http://lists.debian.org/<20110430200620.GA14355@virgil.dodds.net> msp430mcu: file-in-unusual-dir msp430mcu: non-standard-dir-in-usr debian/copyright0000644000000000000000000000442711752755734011150 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: msp430mcu Upstream-Contact: mspgcc-users@lists.sourceforge.net Source: http://mspgcc.git.sourceforge.net/git/gitweb.cgi?p=mspgcc/msp430mcu Files: upstream/* Copyright: 2011, Texas Instruments Incorporated Comment: Static data containing chip-specific layouts and memory regions License: BSD-3-clause Files: scripts/* include/* Copyright: 2011, Peter A. Bigot (pabigot@users.sourceforge.net) Comment: Glue code to generate GCC-usable chip-specific layouts License: BSD-3-clause Files: analysis/* Copyright: 2011, Peter A. Bigot (pabigot@users.sourceforge.net) 2011, Texas Instruments Incorporated Comment: Stuff autogenerated by scripts from upstream chips data License: BSD-3-clause Files: debian/* Copyright: 2011, Luca Bruno License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright owner nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000011752755734010506 5ustar debian/source/format0000644000000000000000000000001411752755734011714 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007011752755734010234 0ustar version=3 http://sf.net/mspgcc/msp430mcu-(.*)\.tar\.bz2 debian/rules0000755000000000000000000000157411752755734010275 0ustar #!/usr/bin/make -f # Package name, source dir and target installation dir. PACKAGE=msp430mcu DESTDIR=$(CURDIR)/debian/$(PACKAGE)/usr # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp unpack-stamp patch-stamp rm -rf $(DESTDIR) dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs MSP430MCU_ROOT=$(CURDIR) scripts/install.sh $(DESTDIR) binary-arch: binary-indep binary-indep: install dh_testdir dh_testroot dh_installdocs -n dh_installman dh_installchangelogs dh_lintian dh_link dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep .PHONY: build clean binary-indep binary-arch binary install configure