[neon/neon-packaging/ytmusicapi/Neon/unstable] debian: initial package

Jonathan Esk-Riddell null at kde.org
Thu Nov 3 14:11:12 GMT 2022


Git commit 8513b0527172c15d285fc5e527d043d40598eb6c by Jonathan Esk-Riddell.
Committed on 03/11/2022 at 14:11.
Pushed by jriddell into branch 'Neon/unstable'.

initial package

A  +5    -0    debian/changelog
A  +25   -0    debian/control
A  +54   -0    debian/copyright
A  +14   -0    debian/rules
A  +1    -0    debian/source/format

https://invent.kde.org/neon/neon-packaging/ytmusicapi/commit/8513b0527172c15d285fc5e527d043d40598eb6c

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4f25531
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ytmusicapi (0.22.0-0neon) UNRELEASED; urgency=medium
+
+  * Initial package
+
+ -- Jonathan Riddell <jr at jriddell.org>  Thu, 03 Nov 2022 14:09:01 +0000
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..247e3b3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: ytmusicapi
+Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
+Section: web
+Priority: optional
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-python (>= 5.20211213~),
+ pandoc,
+ python3-pkg-resources,
+ python3-pytest <!nocheck>,
+ python3-setuptools,
+ zip
+Build-Depends-Indep:
+ python3
+Rules-Requires-Root: no
+Standards-Version: 4.6.0
+
+Package: ytmusicapi
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-pkg-resources
+Description: youtube music api
+ API for youtube music
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..348c833
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,54 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ytmusicapi
+Source: https://github.com/yt-dlp/yt-dlp
+
+Files: *
+Copyright: none
+License: public-domain
+    yt-dlp is released into the public domain by the copyright holders.
+    .
+    This is free and unencumbered software released into the public domain.
+    .
+    Anyone is free to copy, modify, publish, use, compile, sell, or
+    distribute this software, either in source code form or as a compiled
+    binary, for any purpose, commercial or non-commercial, and by any
+    means.
+    .
+    In jurisdictions that recognize copyright laws, the author or authors
+    of this software dedicate any and all copyright interest in the
+    software to the public domain. We make this dedication for the benefit
+    of the public at large and to the detriment of our heirs and
+    successors. We intend this dedication to be an overt act of
+    relinquishment in perpetuity of all present and future rights to this
+    software under copyright law.
+    .
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+    IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+    OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+    ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+    OTHER DEALINGS IN THE SOFTWARE.
+    .
+    For more information, please refer to <http://unlicense.org/>
+
+Files: debian/*
+Copyright: 2006, Robert S. Edmonds <edmonds at debian.org>
+           2009-2021, Rogério Brito <rbrito at gmail.com>
+           2021-2022, Unit 193 <unit193 at debian.org>
+License: GPL-2+
+ This package 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 package 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..50d5dad
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE = 1
+export PYBUILD_NAME = ytmusicapi
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_clean:
+	rm -rf build
+	rm -rf ytmusicapi.egg-info
+
+override_dh_auto_test:
+	true
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)


More information about the Neon-commits mailing list