string uri = srec.substr(pos,epos-pos).c_str();
ioprintf(c1out, _("WARNING: '%s' is maintained in "
"the '%s' version control system at:\n"
- "'%s'\n"),
+ "%s\n"),
Src.c_str(), vcs.c_str(), uri.c_str());
if(vcs == "Bzr")
- ioprintf(c1out,_("Please use: 'bzr get %s'\n"
+ ioprintf(c1out,_("Please use:\n"
+ "bzr get %s\n"
"to modify the package.\n"),
uri.c_str());
ioprintf(c1out, "Are you sure you want to continue [yN]? ");
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.7.2ubuntu2")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.2ubuntu3")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
+apt (0.7.2ubuntu4) unstable; urgency=low
+
+ * cmdline/apt-get.cc:
+ - make the XS-Vcs-$foo warning more copy'n'paste
+ friendly (thanks to Matt Zimmerman)
+
+ --
+
apt (0.7.2ubuntu3) gutsy; urgency=low
* cmdline/apt-get.cc: