summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-11 09:41:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-12 05:31:33 +0000
commit26630a33082524b71bc8dfffb01a6f75ed0e15a1 (patch)
tree8c816646604a0ccb7f2a6208f0a902eb0695014c
parentAdding upstream version 0.8.1. (diff)
downloadeos-downloader-26630a33082524b71bc8dfffb01a6f75ed0e15a1.tar.xz
eos-downloader-26630a33082524b71bc8dfffb01a6f75ed0e15a1.zip
Adding debian version 0.8.1-1.debian/0.8.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog5
-rw-r--r--debian/control25
-rw-r--r--debian/copyright44
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
6 files changed, 87 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e4a64d3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+eos-downloader (0.8.1-1) sid; urgency=medium
+
+ * Initial upload to sid.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 11 May 2023 11:25:33 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f57e0aa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: eos-downloader
+Section: contrib/admin
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ pybuild-plugin-pyproject,
+ python3-all,
+ python3-setuptools,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://github.com/titom73/eos-downloader
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/eos-downloader
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/eos-downloader
+
+Package: eos-downloader
+Section: contrib/admin
+Architecture: all
+Depends:
+ python3-cvprac,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Arista EOS download tool
+ CLI tool to download Arista softwares like EOS and CVP.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..256ce88
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: eos-downloader
+Upstream-Contact: Thomas Grimonet <tgrimonet@arista.com>
+Source: https://github.com/titom73/eos-downloader/releases
+
+Files: *
+Copyright: 2019-2023, Arista Networks, Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2023 Daniel Baumann <daniel.baumann@progress-linux.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed 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
+ .
+ https://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.
+ .
+ In addition, as a special exception, the copyright holders give
+ permission to link the code of portions of this program with the
+ OpenSSL library under certain conditions as described in each
+ individual source file, and distribute linked combinations including
+ the two.
+ .
+ You must obey the GNU General Public License in all respects for all
+ of the code used other than OpenSSL. If you modify file(s) with this
+ exception, you may extend this exception to your version of the
+ file(s), but you are not obligated to do so. If you do not wish to do
+ so, delete this exception statement from your version. If you delete
+ this exception statement from all source files in the program, then
+ also delete it here.
+ .
+ Comment:
+ .
+ The complete text of the Apache License 2.0
+ can be found in /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1ab5f57
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=eos-downloader
+
+%:
+ dh ${@} --buildsystem=pybuild
+
+override_dh_auto_test:
+ # disabled: requires network
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6ef2076
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/eos-downloader-$1\.tar\.gz/ \
+https://github.com/titom73/eos-downloader/tags .*/v?(\d\S+)\.tar\.gz