attempt to fix xwayland frac scale: 69420
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1m1s
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 1m1s
This commit is contained in:
parent
483201997a
commit
ca2bce0382
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
|||||||
15
|
16
|
||||||
|
14
debian/.gitignore
vendored
14
debian/.gitignore
vendored
@ -1,14 +0,0 @@
|
|||||||
/*.debhelper.log
|
|
||||||
/*.substvars
|
|
||||||
/.debhelper/
|
|
||||||
/debhelper-build-stamp
|
|
||||||
/files
|
|
||||||
/gir1.2-mutter-*/
|
|
||||||
/libmutter-*-0/
|
|
||||||
/libmutter-*-dev/
|
|
||||||
/libmutter-test-*/
|
|
||||||
/mutter-*-tests/
|
|
||||||
/mutter-common-bin/
|
|
||||||
/mutter-common/
|
|
||||||
/mutter/
|
|
||||||
/tmp/
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,4 @@
|
|||||||
mutter (46.4-101pika1) pika; urgency=medium
|
mutter (46.4-101pika1) unstable; urgency=medium
|
||||||
|
|
||||||
* fix xwayland blur in fracscale
|
|
||||||
|
|
||||||
-- Jeremy Bícha <jbicha@ubuntu.com> Sun, 04 Aug 2024 12:37:19 -0400
|
|
||||||
|
|
||||||
mutter (46.4-1) unstable; urgency=medium
|
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
* debian/libmutter-14-0.symbols: Update
|
* debian/libmutter-14-0.symbols: Update
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -4,8 +4,9 @@ include /usr/share/dpkg/default.mk
|
|||||||
|
|
||||||
built_binaries := $(shell dh_listpackages)
|
built_binaries := $(shell dh_listpackages)
|
||||||
|
|
||||||
export DEB_CFLAGS_MAINT_APPEND = -Wno-error -Wno-deprecated-declarations -Wno-unused-variable
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
export DPKG_GENSYMBOLS_CHECK_LEVEL = 0
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1
|
||||||
|
export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
|
||||||
|
|
||||||
# Following upstream method to compute the API version
|
# Following upstream method to compute the API version
|
||||||
MUTTER_MAJOR_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/[~.].*//')
|
MUTTER_MAJOR_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/[~.].*//')
|
||||||
|
Loading…
Reference in New Issue
Block a user