Просмотр исходного кода

* cmdline/apt-get.cc:
- make the XS-Vcs-$foo warning more copy'n'paste
friendly (thanks to Matt Zimmerman)

Michael Vogt лет назад: 19
Родитель
Сommit
bbf8bc2583
3 измененных файлов с 12 добавлено и 3 удалено
  1. 3 2
      cmdline/apt-get.cc
  2. 1 1
      configure.in
  3. 8 0
      debian/changelog

+ 3 - 2
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]? ");

+ 1 - 1
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)

+ 8 - 0
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: