summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog: Release gdb 8.3+sip1-1HEADgdb/8.3+sip1-1masterPatrick McDermott2019-07-071-1/+1
|
* control: Update to ncurses ABI 6Patrick McDermott2019-07-071-1/+1
|
* build: Set --with-separate-debug-dir=/usr/lib/debugPatrick McDermott2019-07-062-2/+3
|
* .*: Exclude from GitPatrick McDermott2019-07-051-5/+3
|
* keyring.gpg: Exclude from GitPatrick McDermott2019-07-052-0/+1
|
* release: New script (copied from gcc-8)Patrick McDermott2019-07-051-0/+13
|
* gdb: Provide /usr/include/gdb/jit-reader.hPatrick McDermott2019-07-052-2/+1
|
* build: Remove provided Python gdbinit filesPatrick McDermott2019-07-051-0/+2
|
* build: Set --with-pkgversionPatrick McDermott2019-07-051-0/+1
|
* gdb: Install /usr/bin/gdb-add-indexPatrick McDermott2019-07-042-0/+2
| | | | This is a shell script that depends on objcopy (from Binutils).
* build: Remove manual gcore installationPatrick McDermott2019-07-041-2/+0
| | | | Upstream now does this.
* build: Remove removalsPatrick McDermott2019-07-041-10/+0
| | | | | | | | # Remove libiberty. rm -v \ dest/usr/lib/lib*/libiberty.* rm: can't remove 'dest/usr/lib/lib*/libiberty.*': No such file or directory make: *** [../build:29: install] Error 1
* build: Set DESTDIRPatrick McDermott2019-07-041-1/+1
|
* source.mk: Truncate instead of removing non-free filesPatrick McDermott2019-07-042-17/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | And drop gdb/doc/Makefile.in patch. This should fix generation of manual pages: [...] : --split-size=5000000 --split-size=5000000 -I /prokit/sessions/194257117/wd/tmp/src/gdb/doc -o stabs.info /prokit/sessions/194257117/wd/tmp/src/gdb/doc/stabs.texinfo : --split-size=5000000 --split-size=5000000 -I /prokit/sessions/194257117/wd/tmp/src/gdb/doc -o annotate.info /prokit/sessions/194257117/wd/tmp/src/gdb/doc/annotate.texinfo /bin/sh /prokit/sessions/194257117/wd/tmp/src/gdb/doc/../../mkinstalldirs /usr/share/info /usr/bin/install -c -m 644 /prokit/sessions/194257117/wd/tmp/src/gdb/doc/stabs.info /usr/share/info/stabs.info /usr/bin/install -c -m 644 /prokit/sessions/194257117/wd/tmp/src/gdb/doc/annotate.info /usr/share/info/annotate.info make[6]: *** No rule to make target '/prokit/sessions/194257117/wd/tmp/src/gdb/doc/gdb.texinfo', needed by 'gdb.1'. Stop. make[6]: Leaving directory '/prokit/sessions/194257117/wd/tmp/obj/gdb/doc' make[5]: *** [Makefile:1998: subdir_do] Error 1 make[5]: Leaving directory '/prokit/sessions/194257117/wd/tmp/obj/gdb' make[4]: *** [Makefile:1759: install-only] Error 2 make[4]: Leaving directory '/prokit/sessions/194257117/wd/tmp/obj/gdb' make[3]: *** [Makefile:1753: install] Error 2 make[3]: Leaving directory '/prokit/sessions/194257117/wd/tmp/obj/gdb' make[2]: *** [Makefile:8520: install-gdb] Error 2 make[2]: Leaving directory '/prokit/sessions/194257117/wd/tmp/obj' make[1]: *** [Makefile:2222: install] Error 2 make[1]: Leaving directory '/prokit/sessions/194257117/wd/tmp/obj' make: *** [../build:25: install] Error 2
* build: Run "make MAKEINFO=: install" directlyPatrick McDermott2019-07-041-1/+1
|
* build: Make removals verbose, not forcefulPatrick McDermott2019-07-041-7/+7
|
* copyright: Finish/updatePatrick McDermott2019-07-044-10/+1090
| | | | | And add GCC Runtime Library Exception version 3.1 and GNU Free Documentation License version 1.1 texts to gdb-common.
* build: Don't bother running testsPatrick McDermott2019-07-031-1/+0
| | | | | | Debian's debian/rules file summarizes the situation well: **Tests failed, of course.**
* gdb-common: Drop NEWS and READMEPatrick McDermott2019-07-031-2/+0
|
* Use oh-shlibdepsPatrick McDermott2019-07-033-7/+3
|
* Improve package descriptionsPatrick McDermott2019-07-035-5/+8
|
* gdb-common: Make arch:all, update dependent versionsPatrick McDermott2019-07-034-4/+4
|
* build: Add --with-system-zlibPatrick McDermott2019-07-031-0/+1
|
* patches/01_remove-manual.patch: Fix pathsPatrick McDermott2019-07-031-3/+3
|
* patches: Remove opcodes/configure patchPatrick McDermott2019-07-031-41/+0
| | | | | | | Upstream commit 2e98a7bd882356a23076ad4a51a251d9ab1ce070 fixed this. See also <https://sourceware.org/bugzilla/show_bug.cgi?id=16370>, which refers to this patch.
* patches/01_remove-manual.patch: RefreshPatrick McDermott2019-07-031-9/+9
|
* source.mk: Switch to gzipPatrick McDermott2019-07-031-2/+2
| | | | | | BusyBox doesn't support compressing with xz, and upstream no longer distributes bzip2-compressed archives. So regress to gzip to keep code simple, rather than extracting with xz and compressing with bzip2.
* build: Enable lzmaPatrick McDermott2019-07-032-1/+2
|
* source.mk: Rewrite (based on m4's), remove zlibPatrick McDermott2019-07-032-23/+40
|
* control: Update Maintainer and HomepagePatrick McDermott2019-07-031-2/+2
|
* changelog: New upstream versionPatrick McDermott2019-07-031-2/+2
|
* Add patch to fix opcodes/configure on BusyBox ash.P. J. McDermott2014-01-171-0/+41
|
* build: Remove libiberty.a even in a "lib64" dir.P. J. McDermott2014-01-171-1/+1
|
* build: Remove common info files.P. J. McDermott2013-12-081-0/+3
|
* build: Disable makeinfo runs.P. J. McDermott2013-12-081-1/+1
|
* gdb: Add dependencies.P. J. McDermott2013-10-111-1/+6
|
* substvars: New file.P. J. McDermott2013-10-111-0/+13
|
* copyright: Complete.P. J. McDermott2013-10-111-0/+53
|
* gdb-common: Add some upstream documentation files.P. J. McDermott2013-10-111-0/+2
|
* gdb: Provide gcore.P. J. McDermott2013-10-112-0/+3
|
* gdb: Provide a gdbtui script.P. J. McDermott2013-10-112-0/+4
|
* Add binary packages.P. J. McDermott2013-10-118-0/+32
|
* build: Add install target.P. J. McDermott2013-10-111-0/+26
|
* Add patch to not require gdb/doc/gdb.texinfo.P. J. McDermott2013-10-111-0/+15
|
* build: Disable linking against liblzma.P. J. McDermott2013-10-111-1/+2
|
* control: Add missing libz.1-dev build dependency.P. J. McDermott2013-10-111-0/+1
|
* build: Add configure and build targets.P. J. McDermott2013-10-111-0/+15
|
* control: Complete list of build dependencies.P. J. McDermott2013-10-111-1/+5
|
* Initial commit.P. J. McDermott2013-10-118-0/+77