rev 12187 - in kde-extras/kvirc/trunk/debian: . patches

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Tue Sep 16 19:40:41 UTC 2008


Author: kebianizao-guest
Date: 2008-09-16 19:40:40 +0000 (Tue, 16 Sep 2008)
New Revision: 12187

Removed:
   kde-extras/kvirc/trunk/debian/patches/98_buildprep.patch
Modified:
   kde-extras/kvirc/trunk/debian/changelog
   kde-extras/kvirc/trunk/debian/control
   kde-extras/kvirc/trunk/debian/rules
Log:
* Removed 98_buildprep.patch since double compilation fails (see: #414305).
  Whole GNU toolchain is invoked now on building.
* Tighten build-depends for automake >= 1.10
./autogen.sh

Modified: kde-extras/kvirc/trunk/debian/changelog
===================================================================
--- kde-extras/kvirc/trunk/debian/changelog	2008-09-16 16:33:35 UTC (rev 12186)
+++ kde-extras/kvirc/trunk/debian/changelog	2008-09-16 19:40:40 UTC (rev 12187)
@@ -8,7 +8,9 @@
     file according to Copyright Holder license additions.
   * Adding 52_windowmenu-crashes_r1991.patch taken upstream to fix Window menu
     options crashing.
-  * Refreshed 98_buildprep.patch.
+  * Removed 98_buildprep.patch since double compilation fails (see: #414305).
+    Whole GNU toolchain is invoked now on building.
+  * Tighten build-depends for automake >= 1.10
 
  -- Raúl Sánchez Siles <rasasi78 at gmail.com>  Tue, 26 Aug 2008 15:20:00 +0200
 

Modified: kde-extras/kvirc/trunk/debian/control
===================================================================
--- kde-extras/kvirc/trunk/debian/control	2008-09-16 16:33:35 UTC (rev 12186)
+++ kde-extras/kvirc/trunk/debian/control	2008-09-16 19:40:40 UTC (rev 12187)
@@ -1,5 +1,5 @@
 Source: kvirc
-Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.1.46), kdelibs4-dev (>= 4:3.1.3), libesd0-dev, libperl-dev, automake1.10
+Build-Depends: cdbs (>= 0.4.12), debhelper (>= 4.1.46), kdelibs4-dev (>= 4:3.1.3), libesd0-dev, libperl-dev, automake (>= 1.10)
 Section: net
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>

Deleted: kde-extras/kvirc/trunk/debian/patches/98_buildprep.patch

Modified: kde-extras/kvirc/trunk/debian/rules
===================================================================
--- kde-extras/kvirc/trunk/debian/rules	2008-09-16 16:33:35 UTC (rev 12186)
+++ kde-extras/kvirc/trunk/debian/rules	2008-09-16 19:40:40 UTC (rev 12187)
@@ -11,7 +11,7 @@
 	# will all be building the same source, with no deviation because they
 	# might have an outdated autotools-dev version.
 common-configure-impl::
-#	./autogen.sh
+	./autogen.sh
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
@@ -66,3 +66,4 @@
 	#
 	mv $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/services \
 	   $(CURDIR)/debian/tmp/$(DEB_CONFIGURE_PREFIX)/share/kvirc/3.4/
+




More information about the pkg-kde-commits mailing list