diff --git a/debian/changelog b/debian/changelog index dde3185..9625302 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ -python-prometheus-rus (0.2.0-1) unstable; urgency=medium +python-prometheus-rus (0.2.1) unstable; urgency=medium + + * Convert to native package + + -- Stefan Bühler Wed, 01 Jul 2026 09:08:46 +0200 + +python-prometheus-rus (0.2.0) unstable; urgency=medium * Initial release -- Stefan Bühler Mon, 12 May 2025 15:17:38 +0200 -python-prometheus-rus (0.2.0-0) unstable; urgency=medium +python-prometheus-rus (0.2.0~init) unstable; urgency=medium * Initial release diff --git a/debian/gbp.conf b/debian/gbp.conf index 96a41c2..3b79cef 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,8 +1,6 @@ [DEFAULT] pristine-tar = False -upstream-tree = BRANCH -upstream-branch = master -debian-branch = debian +debian-branch = master debian-tag = debian/%(version)s sign-tags = True tag = True diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) diff --git a/pyproject.toml b/pyproject.toml index 985ba95..3febdf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "prometheus_rus" -version = "0.2.0" +version = "0.2.1" authors = [ {name = "Stefan Bühler", email = "stefan.buehler@tik.uni-stuttgart.de"}, ]