[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/squeekboard][debian/latest] 3 commits: d/gbp.conf: make more in line with other projects
Arnaud Ferraris (@a-wai)
gitlab at salsa.debian.org
Wed Mar 20 17:52:17 GMT 2024
Arnaud Ferraris pushed to branch debian/latest at Debian On Mobile / squeekboard
Commits:
859fa6fe by Arnaud Ferraris at 2024-03-20T18:48:25+01:00
d/gbp.conf: make more in line with other projects
Those changes allow one to easily manage d/changelog using gbp, automating
most of the actions needed.
- - - - -
3947d90f by Arnaud Ferraris at 2024-03-20T18:48:36+01:00
d/control: replace obsolete build-dep
`pkg-config` has been replaced by `pkgconf`, let's acknowledge this and
properly sort build dependencies.
- - - - -
dcd3cf41 by Arnaud Ferraris at 2024-03-20T18:48:36+01:00
d/changelog: release version 1.24.0-1
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/gbp.conf
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+squeekboard (1.24.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * d/gbp.conf: make more in line with other projects.
+ Those changes allow one to easily manage d/changelog using gbp, automating
+ most of the actions needed.
+ * d/control: replace obsolete build-dep
+ `pkg-config` has been replaced by `pkgconf`, let's acknowledge this and
+ properly sort build dependencies.
+
+ -- Arnaud Ferraris <aferraris at debian.org> Wed, 20 Mar 2024 18:40:15 +0100
+
squeekboard (1.22.0-5) unstable; urgency=medium
[ Peter Michael Green ]
=====================================
debian/control
=====================================
@@ -6,9 +6,6 @@ Uploaders: Arnaud Ferraris <aferraris at debian.org>
Build-Depends:
cargo,
debhelper-compat (= 13),
- meson (>=0.51.0),
- ninja-build,
- pkg-config,
libbsd-dev,
libfeedback-dev,
libglib2.0-dev,
@@ -32,6 +29,9 @@ Build-Depends:
librust-zvariant-derive-2-dev (>= 2.10),
libwayland-dev (>= 1.16),
lsb-release,
+ meson (>=0.51.0),
+ ninja-build,
+ pkgconf,
python3,
python3-ruamel.yaml,
rustc,
=====================================
debian/gbp.conf
=====================================
@@ -1,8 +1,14 @@
[DEFAULT]
debian-branch = debian/latest
-debian-tag = debian/%(version)s
-upstream-branch = upstream/latest
upstream-vcs-tag = v%(version)s
+pristine-tar = True
-[pq]
-patch-numbers = False
+[dch]
+commit-msg = d/changelog: release version %(version)s
+multimaint-merge = True
+
+[import-orig]
+postimport = dch -v%(version)s New upstream version; git add debian/changelog; debcommit
+
+[tag]
+sign-tags = True
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/bc301b957df579b1707df533a3c855a641eaa1c4...dcd3cf41e4157bd350b4fe8a95b0237c2bbfa0a0
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/compare/bc301b957df579b1707df533a3c855a641eaa1c4...dcd3cf41e4157bd350b4fe8a95b0237c2bbfa0a0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20240320/06aaeb59/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list