Dylan Aïssi pushed to branch debian-unstable at X Strike Force / wayland / wayland-utils
Commits:
-
e1ee17b0
by Dylan Aïssi at 2025-01-27T18:30:20+01:00
-
9e183f3e
by Dylan Aïssi at 2025-01-27T18:30:52+01:00
-
b8be18a9
by Dylan Aïssi at 2025-01-27T18:33:02+01:00
3 changed files:
Changes:
1 | +wayland-utils (1.2.0-2) UNRELEASED; urgency=medium
|
|
2 | + |
|
3 | + * Team upload.
|
|
4 | + * Switch Build-Deps from pkg-config to pkgconf
|
|
5 | + * Standards-Version: 4.7.0 (no changes required)
|
|
6 | + * Drop empty debian/patches
|
|
7 | + * Drop unneeded comment in debian/rules
|
|
8 | + * Fix typo in previous d/changelog entry
|
|
9 | + * debian/watch: fix pattern by using the same already used
|
|
10 | + by other wayland packages
|
|
11 | + |
|
12 | + -- Dylan Aïssi <daissi@debian.org> Mon, 27 Jan 2025 18:31:21 +0100
|
|
13 | + |
|
1 | 14 | wayland-utils (1.2.0-1) unstable; urgency=medium
|
2 | 15 | |
3 | 16 | * New upstream release v1.2.0
|
1 | 1 | #!/usr/bin/make -f
|
2 | 2 | |
3 | -#export DH_VERBOSE = 1
|
|
4 | 3 | export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
5 | 4 | |
6 | 5 | %:
|