summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d9d57e3)
raw | patch | inline | side by side (parent: d9d57e3)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 30 Jun 2012 12:23:30 +0000 (14:23 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 30 Jun 2012 12:23:30 +0000 (14:23 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index b7670bd62699732962330deda6af6cf350d5ea0c..0965c8340d8f8f5eeb67e4dea45794acd60f80bb 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
pfstools (1.8.5-1) unstable; urgency=low
+ * debian/rules:
+ - Split 'build' target into 'build-arch' and 'build-indep'.
* debian/control:
- - Updated standards-version to 3.9.3 -- no changes.
+ - Updated standards-version to 3.9.3.
* debian/copyright:
- Updated for upstream version 1.8.5.
diff --git a/debian/rules b/debian/rules
index f6fde13f7a278b7fe6dd89bb6daf5da6e93e63a9..b4d76a0d46c00f506d68c7e9fa19d2baae71000a 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
./configure $(confflags) CXXFLAGS="$(CXXFLAGS)"
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: config.status
dh_testdir