[med-svn] r9857 - trunk/packages/bioperl/trunk/debian
olivier sallou
osallou-guest at alioth.debian.org
Fri Mar 2 12:20:54 UTC 2012
Author: osallou-guest
Date: 2012-03-02 12:20:53 +0000 (Fri, 02 Mar 2012)
New Revision: 9857
Modified:
trunk/packages/bioperl/trunk/debian/rules
Log:
fix file access right
Modified: trunk/packages/bioperl/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl/trunk/debian/rules 2012-03-02 12:05:00 UTC (rev 9856)
+++ trunk/packages/bioperl/trunk/debian/rules 2012-03-02 12:20:53 UTC (rev 9857)
@@ -19,6 +19,7 @@
# prename is the rename utility written in perl usually available as /usr/bin/rename in Debian.
prename s/.pl$$// debian/bioperl/usr/bin/*pl
prename s/.pl.1p$$/.1p/ debian/bioperl/usr/share/man/man1/*1p
+ chmod 644 debian/bioperl/usr/share/perl5/Bio/DB/HIV/lanl-schema.xml
override_dh_installchangelogs:
dh_installchangelogs Changes
More information about the debian-med-commit
mailing list