]> git.saurik.com Git - apt.git/commitdiff
* imported the changes from 0.5.30 to 0.5.30ubuntu2
authorMichael Vogt <mvo@debian.org>
Tue, 23 Nov 2004 10:35:16 +0000 (10:35 +0000)
committerMichael Vogt <mvo@debian.org>
Tue, 23 Nov 2004 10:35:16 +0000 (10:35 +0000)
apt-pkg/acquire-item.cc
configure.in
debian/changelog
debian/control

index bf19290c6c4089249d097c2eeb8c3a33e9d3c9c0..6227888b6a933e71f2ba0c539ed7e63ef7a034d6 100644 (file)
@@ -144,7 +144,10 @@ pkgAcqIndex::pkgAcqIndex(pkgAcquire *Owner,
    DestFile += URItoFileName(URI);
 
    // Create the item
    DestFile += URItoFileName(URI);
 
    // Create the item
-   Desc.URI = URI + ".bz2"; 
+   if(FileExists("/usr/bin/bzip2"))
+      Desc.URI = URI + ".bz2"; 
+   else
+      Desc.URI = URI + ".gz"; 
    Desc.Description = URIDesc;
    Desc.Owner = this;
    Desc.ShortDesc = ShortDesc;
    Desc.Description = URIDesc;
    Desc.Owner = this;
    Desc.ShortDesc = ShortDesc;
index f02ccd135c126c04c90c6fb4427c15e7ea508eef..10feee63b33a144124fd38775e0031b03a9121a1 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_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.5.30")
+AC_DEFINE_UNQUOTED(VERSION,"0.5.30ubuntu2")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index 606c119e4bd8e24eb029872e1f54d32048163b65..a971e30b121179d925f46041b09d2b0004c4733c 100644 (file)
@@ -1,9 +1,15 @@
-apt (0.5.31) unstable; urgency=low
+apt (0.5.30ubuntu2) hoary; urgency=low
 
 
-  * New Romanian translation from Sorin Batariuc <sorin@bonbon.net>
-    (Closes: #281458)
+  * bzip2 is now "Suggested" and it will detect if bzip2 is installed 
+    and only then trying to get Packages.bz2
 
 
- --
+ -- Michael Vogt <mvo@debian.org>  Fri, 19 Nov 2004 12:00:39 +0100
+
+apt (0.5.30ubuntu1) hoary; urgency=low
+
+  * Need to Depend: bzip2 or Packages.bz2 fail.
+
+ -- LaMont Jones <lamont@canonical.com>  Thu, 18 Nov 2004 12:51:05 -0700
 
 apt (0.5.30) hoary; urgency=low
 
 
 apt (0.5.30) hoary; urgency=low
 
index 7bd0c368a25704ba13d2cf0bb552fb45718449ff..3ac7099065d8c7b338186440822fd0648130fa97 100644 (file)
@@ -13,7 +13,7 @@ Depends: ${shlibs:Depends}
 Priority: important
 Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
 Provides: ${libapt-pkg:provides}
 Priority: important
 Replaces: libapt-pkg-doc (<< 0.3.7), libapt-pkg-dev (<< 0.3.7)
 Provides: ${libapt-pkg:provides}
-Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc
+Suggests: aptitude | synaptic | gnome-apt | wajig, dpkg-dev, apt-doc, bzip2
 Section: base
 Description: Advanced front-end for dpkg
  This is Debian's next generation front-end for the dpkg package manager.
 Section: base
 Description: Advanced front-end for dpkg
  This is Debian's next generation front-end for the dpkg package manager.
@@ -52,7 +52,7 @@ Description: Documentation for APT development
 
 Package: apt-utils
 Architecture: any
 
 Package: apt-utils
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: bzip2, ${shlibs:Depends}
 Priority: optional
 Provides: ${libapt-inst:provides}
 Replaces: apt (<< 0.5.9)
 Priority: optional
 Provides: ${libapt-inst:provides}
 Replaces: apt (<< 0.5.9)