Hi, here's the diff for the NMU that will shortly be uploaded to delayed/7.
diff -u aime-0.60.3/debian/changelog aime-0.60.3/debian/changelog
--- aime-0.60.3/debian/changelog
+++ aime-0.60.3/debian/changelog
@@ -1,3 +1,13 @@
+aime (0.60.3-7.2) unstable; urgency=low
+
+ [ Ian Wienand ]
+ * NMU upload
+ * Fix syntax bug and remove -frepo to allow g++ 4 build
+ (closes: #334124, #292953)
+ * Add arguments for later automake version for debian/rules
+
+ -- Christoph Berg <[EMAIL PROTECTED]> Wed, 2 Nov 2005 21:35:07 +0100
+
aime (0.60.3-7.1) unstable; urgency=low
* NMU upload for g++ transition.
diff -u aime-0.60.3/debian/rules aime-0.60.3/debian/rules
--- aime-0.60.3/debian/rules
+++ aime-0.60.3/debian/rules
@@ -14,7 +14,7 @@
# Add here commands to configure the package.
sh debian/prepare #pre-build preparations
- automake
+ automake --foreign --add-missing --copy
autoconf
./configure
touch configure-stamp
only in patch2:
unchanged:
--- aime-0.60.3.orig/configure.in
+++ aime-0.60.3/configure.in
@@ -6,7 +6,7 @@
AM_CONFIG_HEADER(include/autoconfig.h)
CFLAGS="-g"
-CXXFLAGS="-g -frepo"
+CXXFLAGS="-g"
dnl Checks for type of system
AC_CYGWIN
only in patch2:
unchanged:
--- aime-0.60.3.orig/src/editor.cpp
+++ aime-0.60.3/src/editor.cpp
@@ -649,7 +649,7 @@
while (tmp_lin != NULL)
{ fputs(tmp_lin->the_line.str_show(),fp);
- fputc((int)"\n",fp);
+ fputc('\n',fp);
tmp_lin = tmp_lin->next_line;
}
return 1;
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Description: Digital signature

