[med-svn] [pyscanfcs] 08/08: d/rules: fixe permissions for .pyx file d/control: fix short description d/README.Debian d/pyscanfcs.menu

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue Jun 17 09:06:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

malex-guest pushed a commit to branch master
in repository pyscanfcs.

commit 6f8d4a05f46d04bad9fa5a004055e67d47996043
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Tue Jun 17 10:24:03 2014 +0200

     d/rules: fixe permissions for .pyx file
     d/control: fix short description
     d/README.Debian
     d/pyscanfcs.menu
---
 debian/README.Debian  | 10 ++++++++++
 debian/control        |  2 +-
 debian/pyscanfcs.menu |  8 ++++++++
 debian/rules          |  5 +++++
 4 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..43ec8c6
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,10 @@
+PyScanFCS for Debian
+--------------------
+
+The documentation and changelog for PyScanFCS is located here:
+
+	/usr/share/pyshared/pyscanfcs_doc/
+
+One can access it directly via GUI.
+
+ -- Alex Mestiashvili <alex at biotec.tu-dresden.de>
diff --git a/debian/control b/debian/control
index 2996ddb..51fa575 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Homepage: http://pyscanfcs.craban.de
 Package: pyscanfcs
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: scientific tool for perpendicular line scanning FCS.
+Description: scientific tool for perpendicular line scanning FCS
  When a membrane is scanned perpendicularly to its surface, 
  the fluorescence signal originating from the membrane itself 
  must be separated from the signal of the surrounding medium for 
diff --git a/debian/pyscanfcs.menu b/debian/pyscanfcs.menu
new file mode 100644
index 0000000..fa93cb9
--- /dev/null
+++ b/debian/pyscanfcs.menu
@@ -0,0 +1,8 @@
+?package(pyscanfcs):\
+        needs="x11" \
+        section="Applications/Science/Data Analysis" \
+        command="/usr/bin/pyscanfcs" \
+        icon="/usr/share/pixmaps/pyscanfcs.xpm" \
+        title="PyScanFCS" \
+        longtitle="scientific tool for perpendicular line scanning FCS"
+
diff --git a/debian/rules b/debian/rules
index 969b7d8..67f2106 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,8 @@ override_dh_install:
 	mv debian/pyscanfcs.xpm \
 		debian/$(pkg)/usr/share/pixmaps
 	chmod -R 644 debian/$(pkg)/usr/share/doc/$(pkg)/examples/misc
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod 644 debian/$(pkg)/usr/lib/python2.7/dist-packages/pyscanfcs/SFCSnumeric.pyx
+	chmod 644 debian/$(pkg)/usr/lib/python2.7/dist-packages/pyscanfcs_doc/ChangeLog.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pyscanfcs.git



More information about the debian-med-commit mailing list