tag 604317 patch
thanks

Hello! I prepared a patch for fixing this bug. It removes the kdelibs4c2a 
dependency by removing the kconf package and the related build dependencies.

I have tested it under cowbuilder and it seems to work fine.

If you want, I can prepare an NMU and ask for sponsorship to upload it.

Kinds regards, Lisandro.


-- 
Background: talking about Nokia's aquisition of Trolltech.
<mukidohime> That's why there's the FreeQt agreement, a poison pill against
             just that sort of thing.
...
<MoDaX> mukidohime: agreements can be broken
<mukidohime> MoDaX: Yes, with a massive lawsuit following soon after.
<mukidohime> If Nokia pulled something like that, aseigo would entirely pull
             some sort of dragonball Z-esque maneuver, and it would probably
             be visible from the ISS.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
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