Hi Michael,

I am currently putting the finishing touches on the KDevelop 3.4.0 upload to Debian, and want to make sure I have correctly addressed your bug report.

Concerning support for automake 1.10, this is indeed fixed upstream, so I don't think any further work is needed there.

Concerning the *.cdbs-orig files, I am including the following patch to fix the generated admin.tar.gz:

diff -urN kdevelop-3.4.0.orig/parts/appwizard/common/Makefile.am kdevelop-3.4.0/parts/appwizard/common/Makefile.am --- kdevelop-3.4.0.orig/parts/appwizard/common/Makefile.am 2007-01-25 16:41:53.000000000 +0100 +++ kdevelop-3.4.0/parts/appwizard/common/Makefile.am 2007-01-29 09:17:45.000000000 +0100
@@ -1,7 +1,7 @@
 CLEANFILES = *.tar.gz

 admin.tar.gz:
-   $(TAR) -cf admin.tar --exclude=.svn -C $(srcdir) admin
+ $(TAR) -cf admin.tar --exclude=.svn --exclude=*.cdbs-orig -C $(srcdir) admin
    gzip admin.tar

 gnome.tar.gz:

Are there any other .tar.gz beside admin.tar.gz which include the *.cdbs-orig files?

Jeremy

--
http://www.jerryweb.org/             : JerryWeb.org
http://sailcut.sourceforge.net/      : Sailcut CAD
http://opensource.polytechnique.org/ : Polytechnique.org Free Software


Reply via email to