Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
initial debian packaging
Lars Wirzenius committed 2 years ago
commit 4f2f8c86cf78221d77b033c557085ba60f771aaf
parent 16878c0
8 files changed +54 -0
added debian/cargo-checksum.json
@@ -0,0 +1 @@
+
/* This file needs to exist, but can be empty. */
added debian/changelog
@@ -0,0 +1,5 @@
+
radicle-native-ci (0.1.0-1) unstable; urgency=medium
+

+
  * First release.
+

+
 -- Lars Wirzenius <liw@liw.fi>  Mon, 25 Sep 2023 08:34:08 +0300
added debian/compat
@@ -0,0 +1,2 @@
+
10
+

added debian/control
@@ -0,0 +1,20 @@
+
Source: radicle-native-ci
+
Maintainer: The Radicle Team <team@radicle.xyz>
+
Uploaders: Lars Wirzenius <liw@liw.fi>
+
Section: vcs
+
Priority: optional
+
Standards-Version: 4.6.2
+
Build-Depends: debhelper (>= 10~),
+
  dh-cargo,
+
  asciidoctor
+
Homepage: https://radicle.xyz/
+

+
Package: radicle-native-ci
+
Architecture: any
+
Depends: ${misc:Depends}, ${shlibs:Depends}, git
+
Description: native continuous integration for Radicle
+
 Radicle is a secure, decentralized and powerful alternative to code
+
 forges such as GitHub and GitLab that preserves user sovereignty and
+
 freedom.
+
 .
+
 Radicle native CI provides a simple CI engine for Radicle nodes.
added debian/copyright
@@ -0,0 +1,10 @@
+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
Upstream-Name: radicle-native-ci
+
Upstream-Contact: https://radicle.xyz/
+
Source: https://radicle.liw.fi/z3qg5TKmN83afz2fj9z3fQjU8vaYE.git
+

+
Files: *
+
Copyright: 2019-2021, The Radicle Foundation
+
License: Apache-2 or Expat
+
  License texts omitted, see LICENSE-APACHE and LICENSE-MIT in the
+
  source tree.
added debian/lintian-overrides
@@ -0,0 +1 @@
+
radicle binary: initial-upload-closes-no-bugs
added debian/rules
@@ -0,0 +1,14 @@
+
#!/usr/bin/make -f
+

+
%:
+
	dh $@ --buildsystem cargo
+

+
override_dh_auto_build:
+
	true
+

+
override_dh_auto_install:
+
	cargo install --offline --path=. --root=debian/radicle-native-ci
+
	rm -f debian/*/.crates*.*
+

+
override_dh_auto_test:
+
	echo tests are disabled, for now
added debian/source/format
@@ -0,0 +1 @@
+
3.0 (quilt)