summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-03-10 15:22:19 +0100
committerMattia Rizzolo <mattia@debian.org>2017-03-10 15:26:45 +0100
commitb5eacda32102cd7516f6c581584f5067d826cd86 (patch)
tree0d0818f78f1c1d6f02f4d213d50f1d9ce2c06bfa
parent50fdbb9667a32859f4424b0f675fd384d58aea14 (diff)
Move fro cdbs to debhelper
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r--debian/control2
-rw-r--r--debian/docs1
-rwxr-xr-xdebian/rules11
3 files changed, 10 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 3a7a194..570b72b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: doc
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
-Build-Depends: debhelper (>= 10), cdbs
+Build-Depends: debhelper (>= 10)
Standards-Version: 3.7.3
Homepage: http://www.zucic.org/garlic/
Vcs-Browser: http://svn.debian.org/wsvn/debichem/
diff --git a/debian/docs b/debian/docs
index b0206d2..7d64a83 100644
--- a/debian/docs
+++ b/debian/docs
@@ -10,3 +10,4 @@ mouse
options
refcard
tutorial
+README
diff --git a/debian/rules b/debian/rules
index 3c27228..5012e27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,11 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+ dh $@
-binary-predeb/garlic-doc::
- rm -rf $(CURDIR)/debian/garlic-doc/usr/share/doc/garlic-doc/mouse/.xvpics
+override_dh_installdocs:
+ dh_installdocs
+ rm -rfv $(CURDIR)/debian/garlic-doc/usr/share/doc/garlic-doc/mouse/.xvpics
+
+override_dh_installchangelogs:
+ dh_installchangelogs -X changes