Hi! I am going to do an NMU to delayed/10 queue with the patch I am attaching,
wich is basically the same patch as before but with the necessary changelog's 
updates.

Feel free to contact me in case you see something must be changed or any other 
doubt/reason you may have.

Kinds regards, Lisandro.

-- 
La peor forma de querer a alguien es tenerla cerca tuyo
y saber que nunca la tendrás

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/

diff --git a/debian/changelog b/debian/changelog
index 3d6171a..578303f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mcs (0.7.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove dependency on kdelibs4c2a and libqt3-headers by removing
+    the binary libmcs-backend-kconfig (Closes: #604317).
+
+ -- Lisandro Damián Nicanor Pérez Meyer <perezme...@gmail.com>  Sun, 27 Feb 2011 18:10:49 -0300
+
 mcs (0.7.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 582467a..4ea4d15 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: mcs
 Priority: optional
 Maintainer: Adam Cécile (Le_Vert) <gand...@le-vert.net>
-Build-Depends: debhelper (>= 5), autotools-dev, libgconf2-dev (>= 2.6.0), kdelibs4-dev, libqt3-headers, libmowgli-dev (>= 0.4.0), dpatch
+Build-Depends: debhelper (>= 5), autotools-dev, libgconf2-dev (>= 2.6.0), libmowgli-dev (>= 0.4.0), dpatch
 Standards-Version: 3.9.1
 Section: libs
 Homepage: http://www.atheme.org/projects/mcs.shtml
@@ -65,12 +65,3 @@ Description: GNOME GConf backend for libmcs
  .
  This package provides a GNOME GConf backend to store configurations.
 
-Package: libmcs-backend-kconfig
-Architecture: any
-Depends: libmcs1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Suggests: libmcs-utils
-Description: KDE kconfig backend for libmcs
- Modular Config System is a library and set of tools which abstract the
- storage of configuration settings away from userland applications.
- .
- This package provides a KDE Kconfig backend to store configurations.
diff --git a/debian/libmcs-backend-kconfig.install b/debian/libmcs-backend-kconfig.install
deleted file mode 100644
index 0e6dac1..0000000
--- a/debian/libmcs-backend-kconfig.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/mcs/kconfig.so
diff --git a/debian/rules b/debian/rules
index ba65331..d13974a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 # We'll symlink /usr/share/doc/<package> to the libmcs1's one
 # So we need a list of available packages
-PKG_LIST = libmcs-dev libmcs-utils libmcs-backend-gconf libmcs-backend-kconfig
+PKG_LIST = libmcs-dev libmcs-utils libmcs-backend-gconf
 
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -18,7 +18,6 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 else
 	CFLAGS += -O2
 endif
-CFLAGS += -I/usr/include/kde -I/usr/include/qt3
 
 config.status: configure patch-stamp
 	dh_testdir
@@ -33,7 +32,6 @@ endif
                     --prefix=/usr \
 		    --sysconfdir=/etc \
 		    --enable-gconf \
-		    --enable-kconfig \
 		    CFLAGS="$(CFLAGS)" \
 		    CXXFLAGS="$(CFLAGS)"
 

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to