[med-svn] r6579 - trunk/packages/medical/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Apr 18 06:52:09 UTC 2011


Author: tille
Date: 2011-04-18 06:52:08 +0000 (Mon, 18 Apr 2011)
New Revision: 6579

Modified:
   trunk/packages/medical/trunk/debian/control
   trunk/packages/medical/trunk/debian/rules
Log:
Clean up some lintian warnings


Modified: trunk/packages/medical/trunk/debian/control
===================================================================
--- trunk/packages/medical/trunk/debian/control	2011-04-18 06:51:03 UTC (rev 6578)
+++ trunk/packages/medical/trunk/debian/control	2011-04-18 06:52:08 UTC (rev 6579)
@@ -12,12 +12,12 @@
 
 Package: medical
 Architecture: all
-Depends: ${Python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Description: centralized Electronic Medical Record and Hospital Information System
- Medical is a multi-user, highly scalable, centralized Electronic Medical Record (EMR)
- and Hospital Information System (HIS) for openERP, so doctors and institutions all over
- the world, independently of their economic status, will benefit from a centralized,
- high quality, secure and scalable system.
+ Medical is a multi-user, highly scalable, centralized Electronic Medical Record
+ (EMR) and Hospital Information System (HIS) for openERP, so doctors and
+ institutions all over the world, independently of their economic status, will
+ benefit from a centralized, high quality, secure and scalable system.
  .
  Medical at a glance:
   * 100% paperless patient examination and history taking

Modified: trunk/packages/medical/trunk/debian/rules
===================================================================
--- trunk/packages/medical/trunk/debian/rules	2011-04-18 06:51:03 UTC (rev 6578)
+++ trunk/packages/medical/trunk/debian/rules	2011-04-18 06:52:08 UTC (rev 6579)
@@ -10,4 +10,7 @@
 
 override_dh_install:
 	dh_install
-	find debian -name "*.xml" -o -name "*.rml" -type f -exec chmod -x \{\} \;
+	find debian -name "*.xml" -type f -executable -exec chmod a-x \{\} \;
+	find debian -name "*.rml" -type f -executable -exec chmod a-x \{\} \;
+	find debian -name "*.po"  -type f -executable -exec chmod a-x \{\} \;
+	find debian -name "*.py"  -type f -executable -exec chmod a-x \{\} \;




More information about the debian-med-commit mailing list