Update base/synce4l for Bullseye
Aligned the package layout with the concurrent Debian packaging conventions. Moved package files under 'debian/all/' to avoid duplication across OS builds and removed legacy paths under 'debian/'. Updated related build references to ensure compatibility across all supported OS codenames. Test Plan: PASS master bullseye build Story: 2011360 Task: 53332 Change-Id: Iecb4134bc748530d3809447a8184ec9e4e1109d8 Signed-off-by: Abhinav Ayyapasetti <ayyapasetti.abhinav@windriver.com>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
synce4l (1.1.0) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
|
||||
-- Caio Bruchert <caio.bruchert@windriver.com> Wed, 23 Oct 2024 14:38:00 +0000
|
||||
|
||||
synce4l (0.8.0) UNRELEASED; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- <> Mon, 30 Jan 2023 10:30:12 +0000
|
||||
@@ -1,16 +0,0 @@
|
||||
Source: synce4l
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Starlingx Developers <starlingx-discuss@lists.starlingx.io>
|
||||
Build-Depends: debhelper-compat (= 13), libnl-3-dev, libnl-genl-3-dev
|
||||
Standards-Version: 4.5.1
|
||||
Homepage: https://www.starlingx.io
|
||||
|
||||
Package: synce4l
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: synce4l is a software implementation of Synchronous Ethernet (SyncE)
|
||||
according to ITU-T Recommendation G.8264. The design goal is to provide logic to
|
||||
supported hardware by processing Ethernet Synchronization Messaging Channel (ESMC)
|
||||
and control Ethernet Equipment Clock (EEC) on Network Card Interface (NIC).
|
||||
@@ -1,42 +0,0 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: synce4l
|
||||
Upstream-Contact: https://github.com/intel
|
||||
Source: https://github.com/intel/synce4l
|
||||
|
||||
Files: *
|
||||
Copyright: 2022 Intel.
|
||||
License: GPL-2.0+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General Public License
|
||||
Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
Files: debian/*
|
||||
Copyright: (c) 2023 Wind River Systems, Inc.
|
||||
License: Apache-2
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. The ASF licenses this
|
||||
file to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
@@ -1,15 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
DEBIAN_DESTDIR := $(CURDIR)/debian/tmp
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- prefix=/usr mandir=/usr/share/man
|
||||
|
||||
override_dh_install:
|
||||
install -d -m 755 ${DEBIAN_DESTDIR}/usr/sbin
|
||||
install -p -D -m 755 synce4l ${DEBIAN_DESTDIR}/usr/sbin/synce4l
|
||||
dh_install
|
||||
@@ -1 +0,0 @@
|
||||
3.0 (native)
|
||||
@@ -1 +0,0 @@
|
||||
usr/sbin/synce4l
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
debver: 1.1.0
|
||||
dl_path:
|
||||
name: synce4l-1.1.0.tar.gz
|
||||
url: https://github.com/intel/synce4l/archive/refs/tags/1.1.0.tar.gz
|
||||
md5sum: f22225f23c5f134d4426ea4ee077f9e2
|
||||
sha256sum: 200100ab77e9b5e11062e0185a6f3d898a9f1c817414df1c5d893243bafabe60
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
Reference in New Issue
Block a user