diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-06-08 19:14:41 -0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-06-08 19:52:05 -0700 | 
| commit | 358e8263b17607830a53648356ab9936388f43da (patch) | |
| tree | df45297d402e2c438d66fcff36c94e7002034784 /Makefile.am | |
| parent | a1b83f9003b884d678c803f46525ad10a8435134 (diff) | |
debian->debianpkg: Move debian files from debian dir to debianpkg dir.
Debian build systems use debian subdir for building and having a debian
dir in the source package causes issues.
Moving it to debianpkg avoids the issue and allows us to ship debian
package files in the source distribution
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ec633c83d5..7aeb91be5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = lib qpb fpm @ZEBRA@ @LIBRFP@ @RFPTEST@ \  DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \  	  isisd watchfrr vtysh ospfclient doc m4 pkgsrc redhat tests \  	  solaris pimd @LIBRFP@ @RFPTEST@ tools cumulus snapcraft \ -	  debian +	  debianpkg  EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \  	update-autotools \  | 
