]> err.no Git - dpkg/commitdiff
Packages.bz2 are the preferred alternative to Packages.gz for apt
authorGuillem Jover <guillem@debian.org>
Sat, 8 Sep 2007 02:49:48 +0000 (05:49 +0300)
committerGuillem Jover <guillem@debian.org>
Sat, 8 Sep 2007 03:00:00 +0000 (06:00 +0300)
debian/changelog
man/ChangeLog
man/dpkg-scanpackages.1

index ff24d6a415d0abf58a966d7eb6728a743c0a912a..829cbc41661133c721a3a3b5963b2a587267137c 100644 (file)
@@ -3,8 +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
+  * Document in dpkg-scanpackages that apt now requires Packages.bz2 in
+    preference to Packages.gz. Closes: #440973
   * Stop recognizing the obsolete Optional field when building packages.
   * Use fakeroot, if present, by default to gain root privileges in
     dpkg-buildpackage.
index 81d6b582a5057a133355966b3c95f4b117f4b017..a91739ec5d34b934f0d19739e86c0483760ea250 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-08  Guillem Jover  <guillem@debian.org>
+
+       * dpkg-scanpackages.1: Document that gzipped files are also used by
+       apt.
+
 2007-09-08  A. Costa  <agcosta@gis.net>
 
        * dpkg-deb.1: Fix typo ('seperated' -> 'separated').
index 195a79a90b882eb9009fd98f4dbf206ed06bb656..3f0b68b7a705365c656b5c296a6e1ef3fae64db9 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-09-06" "Debian Project" "dpkg utilities"
+.TH dpkg\-scanpackages 1 "2007-09-08" "Debian Project" "dpkg utilities"
 .SH NAME
 dpkg\-scanpackages \- create Packages index files
 .
@@ -44,7 +44,9 @@ If you want to access the generated Packages file with
 .B apt
 you will probably need to compress the file with
 .BR bzip2 (1)
-(generating a Packages.bz2 file). apt ignores uncompressed Packages
+(generating a Packages.bz2 file) or
+.BR gzip (1)
+(generatinc a Packages.gz file). apt ignores uncompressed Packages
 files except on local access (i.e.
 .B file://
 sources).