[med-svn] [kempbasu] 08/09: cdbs -> dh
Andreas Tille
tille at debian.org
Fri Dec 8 22:35:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository kempbasu.
commit 5781845aa2bafd6b577e25d7a8d57f9c7df05a53
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 8 23:32:14 2017 +0100
cdbs -> dh
---
debian/compat | 2 +-
debian/control | 5 +++--
debian/rules | 9 ++++-----
3 files changed, 8 insertions(+), 8 deletions(-)
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 45c1126..ac66c34 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: kempbasu
Section: science
Priority: optional
-Maintainer: Charles Plessy <plessy at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), libgsl0-dev, libglib2.0-dev, libjudy-dev, pkg-config
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy at debian.org>
+Build-Depends: debhelper (>= 10), libgsl-dev, libglib2.0-dev, libjudy-dev, pkg-config
Standards-Version: 3.8.0
Homepage: http://code.google.com/p/kempbasu/
diff --git a/debian/rules b/debian/rules
index f412a80..4a0272a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,10 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/class/makefile.mk
+%:
+ dh $@
-# Correction of the symbolic links
-binary-fixup/kempbasu::
+override_dh_link:
+ dh_link
rm $(CURDIR)/debian/kempbasu/usr/bin/kemp
rm $(CURDIR)/debian/kempbasu/usr/bin/basu
ln -s /usr/bin/kempbasu.rb $(CURDIR)/debian/kempbasu/usr/bin/kemp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/kempbasu.git
More information about the debian-med-commit
mailing list