Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 43dd2c23 authored by Robert Nelson's avatar Robert Nelson
Browse files

bbb.io-keyring (1.20230616.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 1bb6d98f
Branches
No related merge requests found
bbb.io-keyring (1.20230616.0-0~trixie+20230616) trixie; urgency=low
* Rebuild for Debian Trixie
-- Robert Nelson <robertcnelson@gmail.com> Fri, 16 Jun 2023 14:38:54 -0500
10
Source: bbb.io-keyring
Section: misc
Priority: optional
Maintainer: Robert Nelson <robertcnelson@gmail.com>
Build-Depends:
debhelper (>= 10)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Package: bbb.io-keyring
Architecture: all
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: beagleboard.org keyring
beagleboard.org keyring for beagleboard devices
debian/rcn-ee-archive-keyring.gpg /usr/share/keyrings/
File added
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
%:
dh $@
#!/bin/bash -e
package_name="bbb.io-keyring"
debian_pkg_name="${package_name}"
package_version="1.20230616.0"
package_source=""
src_dir=""
git_repo=""
git_sha=""
reprepro_dir="b/${package_name}"
dl_path="pool/main/${reprepro_dir}/"
debian_version="${package_version}-0"
debian_untar=""
debian_patch=""
clear_changelog="enable"
trixie_version="~trixie+20230616"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment