File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ linuxcnc (1:2.9.4-2) unstable; urgency=medium
2+
3+ * Team upload.
4+
5+ * Adding build dependency on pyqt5.qtweb{engine,kit} to avoid build
6+ failures on, as kindly addressed by Adrian <Bunk>. (Closes: #1100882)
7+ * Re-applied Petter's change to address usrmerge, kindly pointed out
8+ by Michael <Biebl>. (Closes: #1101346, #1073692)
9+ * Bumped policy to 4.7.2.
10+ * Now truly added Andy to Uploaders.
11+
12+ -- Steffen Moeller <moeller@debian.org> Mon, 14 Apr 2025 00:10:01 +0200
13+
14+ linuxcnc (1:2.9.4-1) unstable; urgency=medium
15+
16+ * Team upload.
17+
18+ * New upstream version. (Closes: #1080668)
19+ * Added Andy to Uploaders.
20+ * Beautification as instructed by lintian
21+ - Added debian/format (quilt).
22+ - Removed overrides for files no longer in archive.
23+
24+ -- Steffen Moeller <moeller@debian.org> Sat, 15 Mar 2025 21:05:57 +0100
25+
126linuxcnc (1:2.9.4) UNRELEASED; urgency=medium
227
328 * Merge pull request #3283 from Sigma1912/patch-2
Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ Source: linuxcnc
22Section: misc
33Priority: optional
44Maintainer: LinuxCNC Developers <emc-developers@lists.sourceforge.net>
5- Uploaders: Jeff Epler <jepler@gmail.com>, Sebastian Kuzminsky <seb@highlab.com>
5+ Uploaders:
6+ Jeff Epler <jepler@gmail.com>,
7+ Sebastian Kuzminsky <seb@highlab.com>,
8+ Andy Pugh <andy@bodgesoc.org>
69Build-Depends:
710 @DEBHELPER@,
811 @PYTHON_PACKAGING_DEPENDS@,
@@ -41,6 +44,7 @@ Build-Depends:
4144 python3,
4245 python3-dev,
4346 python3-tk,
47+ python3-pyqt5.qtwebengine | python3-pyqt5.qtwebkit,
4448 python3-xlib,
4549 tcl@TCLTK_VERSION@-dev,
4650 tclx,
@@ -49,7 +53,7 @@ Build-Depends:
4953 yapps2
5054Build-Depends-Indep:
5155 @DOC_DEPENDS@,
52- Standards-Version: 4.6.1
56+ Standards-Version: 4.7.2
5357Homepage: https://linuxcnc.org/
5458Vcs-Browser: https://github.com/LinuxCNC/linuxcnc
5559Vcs-Git: https://github.com/LinuxCNC/linuxcnc.git
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ src/emc/usr_intf/axis/README usr/share/doc/@MAIN_PACKAGE_NAME@/axis
152152debian/linuxcnc-uspace.metainfo.xml usr/share/metainfo
153153
154154debian/extras/etc /
155- debian/extras/lib /
155+ debian/extras/lib /usr
156156
157157debian/extras/usr/share/icons usr/share
158158
You can’t perform that action at this time.
0 commit comments