File: use_etc_without_usr.patch

package info (click to toggle)
ipyparallel 8.8.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 21,991; javascript: 267; makefile: 29; sh: 28
file content (24 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Joseph Nahmias <joe@nahmias.net>
Date: Wed, 30 Oct 2024 15:14:29 +0100
Subject: Use /etc/ for config files, instead of /usr/etc

Bug-Debian: https://bugs.debian.org/969708
Last-Update: 2021-10-01
Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 83cc03d..ffaab4b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -102,7 +102,7 @@ artifacts = [
 ]
 
 [tool.hatch.build.targets.wheel.shared-data]
-"jupyter-config" = "etc/jupyter"
+"jupyter-config" = "/etc/jupyter"
 "ipyparallel/nbextension/static" = "share/jupyter/nbextensions/ipyparallel"
 "ipyparallel/labextension" = "share/jupyter/labextensions/ipyparallel-labextension"