[Pkg-xmpp-commits] [SCM] Jabber MUC (Multi User Chat) branch, master, updated. f917df5ca0fd15682cededb4d8f4662d122915cc
W. van den Akker
wvdakker at wilsoft.nl
Fri May 17 17:53:49 UTC 2013
The following commit has been merged in the master branch:
commit 3148455346d44806a28ee6eb4471c3b75a8e0644
Author: W. van den Akker <wvdakker at wilsoft.nl>
Date: Fri May 17 19:35:38 2013 +0200
Remove quilt from build dependencies and quilt.make from rules.
diff --git a/debian/changelog b/debian/changelog
index 21bbd3e..08f9d6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
jabber-muc (0.8-6) UNRELEASED; urgency=low
* Make debian/component.d/* less bashish.
+ * debian/control: remove quilt from dependencies.
+ debian/rules: remove include quilt.make.
-- Willem van den Akker <wvdakker at wilsoft.nl> Fri, 17 May 2013 19:27:19 +0200
diff --git a/debian/control b/debian/control
index 8208dd0..b87a0f9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel at lists.alioth.debian.org>
Uploaders: Willem van den Akker <wvdakker at wilsoft.nl>
-Build-Depends: debhelper (>= 9.0.0), quilt, libglib2.0-dev, libexpat1-dev, libidn11-dev,
+Build-Depends: debhelper (>= 9.0.0), libglib2.0-dev, libexpat1-dev, libidn11-dev,
hardening-includes
Homepage: https://gna.org/projects/mu-conference/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xmpp/jabber-muc.git
diff --git a/debian/rules b/debian/rules
index 62a026f..51f6407 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/quilt/quilt.make
-
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
--
Jabber MUC (Multi User Chat)
More information about the Pkg-xmpp-commits
mailing list