Wichert Akkerman лет назад: 25
Родитель
Сommit
5409784e79
2 измененных файлов с 10 добавлено и 2 удалено
  1. 8 0
      ChangeLog
  2. 2 2
      split/info.c

+ 8 - 0
ChangeLog

@@ -17,6 +17,14 @@ Sat Jun  9 00:28:11 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
     + main/dpkg.8: it's /etc/dpkg/dpkg.cfg, not /etc/dpkg.cfg
     + main/dpkg.8: Improve description of --force-confdef
     + main/help.c: don't ignore failed maintainer scripts
+    + scripts/dpkg-architecture.pl: spell dependency consistently
+    + scripts/dpkg-checkbuilddeps.1: spell dependency consistently
+    + scripts/dpkg-source.1: spell dependency consistently
+    + scripts/dpkg-buildpackage: fix pausing logic, and use $changedby as the
+      signing ID
+    + scripts/dpkg-checkbuilddeps.pl: Handle varied use of spaces.
+    + scripts/dpkg-checkbuilddeps.pl: handle multi-line fields
+    + scripts/dpkg-divert.pl: fix test for illegal packagename
 
 Fri Jun  8 19:42:43 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 

+ 2 - 2
split/info.c

@@ -193,9 +193,9 @@ void print_info(const struct partinfo *pi) {
          "        ... length:                 %lu bytes\n"
          "        ... split every:            %lu bytes\n"
          "    Part number:                    %d/%d\n"
-         "    Part length:                    %zu bytes\n"
+         "    Part length:                    %lu bytes\n"
          "    Part offset:                    %lu bytes\n"
-         "    Part file size (used portion):  %li bytes\n\n"),
+         "    Part file size (used portion):  %zi bytes\n\n"),
          pi->filename,
          pi->fmtversion,
          pi->package,