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
commit90bf036f8476471bfc6e1d544dae87d711a853bf (patch)
treef4c484790b5dee4847e90145a07d3c6b4181bba4
parent0a033e4ebda9ce67b2eb21a72d99c60412c3068c (diff)
downloadpatchage-90bf036f8476471bfc6e1d544dae87d711a853bf.tar.gz
patchage-90bf036f8476471bfc6e1d544dae87d711a853bf.tar.bz2
patchage-90bf036f8476471bfc6e1d544dae87d711a853bf.zip
Move debian -> debian-sid.
git-svn-id: http://svn.drobilla.net/lad/patchage@1473 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--Makefile.am10
-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, 9 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 43c8232..82b1756 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src icons debian
+SUBDIRS = src icons debian-sid
desktopfilesdir = $(datadir)/applications
dist_desktopfiles_DATA = patchage.desktop
@@ -7,4 +7,10 @@ docs: Doxyfile src/*.h src/*.cpp
doxygen
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 4e33b11..15866e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -177,7 +177,7 @@ PKG_CHECK_MODULES(FLOWCANVAS, flowcanvas >= 0.5.0)
# Patchage
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([debian/Makefile])
+AC_CONFIG_FILES([debian-sid/Makefile])
AC_CONFIG_FILES([icons/16x16/Makefile])
AC_CONFIG_FILES([icons/22x22/Makefile])
AC_CONFIG_FILES([icons/24x24/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 a87ec34..a87ec34 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 3c586a1..3c586a1 100755
--- a/debian/rules
+++ b/debian-sid/rules