Update rules

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-01-28 20:55:17 +03:00 committed by GitHub
parent 9ec15472f7
commit 4efd80813e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
debian/rules vendored
View File

@ -1,6 +1,9 @@
#!/usr/bin/make -f #!/usr/bin/make -f
export DEB_CFLAGS_MAINT_APPEND = -Wno-error
export DEB_LDFLAGS_MAINT_APPEND = -Wno-error export DEB_CFLAGS_MAINT_APPEND=-Wno-error
export DEB_LDFLAGS_MAINT_APPEND=-Wno-error
export DEB_BUILD_OPTIONS=nocheck
include /usr/share/dpkg/pkg-info.mk include /usr/share/dpkg/pkg-info.mk
SUPPORT = https://www.debian.org/support SUPPORT = https://www.debian.org/support