diff options
author | joey <joey> | 1999-08-17 05:13:47 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:13:47 +0000 |
commit | c02584b60ccccd6abec16130a41f9345f26b1fb5 (patch) | |
tree | fc5d25f901c347c4fbdcf63b3e8adeb7b90b8701 | |
parent | 47c3b3b46460f567be990f3aad24b4542477c1fe (diff) | |
download | debhelper-c02584b60ccccd6abec16130a41f9345f26b1fb5.tar.gz |
r205: Initial Import
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | examples/rules.multi | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 42fc7a38..dce70aa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (1.2.66) unstable; urgency=low + + * examples/rules.multi: dh_shlibdeps must be run before dh_gencontrol + (#37346) + + -- Joey Hess <joeyh@master.debian.org> Sun, 9 May 1999 14:03:05 -0700 + debhelper (1.2.65) unstable; urgency=low * Added to docs. diff --git a/examples/rules.multi b/examples/rules.multi index 4b4c2a0a..6292b8aa 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -86,8 +86,8 @@ binary-arch: build install dh_suidregister -a dh_installdeb -a # dh_makeshlibs -a - dh_gencontrol -a dh_shlibdeps -a + dh_gencontrol -a dh_md5sums -a dh_builddeb -a |