[med-svn] [mage2tab] 06/15: Would be ready for upload, but dependancies are not satisfied.

Andreas Tille tille at debian.org
Sun Dec 10 17:34:35 UTC 2017


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

tille pushed a commit to branch master
in repository mage2tab.

commit 64c80efe26ace991cf940c054f4a2cf41a25c364
Author: Charles Plessy <plessy at debian.org>
Date:   Wed Apr 16 14:53:59 2008 +0000

    Would be ready for upload, but dependancies are not satisfied.
---
 debian/control | 10 +++++-----
 debian/dirs    |  1 +
 debian/install |  1 -
 debian/rules   | 10 ++++------
 4 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index a2bad75..6bab8ae 100644
--- a/debian/control
+++ b/debian/control
@@ -13,18 +13,18 @@ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mage2tab/trunk/
 Package: mage2tab
 Architecture: all
 Section: perl
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
+Depends: ${misc:Depends}, ${perl:Depends},
          libbio-mage-perl, libbio-mage-utils-perl, liblog-log4perl-perl,
 	 libxml-simple-perl
 Recommends: libdbi-perl, libwww-perl
 Suggests: libdbd-oracle-perl, libgus-perl, graphviz
-Description: MAGE-MLv1 converter and visualiser.
+Description: MAGE-MLv1 converter and visualiser
  This tool-kit is part of MR_T, a framework for import or export various of
  MAGE (MicroArray Gene Expression) documents (MAGE-MLv1, MAGE-TAB, SOFT,
  MINiML) from or into databases like GUS (the Genomics Unified Schema,
  www.gusdb.org). 
  .
  This package provides the following programs:
-  mage2tab	—	MAGE-MLv1 to MAGE-TAB converter
-  mage2graph	—	GraphViz-based mage data visualisation tool
-  mage-checker	—	Validation tool
+  mage2tab     — MAGE-MLv1 to MAGE-TAB converter
+  mage2graph   — GraphViz-based mage data visualisation tool
+  mage-checker — Validation tool
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/install b/debian/install
index 4f9c807..e5bed21 100644
--- a/debian/install
+++ b/debian/install
@@ -1,3 +1,2 @@
 lib/perl/RAD	/usr/share/perl5/
-bin/*	/usr/bin/
 lib/xml/mage.xslt	/usr/share/mage2tab/
diff --git a/debian/rules b/debian/rules
index e74948d..c4b5bc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,7 @@
   
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-configure/mage2tab::
-	prename s/\.pl// $(CURDIR)/debian/mage2tab/usr/bin/*pl
-#	mkdir $(CURDIR)/debian/mage2tab/usr/bin
-#	for script in bin/*.pl ; \
-#	do install script $(CURDIR)/debian/mage2tab/usr/bin/$$(basename script .pl) \
-#	done
+install/mage2tab::
+	for i in bin/*.pl ; \
+	do install -m 0755 $$i $(CURDIR)/debian/mage2tab/usr/bin/$$(basename $$i .pl) ; \
+	done

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



More information about the debian-med-commit mailing list