1
0

take package ownership

This commit is contained in:
2025-08-11 15:23:25 +03:00
parent c2c1923c7b
commit f5964f291b
3 changed files with 7 additions and 18 deletions

6
debian/rules.conf vendored
View File

@@ -145,11 +145,7 @@ GCC_SOURCE_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-.*//')
NEXT_GCC_SOURCE_VERSION := $(shell echo $(GCC_SOURCE_VERSION) | \
awk -F. '{OFS="."; $$2 += 1; $$3=0; print}')
MAINTAINER = Debian GCC Maintainers <debian-gcc@lists.debian.org>
ifeq ($(distribution),Ubuntu)
MAINTAINER = Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
endif
UPLOADERS = Matthias Klose <doko@debian.org>
MAINTAINER = Konstantin Demin <rockdrilla@gmail.com>
DPKGV = 1.14.15
ifeq ($(with_multiarch_lib),yes)