summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am12
-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-xdebian-sid/rules (renamed from debian/rules)0
9 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index a5eabea..194dcfb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,8 +10,8 @@ dist-check-doxygen:
@false
endif
-SUBDIRS = raul src $(DOC_DIR) debian
-DIST_SUBDIRS = raul src tests doc debian
+SUBDIRS = raul src $(DOC_DIR) debian-sid
+DIST_SUBDIRS = raul src tests doc debian-sid
if BUILD_UNIT_TESTS
SUBDIRS += tests
@@ -26,4 +26,10 @@ docs:
cd doc && make docs
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/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 65f3b7d..65f3b7d 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 3b0d93a..3b0d93a 100755
--- a/debian/rules
+++ b/debian-sid/rules