]> err.no Git - dpkg/commitdiff
Document that apt now requires Packages.bz2 instead of Packages.gz
authorGuillem Jover <guillem@debian.org>
Thu, 6 Sep 2007 01:38:40 +0000 (04:38 +0300)
committerGuillem Jover <guillem@debian.org>
Thu, 6 Sep 2007 01:38:40 +0000 (04:38 +0300)
debian/changelog
man/ChangeLog
man/dpkg-scanpackages.1

index 773ba39112b822a138e3542d9263d97c088d590a..5e62bbcf7dabd398ef02362afa1cc74a98e2bd7c 100644 (file)
@@ -3,6 +3,8 @@ dpkg (1.14.7) UNRELEASED; urgency=low
   [ Guillem Jover ]
   * Add back $dpkglib into @INC, needed by the controllib.pl require in
     822-date. Closes: #440962
+  * Document in dpkg-scanpackages that apt now requires Packages.bz2 instead
+    of Packages.gz. Closes: #440973
 
   [ Updated dpkg translations ]
   * German (Sven Joachim). Closes: #440537
index 4e0f1e8fb5383e336d7a42cbc31555f56eaca64c..d3e997dd6596eae21f3dd5b63ef9d3fb6ffa98e3 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-06  Guillem Jover  <guillem@debian.org>
+
+       * dpkg-scanpackages.1: Replace gzip with bzip2 as the requirement for
+       compressed Packages files for apt.
+
 2007-09-04  Peter Karlsson  <peterk@debian.org>
 
        * po/sv.po: Updated to 1289t.
index 2c357eca3672e9141d53944bfdf654171d1c2b0a..195a79a90b882eb9009fd98f4dbf206ed06bb656 100644 (file)
@@ -13,7 +13,7 @@
 .\" You should have received a copy of the GNU General Public
 .\" License along with dpkg; if not, write to the Free Software
 .\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-.TH dpkg\-scanpackages 1 "2007-06-12" "Debian Project" "dpkg utilities"
+.TH dpkg\-scanpackages 1 "2007-09-06" "Debian Project" "dpkg utilities"
 .SH NAME
 dpkg\-scanpackages \- create Packages index files
 .
@@ -43,8 +43,8 @@ of machines.
 If you want to access the generated Packages file with
 .B apt
 you will probably need to compress the file with
-.BR gzip (1)
-(generating a Packages.gz file). apt ignores uncompressed Packages
+.BR bzip2 (1)
+(generating a Packages.bz2 file). apt ignores uncompressed Packages
 files except on local access (i.e.
 .B file://
 sources).