[fenics] 04/09: Use minimal dh in debian/rules instead of cdbs.
Drew Parsons
dparsons at moszumanska.debian.org
Tue Sep 12 13:59:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag debian/1_2017.1.0.1
in repository fenics.
commit 15e67d2af9465d0aadf0aca66b20f85b3c9439dd
Author: Drew Parsons <dparsons at debian.org>
Date: Tue Sep 12 21:04:23 2017 +0800
Use minimal dh in debian/rules instead of cdbs.
---
debian/changelog | 1 +
debian/control | 2 +-
debian/rules | 3 ++-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b8a86b..277fb95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ fenics (1:2016.2.0.2) UNRELEASED; urgency=medium
* debhelper compatibility level 10
* Identify in the long description that fenics is a dummy
metapackage depending on all FEniCS components.
+ * Use minimal dh in debian/rules instead of cdbs.
-- Johannes Ring <johannr at simula.no> Thu, 09 Feb 2017 09:53:43 +0100
diff --git a/debian/control b/debian/control
index c52dbdc..baa1a20 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Johannes Ring <johannr at simula.no>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 10)
+Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.0
Homepage: http://fenicsproject.org
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/fenics/fenics.git
diff --git a/debian/rules b/debian/rules
index e6192f6..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fenics/fenics.git
More information about the debian-science-commits
mailing list