From cf5f3a2c92ef1b44fc7fe5348c25d471f21826be Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 Aug 1996 15:36:12 +0100 Subject: dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs) * dselect +/-/_/= on lines for all broken, new, local or whatever packages do not affect _all_ packages. (Bug#4129.) * Support for diff-only uploads in source packaging tools. * dpkg-genchanges -d option renamed to -C. * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges). * Support for debian/shlibs.local added to dpkg-shlibdeps. * Shared library files' search order defined in dpkg-source(1), and relevant files added to the FILES section. * Programmers' manual describes source packaging tools. * Policy manual mentions shared library control area file. * dpkg-source manpage includes dpkg-shlibdeps in title line. * Manuals have changelog and automatic version numbering. * changelogs (for dpkg and for manuals) installed. * binary target split into binary-arch and binary-indep in manual. * Manpages should be compressed. * Copyright file is moved to /usr/doc//copyright. * Changelogs must be installed in /usr/doc/. * dpkg-deb(8) moved to dpkg-deb(1). * binary target split into binary-arch and binary-indep in source. * changelog entry for 1.2.14 copied from that (forked) release. -- Ian Jackson Thu, 22 Aug 1996 15:36:12 +0100 --- debian/rules | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8dd1658fa..338d68bd7 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,13 @@ clean: -rm -f config.cache config.status config.h install config.log find -name '*~' -print0 | xargs -r0 rm -- -binary: checkroot build +binary: binary-arch binary-indep + +binary-indep: + $(checkdir) + +binary-arch: checkroot build + $(checkdir) -rm -rf debian/tmp install -d debian/tmp debian/tmp/DEBIAN debian/tmp/etc/dpkg install -d debian/tmp/usr/doc/{copyright,dpkg} @@ -40,6 +46,7 @@ binary: checkroot build install cp debian/copyright debian/tmp/usr/doc/copyright/dpkg cp TODO debian/tmp/usr/doc/dpkg/WISHLIST + gzip -9v debian/tmp/usr/doc/dpkg/changelog.* touch debian/tmp/var/lib/dpkg/{status,available} dpkg-shlibdeps -dPre-Depends main/dpkg dselect/dselect dpkg-gencontrol -- cgit v1.2.3