[med-svn] [ctsim] 04/05: Really fix d/rules
Andreas Tille
tille at debian.org
Wed Aug 17 12:20:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ctsim.
commit b798f897561246a104227cf7787f6998b7febe66
Author: Andreas Tille <tille at debian.org>
Date: Wed Aug 17 13:36:43 2016 +0200
Really fix d/rules
---
debian/changelog | 2 +-
debian/rules | 5 +----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f767eb5..c03720b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ ctsim (5.2.0-3) UNRELEASED; urgency=medium
* cme fix dpkg-control
* DEP3 header for libpng16 patch
- * Fix typo in d/rules (thanks to Chris Lamb <lamby at debian.org> for the patch)
+ * Fix d/rules (thanks to Chris Lamb <lamby at debian.org> for the patch)
Closes: 834574
* Remove menu file
diff --git a/debian/rules b/debian/rules
index 7b72570..0d13547 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
#!/usr/bin/make -f
pkg := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-DESTDIR := `pwd`/debian/$(pkg)
-HELPDIR := `pwd`/debian/$(pkg)/usr/share/$(pkg)
-
%:
dh $@ --with autotools-dev --with autoreconf
@@ -12,7 +9,7 @@ override_dh_auto_clean:
rm -f helical/sample-helical.sh tools/sample-ctsim.sh
override_dh_auto_configure:
- ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x --without-lam
+ dh_auto_configure -- --with-ctn -with-x --without-lam
override_dh_installdocs-indep:
(cd docs; tar xzf html.tar.gz)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ctsim.git
More information about the debian-med-commit
mailing list