[pkg-xmule-commits] CVS xmule/debian

CVS User dleidert-guest pkg-xmule-maintainers@lists.alioth.debian.org
Sat, 14 May 2005 17:00:59 +0000


Update of /cvsroot/pkg-xmule/xmule/debian
In directory haydn:/tmp/cvs-serv24353/debian

Modified Files:
	control rules 
Log Message:
Fixing some more build related issues by using dpatch. Changing debian/rules to fit these changes. Decrease size of diff.gz. Add cvs to build-depends (is it necessary? gettext only suggests it).

--- /cvsroot/pkg-xmule/xmule/debian/control	2005/05/04 14:13:09	1.5
+++ /cvsroot/pkg-xmule/xmule/debian/control	2005/05/14 17:00:59	1.6
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: xMule Package Maintainers <pkg-xmule-maintainers@lists.alioth.debian.org>
 Uploaders: Noèl Köthe <noel@debian.org>
-Build-Depends: debhelper (>> 4.0.0), autoconf, automake1.7, autotools-dev, dpatch, bison, docbook-to-man, gawk, gettext, libcrypto++-dev, libgtk1.2-dev, libexpat1-dev, libwxgtk2.4-dev, libwxgtk2.4-contrib-dev, wxwin2.4-headers, zlib1g-dev
+Build-Depends: debhelper (>> 4.0.0), autoconf, automake1.7, autotools-dev, cvs, dpatch, bison, docbook-to-man, gawk, gettext, libcrypto++-dev, libgtk1.2-dev, libexpat1-dev, libwxgtk2.4-dev, libwxgtk2.4-contrib-dev, wxwin2.4-headers, zlib1g-dev
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.6.1.1
 
--- /cvsroot/pkg-xmule/xmule/debian/rules	2005/03/22 16:13:55	1.6
+++ /cvsroot/pkg-xmule/xmule/debian/rules	2005/05/14 17:00:59	1.7
@@ -29,6 +29,10 @@
   export CXXFLAGS +=-O0 -mieee
 endif
 
+configure:
+	autopoint --force
+	aclocal-1.7 && autoheader && autoconf
+
 config.status: patch-stamp configure
 	dh_testdir
 	# Add here commands to configure the package.
@@ -62,15 +66,13 @@
 	-$(MAKE) distclean
 	-rm -f debian/xmule.1
 	-rm -f po/*.gmo po/Makefile po/Makefile.in po/POTFILES po/stamp-po
-	-rm -f config.* stamp-h1
+	-rm -f configure config.* stamp-h1
 	-find . -name "*.make" | xargs rm -f
 
 	test -r /usr/share/misc/config.sub && \
 		cp -f /usr/share/misc/config.sub config.sub
 	test -r /usr/share/misc/config.guess && \
 		cp -f /usr/share/misc/config.guess config.guess
-	autopoint --force
-	aclocal-1.7 && autoheader && autoconf
 
 	dh_clean