summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 511f6a3)
raw | patch | inline | side by side (parent: 511f6a3)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 17 May 2012 17:00:09 +0000 (19:00 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 17 May 2012 17:00:09 +0000 (19:00 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 71b267667ec9f37fac12283944519887c7f6ad5e..915ff0e7ed5b20ab9e5db29ad8ae79db8a8d06b4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/rules:
- Don't remove 'test-graph'; it is no longer installed by 'make install'.
- Don't try to install TODO; it no longer exists.
+ - Split build target into build-{arch,indep} as recommended by policy.
-- Sebastian Harl <tokkee@debian.org> Thu, 17 May 2012 18:15:46 +0200
diff --git a/debian/rules b/debian/rules
index 4128ddd1d6475f77d902105f0b8e3259f057cc24..63f259916940bf0497dadbac7e793adfc0bcb760 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc \
CFLAGS="$(CFLAGS)"
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: config.status
dh_testdir