[Pkg-octave-commit] [SCM] octave-communications branch, master, updated. 8eb3cd29eca1f029713d894620d720d39fc1c3fc

Rafael Laboissiere rafael at debian.org
Sat Jun 6 18:34:47 UTC 2009


The following commit has been merged in the master branch:
commit 276b19b9cd0ab86e62b9ba863fd1c7733671916e
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Jun 6 20:23:03 2009 +0200

    Get arch-indep files away in binary-only builds

diff --git a/debian/changelog b/debian/changelog
index 43accc2..cb980a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+octave-communications (1.0.9-2) UNRELEASED; urgency=low
+
+  * debian/rules (install/octave-communications): Do the transfer of files
+    for the -common package in this rule, otherwise the arch-independent
+    files end up in the wrong place for binary-only builds
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 06 Jun 2009 18:10:56 +0200
+
 octave-communications (1.0.9-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index dc0cd91..5866280 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ pkgdir = $(indepshr)/octave/packages/*/$(pkg)-*
 
 DEB_DH_INSTALL_SOURCEDIR = debian/octave-$(pkg)
 
-install/octave-$(pkg)-common:: install/octave-$(pkg)
+install/octave-$(pkg)::
 	# Move the architecture independent files into the appropriate
 	# package
 	mkdir -p $(indepshr)
@@ -23,8 +23,6 @@ install/octave-$(pkg)-common:: install/octave-$(pkg)
 	for f in $(wrongperm) ; do					\
 		[ -x $(pkgdir)/$$f ] && chmod -x $(pkgdir)/$$f ;	\
 	done
-
-install/octave-$(pkg)::
 	# Remove unneeded doc sources
 	( cd $(archshr)/doc/octave-$(pkg) ;		\
 	  for e in txi texi ; do  			\

-- 
octave-communications



More information about the Pkg-octave-commit mailing list