Index: b/Makefile.in
===================================================================
--- a/Makefile.in
+++ b/Makefile.in
@@ -85,7 +85,7 @@ subdir = .
 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/configure $(am__configure_deps) \
-	$(srcdir)/config.h.in $(top_srcdir)/debian/changelog.in \
+	$(srcdir)/config.h.in \
 	$(top_srcdir)/macosx/Info.plist.in \
 	$(top_srcdir)/macosx/build/graphviz.pmdoc/01local.xml.in \
 	$(top_srcdir)/macosx/build/graphviz.pmdoc/02graphviz.xml.in \
@@ -112,7 +112,7 @@ am__CONFIG_DISTCLEAN_FILES = config.stat
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = debian/changelog macosx/Info.plist \
+CONFIG_CLEAN_FILES = macosx/Info.plist \
 	macosx/build/graphviz.pmdoc/01local.xml \
 	macosx/build/graphviz.pmdoc/02graphviz.xml \
 	windows/build/graphviz.wxs windows/Properties/AssemblyInfo.cs \
@@ -680,8 +680,6 @@ $(srcdir)/config.h.in:  $(am__configure_
 
 distclean-hdr:
 	-rm -f config.h stamp-h1
-debian/changelog: $(top_builddir)/config.status $(top_srcdir)/debian/changelog.in
-	cd $(top_builddir) && $(SHELL) ./config.status $@
 macosx/Info.plist: $(top_builddir)/config.status $(top_srcdir)/macosx/Info.plist.in
 	cd $(top_builddir) && $(SHELL) ./config.status $@
 macosx/build/graphviz.pmdoc/01local.xml: $(top_builddir)/config.status $(top_srcdir)/macosx/build/graphviz.pmdoc/01local.xml.in
Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -3103,7 +3103,6 @@ AM_CONDITIONAL(HAVE_CRITERION, test "$us
 
 # Generate Makefiles
 AC_CONFIG_FILES(Makefile
-	debian/changelog
 	doc/Makefile
 	doc/info/Makefile
 	doc/schema/Makefile
