Source: apt-dater Version: 1.0.3-5 Tags: patch User: [email protected] Usertags: rebootstrap
apt-dater Build-Depends on vim-common, but it only needs xxd. Formerly xxd was located in vim-common, but now it resides in a separate xxd package. Please update the Build-Depends. This affects cross buildability, because vim-common is not cross satisfiable. Helmut
diff --minimal -Nru apt-dater-1.0.3/debian/changelog apt-dater-1.0.3/debian/changelog --- apt-dater-1.0.3/debian/changelog 2017-07-21 10:47:46.000000000 +0200 +++ apt-dater-1.0.3/debian/changelog 2017-10-03 11:49:03.000000000 +0200 @@ -1,3 +1,10 @@ +apt-dater (1.0.3-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Build-Depends: xxd moved from vim-common to xxd. Closes: #-1 + + -- Helmut Grohne <[email protected]> Tue, 03 Oct 2017 11:49:03 +0200 + apt-dater (1.0.3-5) unstable; urgency=medium * Bump Standards-Version to 4.0.0 (no changes required). diff --minimal -Nru apt-dater-1.0.3/debian/control apt-dater-1.0.3/debian/control --- apt-dater-1.0.3/debian/control 2017-07-21 10:47:46.000000000 +0200 +++ apt-dater-1.0.3/debian/control 2017-10-03 11:49:02.000000000 +0200 @@ -9,7 +9,7 @@ libncursesw5-dev, tcl8.5-dev, libconfig-dev, - vim-common, + xxd, libxml2-dev Homepage: http://www.ibh.de/apt-dater Standards-Version: 4.0.0

