commit fe4ba264fc3234045e773c38aa14920d43915981
Author: Evgeni Golov <evgeni@debian.org>
Date:   Wed Jul 22 17:57:03 2015 +0200

    do not try to generate debian/ files via automake

diff --git a/autoconf/configure.in b/autoconf/configure.in
index b4f8b0f..3946378 100644
--- a/autoconf/configure.in
+++ b/autoconf/configure.in
@@ -4212,46 +4212,6 @@ debian|ubuntu|univention)
    PSCMD="ps -e -o pid,command"
    DEBIAN_CONTROL_UNIVENTION_BAREOS=/dev/null
    PFILES="${PFILES} ${DEBIAN_CONTROL} \
-      debian/bareos-bat.install \
-      debian/bareos-bat.postinst \
-      debian/bareos-bconsole.install \
-      debian/bareos-bconsole.postinst \
-      debian/bareos-common.install \
-      debian/bareos-common.postinst \
-      debian/bareos-common.preinst \
-      debian/bareos-database-common.config \
-      debian/bareos-database-common.install \
-      debian/bareos-database-common.postinst \
-      debian/bareos-database-mysql.install \
-      debian/bareos-database-postgresql.install \
-      debian/bareos-database-sqlite3.install \
-      debian/bareos-database-tools.install \
-      debian/bareos-devel.install \
-      debian/bareos-director-python-plugin.install \
-      debian/bareos-director.bareos-dir.init \
-      debian/bareos-director.install \
-      debian/bareos-director.postinst \
-      debian/bareos-director.preinst \
-      debian/bareos-filedaemon-ceph-plugin.install \
-      debian/bareos-filedaemon-glusterfs-plugin.install \
-      debian/bareos-filedaemon-ldap-python-plugin.install \
-      debian/bareos-filedaemon-python-plugin.install \
-      debian/bareos-filedaemon.bareos-fd.init \
-      debian/bareos-filedaemon.install \
-      debian/bareos-filedaemon.postinst \
-      debian/bareos-filedaemon.preinst \
-      debian/bareos-storage-ceph.install \
-      debian/bareos-storage-glusterfs.install \
-      debian/bareos-storage-fifo.install \
-      debian/bareos-storage-python-plugin.install \
-      debian/bareos-storage-tape.install \
-      debian/bareos-storage.bareos-sd.init \
-      debian/bareos-storage.install \
-      debian/bareos-storage.postinst \
-      debian/bareos-storage.preinst \
-      debian/bareos-tools.install \
-      debian/bareos-traymonitor.install \
-      debian/bareos-traymonitor.postinst \
       platforms/debian/Makefile \
       platforms/debian/set_dbconfig_vars.sh"
    case "$DISTNAME" in
@@ -4464,10 +4424,7 @@ if test "x${support_systemd}" = "xyes"; then
 		   platforms/systemd/bareos.conf \
 		   platforms/systemd/bareos-dir.service \
 		   platforms/systemd/bareos-fd.service \
-		   platforms/systemd/bareos-sd.service \
-		   debian/bareos-filedaemon.service \
-		   debian/bareos-storage.service \
-		   debian/bareos-director.service"
+		   platforms/systemd/bareos-sd.service"
     AC_DEFINE(HAVE_SYSTEMD, 1, [Define to 1 if systemd support should be enabled])
 else
     AC_MSG_RESULT(no)
diff --git a/configure b/configure
index 00de70d..34a1a67 100755
--- a/configure
+++ b/configure
@@ -33406,46 +33406,6 @@ debian|ubuntu|univention)
    PSCMD="ps -e -o pid,command"
    DEBIAN_CONTROL_UNIVENTION_BAREOS=/dev/null
    PFILES="${PFILES} ${DEBIAN_CONTROL} \
-      debian/bareos-bat.install \
-      debian/bareos-bat.postinst \
-      debian/bareos-bconsole.install \
-      debian/bareos-bconsole.postinst \
-      debian/bareos-common.install \
-      debian/bareos-common.postinst \
-      debian/bareos-common.preinst \
-      debian/bareos-database-common.config \
-      debian/bareos-database-common.install \
-      debian/bareos-database-common.postinst \
-      debian/bareos-database-mysql.install \
-      debian/bareos-database-postgresql.install \
-      debian/bareos-database-sqlite3.install \
-      debian/bareos-database-tools.install \
-      debian/bareos-devel.install \
-      debian/bareos-director-python-plugin.install \
-      debian/bareos-director.bareos-dir.init \
-      debian/bareos-director.install \
-      debian/bareos-director.postinst \
-      debian/bareos-director.preinst \
-      debian/bareos-filedaemon-ceph-plugin.install \
-      debian/bareos-filedaemon-glusterfs-plugin.install \
-      debian/bareos-filedaemon-ldap-python-plugin.install \
-      debian/bareos-filedaemon-python-plugin.install \
-      debian/bareos-filedaemon.bareos-fd.init \
-      debian/bareos-filedaemon.install \
-      debian/bareos-filedaemon.postinst \
-      debian/bareos-filedaemon.preinst \
-      debian/bareos-storage-ceph.install \
-      debian/bareos-storage-glusterfs.install \
-      debian/bareos-storage-fifo.install \
-      debian/bareos-storage-python-plugin.install \
-      debian/bareos-storage-tape.install \
-      debian/bareos-storage.bareos-sd.init \
-      debian/bareos-storage.install \
-      debian/bareos-storage.postinst \
-      debian/bareos-storage.preinst \
-      debian/bareos-tools.install \
-      debian/bareos-traymonitor.install \
-      debian/bareos-traymonitor.postinst \
       platforms/debian/Makefile \
       platforms/debian/set_dbconfig_vars.sh"
    case "$DISTNAME" in
@@ -33711,10 +33671,7 @@ $as_echo "yes" >&6; }
 		   platforms/systemd/bareos.conf \
 		   platforms/systemd/bareos-dir.service \
 		   platforms/systemd/bareos-fd.service \
-		   platforms/systemd/bareos-sd.service \
-		   debian/bareos-filedaemon.service \
-		   debian/bareos-storage.service \
-		   debian/bareos-director.service"
+		   platforms/systemd/bareos-sd.service"
 
 $as_echo "#define HAVE_SYSTEMD 1" >>confdefs.h
 
