diff options
author | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-08-30 15:31:51 +0100 |
---|---|---|
committer | Ian Jackson <ian@chiark.chu.cam.ac.uk> | 1996-08-30 15:31:51 +0100 |
commit | 0ddabc1c510b1f9cadd0ae90df38dbd6486ee80f (patch) | |
tree | 33ea0ac25fdf5e85566bff2679afe1863e88557b /scripts/dpkg-source.1 | |
parent | 9a1f2f0a911c72ced2709aaf531de174be90def5 (diff) | |
download | dpkg-0ddabc1c510b1f9cadd0ae90df38dbd6486ee80f.tar.gz |
dpkg (1.3.12) unstable; urgency=medium
* dpkg prints old version number when upgrading.
* dpkg-deb tries to detect and flag corruption by ASCII download.
* dpkg-genchanges and dpkg-buildpackage say what source is included.
* dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand).
* dpkg-source prints better error for cpio not honouring -0t.
* control file Suggests cpio >= 2.4.2, rather than just cpio.
-- Ian Jackson <ian@chiark.chu.cam.ac.uk> Fri, 30 Aug 1996 15:31:51 +0100
Diffstat (limited to 'scripts/dpkg-source.1')
-rw-r--r-- | scripts/dpkg-source.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/dpkg-source.1 b/scripts/dpkg-source.1 index 78f1037dd..67f140c9e 100644 --- a/scripts/dpkg-source.1 +++ b/scripts/dpkg-source.1 @@ -473,6 +473,14 @@ needs to find these files so that it can include their sizes and checksums in the .B .changes file). +.TP +.B -q +Usually +.B dpkg-genchanges +will produce informative messages on standard error, for example about +how many of the package's source files are being uploaded. +.B -q +suppresses these messages. .SH DPKG-BUILDPACKAGE OPTIONS .B dpkg-buildpackage does not take any non-option arguments. |