Merge ~danilogondolfo/ubuntu/+source/devscripts:lp2046242 into ubuntu/+source/devscripts:ubuntu/devel

Proposed by Danilo Egea Gondolfo
Status: Needs review
Proposed branch: ~danilogondolfo/ubuntu/+source/devscripts:lp2046242
Merge into: ubuntu/+source/devscripts:ubuntu/devel
Diff against target: 51 lines (+12/-3)
3 files modified
debian/changelog (+9/-0)
debian/control (+2/-2)
debian/rules (+1/-1)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Disapprove
git-ubuntu import Pending
Review via email: mp+457316@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Danilo Egea Gondolfo (danilogondolfo) wrote (last edit ):
Revision history for this message
Simon Quigley (tsimonq2) wrote :
review: Disapprove
Revision history for this message
Danilo Egea Gondolfo (danilogondolfo) wrote :

That's great, thanks! ;)

Unmerged commits

95df620... by Danilo Egea Gondolfo

Changelog

b24801c... by Danilo Egea Gondolfo

Update maintainer

bd89e09... by Danilo Egea Gondolfo

Move libgitlab-api-v4-perl to Suggests on Ubuntu

Use the logic present in debian/rules to add libgitlab-api-v4-perl to
Suggests on Ubuntu and keep it in Recommends on Debian.

The reason for this change is that we're considering moving
libgitlab-api-v4-perl to universe on Ubuntu but devscripts is in main.

When libgitlab-api-v4-perl is not installed a message will be displayed:

$ salsa
You must install GitLab::API::v4

b1645fa... by Simon Quigley

2.23.6build1 (patches unapplied)

Imported using git-ubuntu import.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index e546fc2..4d34e3f 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,12 @@
6+devscripts (2.23.6ubuntu1) noble; urgency=medium
7+
8+ * Move libgitlab-api-v4-perl to Suggests on Ubuntu (LP: #2046242).
9+ Use the logic present in debian/rules to add libgitlab-api-v4-perl to
10+ Suggests on Ubuntu and keep it in Recommends on Debian. This change
11+ was merged upstream and can be dropped on the next package version update.
12+
13+ -- Danilo Egea Gondolfo <danilo.egea.gondolfo@canonical.com> Tue, 12 Dec 2023 10:53:38 +0000
14+
15 devscripts (2.23.6build1) noble; urgency=medium
16
17 * No-change rebuild to pick up Noble.
18diff --git a/debian/control b/debian/control
19index 2aa9398..9ee9274 100644
20--- a/debian/control
21+++ b/debian/control
22@@ -1,7 +1,8 @@
23 Source: devscripts
24 Section: devel
25 Priority: optional
26-Maintainer: Devscripts Maintainers <devscripts@packages.debian.org>
27+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
28+XSBC-Original-Maintainer: Devscripts Maintainers <devscripts@packages.debian.org>
29 Uploaders:
30 Mattia Rizzolo <mattia@debian.org>,
31 Benjamin Drung <bdrung@debian.org>,
32@@ -100,7 +101,6 @@ Recommends:
33 libdpkg-perl,
34 libencode-locale-perl,
35 libgit-wrapper-perl,
36- libgitlab-api-v4-perl,
37 libjson-perl,
38 liblist-compare-perl,
39 libstring-shellquote-perl,
40diff --git a/debian/rules b/debian/rules
41index 26c5c34..696a6b7 100755
42--- a/debian/rules
43+++ b/debian/rules
44@@ -1,6 +1,6 @@
45 #!/usr/bin/make -f
46
47-UBU_SUGGESTS=debian-keyring, equivs, liblwp-protocol-https-perl, libsoap-lite-perl, pristine-tar
48+UBU_SUGGESTS=debian-keyring, equivs, libgitlab-api-v4-perl, liblwp-protocol-https-perl, libsoap-lite-perl, pristine-tar
49 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo ubuntu),ubuntu)
50 SUBSTVARS=-V'vendor:Suggests=$(UBU_SUGGESTS)' -V'vendor:Recommends='
51 else

Subscribers

People subscribed via source and target branches