summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff8eb12)
raw | patch | inline | side by side (parent: ff8eb12)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Nov 2013 15:30:37 +0000 (16:30 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 23 Nov 2013 15:30:37 +0000 (16:30 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index d937432c83e58791155d8a6dd9945428237f8ee2..645b3ecee02a0d40c947d6ce2f54fad50b80b14b 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
Thanks to David Suárez for reporting this (Closes: #720800).
* debian/control:
- Bumped standards-version to 3.9.4.
+ * debian/rules:
+ - Added build-arch and build-indep targets.
-- Sebastian Harl <tokkee@debian.org> Sat, 23 Nov 2013 16:27:43 +0100
diff --git a/debian/rules b/debian/rules
index 28bafc744e38f47fd766a312e17fa3e0f647003b..ed0bac12ee79dd0e58fd26e6f658b3c522750cd8 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--enable-warnings --enable-netrc --with-ssl=gnutls \
CFLAGS="$(CFLAGS)" LIBS="-lgcrypt"
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: $(BUILDDIR)/config.status
dh_testdir