[med-svn] [clustalw] 03/05: Use dh instead of cdbs
Andreas Tille
tille at debian.org
Fri Nov 22 08:52:06 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository clustalw.
commit c0c49285726ac28dc0b7bcf531dece718ad3d110
Author: Andreas Tille <tille at debian.org>
Date: Thu Nov 14 09:19:43 2013 +0100
Use dh instead of cdbs
---
debian/changelog | 2 ++
debian/docs | 1 +
debian/rules | 13 +++++++------
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 45d2955..281185a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ clustalw (2.1+lgpl-3) UNRELEASED; urgency=low
- update direct link to homepage
- debhelper 9
- canonical Vcs URLs
+ - remove cdbs from Build-Depends
+ * debian/rules: use dh
-- Andreas Tille <tille at debian.org> Thu, 14 Nov 2013 09:07:02 +0100
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
index c4a1143..7917852 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,14 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+ dh $@
-DEB_INSTALL_CHANGELOGS_ALL = debian/CHANGELOG.upstream
+override_dh_installchangelogs:
+ dh_installchangelogs debian/CHANGELOG.upstream
-install/clustalw::
- # We have to ask upstream if it is importnat for them that the binary is named clustalw2
+override_dh_install:
+ dh_install
+ # We have to ask upstream if it is important for them that the binary is named clustalw2
mv $(CURDIR)/debian/clustalw/usr/bin/clustalw2 $(CURDIR)/debian/clustalw/usr/bin/clustalw
# That is a bit ugly and should be better investigated.
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/clustalw.git
More information about the debian-med-commit
mailing list