summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-07 17:06:59 +0000
committerDavid Robillard <d@drobilla.net>2008-09-07 17:06:59 +0000
commitc3774716ef3ecdd31392f132de17ab0b35433756 (patch)
tree43163bf9545be29f4e47f33120732241632c7adc
parent118296c069eb477825126c879a10ebde00735be4 (diff)
downloadlilv-c3774716ef3ecdd31392f132de17ab0b35433756.tar.gz
lilv-c3774716ef3ecdd31392f132de17ab0b35433756.tar.bz2
lilv-c3774716ef3ecdd31392f132de17ab0b35433756.zip
Move debian -> debian-sid.
git-svn-id: http://svn.drobilla.net/lad/slv2@1473 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--Makefile.am12
-rw-r--r--configure.ac2
-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
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