take package ownership
This commit is contained in:
6
debian/rules.conf
vendored
6
debian/rules.conf
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user