]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 8 Aug 2007 10:52:56 +0000 (12:52 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 8 Aug 2007 10:52:56 +0000 (12:52 +0200)
  - remove YnPrompt when a XS-Vcs- tag is found, improve the
    notice (LP: #129575)

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

index ead05313663cce12e78c0a288d13734fbedac0d6..e7b7d5204004c99151013de697d26004e8b2b7a8 100644 (file)
@@ -2130,20 +2130,17 @@ bool DoSource(CommandLine &CmdL)
         pos += vcs.length()+2;
         string::size_type epos = srec.find("\n", pos);
         string uri = srec.substr(pos,epos-pos).c_str();
-        ioprintf(c1out, _("WARNING: '%s' is maintained in "
+        ioprintf(c1out, _("NOTICE: '%s' packaging is maintained in "
                           "the '%s' version control system at:\n"
                           "%s\n"),
                  Src.c_str(), vcs.c_str(), uri.c_str());
         if(vcs == "Bzr") 
            ioprintf(c1out,_("Please use:\n"
                             "bzr get %s\n"
-                            "to modify the package.\n"),
+                            "to retrieve the latest (possible unreleased) "
+                            "updates to the package.\n"),
                     uri.c_str());
-        ioprintf(c1out, "Are you sure you want to continue [yN]? ");
-        if(!YnPrompt(false))
-           return _error->Error(_("Abort."));
-        else 
-           break;
+        break;
       }
 
       // Back track
index b2f10baed3647eb902a784239d566416da1d2726..d1a684eb2417bbd75a961b63915997dbb62a5c8d 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.6ubuntu2")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.6ubuntu3")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index 6861a1ba8e60100e1eaa1b8a4276923c3de421a0..c4eba136feb656b7b7275f8e36b90b150901d701 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.7.6ubuntu4) gutsy; urgency=low
+
+  * cmdline/apt-get.cc:
+    - remove YnPrompt when a XS-Vcs- tag is found, improve the
+      notice (LP: #129575)
+
+ --
+
 apt (0.7.6ubuntu3) gutsy; urgency=low
 
   * apt-pkg/deb/dpkgpm.cc:
@@ -5,7 +13,7 @@ apt (0.7.6ubuntu3) gutsy; urgency=low
   * apt-pkg/pkgcachegen.cc:
     - increase default mmap size (LP: #125640)
 
- --
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 07 Aug 2007 09:52:00 +0200
 
 apt (0.7.6ubuntu2) gutsy; urgency=low