Skip to content

Commit 3d89ae7

Browse files
authored
Merge pull request #3388 from smoe/patch-18
debian: usrmerge - Debian bugs #1073692,#1101346
2 parents 65e6cfe + 514f8b8 commit 3d89ae7

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

debian/changelog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
linuxcnc (1:2.9.4) UNRELEASED; urgency=medium
227

328
* Merge pull request #3283 from Sigma1912/patch-2

debian/control.top.in

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ Source: linuxcnc
22
Section: misc
33
Priority: optional
44
Maintainer: 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>
69
Build-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
5054
Build-Depends-Indep:
5155
@DOC_DEPENDS@,
52-
Standards-Version: 4.6.1
56+
Standards-Version: 4.7.2
5357
Homepage: https://linuxcnc.org/
5458
Vcs-Browser: https://github.com/LinuxCNC/linuxcnc
5559
Vcs-Git: https://github.com/LinuxCNC/linuxcnc.git

debian/linuxcnc.install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ src/emc/usr_intf/axis/README usr/share/doc/@MAIN_PACKAGE_NAME@/axis
152152
debian/linuxcnc-uspace.metainfo.xml usr/share/metainfo
153153

154154
debian/extras/etc /
155-
debian/extras/lib /
155+
debian/extras/lib /usr
156156

157157
debian/extras/usr/share/icons usr/share
158158

0 commit comments

Comments
 (0)