[med-svn] [patman] 08/15: Modernise packaging

Andreas Tille tille at debian.org
Wed Dec 13 19:28:26 UTC 2017


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

tille pushed a commit to branch master
in repository patman.

commit f6b8564cf2245f971dbb81a16996c2fb2dc88a7e
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 13 20:13:25 2017 +0100

    Modernise packaging
---
 debian/clean     |  1 +
 debian/compat    |  2 +-
 debian/control   |  7 +++----
 debian/copyright |  2 +-
 debian/rules     | 10 ++--------
 5 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..7a0d4d9
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+patman
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 7cbd94e..c3be598 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,10 @@
 Source: patman
 Section: science
-Priority: extra
+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 (>= 7)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 10)
+Standards-Version: 4.1.2
 Homepage: http://bioinf.eva.mpg.de/patman/
 
 Package: patman
diff --git a/debian/copyright b/debian/copyright
index 35b0dad..3cca6a4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: PatMaN
 Source: https://bioinf.eva.mpg.de/patman/patman-1.2.2.tar.gz
 
diff --git a/debian/rules b/debian/rules
index ae86fd0..053bee6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
   
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-
-DEB_MAKE_BUILD_TARGET	=  all
-DEB_MAKE_INSTALL_TARGET =  install prefix=$(CURDIR)/debian/patman/usr
-
-clean::
-	$(RM) patman
+%:
+        dh $@

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



More information about the debian-med-commit mailing list