* Add trailing blank line to debian/NEWS.
* debian/copyright: update formatting (DEP5) and years of packaging
copyright.
+ * Update patch headers (DEP3).
-- gregor herrmann <gregoa@debian.org> Sun, 28 Mar 2010 18:16:19 +0200
-Author: gregor herrmann <gregoa@debian.org>
Description: update ltmain.sh and aclocal.m4
-Bugs-Debian: #375634
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2010-05-25
+Bugs-Debian: http://bugs.debian.org/375634
--- a/ltmain.sh
+++ b/ltmain.sh
$show "$mv \"${export_symbols}T\" \"$export_symbols\""
$run eval '$mv "${export_symbols}T" "$export_symbols"'
fi
-@@ -2840,46 +3975,30 @@
+@@ -2840,43 +3975,27 @@
$run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
fi
+ libobjs="$libobjs $func_extract_archives_result"
fi
fi
--
-+
- if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
- eval flag=\"$thread_safe_flag_spec\"
- linker_flags="$linker_flags $flag"
+
@@ -2891,23 +4010,175 @@
fi
Author: gregor herrmann <gregoa@debian.org>
-Bugs-Ubuntu: #476591
+Last-Update: 2010-05-25
Description:
-- fix calls to pod2man
-- remove stray "=cut", leads to pod2man errors
-- add a note about using the gnuplot datafile
+ - fix calls to pod2man
+ - remove stray "=cut", leads to pod2man errors
+ - add a note about using the gnuplot datafile
+Bugs-Ubuntu: https://bugs.launchpad.net/bugs/476591
--- a/man/Makefile.in
+++ b/man/Makefile.in
-Author: DenverD, gregor herrmann <gregoa@debian.org>
Description: improve wording
+Author: DenverD
+Reviewed-by: gregor herrmann <gregoa@debian.org>
+Last-Update: 2010-05-25
--- a/src/lib_main.cpp
+++ b/src/lib_main.cpp