Hi Troy,

> On Tue, Oct 31, 2023 at 4:16 PM Troy Heber <t...@debdev.org> wrote:
> > Yep, it was a mistake in my upload. I have already tried to include it
> > in an 8.0.3-2 upload already but couldn't figure out a way to force the push
> > of an updated orig.tar.gz so I'm waiting for help form the FTP
> > masters to get it replaced with the proper one. Do you know of any
> > way for me to force the replacement without their assistance?

On Tue, Oct 31, 2023 at 4:21 PM Mauricio Oliveira
<mauricio.olive...@canonical.com> wrote:
> No, unfortunately I'm not familiar with another method; I think
> archive administrators would be the right option!

I realize this is not exactly what you're looking for, which is
replacing the _orig_ tarball,
but it is possible to include the gdb tarball in the _debian_ tarball
(d/s/include-binaries),
if this is something that would suit your packaging preferences.

$ cd crash-8.0.3
$ wget http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.gz
$ patch -p1 -F0 </tmp/crash-8.0.3-gdb-10.2.debdiff

$ dpkg-buildpackage -S
...

$ tar tf ../crash_8.0.3.orig.tar.gz | fgrep gdb-10.2
crash-8.0.3/gdb-10.2.patch

$ tar tf ../crash_8.0.3-2.debian.tar.xz | fgrep gdb-10.2
gdb-10.2.tar.gz

...

$ dpkg-buildpackage -b
...
dh_auto_build
    make -j4 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/home/mfo/crash/dput/crash-8.0.3'
TARGET: X86_64
 CRASH: 8.0.3
   GDB: 10.2

if [ -f gdb-10.2.patch ] && [ -s gdb-10.2.patch ]; then \
    patch -p0 < gdb-10.2.patch; cp gdb-10.2.patch gdb-10.2; fi
patching file gdb-10.2/Makefile.in
...
checking build system type... x86_64-pc-linux-gnu
...

-- 
Mauricio Faria de Oliveira

Attachment: crash-8.0.3-gdb-10.2.debdiff
Description: Binary data

Reply via email to