[med-svn] [mage2tab] 12/15: Normalise packaging

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 77dd50cb730bbef24453c36f432a5118eabbbfae
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jan 2 21:25:34 2017 +0000

    Normalise packaging
---
 debian/compat        |  2 +-
 debian/control       | 29 +++++++++++++++++------------
 debian/rules         |  6 ++++--
 debian/source/format |  1 +
 debian/watch         |  7 ++-----
 5 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+10
diff --git a/debian/control b/debian/control
index 3a317fd..a565004 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,28 @@
 Source: mage2tab
-Section: science
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
 Uploaders: Charles Plessy <plessy at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Standards-Version: 3.7.3
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/mage2tab/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mage2tab/trunk/
 Homepage: http://sourceforge.net/projects/tab2mage/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mage2tab/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mage2tab/trunk/
 
 Package: mage2tab
 Architecture: all
 Section: perl
-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
+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
  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,
diff --git a/debian/rules b/debian/rules
index c4b5bc2..99975c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
   
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+	dh $@
 
-install/mage2tab::
+override_dh_install:
+	dh_install
 	for i in bin/*.pl ; \
 	do install -m 0755 $$i $(CURDIR)/debian/mage2tab/usr/bin/$$(basename $$i .pl) ; \
 	done
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
index 0df2b63..9fa1319 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,3 @@
-version=3
-http://www.cbil.upenn.edu/downloads/RAD/mage2tab-v([\d\.]+).tar.gz
+version=4
 
-# unchecked:
-# Source seems to be maintained on SourceForge
-# http://sourceforge.net/projects/tab2mage/files/mage2tab/
+http://sf.net/tab2mage/mage2tab-v(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
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