diff options
-rw-r--r-- | Makefile.am | 12 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian-sid/Makefile.am (renamed from debian/Makefile.am) | 0 | ||||
l--------- | debian-sid/README (renamed from debian/README) | 0 | ||||
l--------- | debian-sid/changelog (renamed from debian/changelog) | 0 | ||||
-rw-r--r-- | debian-sid/compat (renamed from debian/compat) | 0 | ||||
-rw-r--r-- | debian-sid/control (renamed from debian/control) | 0 | ||||
-rw-r--r-- | debian-sid/copyright (renamed from debian/copyright) | 0 | ||||
-rw-r--r-- | debian-sid/docs (renamed from debian/docs) | 0 | ||||
-rwxr-xr-x | debian-sid/rules (renamed from debian/rules) | 0 |
10 files changed, 10 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index c891f0b..a93ba3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,8 +13,8 @@ dist-check-doxygen: @false endif -SUBDIRS = src slv2 utils hosts $(DOC_DIR) swig debian -DIST_SUBDIRS = src slv2 utils hosts doc swig debian +SUBDIRS = src slv2 utils hosts $(DOC_DIR) swig debian-sid +DIST_SUBDIRS = src slv2 utils hosts doc swig debian-sid pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = slv2.pc @@ -28,5 +28,11 @@ install-man: cd doc && make install-man deb: - dpkg-buildpackage -sn + if [ -e debian ]; then \ + echo "ERROR: ./debian exists, you must move it out of the way."; \ + else \ + ln -s debian-sid debian; \ + dpkg-buildpackage -sn; \ + rm debian; \ + fi diff --git a/configure.ac b/configure.ac index 1756ea5..6aafb5c 100644 --- a/configure.ac +++ b/configure.ac @@ -194,7 +194,7 @@ CFLAGS="$CFLAGS -std=c99 -pipe -fmessage-length=999 -DCONFIG_H_PATH=\\\"$CONFIG_ # Write output files AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([debian/Makefile]) +AC_CONFIG_FILES([debian-sid/Makefile]) AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([doc/reference.doxygen]) AC_CONFIG_FILES([hosts/Makefile]) diff --git a/debian/Makefile.am b/debian-sid/Makefile.am index 757249d..757249d 100644 --- a/debian/Makefile.am +++ b/debian-sid/Makefile.am diff --git a/debian/README b/debian-sid/README index 59a23c4..59a23c4 120000 --- a/debian/README +++ b/debian-sid/README diff --git a/debian/changelog b/debian-sid/changelog index 22ec9b8..22ec9b8 120000 --- a/debian/changelog +++ b/debian-sid/changelog diff --git a/debian/compat b/debian-sid/compat index 7ed6ff8..7ed6ff8 100644 --- a/debian/compat +++ b/debian-sid/compat diff --git a/debian/control b/debian-sid/control index 61c506d..61c506d 100644 --- a/debian/control +++ b/debian-sid/control diff --git a/debian/copyright b/debian-sid/copyright index 97ef279..97ef279 100644 --- a/debian/copyright +++ b/debian-sid/copyright diff --git a/debian/docs b/debian-sid/docs index e845566..e845566 100644 --- a/debian/docs +++ b/debian-sid/docs diff --git a/debian/rules b/debian-sid/rules index 582cdf2..582cdf2 100755 --- a/debian/rules +++ b/debian-sid/rules |