[Pkg-xmpp-commits] [SCM] Jabber MUC (Multi User Chat) branch, master, updated. 4c58bfc81ee5c55a96cbf52d160070ce687b61cb
W. van den Akker
wvdakker at wilsoft.nl
Fri Jan 18 10:31:42 UTC 2013
The following commit has been merged in the master branch:
commit 4c58bfc81ee5c55a96cbf52d160070ce687b61cb
Author: W. van den Akker <wvdakker at wilsoft.nl>
Date: Fri Jan 18 11:23:25 2013 +0100
Added build-arch and build-indep to rules.
diff --git a/debian/changelog b/debian/changelog
index 2204720..7c1a9f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ jabber-muc (0.8-4) UNRELEASED; urgency=low
- debian/lintian-overrides: removed. Not needed anymore.
- debian/rules: removed lintian-overrides copy operation.
* debian/rules: include hardening options.
+ * debian/rules: added build-arch, build-indep.
* debian/control: added Vcs-git and Vcs-Browser tags.
* debian/component.d/60muc: added status option.
* Bump standards version to 3.9.4.
diff --git a/debian/rules b/debian/rules
index e9dcd95..ff34ec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,9 @@ build-stamp: configure-stamp
touch $@
+build-arch: build
+build-indep: build
+
clean:
dh_testdir
dh_testroot
--
Jabber MUC (Multi User Chat)
More information about the Pkg-xmpp-commits
mailing list