r2178: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 07:24:06 +0000 (07:24 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 07:24:06 +0000 (07:24 +0000)
debian/changelog
debian/rules

index 19e831db89022de0ce71f0ff4b3f75b8ee9acd03..e42e611ed4cbd879597c51eaa9ee456ee5e6af15 100644 (file)
@@ -1,6 +1,8 @@
 ctsim (3.5.6-2) unstable; urgency=low
 
   * Remove -pthreads cruft from gcc options. 
+  
+  * Add dh_shlibdeps into rules file
 
  -- Kevin Rosenberg <kevin@rosenberg.net>  Thu, 27 Jun 2002 00:41:57 -0600
 
index ea9940097dc7042886a0899daf08f9462bd93136..892bb6d8c02d751bb2a3afcc5f20d6ab8e7a1880 100755 (executable)
@@ -55,7 +55,7 @@ install: build
        dh_testroot
        dh_clean -k
        dh_installdirs
-       # Below command also installs helpfile
+       # Below command also installs helpfile, man pages
        ${MAKE} install
        $(INSTALL) $(INSTALLFLAGS) debian/ctsim.xpm $(prefix)/usr/X11R6/include/X11/pixmaps
 
@@ -73,7 +73,7 @@ binary-indep: build install
 binary-arch: build install
        dh_testdir
        dh_testroot
-#      dh_installdebconf       
+       dh_installdebconf       
        dh_installdocs -A 
        dh_installexamples tools/sample-ctsim.sh helical/sample-helical.sh
        dh_installmenu
@@ -94,7 +94,7 @@ binary-arch: build install
 #      dh_makeshlibs
        dh_installdeb
 #      dh_perl
-#      dh_shlibdeps
+       dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb