Launchpad.net

Code in branches

Recently imported branches

Name Status Registered Project Last Modified Last Commit
lp:temporal-cli-snap Development 2023-10-13 20:41:17 UTC temporal-cli-snap 2023-10-13 20:41:17 UTC
2. Add snapcraft.yaml

Author: Maximiliano Bertacchini
Revision Date: 2023-10-13 20:33:38 UTC

Add snapcraft.yaml

lp:imath Mature 2018-05-10 13:53:23 UTC imath 2023-10-12 18:53:59 UTC
395. Fix bug that crashed the Office when ...

Author: Jan Rheinländer
Revision Date: 2023-10-12 18:53:59 UTC

Fix bug that crashed the Office when a new document without units was populated with merged formulas

lp:survex Development 2023-10-08 04:07:51 UTC survex 2023-10-08 04:07:51 UTC
4827. Update (C) year

Author: Olly Betts
Revision Date: 2023-09-01 04:43:59 UTC

Update (C) year

lp:xserver-xorg-video-sis Development 2010-08-08 02:24:42 UTC xserver-xorg-video-sis 2023-10-06 23:08:16 UTC
319. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 23:08:16 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:~m11g5w-3-5lmmq9/spice-vdi/trunk Development 2012-08-21 10:01:35 UTC spice-vdi 2023-10-06 00:29:20 UTC
651. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 00:29:20 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:~pali/nouveau/trunk Development 2013-11-26 12:41:06 UTC nouveau 2023-10-06 00:10:21 UTC
2506. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 00:10:21 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:dkimpy-milter/0.9 Development 2018-02-17 10:13:26 UTC dkimpy-milter 2023-10-05 21:17:54 UTC
246. README.md: Fix macro name typo. Than...

Author: Scott Kitterman
Revision Date: 2023-10-05 21:17:54 UTC

README.md: Fix macro name typo. Thanks to Victor Dukhovni for pointing it out.

lp:gnupg Development 2011-09-28 01:51:54 UTC gnupg 2023-10-05 05:00:46 UTC
8940. Minor style fixes. -- Signed-off-by...

Author: NIIBE Yutaka
Revision Date: 2023-10-05 05:00:46 UTC

Minor style fixes.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

lp:evdev Development 2010-03-14 12:55:17 UTC evdev 2023-10-01 18:22:19 UTC
617. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-01 18:22:19 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp:~socminarch/x264/stable Mature 2020-07-22 22:15:44 UTC x264 2023-10-01 14:28:26 UTC
3108. ppc: Fix compilation on unknown OS

Author: Anton Mitrofanov
Revision Date: 2023-10-01 14:28:26 UTC

ppc: Fix compilation on unknown OS

lp:upnp-router-control Development 2021-02-18 13:03:06 UTC upnp-router-control 2023-09-29 07:34:17 UTC
228. Bump to 0.3.4

Author: Daniele Napolitano
Revision Date: 2023-09-29 07:34:17 UTC

Bump to 0.3.4

lp:eqc Mature 2014-11-08 16:40:48 UTC eqc 2023-09-27 14:58:42 UTC
74. Update debian compatibility level

Author: Jan Rheinländer
Revision Date: 2023-09-27 14:58:42 UTC

Update debian compatibility level

lp:ddd Development 2011-10-10 21:41:48 UTC ddd 2023-09-24 14:33:51 UTC
6705. Split derived GDBAgent classes into s...

Author: eager
Revision Date: 2023-09-24 14:33:51 UTC

Split derived GDBAgent classes into separate files.

lp:libpipeline Mature 2014-02-08 09:11:15 UTC libpipeline 2023-09-21 22:57:21 UTC
321. Explain how to generate INSTALL * RE...

Author: Colin Watson
Revision Date: 2023-09-21 22:57:21 UTC

Explain how to generate INSTALL

* README.md: Explain that you may need to run `./bootstrap` to create
`INSTALL`.

lp:~zeal-developers/zeal/zeal Development 2015-04-14 21:22:07 UTC zeal 2023-09-20 05:24:18 UTC
1652. chore: bump version to 0.7.0

Author: Oleg Shparber
Revision Date: 2023-09-20 05:24:18 UTC

chore: bump version to 0.7.0

lp:config Development 2010-01-27 12:03:06 UTC config 2023-09-19 08:00:00 UTC
1253. config.sub: Remove windows-gnu `wind...

Author: John Ericson
Revision Date: 2023-09-19 08:00:00 UTC

config.sub: Remove windows-gnu

`windows-gnu` has been used by LLVM and Rust to mean MinGW, but many
people on the mailing list object that it is in no way bona fide GNU on
Windows. Even under the interpretation of `-gnu` as a libc which LLVM
often goes with, it doesn't pass muster either because MinGW uses
msvcrt/ucrt, not any GNU libc. Arguably Cygwin, using a modified (GNU)
Newlib, is the closest thing we have to "GNU on Windows" today.

We couldn't decide on what `windows-*` should replace it, or even
whether there should be such a thing, so absent consensus it is better
to just remove it while it is still recently added and we don't need to
worry about backwards compatibility. We can always re-add it later, but
we can't do nothing now and remove it later.

This partially reverts commit 91f6a7f616b161c25ba2001861a40e662e18c4ad.

* config.sub (windows*-gnu*): Remove.
* doc/config.sub.1: Regenerate.
* testsuite/config-sub.data (x86_64-windows-gnu): Remove.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

lp:telegnome Development 2009-05-27 07:38:38 UTC telegnome 2023-09-19 06:09:18 UTC
278. Add Hungarian translation

Author: Balázs Úr
Revision Date: 2023-09-19 06:09:18 UTC

Add Hungarian translation

lp:del Development 2023-09-18 14:01:15 UTC del 2023-09-18 14:01:15 UTC
4. deb file

Author: 6a6ak
Revision Date: 2023-09-18 13:59:59 UTC

deb file

lp:libunistring Development 2011-10-11 18:40:57 UTC libunistring 2023-09-18 11:51:14 UTC
356. Fix shared library support on Android...

Author: Bruno Haible
Revision Date: 2023-09-18 11:51:14 UTC

Fix shared library support on Android.

Patch from <https://savannah.gnu.org/patch/index.php?10393>.

* m4/libtool.m4: On Android, fix library_names_spec and
hardcode_libdir_flag_spec.

lp:libiconv Development 2010-07-31 16:53:50 UTC libiconv 2023-09-18 11:35:39 UTC
1271. Fix shared library support on Android...

Author: Bruno Haible
Revision Date: 2023-09-18 11:35:39 UTC

Fix shared library support on Android.

Patch from <https://savannah.gnu.org/patch/index.php?10393>.

* m4/libtool.m4: On Android, fix library_names_spec and
hardcode_libdir_flag_spec.
* libcharset/m4/libtool.m4: Likewise.

lp:ufw Development 2018-01-14 18:59:11 UTC ufw 2023-09-17 16:49:03 UTC
1160. doc/ufw-framework.8: add info for LXD...

Author: Jamie Strandboge
Revision Date: 2023-09-17 16:49:03 UTC

doc/ufw-framework.8: add info for LXD

References:
* https://discuss.linuxcontainers.org/t/lxd-bridge-doesnt-work-with-ipv4-and-ufw-with-nftables/10034/34

lp:openstack-venus Development 2021-03-19 00:50:28 UTC openstack-venus 2023-09-15 13:49:47 UTC
413. Update master for stable/2023.2 Add ...

Author: OpenStack Release Bot
Revision Date: 2023-09-15 13:49:47 UTC

Update master for stable/2023.2

Add file to the reno documentation build to show release notes for
stable/2023.2.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.

Sem-Ver: feature
Change-Id: I66d2f245befc9955cd77573359acb647d411112e

lp:~itachi-san/telegram-desktop/gyp Development 2016-12-19 12:54:50 UTC telegram-desktop 2023-09-14 15:02:22 UTC
2172. Added support for constructing Xcode ...

Author: David Gatwood
Revision Date: 2023-09-14 15:02:22 UTC

Added support for constructing Xcode project files that import XCFrameworks.

Bug: N/A
Change-Id: I7457406894f76110b834fe052d395be2c21ca39a
Reviewed-on: https://chromium-review.googlesource.com/c/external/gyp/+/4858505
Reviewed-by: Mark Mentovai <mark@chromium.org>

lp:rusty Development 2023-09-13 22:43:54 UTC rusty 2023-09-13 22:43:54 UTC
16. Update index.html

Author: AnguloRecto2
Revision Date: 2023-09-13 21:54:44 UTC

Update index.html

lp:gperf Development 2010-01-27 17:00:00 UTC gperf 2023-09-07 11:20:52 UTC
390. Fix "make extracheck" failure (regres...

Author: Bruno Haible
Revision Date: 2023-09-07 11:20:52 UTC

Fix "make extracheck" failure (regression 2016-11-27).

* tests/validate (KR-C): Remove the test against ' const ', since the
input files jstest*.gperf now contain 'const' keywords.

lp:~itachi-san/telegram-desktop/breakpad Development 2016-05-04 12:27:18 UTC telegram-desktop 2023-09-06 20:16:57 UTC
2145. The ARM64 stack walker was doing an i...

Author: Ivan Penkov
Revision Date: 2023-09-06 20:16:57 UTC

The ARM64 stack walker was doing an illegal down cast from base-class (StackFrame) to derived-class (StackFrameARM64).

Inline frames are always of the base-class type (StackFrame). Treating them as derived-class and accessing members is causing buffer overflows.

Change-Id: Ib41b74256e6162e7d2b14ca3905dfaf5591b9c86
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/4847317
Reviewed-by: Joshua Peraza <jperaza@chromium.org>

lp:~scilab.team/scilab/6.1 Development 2023-01-06 13:25:32 UTC scilab 2023-09-01 13:08:20 UTC
33314. fix #17090 - Scilab help could no mor...

Author: Vincent COUVERT
Revision Date: 2023-09-01 13:08:20 UTC

fix #17090 - Scilab help could no more be built under macOS since Java 17 migration.

Closes #17090
See https://gitlab.com/scilab/scilab/-/merge_requests/489

lp:bigdft Development 2022-09-06 14:34:55 UTC bigdft 2023-09-01 10:55:39 UTC
1973. Merge branch 'devel' into 'devel' La...

Author: Luigi Genovese
Revision Date: 2023-09-01 10:55:39 UTC

Merge branch 'devel' into 'devel'

Last version before starting of 1.9.5 series

See merge request l_sim/bigdft-suite!310

lp:scilab Development 2010-08-01 16:13:05 UTC scilab 2023-09-01 07:59:36 UTC
33311. fix #17044: use same execution time a...

Author: Vincent COUVERT
Revision Date: 2023-09-01 07:59:36 UTC

fix #17044: use same execution time assertion for all platforms.

No non-regression test added since it is already a fix on a non-regression test :-)

Closes #15701 and #17044
See https://gitlab.com/scilab/scilab/-/merge_requests/498

lp:~stk/stk/stk-assets Development 2016-04-03 01:50:47 UTC stk 2023-08-31 16:09:05 UTC
5763. Fix broken checkline in snowtuxpeak

Author: benaustk
Revision Date: 2023-08-31 16:09:05 UTC

Fix broken checkline in snowtuxpeak

lp:wowpreklad Development 2017-10-01 19:47:06 UTC wowpreklad 2023-08-30 20:46:15 UTC
819. * Fixed: Process task export error.

Author: chronos
Revision Date: 2023-08-30 20:46:15 UTC

* Fixed: Process task export error.

lp:opensrf Development 2011-10-18 14:40:04 UTC opensrf 2023-08-30 12:19:27 UTC
2260. LP2023560: Update instructions for De...

Author: Jason Stephenson
Revision Date: 2023-08-30 12:19:27 UTC

LP2023560: Update instructions for Debian Bookworm

Update README and Makefile.install comments for installation on Debian
12 Bookworm.

Signed-off-by: Jason Stephenson <jason@sigio.com>

lp:~peci1/http-relay/master Development 2023-08-29 00:30:49 UTC http-relay 2023-08-29 00:30:49 UTC
13. Enable CI

Author: Martin Pecka
Revision Date: 2023-08-16 16:49:27 UTC

Enable CI

lp:autopoweroff Development 2022-09-24 15:04:13 UTC autopoweroff 2023-08-27 14:31:08 UTC
278. Reduce logo size to 64x64, from 192x1...

Author: Hans Deragon
Revision Date: 2023-08-27 14:31:08 UTC

Reduce logo size to 64x64, from 192x192.

lp:box64 Development 2023-08-26 20:54:01 UTC box64 2023-08-26 20:54:01 UTC
3040. Fixed detection and loading of progra...

Author: ptitSeb
Revision Date: 2023-08-26 15:08:27 UTC

Fixed detection and loading of program linked with glibc 2.34+

lp:network-manager-pptp Development 2010-08-01 01:44:28 UTC network-manager-pptp 2023-08-16 10:14:43 UTC
539. Update Galician translation

Author: Fran Diéguez
Revision Date: 2023-08-16 10:14:43 UTC

Update Galician translation

lp:quilt Development 2011-06-12 17:48:53 UTC quilt 2023-08-10 08:59:36 UTC
1482. config: Update install-sh to version ...

Author: Jean Delvare
Revision Date: 2023-08-10 08:59:36 UTC

config: Update install-sh to version 2016-01-11.22

The install-sh script we ship has issues. It is not able to install
multiple files at once, and is unable to create directories when all
their parent elements do not already exist.

Update to a more recent version of that script where these issues are
fixed. Also set the executable bit so that the script can actually be
run.

This fixes bug #64430:
https://savannah.nongnu.org/bugs/index.php?64430

Signed-off-by: Jean Delvare <jdelvare@suse.de>

lp:paxmirabilis Mature 2012-02-16 23:50:15 UTC paxmirabilis 2023-08-03 22:15:24 UTC
238. import MirBSD contrib/samples/portmdo...

Author: tg
Revision Date: 2023-08-03 22:15:24 UTC

import MirBSD contrib/samples/portmdoc,v 1.19

lp:libvterm Development 2022-10-13 20:39:40 UTC libvterm 2023-08-03 18:43:28 UTC
839. Bumped VERSION to 0.3.3

Author: Paul "LeoNerd" Evans
Revision Date: 2023-08-03 18:43:28 UTC

Bumped VERSION to 0.3.3

lp:patchwork Development 2015-11-06 00:27:11 UTC patchwork 2023-08-01 17:48:12 UTC
1963. requirements: Bump mysqlclient to 2.1...

Author: Stephen Finucane
Revision Date: 2023-08-01 17:48:12 UTC

requirements: Bump mysqlclient to 2.1.x

Signed-off-by: Stephen Finucane <stephen@that.guru>

lp:npemwin Mature 2013-01-15 02:40:01 UTC npemwin 2023-07-31 23:51:31 UTC
439. Revised menus of the web page to remo...

Author: Jose F Nieves
Revision Date: 2023-07-31 23:51:31 UTC

Revised menus of the web page to remove the references to unexistent
noaaport sites.

lp:pangoterm Development 2012-03-09 12:44:13 UTC pangoterm 2023-07-31 12:19:58 UTC
631. Handle mouse buttons 6/7 as horizonta...

Author: Paul "LeoNerd" Evans
Revision Date: 2023-07-31 12:19:58 UTC

Handle mouse buttons 6/7 as horizontal scrolling

lp:gnote Development 2010-10-26 17:54:03 UTC gnote 2023-07-30 19:52:27 UTC
3743. Update noteoftheday

Author: aurisc4
Revision Date: 2023-07-30 19:52:27 UTC

Update noteoftheday

lp:klibc Development 2012-02-17 00:37:14 UTC klibc 2023-07-28 00:22:50 UTC
2226. [klibc] 2.0.13 released, next version...

Author: Ben Hutchings
Revision Date: 2023-07-28 00:22:50 UTC

[klibc] 2.0.13 released, next version is 2.0.14

lp:~fcitx-team/fcitx/debian-libpinyin Development 2013-11-23 13:46:46 UTC fcitx 2023-07-25 13:02:45 UTC
76. Disable webengine/qt in mipsel

Author: Boyuan Yang
Revision Date: 2023-07-25 13:02:45 UTC

Disable webengine/qt in mipsel

lp:pixman Development 2010-06-12 11:54:53 UTC pixman 2023-07-18 05:20:01 UTC
2189. pixman-arma64: Adjustments to build w...

Author: Heiko Lewin
Revision Date: 2023-07-18 05:20:01 UTC

pixman-arma64: Adjustments to build with llvm integrated assembler

This enables building the aarch64 assembly with clang.
Changes:
1. Use `.func` or `.endfunc` only if available
2. Prefix macro arg names with `\`
3. Use `\()` instead of `&`
4. Always use commas to separate macro arguments
5. Prefix asm symbols with an undderscore if necessary

lp:libpixman Development 2011-06-12 17:35:41 UTC libpixman 2023-07-09 01:56:40 UTC
2188. mmx: use xmmintrin.h if building with...

Author: Benjamin Gilbert
Revision Date: 2023-07-09 01:56:40 UTC

mmx: use xmmintrin.h if building with SSE2

As of mingw-w64 commit 463f00975, winnt.h includes emmintrin.h when
compiling with SSE2, causing redefinition errors for our copied MMX
intrinsics. If the build is assuming SSE2 anyway, just use the system
header instead.

lp:elastic-stream Development 2023-07-06 10:33:07 UTC elastic-stream 2023-07-06 10:33:07 UTC
907. feat(append): propagate more append e...

Author: daniel-y
Revision Date: 2023-07-06 10:07:40 UTC

feat(append): propagate more append errors to client (#651)

* feat(append): propagate more append errors to client

Signed-off-by: daniel-y <daniel@automq.com>

* feat(pd): `make flatc`

Signed-off-by: Ning Yu <chillax65536@gmail.com>

---------

Signed-off-by: daniel-y <daniel@automq.com>
Signed-off-by: Ning Yu <chillax65536@gmail.com>
Co-authored-by: Ning Yu <chillax65536@gmail.com>

lp:make Development 2014-02-25 00:25:49 UTC make 2023-07-04 18:26:58 UTC
3084. * AUTHORS: Updates

Author: Paul Smith
Revision Date: 2023-07-04 18:26:58 UTC

* AUTHORS: Updates

lp:vcard-studio Development 2018-01-31 07:48:42 UTC vcard-studio 2023-07-02 21:07:39 UTC
160. * Fixed: Show only supported import f...

Author: chronos
Revision Date: 2023-07-02 21:07:39 UTC

* Fixed: Show only supported import formats.

lp:sohbetweb Development 2021-03-28 06:16:53 UTC sohbetweb 2023-07-02 08:08:44 UTC
71. Update index.html

Author: Sohbet Odaları
Revision Date: 2023-07-02 08:08:44 UTC

Update index.html

lp:~linaro-infrastructure/linaro-license-protection/master Development 2014-07-29 08:13:12 UTC linaro-license-protection 2023-06-30 22:28:03 UTC
522. group_auth_ldap.py: change default li...

Author: Kelley Spoon
Revision Date: 2023-06-30 22:28:03 UTC

group_auth_ldap.py: change default linaro group

In ldap, the 'linaro' group was deprecated and
replaced by the 'everybody-flat' group.

Since it was hardcoded here, we need to update
the group name in order to allow linaro
employees access to protected urls.

Change-Id: I6b340728ff26faa64a29fd2384d9ebe321dcff36
Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org>
Reviewed-on: https://review.linaro.org/c/infrastructure/linaro-license-protection/+/44724

lp:libfprint Development 2012-07-16 04:19:53 UTC libfprint 2023-06-21 16:28:38 UTC
1585. goodixmoc: add PID 0x60A4 Signed-off...

Author: Egor Ignatov
Revision Date: 2023-06-21 16:28:38 UTC

goodixmoc: add PID 0x60A4

Signed-off-by: Egor Ignatov <egori@altlinux.org>

lp:bts-lin Development 2009-07-29 18:42:15 UTC bts-lin 2023-06-20 01:34:29 UTC
695. fix(py3k): use yaml.FullLoader when l...

Author: Sandro Tosi
Revision Date: 2023-06-20 01:34:29 UTC

fix(py3k): use yaml.FullLoader when loading yaml files for RRD

lp:nautilus-python Development 2010-07-21 16:16:16 UTC nautilus-python 2023-06-18 18:38:24 UTC
200. nix: Update dependencies

Author: Jan Tojnar
Revision Date: 2023-06-18 18:38:24 UTC

nix: Update dependencies

lp:lazfuck Development 2016-12-17 22:33:46 UTC lazfuck 2023-06-14 19:56:49 UTC
142. * Modified: Code cleanup.

Author: chronos
Revision Date: 2023-06-14 19:56:49 UTC

* Modified: Code cleanup.

lp:~chronoscz/vcard-studio/debian-packaging Development 2018-01-31 07:56:29 UTC vcard-studio 2023-06-13 07:06:33 UTC
15. * Modified: Include packages language...

Author: chronos
Revision Date: 2023-06-13 07:06:33 UTC

* Modified: Include packages language files in the installation file.

lp:~diwic/alsa-driver/snd-firewire-improve Development 2014-04-11 13:07:20 UTC alsa-driver 2023-06-13 02:03:41 UTC
1611. ALSA: firewire: use 'GPL' string for ...

Author: Takashi Sakamoto
Revision Date: 2023-06-13 02:03:41 UTC

ALSA: firewire: use 'GPL' string for module license contributed by Clemens Ladisch

In MODULE_LICENSE macro, "GPL" string obsoletes "GPL v2" string by a
commit bf7fbeeae6db ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2"
bogosity").

This commit uses the preferable expression.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20230611144445.221529-3-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>

lp:zodb Development 2010-04-20 19:32:40 UTC zodb 2023-06-12 00:54:03 UTC
4067. Moved to github

Author: jim
Revision Date: 2013-01-05 18:57:01 UTC

Moved to github

lp:varconf Development 2011-07-22 14:39:04 UTC varconf 2023-06-03 11:13:37 UTC
260. Build in parallel.

Author: Erik Ogenvik
Revision Date: 2023-06-03 11:13:37 UTC

Build in parallel.

lp:~meebey/smuxi/smuxi-head-mirror-master Experimental 2015-05-22 18:24:43 UTC smuxi 2023-06-03 00:22:33 UTC
603. Update from HEAD (master): 6d2c9fbb M...

Author: Mirco Bauer
Revision Date: 2023-06-03 00:22:33 UTC

Update from HEAD (master): 6d2c9fbb Merge branch 'gnome/master'

lp:~meebey/smuxi/smuxi-head-mirror-stable Experimental 2015-05-22 18:27:37 UTC smuxi 2023-06-03 00:02:09 UTC
539. Update from HEAD (stable): bc2882e5 M...

Author: Mirco Bauer
Revision Date: 2023-06-03 00:02:09 UTC

Update from HEAD (stable): bc2882e5 Merge branch 'stable' of git://git.qnetp.net/smuxi into stable

lp:apport Development 2022-04-15 01:43:27 UTC apport 2023-05-17 13:05:03 UTC
3916. refactor: Add ProblemReport._get_sort...

Author: BMaxV
Revision Date: 2023-05-17 13:05:03 UTC

refactor: Add ProblemReport._get_sorted_keys (#187)

lp:gcstar/1.6 Development 2011-06-04 10:49:03 UTC gcstar 2023-05-10 21:16:44 UTC
2112. Support https for plugins

Author: tian
Revision Date: 2017-05-08 09:15:53 UTC

Support https for plugins

lp:miaz Development 2023-05-08 21:46:27 UTC miaz 2023-05-08 21:46:27 UTC
23. Merge pull request #27 from t00m/0.0....

Author: Tomás Vírseda
Revision Date: 2023-05-07 18:20:35 UTC

Merge pull request #27 from t00m/0.0.14

0.0.14

lp:mahimahi Development 2015-10-17 12:22:04 UTC mahimahi 2023-05-05 12:48:10 UTC
688. Update chunked_parser.hh

Author: Rob Figueiredo
Revision Date: 2023-05-05 12:48:10 UTC

Update chunked_parser.hh

lp:~registry/q4wine/packaging-trunk Mature 2013-03-24 23:43:36 UTC q4wine 2023-05-03 19:29:03 UTC
261. New upload to Launchpad.

Author: Tehnick
Revision Date: 2023-05-03 19:29:03 UTC

New upload to Launchpad.

lp:gmult Development 2017-08-30 16:12:37 UTC gmult 2023-04-29 13:07:55 UTC
117. Use a gtkbuilder .ui file for CharBox

Author: Michael Terry
Revision Date: 2023-04-29 13:07:55 UTC

Use a gtkbuilder .ui file for CharBox

lp:gnubik Development 2011-10-12 22:40:00 UTC gnubik 2023-04-28 02:17:43 UTC
388. build: Update tools, fixing configure...

Author: NIIBE Yutaka
Revision Date: 2023-04-28 02:17:43 UTC

build: Update tools, fixing configure and Makefiles.

* README_developer: Update.
* configure.ac (AH_BOTTOM): Add GTK_DISABLE_DEPRECATED define.
(AC_USE_SYSTEM_EXTENSIONS): Replace, instead of AC_GNU_SOURCE.
(GUILE_PKG, GUILE_FLAGS): Use this instead of PKG_CHECK_MODULES.
(AC_CONFIG_FILES): New.
(AC_OUTPUT): No args, with AC_CONFIG_FILES.
* icons/automake.mk (uninstall-icons): Add check with DESTDIR.
* po/automake.mk: Fix call of XGETTEXT with icons/gen-dot-desktop.scm.
Having --directory is enough.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

lp:easyovs Development 2014-04-25 03:39:03 UTC easyovs 2023-04-26 21:21:10 UTC
155. Merge pull request #23 from haojue/py...

Author: Baohua Yang
Revision Date: 2023-04-26 21:21:10 UTC

Merge pull request #23 from haojue/python3support

easyovs python3 support

lp:~daiv05/p1/trunk Development 2023-04-24 21:50:10 UTC p1 2023-04-24 21:50:10 UTC
1. initial

Author: <email address hidden>
Revision Date: 2023-04-23 05:38:42 UTC

initial

lp:jupp Mature 2012-08-19 20:56:57 UTC jupp 2023-04-17 01:46:27 UTC
739. sync clog and others plus commit batc...

Author: tg
Revision Date: 2023-04-17 01:46:27 UTC

sync clog and others plus commit batch queue and TNF sync

lp:libgee Development 2010-06-29 09:57:53 UTC libgee 2023-04-13 21:44:42 UTC
533. Implementations of "G List.get()" sho...

Author: Rico Tzschichholz
Revision Date: 2023-04-13 21:44:42 UTC

Implementations of "G List.get()" should use non-nullable return as defined

lp:juicefs Development 2023-04-10 05:45:16 UTC juicefs 2023-04-10 05:45:16 UTC
2392. doc: Fix typo (#3448)

Author: Git'Fellow
Revision Date: 2023-04-10 02:00:52 UTC

doc: Fix typo (#3448)

lp:alltray Development 2011-07-21 05:29:51 UTC alltray 2023-04-05 06:27:55 UTC
215. Merge pull request #7 from bill-auger...

Author: Michael B. Trausch
Revision Date: 2023-04-05 06:27:55 UTC

Merge pull request #7 from bill-auger/master

clarify glib<->gtk ambiguity

lp:bottledwater Development 2015-05-14 09:10:31 UTC bottledwater 2023-04-05 03:33:21 UTC
146. chore: update repo codeowners [ci ski...

Author: ConfluentTools
Revision Date: 2023-04-05 03:33:21 UTC

chore: update repo codeowners [ci skip] (#155)

Co-authored-by: Confluent Jenkins Bot <jenkins@confluent.io>

lp:yt-dlp-ut Development 2023-04-02 21:54:45 UTC yt-dlp-ut 2023-04-02 21:54:45 UTC
15584. Automated Daily Builds

Author: Ozaki Naoya
Revision Date: 2023-03-15 00:54:14 UTC

Automated Daily Builds

lp:xt7-player Development 2011-11-30 14:12:37 UTC xt7-player 2023-03-24 09:46:20 UTC
763. Fix shadow placement on fileview on n...

Author: Kokoko3k
Revision Date: 2023-03-24 09:46:20 UTC

Fix shadow placement on fileview on newer gambas

lp:~reviczky/context/mirror Development 2018-05-15 12:33:09 UTC context 2023-03-20 16:14:54 UTC
1927. 2023-03-20 15:44:00

Author: Hans Hagen
Revision Date: 2023-03-20 16:14:54 UTC

2023-03-20 15:44:00

lp:rts2 Development 2023-03-19 15:44:56 UTC rts2 2023-03-19 15:44:56 UTC
9529. Merge pull request #62 from jstrobl/m...

Author: Jan Štrobl
Revision Date: 2023-03-19 13:10:54 UTC

Merge pull request #62 from jstrobl/master

OK, using a "squash and merge" method for merging is not a best idea in this case. Let's do this merge properly to preserve the individual commits made by me...

lp:ncipserver Development 2016-08-08 13:25:56 UTC ncipserver 2023-03-14 18:42:10 UTC
308. Fix table formatting Signed-off-by: ...

Author: Josh Stompro
Revision Date: 2023-03-14 18:42:10 UTC

Fix table formatting

Signed-off-by: Josh Stompro <stomproj@larl.org>

lp:~ximion/packagekit/packagekit-qt-debian Development 2012-12-04 12:02:21 UTC packagekit 2023-03-10 17:52:18 UTC
67. Finalize changelog for 1.1.1-1

Author: Matthias Klumpp
Revision Date: 2023-03-10 17:52:18 UTC

Finalize changelog for 1.1.1-1

lp:~chronoscz/wowpreklad/debian-packaging Development 2017-10-01 19:50:28 UTC wowpreklad 2023-03-06 13:21:15 UTC
8. * Fixed: DEB build script.

Author: chronos
Revision Date: 2023-03-06 13:21:15 UTC

* Fixed: DEB build script.

lp:xboard Mature 2011-10-12 23:36:47 UTC xboard 2023-02-28 20:33:26 UTC
2744. Update build instructions in README ...

Author: Tim Mann
Revision Date: 2023-02-28 20:33:26 UTC

Update build instructions in README

If you cloned the source from git, there is no ./configure file, so
you will have to run ./autogen.sh first to create ./configure. That's
already in INSTALL, but wasn't in the short instructions in README.
Since it's normally needed, I added it in README too.

lp:mod-flvx Development 2012-07-12 09:47:52 UTC mod-flvx 2023-02-27 12:51:17 UTC
12. Merge pull request #2 from fweimer-rh...

Author: Osvaldo Santana Neto
Revision Date: 2023-02-27 12:51:17 UTC

Merge pull request #2 from fweimer-rh/c99

Improve C99 compatibility

Thanks to @fweimer-rh!

lp:~neon/poxml/master Development 2013-02-11 17:07:24 UTC poxml 2023-02-25 03:39:01 UTC
287. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-02-25 03:39:01 UTC

GIT_SILENT Sync po/docbooks with svn

lp:dietlibc Development 2012-05-11 21:38:41 UTC dietlibc 2023-02-15 18:21:54 UTC
2537. add wctob

Author: leitner
Revision Date: 2023-02-15 18:21:54 UTC

add wctob

lp:refind Development 2015-07-26 19:50:48 UTC refind 2023-02-15 01:32:11 UTC
758. Document new follow_symlinks option

Author: Rod Smith
Revision Date: 2023-02-15 01:32:11 UTC

Document new follow_symlinks option

lp:ubuntu-unity Development 2022-04-28 15:59:38 UTC ubuntu-unity 2023-02-14 10:45:40 UTC
17. Add credits to README

Author: Rudra Saraswat
Revision Date: 2023-02-14 10:45:40 UTC

Add credits to README

lp:searchcrew Development 2023-02-12 16:08:54 UTC searchcrew 2023-02-12 16:08:54 UTC
13. Update and rename default2.aspx to de...

Author: Slendy
Revision Date: 2023-01-27 19:17:35 UTC

Update and rename default2.aspx to default.aspx

lp:osip Mature 2011-10-13 00:57:14 UTC osip 2023-02-10 11:36:45 UTC
977. [spelling] fix spelling in comment [n...

Author: Aymeric Moizard
Revision Date: 2023-02-10 11:36:45 UTC

[spelling] fix spelling in comment [no change]

lp:mandos/release Development 2014-11-08 02:33:47 UTC mandos 2023-02-08 00:05:18 UTC
409. Version 1.8.16-1 * Makefile (version...

Author: Teddy Hogeborn
Revision Date: 2023-02-08 00:05:18 UTC

Version 1.8.16-1

* Makefile (version): Change to "1.8.16".
* NEWS (Version 1.8.16): Add new entry.
* debian/changelog (1.8.16-1): - '' -

lp:~neon/project-neon/polkit-kde-kcmmodules-1 Development 2011-01-31 11:22:49 UTC project-neon 2023-02-07 13:58:36 UTC
228. Add Gitlab CI

Author: Alexander Volkov
Revision Date: 2023-02-07 13:58:36 UTC

Add Gitlab CI

lp:xserver-xorg-video-intel Development 2009-12-16 18:05:16 UTC xserver-xorg-video-intel 2023-02-01 18:07:58 UTC
8611. sna: Shut up enum warns The libdrm e...

Author: Ville Syrjälä
Revision Date: 2023-02-01 18:07:58 UTC

sna: Shut up enum warns

The libdrm enum usage is a mess, and modern gcc is unhappy about
the implicit conversions:
../src/sna/sna_present.c:229:26: warning: implicit conversion from ‘enum <anonymous>’ to ‘enum drm_vblank_seq_type’ [-Wenum-conversion]

Just cast to an integer type to silence the warns.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

lp:~agrendev/tuxguitar/debian-tuxguitar Development 2021-04-04 21:07:48 UTC tuxguitar 2023-02-01 05:06:00 UTC
126. Prepare changelog for upload

Author: Tony Mancill
Revision Date: 2023-02-01 05:06:00 UTC

Prepare changelog for upload

lp:src-highlite Mature 2011-10-11 02:50:01 UTC src-highlite 2023-01-30 03:58:41 UTC
243. Make tests parallel-safe This change...

Author: Tom Tromey
Revision Date: 2023-01-30 03:58:41 UTC

Make tests parallel-safe

This changes the test suite to be parallel-safe. It also changes the
'diff' tests to cause a 'make' failure when the diff changes, which I
think is more reliable.

Ideally it would be better to switch this all to automake testing, so
that the output could be prettier.

lp:~stk/stk/stk-packaging-debian Development 2019-12-20 22:09:31 UTC stk 2023-01-28 14:25:35 UTC
127. Merge branch 'simde_built_using' into...

Author: Reiner Herrmann
Revision Date: 2023-01-28 14:25:35 UTC

Merge branch 'simde_built_using' into 'master'

As per Debian Policy 7.8 and the GPL, document which version of libsimde-dev...

See merge request games-team/supertuxkart!8

lp:~minos-archive/minos/i3 Development 2015-01-06 07:20:11 UTC minos 2023-01-24 05:00:11 UTC
184. automatic sync 24-01-2023:00:00

Author: Javier López
Revision Date: 2023-01-24 05:00:11 UTC

automatic sync 24-01-2023:00:00

lp:gcedit Development 2012-09-13 17:42:34 UTC gcedit 2023-01-19 21:14:37 UTC
115. some changes for consistency between ...

Author: Joseph Lansdowne
Revision Date: 2023-01-19 21:14:37 UTC

some changes for consistency between projects

lp:festcat Development 2013-05-24 17:44:35 UTC festcat 2023-01-12 19:19:15 UTC
174. Remove CI, it takes too long to build

Author: Sergio Oller
Revision Date: 2023-01-12 19:19:15 UTC

Remove CI, it takes too long to build

101200 of 8579 results