Initial commit: xray-manager v0.2 with Debian 13 support
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
python3-xray-manager (0.2-1) stable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Vladimir Khvan <thisisnotablownfuse@gmail.com> Thu, 28 Jun 2026 20:00:00 +0300
|
||||
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
Source: python3-xray-manager
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: vkh <vkh@casket.ddns.net>
|
||||
Build-Depends: debhelper-compat (=13),
|
||||
dh-python,
|
||||
pybuild-plugin-pyproject,
|
||||
python3-all,
|
||||
python3-setuptools,
|
||||
python3-build
|
||||
Standards-Version: 4.6.2
|
||||
|
||||
Package: python3-xray-manager
|
||||
Architecture: all
|
||||
Depends: ${python3:Depends}, ${misc:Depends}
|
||||
Description: Utility for managing Xray configuration and user profiles
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
data/config.json etc/xray-manager/
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
Reference in New Issue
Block a user