Skip to content

Commit 3f9a341

Browse files
committed
Initial commit
After the DB died, recreating the repo.
0 parents  commit 3f9a341

304 files changed

Lines changed: 7957 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: 🐞 Bug report
2+
description: Create a report to help us improve
3+
4+
labels: [bug, needs-triage]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Please fill out the sections below to help everyone identify and fix the bug. If you have a general idea or question then please use the [discussions](https://github.com/X11Libre/packaging/discussions/categories/xlibre-on-devuan).
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe your issue
15+
placeholder: When I did X then Y happened.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: steps
20+
attributes:
21+
label: Steps to reproduce
22+
placeholder: |
23+
1. Start ...
24+
2. Do this
25+
3. Do that
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: expected
30+
attributes:
31+
label: What did you expect?
32+
placeholder: I expected this to happen.
33+
- type: textarea
34+
id: environment
35+
attributes:
36+
label: Additional context
37+
description: |
38+
Additional information you want to provide such as logs, system info, environment, screenshots, etc.
39+
placeholder: |
40+
Add any other context about the bug here.
41+
- type: checkboxes
42+
id: checks
43+
attributes:
44+
label: Extra fields
45+
options:
46+
- label: I have checked the existing issues
47+
required: true
48+
- label: I'd like to work on this issue
49+
- type: markdown
50+
attributes:
51+
value: |
52+
Thanks for reporting this issue! We will get back to you as soon as possible.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: ✨ Feature request
2+
description: Suggest a feature for this software
3+
labels: [enhancement, needs-triage]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please fill out the sections below to properly describe the new software feature you are suggesting. If you have a general idea or question then please use the [discussions](https://github.com/X11Libre/packaging/discussions/categories/xlibre-on-devuan).
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: "Describe the feature"
14+
placeholder: A thing in X that allows to do Y.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: rationale
19+
attributes:
20+
label: "It should be done because"
21+
placeholder: Doing Y is needed for Z.
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: alternative
26+
attributes:
27+
label: "What are the alternatives?"
28+
placeholder: We could do A or B instead.
29+
- type: textarea
30+
id: context
31+
attributes:
32+
label: Additional context
33+
description: Additional information you want to provide such as references to related issues or protocols, the implications on existing use cases, etc.
34+
placeholder: |
35+
Add any other context about the feature request here.
36+
- type: checkboxes
37+
id: checks
38+
attributes:
39+
label: Extra fields
40+
options:
41+
- label: I have checked the existing issues
42+
required: true
43+
- label: I'd like to work on this issue
44+
- type: markdown
45+
attributes:
46+
value: |
47+
Thanks for your suggestion! Let's see together if it can be done.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: 🔧 Code cleanup
2+
description: Level up the source code
3+
labels: [code-cleanup, needs-triage]
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please fill out the sections below to properly describe the code cleanup you are suggesting. If you have a general idea or question then please use the [discussions](https://github.com/X11Libre/packaging/discussions/categories/xlibre-on-devuan).
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: "Describe the cleanup"
14+
placeholder: C in X needs to be changed into D.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: rationale
19+
attributes:
20+
label: "It should be done because"
21+
placeholder: Having D is needed for E.
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: alternative
26+
attributes:
27+
label: "What are the alternatives?"
28+
placeholder: We could do A or B instead.
29+
- type: textarea
30+
id: context
31+
attributes:
32+
label: Additional context
33+
description: Additional information you want to provide such as implications on existing code, how to ensure API/ABI stability, which tests are needed or to be run, related issues, etc.
34+
placeholder: |
35+
Add any other context about the cleanup here.
36+
- type: checkboxes
37+
id: checks
38+
attributes:
39+
label: Extra fields
40+
options:
41+
- label: I have checked the existing issues
42+
required: true
43+
- label: I'd like to work on this issue
44+
- type: markdown
45+
attributes:
46+
value: |
47+
Thanks for looking at the source code! Let's see together how it can be improved.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: 🔖 Documentation update
2+
description: Make your mark for better documentation
3+
4+
labels: [documentation, needs-triage]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Please fill out the sections below to help others understand our software. If you have a general idea or question then please use the [discussions](https://github.com/X11Libre/packaging/discussions/categories/xlibre-on-devuan).
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the update
15+
placeholder: These things need to be better documented.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: environment
20+
attributes:
21+
label: Additional context
22+
description: Additional information you want to provide such as tickets related to changes in the software, affected files, screenshots, etc.
23+
placeholder: |
24+
Add any other context about the update here.
25+
- type: checkboxes
26+
id: checks
27+
attributes:
28+
label: Extra fields
29+
options:
30+
- label: I have checked the existing issues
31+
required: true
32+
- label: I'd like to work on this issue
33+
- type: markdown
34+
attributes:
35+
value: |
36+
Thanks for requesting this update! We will get back to you as soon as possible.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: ✅ Organizational task
2+
description: Create a task for project organization
3+
4+
labels: [needs-triage, organization]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Please fill out the sections below to get organizational things done. If you have a general idea or question then please use the [discussions](https://github.com/X11Libre/packaging/discussions/categories/xlibre-on-devuan).
11+
- type: textarea
12+
id: description
13+
attributes:
14+
label: Describe the task
15+
placeholder: These things need to be done.
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: rationale
20+
attributes:
21+
label: "It should be done because"
22+
placeholder: Doing Y is needed for Z.
23+
- type: textarea
24+
id: environment
25+
attributes:
26+
label: Additional context
27+
description: Additional information you want to provide such as the context for bigger tasks, the implicatons on existing workflows, related issues, etc.
28+
placeholder: |
29+
Add any other context about the task here.
30+
- type: checkboxes
31+
id: checks
32+
attributes:
33+
label: Extra fields
34+
options:
35+
- label: I have checked the existing issues
36+
required: true
37+
- label: I'd like to work on this issue
38+
- type: markdown
39+
attributes:
40+
value: |
41+
Thanks for adding this task! We will get back to you as soon as possible.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: XLibre on Debian Discussions
4+
url: https://github.com/X11Libre/packaging/discussions/categories/xlibre-on-devuan
5+
about: Please ask and answer questions here.

.github/workflows/static.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Simple workflow for deploying static content to GitHub Pages
2+
name: Deploy static content to Pages
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["master"]
8+
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
12+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13+
permissions:
14+
contents: read
15+
pages: write
16+
id-token: write
17+
18+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20+
concurrency:
21+
group: "pages"
22+
cancel-in-progress: false
23+
24+
jobs:
25+
# Single deploy job since we're just deploying
26+
deploy:
27+
environment:
28+
name: github-pages
29+
url: ${{ steps.deployment.outputs.page_url }}
30+
runs-on: ubuntu-latest
31+
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v4
34+
- name: Setup Pages
35+
uses: actions/configure-pages@v5
36+
- name: Upload artifact
37+
uses: actions/upload-pages-artifact@v3
38+
with:
39+
# Upload entire repository
40+
path: '.'
41+
- name: Deploy to GitHub Pages
42+
id: deployment
43+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/conf
2+
/db

dists/main/InRelease

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
-----BEGIN PGP SIGNED MESSAGE-----
2+
Hash: SHA512
3+
4+
Origin: XLibre
5+
Label: XLibre Devuan Packages
6+
Codename: main
7+
Date: Thu, 12 Feb 2026 00:25:13 UTC
8+
Architectures: amd64 arm64
9+
Components: stable testing
10+
Description: Devuan repository for XLibre.
11+
MD5Sum:
12+
7509edc233e753c3feba8ea133d64353 83440 stable/binary-amd64/Packages
13+
3a6397860ada54e997f72c63f2813379 20732 stable/binary-amd64/Packages.gz
14+
9daa9747283c3b46f31e6f70c2597e5c 126 stable/binary-amd64/Release
15+
b1c8eda8391cf7d60b8351722b29a359 73261 stable/binary-arm64/Packages
16+
3a85c580b66033c945de495aa742bc1c 18158 stable/binary-arm64/Packages.gz
17+
75c1b5ff97ea47c8bdd835634be2b4eb 126 stable/binary-arm64/Release
18+
78ebac18e358b3f68ca08ffe27ed5198 83595 testing/binary-amd64/Packages
19+
0dd38dbcdf7cb0be0c092f599aaaca7e 20757 testing/binary-amd64/Packages.gz
20+
9f1e7b0efc4487813ab71caaf7162452 127 testing/binary-amd64/Release
21+
699c3d7281b4bb1a54ccc5cf846ae377 73407 testing/binary-arm64/Packages
22+
b1367da1ceddddc91fe46f2ade834a05 18188 testing/binary-arm64/Packages.gz
23+
53167c8871ab65a1816787eea40b4d58 127 testing/binary-arm64/Release
24+
SHA1:
25+
c1c42757c5240cf76d00211ca970830d75e90186 83440 stable/binary-amd64/Packages
26+
e2e247480716ee0f9a4cd77d635008cad0b69d03 20732 stable/binary-amd64/Packages.gz
27+
17400a077267dec82a1e263a787ef332c9286a45 126 stable/binary-amd64/Release
28+
67cce7a3d5eba9c5032bd2ccf3b9cf88db006841 73261 stable/binary-arm64/Packages
29+
c3291d15bc491dc01550a6af325180e868956085 18158 stable/binary-arm64/Packages.gz
30+
17e275ea49934038c5afb3c200131846151bf2af 126 stable/binary-arm64/Release
31+
dee7c599337e76779025d78163f6be413334089e 83595 testing/binary-amd64/Packages
32+
9c63cae67d8dab087479642ca0ab73d934dc66c9 20757 testing/binary-amd64/Packages.gz
33+
04fc9e88453418d84bf76ec9c77490584241cc53 127 testing/binary-amd64/Release
34+
15f6f05efcb78445d9488f5c63bd9fbd44750cd0 73407 testing/binary-arm64/Packages
35+
8469284abdfecc09b5c9633e81ee1b81a351da6a 18188 testing/binary-arm64/Packages.gz
36+
130a5b46767103e5d016fa4bae6379b627a1b370 127 testing/binary-arm64/Release
37+
SHA256:
38+
23b7e6405caf32603f7d67e48dc513a8ceef00fbc1cec5a6d20bd12981d366de 83440 stable/binary-amd64/Packages
39+
3e7c474b02c677f92409821c7a85fd1012b9a966eb88354019e8cee96cc61ef1 20732 stable/binary-amd64/Packages.gz
40+
b0fd3ab65a4ab9130e32443aa2afbc06f0ea09ecc16546d721dc97656a2057ba 126 stable/binary-amd64/Release
41+
40f8f1aba9c87eaaab647ac503c9f8e4f6a029d55d4b3a0795639180c0f517dd 73261 stable/binary-arm64/Packages
42+
d76cb970731674f78e1662895c339e8bb4f67a4e91f9948cb6aa3e8ec85959a1 18158 stable/binary-arm64/Packages.gz
43+
36919f24a89f6244c0565b929f7f1ec8245d8c6af8037fc2ba4fbe901d001368 126 stable/binary-arm64/Release
44+
9246f5d22cf3c80cf7466b7a9203f171de939a26b30a350a9cd7504d3cdf0b4c 83595 testing/binary-amd64/Packages
45+
0758f7a1643528a16c7d1fceaa8af4fc1221270e3bb3b9914f4df9ad0c9e4dc7 20757 testing/binary-amd64/Packages.gz
46+
1b10a027d6d7825fe48f5d1eb5cdf3ee8d43a60da9ed01bfa98c25c2733a95a2 127 testing/binary-amd64/Release
47+
417bf0229032afb54eb72c3f60775ee2fbb6678015545edf07245cde58e3980f 73407 testing/binary-arm64/Packages
48+
a46ff6f6e0c491578a01a8171dc4f45072c30911a940733ff7566a516188bb94 18188 testing/binary-arm64/Packages.gz
49+
e918f5a4564c2fa047a67fe5db64cc4533532356fe15e78ae7dbe616dc5a744b 127 testing/binary-arm64/Release
50+
-----BEGIN PGP SIGNATURE-----
51+
52+
iQIzBAEBCgAdFiEEIgdakZ2usXfodMXR15zW8bUjlPoFAmmNHeoACgkQ15zW8bUj
53+
lPpidw/9FwNycVR4oYUBn7Kkiaxjr4VKdZZ2Rfe16l/rWY3Apj7dv9Nfx0B+EJPa
54+
TpRey08cyRR5I8PAK4uMLwGFvMJXVO/yd4SvqsLQAZBgj3ywNYVQhWazwnc4szJQ
55+
IRdhTXKbNnWHf00XzgwdXUPEbMJFmKn+zx6sSF+LrLp47+QoeIh/mRzcMbY7D7FV
56+
1ezzkXInCDP8PQK+WIKQbexGyE9SZ65e7x2K86WkK0CGMO5wChzdyQkHvMnfiz0+
57+
ac7ViAmSTxQkWER9JWjaea9eiSPw81rKoGIWQnWT8FFWO8ol/ojvTfN+XIXoCY14
58+
uSzIk39mTkmd/IYWGDctWpR5U4bjn+q223c3UaF79zQMTz1ZDcxnWWDRJPut6ztX
59+
TCAQanZ9TrFt104psCfTdsDecQd+qzq/AOhtBhgERLQVxOCwHuTvye+kVjmqzC8H
60+
EgpAQ7lgoeeuW2lEPA1rbTWIBKnSX9i1M9p2AgySIeL9Omc/yay1MlVM2E4Sackg
61+
D+5GgNXLUFbi+mmliOFzrO3QXAiXRYmow/SOy6jmiK+mjCSiEQEKGyopUFuXQ9no
62+
XBM7Ex/3yq0yoTvq8XbZF7iI09pZ3gNvfqy1HySG9yHuCWWJMsbLc3u/GGw+KXV1
63+
y+B2lxeaqe5jOXVsM4ix9bkOO1lXoPW32UX7QVj5BpwpfVLMjDo=
64+
=NBHL
65+
-----END PGP SIGNATURE-----

0 commit comments

Comments
 (0)