From bd605b70c2bde46c315b80dd2141bdc49298046d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 22 Jun 2023 12:00:06 -0400 Subject: add jellyfin mpv-shim and apiclient-python --- jellyfin-apiclient-python/debian/source/control | 6 ++++++ jellyfin-apiclient-python/debian/source/format | 1 + .../debian/source/local-options | 4 ++++ jellyfin-apiclient-python/debian/source/options | 4 ++++ .../debian/source/patch-header | 22 ++++++++++++++++++++++ 5 files changed, 37 insertions(+) create mode 100644 jellyfin-apiclient-python/debian/source/control create mode 100644 jellyfin-apiclient-python/debian/source/format create mode 100644 jellyfin-apiclient-python/debian/source/local-options create mode 100644 jellyfin-apiclient-python/debian/source/options create mode 100644 jellyfin-apiclient-python/debian/source/patch-header (limited to 'jellyfin-apiclient-python/debian/source') diff --git a/jellyfin-apiclient-python/debian/source/control b/jellyfin-apiclient-python/debian/source/control new file mode 100644 index 0000000..a0fbc51 --- /dev/null +++ b/jellyfin-apiclient-python/debian/source/control @@ -0,0 +1,6 @@ +# +# DEP-8: autopkgtest - automatic as-installed package testing +# Please check * https://dep-team.pages.debian.net/deps/dep8/ +# * /usr/share/doc/autopkgtest +#Tests: testcode.sh +#Restrictions: allow-stderr, breaks-testbed, needs-internet, needs-root diff --git a/jellyfin-apiclient-python/debian/source/format b/jellyfin-apiclient-python/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/jellyfin-apiclient-python/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/jellyfin-apiclient-python/debian/source/local-options b/jellyfin-apiclient-python/debian/source/local-options new file mode 100644 index 0000000..77effbe --- /dev/null +++ b/jellyfin-apiclient-python/debian/source/local-options @@ -0,0 +1,4 @@ +# +# ### gbp-buildpackage(1) user may like this. ### +#abort-on-upstream-changes +#unapply-patches diff --git a/jellyfin-apiclient-python/debian/source/options b/jellyfin-apiclient-python/debian/source/options new file mode 100644 index 0000000..077de7d --- /dev/null +++ b/jellyfin-apiclient-python/debian/source/options @@ -0,0 +1,4 @@ +# +# ### dgit-maint-merge(7) workflow user need this ### +# single-debian-patch +# auto-commit diff --git a/jellyfin-apiclient-python/debian/source/patch-header b/jellyfin-apiclient-python/debian/source/patch-header new file mode 100644 index 0000000..6ff0a40 --- /dev/null +++ b/jellyfin-apiclient-python/debian/source/patch-header @@ -0,0 +1,22 @@ +The automatically generated patch puts this free form text on top of it. + +If you are using gbp-buildpackage(1), you probably don't need this file. + +If you are using dgit-maint-merge(7), please consider text as follows. + +The Debian packaging of foo is maintained in git, using the merging workflow +described in dgit-maint-merge(7). There isn't a patch queue that can be +represented as a quilt series. + +A detailed breakdown of the changes is available from their canonical +representation - git commits in the packaging repository. For example, to see +the changes made by the Debian maintainer in the first upload of upstream +version 1.2.3, you could use: + + % git clone https://git.dgit.debian.org/foo + % cd foo + % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian' + +(If you have dgit, use `dgit clone foo`, rather than plain `git clone`.) + +A single combined diff, containing all the changes, follows. -- cgit