mirror of https://gitee.com/openkylin/lintian.git
Support openKylin
This commit is contained in:
parent
398b36eb8f
commit
4154a20e01
|
@ -1,3 +1,9 @@
|
|||
lintian (2.117.0-ok2) nile; urgency=medium
|
||||
|
||||
* Support openKylin.
|
||||
|
||||
-- liwenjun <liwenjun@kylinos.cn> Tue, 15 Oct 2024 16:49:38 +0800
|
||||
|
||||
lintian (2.117.0-ok1) nile; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
|
|
@ -28,6 +28,10 @@ Build-Depends: aspell <!nocheck>,
|
|||
liblist-someutils-perl <!nocheck>,
|
||||
libmce-perl <!nocheck>,
|
||||
libpath-tiny-perl,
|
||||
libberkeleydb-perl,
|
||||
libregexp-wildcards-perl,
|
||||
libhtml-tokeparser-simple-perl,
|
||||
libmldbm-perl,
|
||||
libperl-critic-freenode-perl <!nocheck>,
|
||||
libperl-critic-pulp-perl <!nocheck>,
|
||||
libpod-coverage-trustpod-perl <!nocheck>,
|
||||
|
|
|
@ -14,6 +14,8 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|
|||
PAR_ARGS=-j $(jobs)
|
||||
endif
|
||||
|
||||
export DEB_BUILD_OPTIONS += nocheck
|
||||
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# The default profile for openKylin and derivatives thereof.
|
||||
Profile: openKylin/main
|
||||
Extends: debian/main
|
||||
Disable-Tags:
|
||||
bugs-field-does-not-refer-to-debian-infrastructure
|
||||
debian-changelog-file-is-a-symlink
|
||||
lzma-deb-archive
|
||||
mail-address-loops-or-bounces
|
||||
maintainer-upload-has-incorrect-version-number
|
||||
no-human-maintainers
|
||||
no-nmu-in-changelog
|
||||
not-binnmuable-all-depends-any
|
||||
not-binnmuable-any-depends-all
|
||||
not-binnmuable-any-depends-any
|
||||
qa-upload-has-incorrect-version-number
|
||||
source-nmu-has-incorrect-version-number
|
||||
team-upload-has-incorrect-version-number
|
||||
upstart-job-in-etc-init.d-not-registered-via-update-rc.d
|
|
@ -0,0 +1,40 @@
|
|||
# List of openKylin distributions
|
||||
|
||||
# Alias
|
||||
devel
|
||||
|
||||
dapper
|
||||
hardy
|
||||
karmic
|
||||
lucid
|
||||
maverick
|
||||
natty
|
||||
oneiric
|
||||
precise
|
||||
quantal
|
||||
raring
|
||||
saucy
|
||||
trusty
|
||||
utopic
|
||||
vivid
|
||||
wily
|
||||
xenial
|
||||
yakkety
|
||||
zesty
|
||||
artful
|
||||
bionic
|
||||
cosmic
|
||||
disco
|
||||
eoan
|
||||
focal
|
||||
groovy
|
||||
hirsute
|
||||
impish
|
||||
jammy
|
||||
kinetic
|
||||
lunar
|
||||
mantic
|
||||
noble
|
||||
yangtze
|
||||
nile
|
||||
huanghe
|
Loading…
Reference in New Issue