+Sun Oct 7 03:12:35 CDT 2001 Adam Heath <doogie@debian.org>
+
+ * debian/control: Several fixes:
+ * dpkg-static needs the same set of Depends(and others) lines as dpkg.
+ * Modify the dpkg-static description to note that it's a static
+ compile.
+ * Bump the conflicts on sysvinit to 2.82-1, as that is the version
+ that actually has the proper replaces line.
+ * debian/rules: dpkg-static was actually being built as dpkg.deb.
+
Thu Sep 20 17:06:48 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
* debian/rules: strip enoent as well
Architecture: any
Essential: yes
Pre-Depends: dselect, ${shlibs:Pre-Depends}
-Conflicts: sysvinit (<< 2.80)
+Conflicts: sysvinit (<< 2.82-1)
Replaces: dpkg-doc-ja, dpkg-static
Conflicts: dpkg-static
Description: Package maintenance system for Debian
Package: dpkg-static
Architecture: any
Priority: optional
-Pre-Depends: ${shlibs:Pre-Depends}
-Depends: sysvinit (>= 2.80)
+Pre-Depends: dselect, ${shlibs:Pre-Depends}
+Depends: sysvinit (>= 2.82-1)
Replaces: dpkg-doc-ja, dpkg
Conflicts: dpkg
Provides: dpkg
-Description: Package maintenance system for Debian
+Description: Package maintenance system for Debian (static compile)
This package contains the programs which handle the installation and
removal of packages on your system.
.
.
In order to unpack and build Debian source packages you will need to
install the developers' package `dpkg-dev' as well as this one.
+ .
+ This version has a dpkg binary that is linked statically.
Package: dpkg-dev
Section: utils
binary-dpkg-static-most: TMP_DPKG=$(TMP)/dpkg-static
binary-dpkg-static-most: static=-static
binary-dpkg-static: TMP_DPKG=$(TMP)/dpkg-static
+binary-dpkg-static: static=-static
binary-dpkg-most binary-dpkg-static-most: binary-dpkg%-most: stamp-binary%
rm -rf $(TMP_DPKG)