]> git.donarmstrong.com Git - debhelper.git/commitdiff
r19: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:36:51 +0000 (04:36 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:36:51 +0000 (04:36 +0000)
README
debian/changelog
examples/rules
examples/rules.multi

diff --git a/README b/README
index ba4681501ca02d5649dc0662ff54272e1f89a66c..d84add45e96ec6c70bc1b896d4d018eb4ce3887d 100644 (file)
--- 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
 
index c21303156659d7d6edda5405dd97ae4ce2174a65..e0caa2cc6e217b2e5205e424ab44074ae91bb396 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (0.13) unstable; urgency=low
+
+  * Added dh_makeshlibs, automatically generates a shlibs file.
+
+ -- Joey Hess <joeyh@master.debian.org>  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.
index a02783f74767ab2ada7e9fc61318057cf4f3ec94..d5170a789a9f70be069550a41b612f9c014a8e32 100755 (executable)
@@ -42,6 +42,7 @@ binary-arch: build
        dh_fixperms
        dh_suidregister
        dh_installdebfiles
+#      dh_makeshlibs
        dh_du
        dh_md5sums
        dh_builddeb
index 4e8b30edbcb77c7ca7562764e421745fd8db700c..fbefadd313a1187e88cb3a19b4fe836b22bb6b98 100755 (executable)
@@ -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