diff --git a/base/synce4l/debian/bullseye/deb_folder/changelog b/base/synce4l/debian/all/deb_folder/changelog similarity index 100% rename from base/synce4l/debian/bullseye/deb_folder/changelog rename to base/synce4l/debian/all/deb_folder/changelog diff --git a/base/synce4l/debian/bullseye/deb_folder/control b/base/synce4l/debian/all/deb_folder/control similarity index 100% rename from base/synce4l/debian/bullseye/deb_folder/control rename to base/synce4l/debian/all/deb_folder/control diff --git a/base/synce4l/debian/bullseye/deb_folder/copyright b/base/synce4l/debian/all/deb_folder/copyright similarity index 100% rename from base/synce4l/debian/bullseye/deb_folder/copyright rename to base/synce4l/debian/all/deb_folder/copyright diff --git a/base/synce4l/debian/bullseye/deb_folder/rules b/base/synce4l/debian/all/deb_folder/rules similarity index 100% rename from base/synce4l/debian/bullseye/deb_folder/rules rename to base/synce4l/debian/all/deb_folder/rules diff --git a/base/synce4l/debian/bullseye/deb_folder/source/format b/base/synce4l/debian/all/deb_folder/source/format similarity index 100% rename from base/synce4l/debian/bullseye/deb_folder/source/format rename to base/synce4l/debian/all/deb_folder/source/format diff --git a/base/synce4l/debian/bullseye/deb_folder/synce4l.install b/base/synce4l/debian/all/deb_folder/synce4l.install similarity index 100% rename from base/synce4l/debian/bullseye/deb_folder/synce4l.install rename to base/synce4l/debian/all/deb_folder/synce4l.install diff --git a/base/synce4l/debian/bullseye/meta_data.yaml b/base/synce4l/debian/all/meta_data.yaml similarity index 100% rename from base/synce4l/debian/bullseye/meta_data.yaml rename to base/synce4l/debian/all/meta_data.yaml diff --git a/base/synce4l/debian/trixie/deb_folder/changelog b/base/synce4l/debian/trixie/deb_folder/changelog deleted file mode 100644 index d4d63588f..000000000 --- a/base/synce4l/debian/trixie/deb_folder/changelog +++ /dev/null @@ -1,11 +0,0 @@ -synce4l (1.1.0) unstable; urgency=medium - - * New upstream release - - -- Caio Bruchert 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 diff --git a/base/synce4l/debian/trixie/deb_folder/control b/base/synce4l/debian/trixie/deb_folder/control deleted file mode 100644 index 4e178b7a7..000000000 --- a/base/synce4l/debian/trixie/deb_folder/control +++ /dev/null @@ -1,16 +0,0 @@ -Source: synce4l -Section: admin -Priority: optional -Maintainer: Starlingx Developers -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). diff --git a/base/synce4l/debian/trixie/deb_folder/copyright b/base/synce4l/debian/trixie/deb_folder/copyright deleted file mode 100644 index 81acb3c80..000000000 --- a/base/synce4l/debian/trixie/deb_folder/copyright +++ /dev/null @@ -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. diff --git a/base/synce4l/debian/trixie/deb_folder/rules b/base/synce4l/debian/trixie/deb_folder/rules deleted file mode 100755 index 865708c6e..000000000 --- a/base/synce4l/debian/trixie/deb_folder/rules +++ /dev/null @@ -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 diff --git a/base/synce4l/debian/trixie/deb_folder/source/format b/base/synce4l/debian/trixie/deb_folder/source/format deleted file mode 100644 index 89ae9db8f..000000000 --- a/base/synce4l/debian/trixie/deb_folder/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/base/synce4l/debian/trixie/deb_folder/synce4l.install b/base/synce4l/debian/trixie/deb_folder/synce4l.install deleted file mode 100644 index c0c03bb1d..000000000 --- a/base/synce4l/debian/trixie/deb_folder/synce4l.install +++ /dev/null @@ -1 +0,0 @@ -usr/sbin/synce4l diff --git a/base/synce4l/debian/trixie/meta_data.yaml b/base/synce4l/debian/trixie/meta_data.yaml deleted file mode 100644 index 9b5f052b4..000000000 --- a/base/synce4l/debian/trixie/meta_data.yaml +++ /dev/null @@ -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