+2007-08-08 Guillem Jover <guillem@debian.org>
+
+ * src/configure.c (deferred_configure): Do not print a new line
+ if maintainer_script_installed returned true.
+
2007-08-08 Guillem Jover <guillem@debian.org>
* dpkg-deb/build.c (do_build): Use NULL instead of '(char *)0'.
results with overlapping patterns on 'dpkg-query -W'. Closes: #428427
* Tightening dpkg-dev versioned Depends to dpkg 1.14.6, and dpkg Conflicts
against << dpkg-dev 1.14.6, where the perl modularization started.
+ * Do not print empty lines after 'Setting up ...' output. Closes: #392317
[ Updated scripts translations ]
* French (Frédéric Bothamy, Christian Perrier).
modstatdb_note(pkg);
- if (maintainer_script_installed(pkg, POSTINSTFILE, "post-installation",
- "configure",
- informativeversion(&pkg->configversion)
- ? versiondescribe(&pkg->configversion,
- vdew_nonambig)
- : "",
- NULL))
- putchar('\n');
+ maintainer_script_installed(pkg, POSTINSTFILE, "post-installation",
+ "configure",
+ informativeversion(&pkg->configversion) ?
+ versiondescribe(&pkg->configversion,
+ vdew_nonambig) : "",
+ NULL);
pkg->status= stat_installed;
pkg->eflag= eflagv_ok;