From: joey Date: Tue, 17 Aug 1999 04:36:51 +0000 (+0000) Subject: r19: Initial Import X-Git-Tag: debian_version_0_1~209 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=01a4f306b02b341f777ac93178b5661df62f2193;p=debhelper.git r19: Initial Import --- diff --git a/README b/README index ba46815..d84add4 100644 --- a/README +++ b/README @@ -36,6 +36,7 @@ Remove that and replace it with something like: dh_fixperms dh_suidregister dh_installdebfiles + dh_makeshlibs dh_md5sums dh_builddeb diff --git a/debian/changelog b/debian/changelog index c213031..e0caa2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (0.13) unstable; urgency=low + + * Added dh_makeshlibs, automatically generates a shlibs file. + + -- Joey Hess Fri, 24 Oct 1997 20:33:14 -0400 + debhelper (0.12) unstable; urgency=low * Fixed mispelling of dh_md5sums in examples rules files and README. diff --git a/examples/rules b/examples/rules index a02783f..d5170a7 100755 --- a/examples/rules +++ b/examples/rules @@ -42,6 +42,7 @@ binary-arch: build dh_fixperms dh_suidregister dh_installdebfiles +# dh_makeshlibs dh_du dh_md5sums dh_builddeb diff --git a/examples/rules.multi b/examples/rules.multi index 4e8b30e..fbefadd 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -63,6 +63,7 @@ binary-arch: build dh_fixperms -a dh_suidregister -a dh_installdebfiles -a +# dh_makeshlibs -a dh_du -a dh_md5sums -a dh_builddeb -a