Control: tags -1 +pending +patch Dear maintainer,
I've prepared an NMU for fswatch (versioned as 1.14.0+repack-13.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru fswatch-1.14.0+repack/debian/changelog fswatch- 1.14.0+repack/debian/changelog --- fswatch-1.14.0+repack/debian/changelog 2019-10-26 10:38:15.000000000 -0400 +++ fswatch-1.14.0+repack/debian/changelog 2021-09-15 17:44:32.000000000 -0400 @@ -1,3 +1,15 @@ +fswatch (1.14.0+repack-13.1) unstable; urgency=high + + * Non-maintainer upload. + * debian/rules: Correctly use DEB_HOST_MULTIARCH for libdir. + (Closes: #950366) + * debian/patches/0001-autoconf2.70-compat.patch: Add upstream + patch to fix FTBFS with autoconf 2.70+. (Closes: #978813) + * debian/gbp.conf: Drop custom compression format. This causes + errors during building. Implicitly use default format instead. + + -- Boyuan Yang <by...@debian.org> Wed, 15 Sep 2021 17:44:32 -0400 + fswatch (1.14.0+repack-13) unstable; urgency=medium * Made libfswatch a private library (Closes: #939382) diff -Nru fswatch-1.14.0+repack/debian/gbp.conf fswatch- 1.14.0+repack/debian/gbp.conf --- fswatch-1.14.0+repack/debian/gbp.conf 2019-10-26 10:36:05.000000000 -0400 +++ fswatch-1.14.0+repack/debian/gbp.conf 2021-09-15 17:44:29.000000000 -0400 @@ -2,5 +2,3 @@ debian-branch = debian/sid upstream-branch = upstream/latest pristine-tar = True -compression = gz - diff -Nru fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch --- fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch 1969- 12-31 19:00:00.000000000 -0500 +++ fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch 2021- 09-15 17:40:41.000000000 -0400 @@ -0,0 +1,22 @@ +From: Boyuan Yang <by...@debian.org> +Date: Wed, 15 Sep 2021 17:40:05 -0400 +Subject: autoconf2.70 compat + +Applied-Upstream: https://github.com/emcrisostomo/fswatch/commit/c662b50ad25db990cc44b3fb03a7194ea81d6304 +Bug-Debian: https://bugs.debian.org/978813 +--- + configure.ac | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 74af94d..7c87e07 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -34,7 +34,6 @@ AC_CONFIG_FILES([fswatch/Makefile fswatch/src/Makefile fswatch/doc/Makefile]) + AC_CONFIG_FILES([po/Makefile.in]) + AC_CONFIG_FILES([man/fswatch.7]) + AC_CONFIG_MACRO_DIRS([m4]) +-AC_CONFIG_MACRO_DIR([m4]) + + # Compute the canonical target-system type variables + AC_CANONICAL_TARGET diff -Nru fswatch-1.14.0+repack/debian/patches/series fswatch- 1.14.0+repack/debian/patches/series --- fswatch-1.14.0+repack/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ fswatch-1.14.0+repack/debian/patches/series 2021-09-15 17:40:41.000000000 -0400 @@ -0,0 +1 @@ +0001-autoconf2.70-compat.patch diff -Nru fswatch-1.14.0+repack/debian/rules fswatch- 1.14.0+repack/debian/rules --- fswatch-1.14.0+repack/debian/rules 2019-10-26 10:36:05.000000000 -0400 +++ fswatch-1.14.0+repack/debian/rules 2021-09-15 17:37:31.000000000 -0400 @@ -13,7 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- \ --enable-static=no \ - --libdir=/usr/lib/$(DEB_HOST_GNU_TYPE)/libfswatch + --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/libfswatch override_dh_install: find debian -type d -name doc | xargs rm -rvDear maintainer, I've prepared an NMU for fswatch (versioned as 1.14.0+repack-13.1) and uploaded it to DELAYED/XX. Please feel free to tell me if I should delay it longer. Regards. diff -Nru fswatch-1.14.0+repack/debian/changelog fswatch- 1.14.0+repack/debian/changelog --- fswatch-1.14.0+repack/debian/changelog 2019-10-26 10:38:15.000000000 -0400 +++ fswatch-1.14.0+repack/debian/changelog 2021-09-15 17:44:32.000000000 -0400 @@ -1,3 +1,15 @@ +fswatch (1.14.0+repack-13.1) unstable; urgency=high + + * Non-maintainer upload. + * debian/rules: Correctly use DEB_HOST_MULTIARCH for libdir. + (Closes: #950366) + * debian/patches/0001-autoconf2.70-compat.patch: Add upstream + patch to fix FTBFS with autoconf 2.70+. (Closes: #978813) + * debian/gbp.conf: Drop custom compression format. This causes + errors during building. Implicitly use default format instead. + + -- Boyuan Yang <by...@debian.org> Wed, 15 Sep 2021 17:44:32 -0400 + fswatch (1.14.0+repack-13) unstable; urgency=medium * Made libfswatch a private library (Closes: #939382) diff -Nru fswatch-1.14.0+repack/debian/gbp.conf fswatch- 1.14.0+repack/debian/gbp.conf --- fswatch-1.14.0+repack/debian/gbp.conf 2019-10-26 10:36:05.000000000 -0400 +++ fswatch-1.14.0+repack/debian/gbp.conf 2021-09-15 17:44:29.000000000 -0400 @@ -2,5 +2,3 @@ debian-branch = debian/sid upstream-branch = upstream/latest pristine-tar = True -compression = gz - diff -Nru fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch --- fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch 1969- 12-31 19:00:00.000000000 -0500 +++ fswatch-1.14.0+repack/debian/patches/0001-autoconf2.70-compat.patch 2021- 09-15 17:40:41.000000000 -0400 @@ -0,0 +1,22 @@ +From: Boyuan Yang <by...@debian.org> +Date: Wed, 15 Sep 2021 17:40:05 -0400 +Subject: autoconf2.70 compat + +Applied-Upstream: https://github.com/emcrisostomo/fswatch/commit/c662b50ad25db990cc44b3fb03a7194ea81d6304 +Bug-Debian: https://bugs.debian.org/978813 +--- + configure.ac | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 74af94d..7c87e07 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -34,7 +34,6 @@ AC_CONFIG_FILES([fswatch/Makefile fswatch/src/Makefile fswatch/doc/Makefile]) + AC_CONFIG_FILES([po/Makefile.in]) + AC_CONFIG_FILES([man/fswatch.7]) + AC_CONFIG_MACRO_DIRS([m4]) +-AC_CONFIG_MACRO_DIR([m4]) + + # Compute the canonical target-system type variables + AC_CANONICAL_TARGET diff -Nru fswatch-1.14.0+repack/debian/patches/series fswatch- 1.14.0+repack/debian/patches/series --- fswatch-1.14.0+repack/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ fswatch-1.14.0+repack/debian/patches/series 2021-09-15 17:40:41.000000000 -0400 @@ -0,0 +1 @@ +0001-autoconf2.70-compat.patch diff -Nru fswatch-1.14.0+repack/debian/rules fswatch- 1.14.0+repack/debian/rules --- fswatch-1.14.0+repack/debian/rules 2019-10-26 10:36:05.000000000 -0400 +++ fswatch-1.14.0+repack/debian/rules 2021-09-15 17:37:31.000000000 -0400 @@ -13,7 +13,7 @@ override_dh_auto_configure: dh_auto_configure -- \ --enable-static=no \ - --libdir=/usr/lib/$(DEB_HOST_GNU_TYPE)/libfswatch + --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/libfswatch override_dh_install: find debian -type d -name doc | xargs rm -rv
signature.asc
Description: This is a digitally signed message part