[rkward-cvs] SF.net SVN: rkward: [2317] branches/release_branch_0.4.9/debian

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Jan 14 21:08:15 UTC 2008


Revision: 2317
          http://rkward.svn.sourceforge.net/rkward/?rev=2317&view=rev
Author:   tfry
Date:     2008-01-14 13:08:14 -0800 (Mon, 14 Jan 2008)

Log Message:
-----------
debian adjustments for 0.4.9

Modified Paths:
--------------
    branches/release_branch_0.4.9/debian/changelog
    branches/release_branch_0.4.9/debian/rules

Modified: branches/release_branch_0.4.9/debian/changelog
===================================================================
--- branches/release_branch_0.4.9/debian/changelog	2008-01-14 21:05:47 UTC (rev 2316)
+++ branches/release_branch_0.4.9/debian/changelog	2008-01-14 21:08:14 UTC (rev 2317)
@@ -1,6 +1,7 @@
 rkward (0.4.9-1) unstable; urgency=low
 
   * new upstream release
+  * add --ignore-missing-info paramater to dpkg-shlibdeps, as libR.so will not be found
 
  -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>  Mon, 14 Jan 2008 20:30:00 +0200
 

Modified: branches/release_branch_0.4.9/debian/rules
===================================================================
--- branches/release_branch_0.4.9/debian/rules	2008-01-14 21:05:47 UTC (rev 2316)
+++ branches/release_branch_0.4.9/debian/rules	2008-01-14 21:08:14 UTC (rev 2317)
@@ -94,7 +94,7 @@
 	dh_compress -Xusr/share/doc/kde/HTML
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
+	dh_shlibdeps -- --ignore-missing-info
 	# unfortunately, the r-base-core dependency can not be found by dh_shlibdeps, so we need to get at the version manually
 	@if [ "$(RVERS)" '>' "2.4.9" ] ; then \
 		echo "rvers=r-base-core (>= 2.4.9)" >> $(CURDIR)/debian/rkward.substvars ; \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list