Merge ~paelzer/ubuntu/+source/cherrypy3:lp-2047821-fix-universe-dependency-objgraph into ubuntu/+source/cherrypy3:ubuntu/noble-devel

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: git-ubuntu bot
Approved revision: not available
Merged at revision: eb57e6c3f186b110a1f98de99ce7b3937621f3bb
Proposed branch: ~paelzer/ubuntu/+source/cherrypy3:lp-2047821-fix-universe-dependency-objgraph
Merge into: ubuntu/+source/cherrypy3:ubuntu/noble-devel
Diff against target: 42 lines (+11/-2)
2 files modified
debian/changelog (+7/-0)
debian/control (+4/-2)
Reviewer Review Type Date Requested Status
git-ubuntu bot Approve
Bryce Harrington (community) Approve
Canonical Server Reporter Pending
Review via email: mp+457987@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :
Revision history for this message
Bryce Harrington (bryce) wrote :

Makes sense and LGTM, +1

review: Approve
Revision history for this message
git-ubuntu bot (git-ubuntu-bot) wrote :

Approvers: paelzer, bryce
Uploaders: paelzer, bryce
MP auto-approved

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thanks, uploaded

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 f49cffb..b5c0152 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+cherrypy3 (18.9.0-1ubuntu1) noble; urgency=medium
7+
8+ * d/control: reduce the optional universe dependency python3-objgraph
9+ to a suggests (LP: #2047821)
10+
11+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 04 Jan 2024 13:25:12 +0100
12+
13 cherrypy3 (18.9.0-1) unstable; urgency=medium
14
15 * New upstream version 18.9.0
16diff --git a/debian/control b/debian/control
17index ef28c7a..0fc9bdf 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -1,7 +1,8 @@
21 Source: cherrypy3
22 Section: python
23 Priority: optional
24-Maintainer: Debian Python Team <team+python@tracker.debian.org>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
27 Uploaders:
28 Stephan Sürken <absurd@debian.org>,
29 Jeroen Ploemen <jcfp@debian.org>
30@@ -39,10 +40,11 @@ Depends:
31 ${misc:Depends},
32 ${python3:Depends},
33 Recommends:
34- python3-objgraph,
35 python3-openssl,
36 python3-routes,
37 python3-simplejson,
38+Suggests:
39+ python3-objgraph,
40 Description: Python web development framework - Python 3 module
41 CherryPy is a pythonic, object-oriented web development framework. It
42 provides the foundation over which complex web-based applications can

Subscribers

People subscribed via source and target branches