gdb-avr-7.6/0000755000000000000000000000000012265243520007577 5ustar gdb-avr-7.6/a/0000755000000000000000000000000012265241373010023 5ustar gdb-avr-7.6/debian/0000755000000000000000000000000012265243520011021 5ustar gdb-avr-7.6/debian/rules0000755000000000000000000000425612265241627012116 0ustar #!/usr/bin/make -f # Derived from sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. TARGET :=avr PACKAGE :=gdb-avr BUILT_USING := $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W gdb-source) DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) CONFARGS = \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir='\$${prefix}/share/man' \ --infodir='\$${prefix}/share/info' \ --target=$(TARGET)\ --with-expat \ --disable-texinfo # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This is the debhelper compatability version to use. export DH_COMPAT=4 unpack: unpack-stamp unpack-stamp: tar xjf /usr/src/gdb.tar.bz2 mv gdb* src mkdir build touch unpack-stamp #include /usr/src/toolchain/patches/gdb/rules.patch #patch-stamp: # $(MAKE) -C src -f ../debian/rules patched-stamp # touch $@ configure: configure-stamp configure-stamp: unpack-stamp #patch-stamp dh_testdir cd build && env CC="gcc" CFLAGS="-Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter" ../src/configure $(CONFARGS) cd build && make configure-gdb configure-bfd sed -i -s s/info:.*/info:/ build/*/doc/Makefile touch configure-stamp build: configure-stamp build-stamp build-stamp: dh_testdir cd build && $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp unpack-stamp patch-stamp rm -rf src build `ls -d gdb* | grep -v tar` dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # install the package into debian/tmp. cd build && $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr # Build architecture-independent files. binary-indep: build install # Build architecture-dependent files. binary-arch: build install dh_testdir dh_testroot dh_movefiles dh_installdocs -n dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol -- -VBuilt-Using="$(BUILT_USING)" dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure gdb-avr-7.6/debian/gdb-avr.files0000644000000000000000000000003111606364075013370 0ustar usr/bin/ usr/share/man/ gdb-avr-7.6/debian/copyright0000644000000000000000000000077711606364075012776 0ustar This is a package of the GNU debugger compiled for cross development for the avr architecture. This package uses the sourcecode from the toolchain-source-gdb package. Copyright: Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. gdb-avr-7.6/debian/control0000644000000000000000000000200112265241616012421 0ustar Source: gdb-avr Section: devel Priority: extra Maintainer: Hakan Ardo Standards-Version: 3.5.6.1 Build-Depends: tar (>= 1.13.18), bzip2, autoconf (>= 2.13), libtool, texinfo (>= 4.6), texlive (>= 2007-11), libncurses5-dev, libreadline-dev, bison, gettext, debhelper (>= 4.1.46), dejagnu, cdbs (>= 0.4.17), quilt (>= 0.30), flex, gdb-source (>= 7.6), dpkg (>= 1.16.2), libexpat1-dev Package: gdb-avr Section: devel Architecture: any Priority: extra Depends: ${shlibs:Depends} Suggests: gdb-doc Built-Using: ${Built-Using} Description: The GNU Debugger for avr This package has been compiled to target the avr architecture. GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, it works for C, C++, Fortran Modula 2 and Java programs. A must-have for any serious programmer. This package is primarily for avr developers and cross-compilers and is not needed by normal users or developers. gdb-avr-7.6/debian/changelog0000644000000000000000000000432412265242364012703 0ustar gdb-avr (7.6-1) unstable; urgency=low * New upstream release (closes: #551808) * Enable xml support (closes: #734320) -- Hakan Ardo Tue, 14 Jan 2014 15:08:47 +0100 gdb-avr (7.4-1) unstable; urgency=low [ Hakan Ardo ] * New upstream release [ Ansgar Burchardt ] * Add Built-Using field for gdb-source. (closes: #696397) -- Hakan Ardo Tue, 25 Dec 2012 20:30:55 +0100 gdb-avr (7.2-1) unstable; urgency=low * New upstream release (closes: #580513) * Added -Wno-error=unused-but-set-variable and -Wno-error=unused-but- set-parameter compiletime flags (closes: #625342) -- Hakan Ardo Sun, 10 Jul 2011 20:04:08 +0200 gdb-avr (6.4.90.dfsg-3) unstable; urgency=low * No longer build-depends on gobjc (closes: #481913) * Build-depend on libreadline5-dev replaced with libreadline-dev * Build-depend on tetex-bin replaced by texlive * Fixed two build-depends-on-1-revision lintians -- Hakan Ardo Sun, 04 Oct 2009 10:43:54 +0200 gdb-avr (6.4.90.dfsg-2.1) unstable; urgency=low * Non-maintainer upload from the Zurich BSP * Fix FTBFS, patch taken from gdb-m68hc1x package (Closes: #453206) -- Tobias Klauser Sat, 12 Jan 2008 12:36:13 +0100 gdb-avr (6.4.90.dfsg-1) unstable; urgency=low * Removed GFDL-files from src pkg (closes: #392961) -- Hakan Ardo Wed, 1 Nov 2006 17:58:38 +0100 gdb-avr (6.4-2) unstable; urgency=low * Added suggest gdb-doc (closes: #392961) -- Hakan Ardo Sun, 29 Oct 2006 17:32:39 +0100 gdb-avr (6.4-1) unstable; urgency=low * New upstream release -- Hakan Ardo Sun, 19 Feb 2006 12:11:22 +0100 gdb-avr (6.3-2.1) unstable; urgency=high * Non-maintainer upload. * Update readline build-dep to libreadline5-dev (Closes: #350644). -- Luk Claes Wed, 15 Feb 2006 12:37:50 +0100 gdb-avr (6.3-2) unstable; urgency=low * Added build-depends on felx -- Hakan Ardo Sat, 19 Mar 2005 17:12:29 +0100 gdb-avr (6.3-1) unstable; urgency=low * Initial Release -- Hakan Ardo Sat, 19 Mar 2005 13:21:54 +0100 Local variables: mode: debian-changelog End: