[Debian-med-packaging] permission of rules in MEME
Faheem Mitha
faheem at faheem.info
Wed Jan 16 10:36:58 UTC 2013
I noticed that the build process changed the permission of rules. The
changed verson is 755, the old one is 644. At least the GNU Hello debian
package has 755 as well. Since it is a makefile, I think it probably
should be executable.
Regards, Faheem
faheem at orwell:/usr/local/src/meme/meme-4.9.0p2/debian$ hg dif --git
diff --git a/rules b/rules
old mode 100644
new mode 100755
faheem at orwell:/usr/local/src/meme/meme-4.9.0p2/debian$ ls -la rules
-rwxr-xr-x 1 faheem staff 3174 Jan 16 14:33 rules
faheem at orwell:/usr/local/src/meme/meme-4.9.0p2/debian$ hg revert -a
reverting rules
faheem at orwell:/usr/local/src/meme/meme-4.9.0p2/debian$ ls -la rules
-rw-r--r-- 1 faheem staff 3174 Jan 16 16:03 rules
faheem at orwell:/usr/local/src/hello/hello-2.8/debian$ ls -la rules
-rwxr-xr-x 1 faheem faheem 2330 Jun 7 2012 rules
More information about the Debian-med-packaging
mailing list