2 Commits

Author SHA1 Message Date
Arnaud Ferraris
ca98361552 d/gbp.conf: update upstream branch name
Upstream is maintained in the same git repo as our packaging, so we
don't have a separate upstream branch, this is `master`.
2022-02-19 15:51:13 +01:00
Arnaud Ferraris
56ddc3a664 d/control: provide alternative for libcurl-dev virtual package
Fixes: lintian: virtual-package-depends-without-real-package-depends
2022-02-19 15:43:57 +01:00
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@@ -5,7 +5,7 @@ Maintainer: Arnaud Ferraris <arnaud.ferraris@gmail.com>
Standards-Version: 4.6.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
libcurl-dev,
libcurl-dev | libcurl4-nss-dev,
libglib2.0-dev,
libgpiod-dev,
libgudev-1.0-dev,

2
debian/gbp.conf vendored
View File

@@ -1,7 +1,7 @@
[DEFAULT]
debian-branch = mobian
debian-tag = mobian/%(version)s
upstream-branch = upstream/latest
upstream-branch = master
upstream-tag = %(version)s
pristine-tar = True
multimaint-merge = True