]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 28 Jun 2007 16:55:39 +0000 (18:55 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 28 Jun 2007 16:55:39 +0000 (18:55 +0200)
  - make the XS-Vcs-$foo warning more copy'n'paste
    friendly (thanks to Matt Zimmerman)

cmdline/apt-get.cc
configure.in
debian/changelog

index 974427f510aaab57ebc5fceda704b006e1f8b4f3..6aafe9704b380e39cf5fe0b128752a2bc8c1cd38 100644 (file)
@@ -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]? ");
index d20c796805830561985b87dd03fff5b5ab62b68a..e92f3ffd2aba731d7fb6db7e3a48b2df87a6a5ea 100644 (file)
@@ -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)
index 84cf54d7520d383a3afd69636de237aeb140bb23..e14f154995e8d99682fde760d0d00c9d57ad4948 100644 (file)
@@ -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: