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

Subscribers

People subscribed via source and target branches