Skip to content

Commit 5649860

Browse files
committed
Debianize version 7.0.9
1 parent d429d34 commit 5649860

23 files changed

Lines changed: 426 additions & 62 deletions

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
epics-base (7.0.8.1-1) UNRELEASED; urgency=medium
1+
epics-base (7.0.9-1) unstable; urgency=medium
2+
3+
* New upstream version 7.0.9
4+
5+
-- Evan Daykin <daykin@frib.msu.edu> Thu, 22 May 2025 15:23:20 -0400
6+
7+
epics-base (7.0.8.1-1) unstable; urgency=medium
28

39
* Upstream 7.0.8.1
410

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Section: devel
33
Priority: optional
44
Maintainer: Evan Daykin <daykin@frib.msu.edu>
55
Uploaders: Anton Derbenev <aderbenev@bnl.gov>
6-
Build-Depends: debhelper (>= 10), epics-debhelper (>= 8.18),
7-
libreadline6-dev | libreadline-dev, libncurses5-dev, perl,
8-
mingw32 | g++-mingw-w64, python3
9-
Standards-Version: 4.3.0
6+
Build-Depends: debhelper (>= 13), epics-debhelper (>= 12.0),
7+
libreadline6-dev | libreadline-dev, libncurses-dev, perl,
8+
mingw32 | g++-mingw-w64, python3, debhelper-compat (= 13),
9+
Standards-Version: 4.6.2
1010
Vcs-Git: https://github.com/epicsdeb/epics-base.git
1111
Vcs-Browser: https://github.com/epicsdeb/epics-base
1212
Homepage: http://www.aps.anl.gov/epics/
1313

14-
Package: libepics7.0.8.1
14+
Package: libepics7.0.9
1515
Section: libs
1616
Architecture: any
1717
Multi-Arch: same
@@ -29,7 +29,7 @@ Description: EPICS Base libraries for clients and servers
2929
Package: ioclogserver
3030
Section: admin
3131
Architecture: any
32-
Depends: libepics7.0.8.1 (= ${binary:Version}),
32+
Depends: libepics7.0.9 (= ${binary:Version}),
3333
epics-dev (= ${binary:Version}), sysvinit-utils (>= 3),
3434
${misc:Depends}, ${shlibs:Depends}, adduser, systemd
3535
Description: Log recording daemon for EPICS IOCS
@@ -43,7 +43,7 @@ Description: Log recording daemon for EPICS IOCS
4343

4444
Package: epics-dev
4545
Architecture: any
46-
Depends: python3, libepics7.0.8.1 (= ${binary:Version}), epics-catools (= ${binary:Version}),
46+
Depends: python3, libepics7.0.9 (= ${binary:Version}), epics-catools (= ${binary:Version}),
4747
epics-pvatools (= ${binary:Version}),
4848
perl (>= 5.10.0~),
4949
libreadline6-dev,
@@ -87,7 +87,7 @@ Description: EPICS Macro Substitution and Include tool
8787
Package: epics-catools
8888
Section: admin
8989
Architecture: any
90-
Depends: libepics7.0.8.1 (= ${binary:Version}),
90+
Depends: libepics7.0.9 (= ${binary:Version}),
9191
${shlibs:Depends}, ${misc:Depends}
9292
Description: Command line utilities for EPICS
9393
The Experimental Physics and Industrial Control System is a collection of
@@ -99,7 +99,7 @@ Description: Command line utilities for EPICS
9999
Package: epics-pvatools
100100
Section: admin
101101
Architecture: any
102-
Depends: libepics7.0.8.1 (= ${binary:Version}),
102+
Depends: libepics7.0.9 (= ${binary:Version}),
103103
${shlibs:Depends}, ${misc:Depends}
104104
Description: Command line utilities for EPICS
105105
The Experimental Physics and Industrial Control System is a collection of
@@ -110,7 +110,7 @@ Description: Command line utilities for EPICS
110110

111111
Package: epics-perl
112112
Architecture: any
113-
Depends: libepics7.0.8.1 (= ${binary:Version}),
113+
Depends: libepics7.0.9 (= ${binary:Version}),
114114
${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
115115
Conflicts: epics-libs (<= 3.14.10-7), epics-dev (<= 3.14.12.3-2),
116116
Description: Perl bindings for EPICS

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Copyright: 2002, The Regents of the University of California.
2121
SURA CEBAF 1993.
2222
License: EPICS
2323

24-
Files: src/libCom/yajl/*
24+
Files: modules/libcom/src/yajl/*
2525
Copyright: 2010, Lloyd Hilaiel.
2626
License: BSDx
2727

debian/epics-catools.manpages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ debian/man/caput.1
55
debian/man/caRepeater.8
66
debian/man/makeBaseApp.1
77
debian/man/makeBaseExt.1
8+
debian/man/casw.1

debian/epics-dev.lintian-overrides

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
epics-dev: unstripped-binary-or-object
22
# dh_strip doesn't seem to want to touch usr/lib/epics/lib/*-debug/*.so
3-
# not sure why?
4-
epics-dev: hardening-no-fortify-functions usr/lib/epics/bin/linux-x86_64-debug/*
5-
epics-dev: hardening-no-fortify-functions usr/lib/epics/lib/linux-x86_64-debug/*
6-
# -debug targets are built with -O0. Fortify is disabled in this situation
73
epics-dev: breakout-link
84
# EPICS config files live in /etc/epics/configure. Shared libs live in the
95
# standard /usr/lib, but accessed in most cases from $EPICS_BASE=/usr/lib/epics

debian/epics-dev.manpages

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ debian/man/softIoc.1
22
debian/man/softioc.1
33
debian/man/softIocPVA.1
44
debian/man/softiocpva.1
5+
debian/man/ascheck.1
6+
debian/man/iocLogServer.1
7+
debian/man/msi.1
8+

debian/epics-doc.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
usr/lib/epics/html
2+
usr/lib/epics/doc

debian/epics-perl.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/lib/epics/lib/perl/

debian/ioclogserver.lintian-overrides

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ioclogserver: systemd-service-file-refers-to-unusual-wantedby-target lib/systemd/system/ioclogserver@.service ioclogserver.target
1+
ioclogserver: systemd-service-file-refers-to-unusual-wantedby-target ioclogserver.target [usr/lib/systemd/system/ioclogserver@.service]
22
# All instances of ioclogserver@.service are wanted by ioclogserver.target
33
# which in turn is wanted by multi-user.target. This allows all IOC log servers
44
# to be started/stopped together.

0 commit comments

Comments
 (0)