Skip to content

Commit 9b91c62

Browse files
committed
v0.1.13 - new upstream release
1 parent e10edca commit 9b91c62

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
env:
9-
DEBIAN_STABLE: bullseye
9+
DEBIAN_STABLE: bookworm
1010
PKG_NAME: berry
1111

1212
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
99
```bash
1010
user@hostname$ ./build.sh
1111
```
12-
By default this will build berry 0.1.12 on Debian Bullseye.
12+
By default this will build berry 0.1.13 on Debian Bookworm.
1313

1414
If you want to customize the build at runtime, use the following:
1515

@@ -30,7 +30,7 @@ To publish a new package version to Github, follow these steps:
3030
```
3131
MIT License
3232
33-
Copyright (c) 2020-2022, Martin Simon
33+
Copyright (c) 2020-2025, Martin Simon
3434
3535
Permission is hereby granted, free of charge, to any person obtaining a copy
3636
of this software and associated documentation files (the "Software"), to deal

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -eu
44

5-
IMAGE="debian:bullseye-slim"
5+
IMAGE="debian:bookworm-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="0.1.12"
7+
VERSION="0.1.13"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
berry (0.1.13-1) unstable; urgency=medium
2+
3+
* New upstream release
4+
* Bookworm is now stable
5+
6+
-- Martin Simon <martin@simon.tf> Tue, 24 Jun 2025 00:00:00 +0000
7+
18
berry (0.1.12-1) unstable; urgency=medium
29

310
* New upstream release

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: berry
22
Section: x11
33
Priority: extra
4-
Maintainer: Martin Simon <me@martinsimon.me>
4+
Maintainer: Martin Simon <martin@simon.tf>
55
Build-Depends:
66
debhelper (>= 12),
77
libx11-dev,

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright: (c) 2018 Joshua Ervin
77
License: MIT License
88

99
Files: debian/*
10-
Copyright: 2020-2022 Martin Simon <me@martinsimon.me>
10+
Copyright: 2020-2025 Martin Simon <me@martinsimon.me>
1111
License: MIT License
1212

1313
License: MIT License

0 commit comments

Comments
 (0)