[Pkg-octave-commit] [SCM] octave-signal branch, master, updated. 2f0e4dfb7072a738977f0443a70617a75af2f2c5

Thomas Weber thomas.weber.mail at gmail.com
Thu Dec 31 09:52:22 UTC 2009


The following commit has been merged in the master branch:
commit cc996e7f77b55503e678e7502c8b24f328cd023e
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Thu Dec 31 00:51:06 2009 +0100

    Drop code for fixing the wrong permissions

diff --git a/debian/changelog b/debian/changelog
index 5459224..e442269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ octave-signal (1.0.9-2) UNRELEASED; urgency=low
   * Add octave-control to build-dependencies, it's used for some tests. 
     Ensure the version for Octave 3.2 is used by having a versioned 
     (>= 1.0.11-2) in the dependency. 
+  * debian/rules: Drop code for fixing the wrong permission of
+    sampled2continuous.m, fixed upstream
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:06:45 +0200
 
diff --git a/debian/rules b/debian/rules
index ac40f02..4ff5d41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,3 @@
 include /usr/share/cdbs/1/class/octave-pkg.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-wrongperm = sampled2continuous.m
-pkgdir = $(CURDIR)/debian/octave-signal/usr/share/octave/packages/*/signal-*
-
-install/octave-signal::
-	# Be sure that the file to be fixed has the wrong permissions.
-	# This will allow us to remove the code below if/when the package
-	# gets fixed upstream.
-	for f in $(wrongperm) ; do					\
-		[ -x $(pkgdir)/$$f ] && chmod -x $(pkgdir)/$$f ;	\
-	done

-- 
octave-signal



More information about the Pkg-octave-commit mailing list