This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5a72724fa5721f065894ddd2fade79aab9268e2a commit 5a72724fa5721f065894ddd2fade79aab9268e2a Author: Guillem Jover <[email protected]> AuthorDate: Wed Jan 29 01:19:47 2020 +0100 build: Remove reference to deleted debian/compat file Fixes: commit 4158d222d9b8734eb764da70e6b8cac066dc8654 --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ad5a361bd..304d1787b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,6 @@ EXTRA_DIST = \ doc/triggers.txt \ debian/bug-script \ debian/changelog \ - debian/compat \ debian/control \ debian/copyright \ debian/dpkg-dev.docs \ -- Dpkg.Org's dpkg

