rev 4034 - kde-extras/kile/tags/1.9.1-1/debian

Fathi Boudra fboudra-guest at costa.debian.org
Mon Jun 26 19:24:33 UTC 2006


Author: fboudra-guest
Date: 2006-06-26 19:24:32 +0000 (Mon, 26 Jun 2006)
New Revision: 4034

Modified:
   kde-extras/kile/tags/1.9.1-1/debian/changelog
   kde-extras/kile/tags/1.9.1-1/debian/control
   kde-extras/kile/tags/1.9.1-1/debian/rules
Log:
synced trunk with tagged 1.9.1-1

Modified: kde-extras/kile/tags/1.9.1-1/debian/changelog
===================================================================
--- kde-extras/kile/tags/1.9.1-1/debian/changelog	2006-06-26 19:23:59 UTC (rev 4033)
+++ kde-extras/kile/tags/1.9.1-1/debian/changelog	2006-06-26 19:24:32 UTC (rev 4034)
@@ -1,8 +1,9 @@
 kile (1:1.9.1-1) unstable; urgency=low
 
-  * New maintainers with ben agreement
+  [Fathi Boudra]
+  * New maintainers with Ben's agreement
     * Maintainer: KDE Extras Team
-    * Uploaders: Fathi Boudra and Mark Purcell
+    * Uploaders: Ana Beatriz Guerrero Lopez, Mark Purcell and Fathi Boudra
   * New upstream release (Closes: #337550, #358250, #358857, #276348, #221898,
     #285035)
   * Converted package to cdbs
@@ -23,6 +24,10 @@
   * README.Debian: merged kile.README.Debian and kile-i18n.README.Debian
   * Added watch file
 
+  [ana Beatriz Guerrero Lopez]
+  * re-libtoolizing at build time, so now the package doesn't depend from
+    libfreetype6 and other spurious libraries.
+
  -- Fathi Boudra <fboudra at free.fr>  Sun, 25 Jun 2006 10:58:50 +0200
 
 kile (1:1.8.1-3.2) unstable; urgency=low

Modified: kde-extras/kile/tags/1.9.1-1/debian/control
===================================================================
--- kde-extras/kile/tags/1.9.1-1/debian/control	2006-06-26 19:23:59 UTC (rev 4033)
+++ kde-extras/kile/tags/1.9.1-1/debian/control	2006-06-26 19:24:32 UTC (rev 4034)
@@ -2,8 +2,8 @@
 Section: tex
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: Fathi Boudra <fboudra at free.fr>, Mark Purcell <msp at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), kdelibs4-dev
+Uploaders: Fathi Boudra <fboudra at free.fr>, Mark Purcell <msp at debian.org>, Ana Beatriz Guerrero Lopez <ana at ekaia.org>
+Build-Depends: cdbs, debhelper (>= 5), automake1.9, kdelibs4-dev, libtool
 Standards-Version: 3.7.2
 
 Package: kile

Modified: kde-extras/kile/tags/1.9.1-1/debian/rules
===================================================================
--- kde-extras/kile/tags/1.9.1-1/debian/rules	2006-06-26 19:23:59 UTC (rev 4033)
+++ kde-extras/kile/tags/1.9.1-1/debian/rules	2006-06-26 19:24:32 UTC (rev 4034)
@@ -6,7 +6,20 @@
 DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
 DEB_INSTALL_MANPAGES_kile := debian/kile.1
 
+makebuilddir/kile::
+	-test -r /usr/share/misc/config.sub && \
+	cp -f /usr/share/misc/config.sub admin/config.sub
+	-test -r /usr/share/misc/config.guess && \
+	cp -f /usr/share/misc/config.guess admin/config.guess
+
+	/usr/bin/libtoolize -f
+	cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
+	$(MAKE) -f admin/Makefile.common
+
 install/kile::
 	# Install pixmap
 	install -D -p -m0644 debian/kile.xpm debian/kile/usr/share/pixmaps/kile.xpm
 
+clean::
+	rm -f admin/config.sub admin/config.guess debian/debiandirs admin/ltmain.sh configure admin/libtool.m4.in aclocal.m4 acinclude.m4
+




More information about the pkg-kde-commits mailing list