Skip to content

Commit

Permalink
Merge branch 'gitlab-fix' into 'main'
Browse files Browse the repository at this point in the history
Do not require versioned dpkg-dev on CI

See merge request apt-team/apt!332
  • Loading branch information
julian-klode committed Feb 28, 2024
2 parents c193111 + 68ddc4a commit 0108412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Uploaders: Michael Vogt <mvo@debian.org>,
David Kalnischkies <donkult@debian.org>
Rules-Requires-Root: no
Standards-Version: 4.1.1
Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.4),
Build-Depends: dpkg-dev (>= 1.22.5) <!pkg.apt.ci>,
cmake (>= 3.4),
debhelper-compat (= 12),
docbook-xml <!nodoc>,
docbook-xsl <!nodoc>,
Expand Down
2 changes: 1 addition & 1 deletion prepare-release
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ elif [ "$1" = 'buildlog' ]; then
shift
done
elif [ "$1" = 'travis-ci' ]; then
apt-get build-dep -qy .
apt-get build-dep -P pkg.apt.ci -qy .
apt-get install -qy --no-install-recommends dctrl-tools
for t in $(grep '^Tests: ' debian/tests/control | cut -d':' -f 2- | tr ',' '\n'); do
apt-get satisfy -qy --no-install-recommends "base-files,$(grep-dctrl -ns Depends -F Tests $t ./debian/tests/control | sed -e 's#@[^,<>()@]*@\s*,\s*##g' -e 's#@\s*,\s*##g')"
Expand Down

0 comments on commit 0108412

Please sign in to comment.