Merge ~mitchdz/ubuntu/+source/at:merge-at-lp2040367-noble into ubuntu/+source/at:debian/sid

Proposed by Mitchell Dzurick
Status: Merged
Merge reported by: git-ubuntu bot
Merged at revision: 75d13cd0fa083f00071104e01d8ed07068f4b8a0
Proposed branch: ~mitchdz/ubuntu/+source/at:merge-at-lp2040367-noble
Merge into: ubuntu/+source/at:debian/sid
Diff against target: 55 lines (+20/-2)
2 files modified
debian/changelog (+17/-0)
debian/control (+3/-2)
Reviewer Review Type Date Requested Status
Bryce Harrington (community) Approve
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+460359@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

Autopkgtests ran

* Results:
  - at/3.2.5-2.1ubuntu1~noble1
    + ✅ at on noble for amd64 @ 16.02.24 20:20:27
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-noble-mitchdz-merge-at-lp2040367-noble/noble/amd64/a/at/20240216_202027_43f4a@/log.gz
    + ✅ at on noble for arm64 @ 16.02.24 20:18:04
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-noble-mitchdz-merge-at-lp2040367-noble/noble/arm64/a/at/20240216_201804_49434@/log.gz
    + ✅ at on noble for armhf @ 16.02.24 20:17:01
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-noble-mitchdz-merge-at-lp2040367-noble/noble/armhf/a/at/20240216_201701_dc2c2@/log.gz
    + ✅ at on noble for ppc64el @ 16.02.24 20:17:11
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-noble-mitchdz-merge-at-lp2040367-noble/noble/ppc64el/a/at/20240216_201711_402e1@/log.gz

Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks, just one minor fix needed.

review: Needs Fixing
Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

Thanks a ton Bryce! I was curious about that, and saw a few other random merges kept the : in so I figured that's just the way we like to do it.

Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

Fixed the changelog in this branch. Not rebuilding in my PPA for that change.

Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks, I've sponsored the upload, sorry I didn't notice this was ready until now.

review: Approve

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 a749851..e2f5874 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,12 @@
6+at (3.2.5-2.1ubuntu1) noble; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2040367). Remaining changes:
9+ - Replace Recommends on "default-mta | mail-transport-agent" with
10+ Suggests to prevent this seeded package from pulling in an MTA on
11+ Ubuntu by default (LP #1968874).
12+
13+ -- Mitchell Dzurick <mitchell.dzurick@canonical.com> Fri, 09 Feb 2024 16:07:33 -0700
14+
15 at (3.2.5-2.1) unstable; urgency=medium
16
17 * Non-maintainer upload.
18@@ -13,6 +22,14 @@ at (3.2.5-2) unstable; urgency=medium
19
20 -- Jose M Calhariz <calhariz@debian.org> Sun, 25 Jun 2023 22:46:36 +0100
21
22+at (3.2.5-1ubuntu1) jammy; urgency=medium
23+
24+ * Replace Recommends on "default-mta | mail-transport-agent" with
25+ Suggests to prevent this seeded package from pulling in an MTA on
26+ Ubuntu by default (LP: #1968874).
27+
28+ -- Robie Basak <robie.basak@ubuntu.com> Thu, 14 Apr 2022 01:23:36 +0100
29+
30 at (3.2.5-1) unstable; urgency=medium
31
32 * Fix: atd forgets to run a job in the queue (Closes: #1004972), thank
33diff --git a/debian/control b/debian/control
34index cb1248e..18e9d0f 100644
35--- a/debian/control
36+++ b/debian/control
37@@ -1,7 +1,8 @@
38 Source: at
39 Section: admin
40 Priority: standard
41-Maintainer: Jose M Calhariz <calhariz@debian.org>
42+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
43+XSBC-Original-Maintainer: Jose M Calhariz <calhariz@debian.org>
44 Uploaders: Ansgar Burchardt <ansgar@debian.org>,
45 Standards-Version: 4.3.0
46 Build-Depends: autotools-dev,
47@@ -27,7 +28,7 @@ Depends: libpam-runtime (>= 1.0.1-11),
48 lsb-base (>= 3.2-14),
49 ${misc:Depends},
50 ${shlibs:Depends},
51-Recommends: default-mta | mail-transport-agent,
52+Suggests: default-mta | mail-transport-agent,
53 Description: Delayed job execution and batch processing
54 At and batch read shell commands from standard input
55 storing them as a job to be scheduled for execution in the

Subscribers

People subscribed via source and target branches