ubuntu/+source/lftp:ubuntu/devel

Last commit made on 2024-04-09
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/ubuntu/+source/lftp
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:ubuntu/+source/lftp

Recent commits

1146b23... by Benjamin Drung

Release lftp 4.9.2-2ubuntu1

Signed-off-by: Benjamin Drung <email address hidden>

22ff1c1... by Benjamin Drung

Drop obsolete debian/menu

c9635d6... by Benjamin Drung

Replace obsolete pkg-config build dependency by pkgconf

f0ab4db... by Benjamin Drung

d/rules: Switch to dh

Switch to dhto regenerate the configure script.

15458cc... by Benjamin Drung

configure.ac: Bump gettext version to 0.21

After running autoreconf and configure on Ubuntu 24.04 (noble), the
generated `po/Makefile` will fail to run `make install`:

```
$ make install DESTDIR=debian/lftp
[...]
Making install in po
make[4]: Entering directory 'po'
debian/lftp/usr/share
make[4]: debian/lftp/usr/share: Permission denied
```

This failure is caused by `mkdir_p` pointing to `MKDIR_P` but `MKDIR_P`
not being defined in `po/Makefile`.

Upgrade to gettext version to 0.21. Then `po/Makefile` will be correct:

```
MKDIR_P = /usr/bin/mkdir -p
mkdir_p = $(MKDIR_P)
```

Forwarded: https://github.com/lavv17/lftp/pull/727

d9ef9b1... by Benjamin Drung

Fix C99 compatibility issue

Related to:

  <https://fedoraproject.org/wiki/Changes/PortingToModernC>
  <https://fedoraproject.org/wiki/Toolchain/PortingToModernC>

Closes: #1066396
Origin: upstream, https://github.com/lavv17/lftp/commit/8af97cc255c3d2488adb107515bd1047dbedadfe

2325132... by William Grant

4.9.2-2build2 (patches unapplied)

Imported using git-ubuntu import.

655dc87... by Steve Langasek

4.9.2-2build1 (patches unapplied)

Imported using git-ubuntu import.

2f98d76... by Noël Köthe

4.9.2-2 (patches unapplied)

Imported using git-ubuntu import.

43d8f95... by Noël Köthe

4.9.2-1 (patches unapplied)

Imported using git-ubuntu import.