summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79fa2a2)
raw | patch | inline | side by side (parent: 79fa2a2)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Nov 2013 19:12:41 +0000 (20:12 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Nov 2013 19:12:41 +0000 (20:12 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 27f92e0bda1e9de5f4aa39b1f6220840b30bac83..2020146d99f9546fa26107b0df5a26ac988fae4d 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Install the vapi file.
* debian/libmpdclient2.symbols:
- Updated for new upstream version.
+ * debian/rules:
+ - Split build target into build-arch and build-indep.
-- Sebastian Harl <tokkee@debian.org> Sat, 23 Nov 2013 19:53:49 +0100
diff --git a/debian/rules b/debian/rules
index 2418ad8848fd9d1955914cc4badf59ab63ec8055..8c82591e4c6dea729e7dba8aff0b8db7311d83c3 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--mandir=\$${prefix}/share/man \
CFLAGS="$(CFLAGS)"
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: config.status
dh_testdir