[Pkg-xmpp-commits] [SCM] Jabberd2 XMPP server branch, master, updated. upstream/2.2.17-20-g03771f3

W. van den Akker wvdakker at wilsoft.nl
Wed Jan 16 12:35:51 UTC 2013


The following commit has been merged in the master branch:
commit 3f6628ea67ccf11ae201fb53a4bb71d4d97436f0
Author: W. van den Akker <wvdakker at wilsoft.nl>
Date:   Wed Jan 16 12:35:13 2013 +0100

    Added build-arch and build-indep to rules.

diff --git a/debian/changelog b/debian/changelog
index b93e459..2948dea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ jabberd2 (2.2.17-1) UNRELEASED; urgency=low
   * debian/rules: removed unrecognized enable-sasl and disable-rpath 
     options.
   * debian/rules: include hardening options.
+  * debian/rules: added build-arch, build-indep.
   * debian/watch: updated URL (Closes: #543415).
   * debian/dirs, debian/postinst: removed /var/run/jabber2 (Closes: #689538).
   * debian/component.d: removed 20resolver. Resolver is not included anymore
diff --git a/debian/rules b/debian/rules
index b289aea..e52f390 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,9 @@ build-stamp:  config.status
 	
 	touch $@
 
+build-arch: build
+build-indep: build
+
 clean: clean1 unpatch
 
 clean1:

-- 
Jabberd2 XMPP server



More information about the Pkg-xmpp-commits mailing list