summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmdline/apt-get.cc5
-rw-r--r--configure.in2
-rw-r--r--debian/changelog8
3 files changed, 12 insertions, 3 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 974427f51..6aafe9704 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2125,10 +2125,11 @@ bool DoSource(CommandLine &CmdL)
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]? ");
diff --git a/configure.in b/configure.in
index d20c79680..e92f3ffd2 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
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)
diff --git a/debian/changelog b/debian/changelog
index 84cf54d75..e14f15499 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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: