Skip to content

Commit

Permalink
build: debian noble release
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Sep 13, 2024
1 parent 8fe48cf commit 635c29e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy
FROM ubuntu:noble

ENV DEBIAN_FRONTEND noninteractive

Expand Down
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
trippy (0.11.0-1ubuntu0.1~jammy1) jammy; urgency=medium
trippy (0.11.0-ppa2~ubuntu24.04) noble; urgency=medium

* 0.11.0 release.
* New upstream release

-- Fuji Apple <fujiapple852@gmail.com> Sun, 11 Aug 2024 20:55:00 +0800
-- Fuji Apple <fujiapple852@gmail.com> Fri, 13 Sep 2024 12:36:45 +0000
2 changes: 1 addition & 1 deletion debian/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VERSION="0.11.0"
TARBALL="trippy_${VERSION}.orig.tar.gz"
export DEBEMAIL="fujiapple852@gmail.com"
export DEBFULLNAME="Fuji Apple"
SERIES="jammy"
SERIES="noble"

wget "https://github.com/fujiapple852/trippy/archive/refs/tags/${VERSION}.tar.gz"
mv ${VERSION}.tar.gz $TARBALL
Expand Down

0 comments on commit 635c29e

Please sign in to comment.