]> git.puffer.fish Git - mirror/frr.git/commitdiff
Bump the dh_compat to 10
authorOndřej Surý <Ondřej Surý ondrej@debian.org>
Mon, 1 Jun 2020 06:41:00 +0000 (08:41 +0200)
committerOndřej Surý <Ondřej Surý ondrej@debian.org>
Mon, 1 Jun 2020 06:48:45 +0000 (08:48 +0200)
debian/compat
debian/control
debian/rules

index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index 1fd16378c2e5049eac4a183f8312f4a201587367..21a7d1d598bba8f77493c13d2ece5c4625f944c5 100644 (file)
@@ -5,12 +5,10 @@ Maintainer: David Lamparter <equinox-debian@diac24.net>
 Uploaders: FRRouting-dev <dev@lists.frrouting.org>,
           Ondřej Surý <ondrej@debian.org>
 Build-Depends:
- autotools-dev,
  bison,
  chrpath,
- debhelper (>= 9),
+ debhelper (>= 9.20150101),
  debhelper (>= 9.20160709) <!pkg.frr.nosystemd> | dh-systemd <!pkg.frr.nosystemd>,
- dh-autoreconf,
  flex,
  gawk,
  install-info,
index add7bf1b0e327a2426ab9e4d405d61eaa479f1cf..6b1d9f9ce843f5804e5c647848d9be67db4c5052 100755 (executable)
@@ -22,17 +22,15 @@ else
 endif
 
 ifeq ($(filter pkg.frr.nosystemd,$(DEB_BUILD_PROFILES)),)
-  DH_WITH_SYSTEMD=systemd,
   CONF_SYSTEMD=--enable-systemd=yes
 else
-  DH_WITH_SYSTEMD=
   CONF_SYSTEMD=--enable-systemd=no
 endif
 
 export PYTHON=python3
 
 %:
-       dh $@ -Bbuild --with=$(DH_WITH_SYSTEMD)autoreconf --parallel
+       dh $@ -Bbuild
 
 override_dh_auto_configure:
        $(shell dpkg-buildflags --export=sh); \