summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ian@chiark.chu.cam.ac.uk>1996-08-24 19:09:30 +0100
committerIan Jackson <ian@chiark.chu.cam.ac.uk>1996-08-24 19:09:30 +0100
commit7ee3463b07318b6820719676eab0ddcb55126e16 (patch)
tree8dab1376dee118e16f8aee810ccdece819b0ae69 /debian
parent0484046ddf7bdfa5a5b3b2e9b091a95070f3e651 (diff)
downloaddpkg-7ee3463b07318b6820719676eab0ddcb55126e16.tar.gz
dpkg (1.3.9) unstable; urgency=low (high for new source format)
* dpkg --get-selections and --set-selections added. * New dpkg --force-not-root flag. * Don't replace directory with another package's file. (Bug#4202.) * All manpages now installed compressed. * Copyright file moved to /usr/doc/dpkg/copyright. * Standards-Version updated (0.2.1.1). -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules5
3 files changed, 17 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index f13529409..c9b586dd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+dpkg (1.3.9) unstable; urgency=low (high for new source format)
+
+ * dpkg --get-selections and --set-selections added.
+ * New dpkg --force-not-root flag.
+
+ * Don't replace directory with another package's file. (Bug#4202.)
+
+ * All manpages now installed compressed.
+ * Copyright file moved to /usr/doc/dpkg/copyright.
+ * Standards-Version updated (0.2.1.1).
+
+ -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Sat, 24 Aug 1996 19:09:30 +0100
+
dpkg (1.3.8) unstable; urgency=low (high for new source format)
* dpkg-buildpackage -sa, -si options work correctly.
diff --git a/debian/control b/debian/control
index 398698e1c..e6c5d1fcd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: dpkg
Section: base
Priority: required
Maintainer: Ian Jackson <ian@chiark.chu.cam.ac.uk>
-Standards-Version: 0.1
+Standards-Version: 0.2.1.1
Package: dpkg
Architecture: any
diff --git a/debian/rules b/debian/rules
index 338d68bd7..bbc60c6fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,9 +44,10 @@ binary-arch: checkroot build
datadir=$(DIR)/debian/tmp/var/lib/dpkg \
etcdir=$(DIR)/debian/tmp/etc \
install
- cp debian/copyright debian/tmp/usr/doc/copyright/dpkg
- cp TODO debian/tmp/usr/doc/dpkg/WISHLIST
+ find debian/tmp/usr/man -type f | xargs gzip -9v
gzip -9v debian/tmp/usr/doc/dpkg/changelog.*
+ cp debian/copyright debian/tmp/usr/doc/dpkg/copyright
+ cp TODO debian/tmp/usr/doc/dpkg/WISHLIST
touch debian/tmp/var/lib/dpkg/{status,available}
dpkg-shlibdeps -dPre-Depends main/dpkg dselect/dselect
dpkg-gencontrol