From: joey Date: Tue, 17 Aug 1999 05:05:53 +0000 (+0000) Subject: r150: Initial Import X-Git-Tag: debian_version_0_1~91 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd15d8928f80c2860bee3fe1a8122f48d4f06bc4;p=debhelper.git r150: Initial Import --- diff --git a/debian/changelog b/debian/changelog index 6608522..fa047f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +debhelper (1.2.14) unstable; urgency=low + + * Really fixed #29762 this time. This also fixes #30025, which asked that + dh_makeshlibs come before dh_shlibdeps, so the files it generates can + also be used as a shlibs.local file, which will be used by dh_shlibdeps. + + -- Joey Hess Thu, 29 Oct 1998 04:00:14 -0800 + debhelper (1.2.13) unstable; urgency=low * Spelling and typo fixes. diff --git a/debian/control b/debian/control index 8edb5aa..b987078 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess -Standards-Version: 2.5.0.0 +Standards-Version: 2.4.1.4 Package: debhelper Architecture: all diff --git a/examples/rules b/examples/rules index 091a67a..89263a1 100755 --- a/examples/rules +++ b/examples/rules @@ -59,9 +59,9 @@ binary-arch: build install dh_compress dh_fixperms dh_suidregister +# dh_makeshlibs dh_installdeb dh_shlibdeps -# dh_makeshlibs dh_gencontrol dh_md5sums dh_builddeb diff --git a/examples/rules.multi b/examples/rules.multi index c7426b2..6f01cc8 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -83,9 +83,9 @@ binary-arch: build install dh_fixperms -a dh_suidregister -a dh_installdeb -a - dh_shlibdeps -a # dh_makeshlibs -a dh_gencontrol -a + dh_shlibdeps -a dh_md5sums -a dh_builddeb -a