summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ian@chiark.chu.cam.ac.uk>1996-08-30 15:31:51 +0100
committerIan Jackson <ian@chiark.chu.cam.ac.uk>1996-08-30 15:31:51 +0100
commit0ddabc1c510b1f9cadd0ae90df38dbd6486ee80f (patch)
tree33ea0ac25fdf5e85566bff2679afe1863e88557b /debian
parent9a1f2f0a911c72ced2709aaf531de174be90def5 (diff)
downloaddpkg-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 'debian')
-rw-r--r--debian/changelog14
-rw-r--r--debian/control2
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0dce69a65..5b75c0ca9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+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
+
dpkg (1.3.11) unstable; urgency=low
* EBUSY when dpkg removes a directory is only a warning.
diff --git a/debian/control b/debian/control
index cee28587f..ee23d8437 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Package: dpkg
Architecture: any
Essential: yes
Pre-Depends: ${shlibs:Pre-Depends}
-Suggests: cpio, patch
+Suggests: cpio (>= 2.4.2-2), patch
Conflicts: dpkgname
Replaces: dpkgname
Description: Package maintenance system for Debian Linux