diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2023-02-07 19:20:52 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-22 14:59:22 +0200 |
commit | b983b5916594731b5af1ed8f7ef12c64ce36e7fb (patch) | |
tree | 8bb1b774cf9df7d9a8b59a1fcade7caac911525b /distro | |
parent | b0c3c286a54050b56af0c0fe398e0761cc320581 (diff) |
Debian: Sync packaging with Debian
Diffstat (limited to 'distro')
-rw-r--r-- | distro/pkg/deb/control | 5 | ||||
-rwxr-xr-x | distro/pkg/deb/rules | 2 | ||||
-rw-r--r-- | distro/pkg/deb/watch | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index d431022b..0d4fbac7 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -5,7 +5,7 @@ Build-Depends: bison, debhelper, docbook-xsl, flex, - libncurses5-dev, + libncurses-dev, libreadline-dev | libreadline6-dev | libreadline5-dev, libssh-gcrypt-dev, linuxdoc-tools-latex, @@ -16,7 +16,7 @@ Build-Depends: bison, xsltproc Maintainer: Jakub Ružička <jakub.ruzicka@nic.cz> Uploaders: Ondřej Surý <ondrej@debian.org> -Standards-Version: 4.3.0 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian/bird2 Vcs-Git: https://salsa.debian.org/debian/bird2.git Homepage: https://bird.network.cz/ @@ -26,7 +26,6 @@ Architecture: kfreebsd-any linux-any Pre-Depends: init-system-helpers, ${misc:Pre-Depends} Depends: adduser, - lsb-base, ucf, ${misc:Depends}, ${shlibs:Depends} diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 905e72d1..59abe35c 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -50,7 +50,7 @@ override_dh_clean: -rm -f bird.8 birdc.8 birdcl.8 override_dh_missing: - dh_missing --fail-missing + dh_missing override_dh_compress: dh_compress -X.conf diff --git a/distro/pkg/deb/watch b/distro/pkg/deb/watch index 1874bfbb..cec2d664 100644 --- a/distro/pkg/deb/watch +++ b/distro/pkg/deb/watch @@ -1,2 +1,2 @@ -version=3 +version=4 https://bird.network.cz/download/bird-(2\.[\d.]+).tar.gz |