[Debian-in-commits] [hyphen-ml] 02/08: include make class of cdbs to work with upstream build system

Vasudev Kamath vasudev-guest at moszumanska.debian.org
Sat Dec 7 03:30:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

vasudev-guest pushed a commit to branch master
in repository hyphen-ml.

commit 22485dcacc72753ae3d447746a680db8f3e64e2e
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Fri Dec 6 21:53:22 2013 +0530

    include make class of cdbs to work with upstream build system
    
    set DEB_MAKE_INSTALL_TARGET to enable install
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 89cb16f..45e4939 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,12 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_UPSTREAM_URL = http://download.savannah.gnu.org/releases/smc/hyphenation/patterns
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
 DEB_UPSTREAM_TARBALL_MD5 = 23745915cb76a2ab96f603320ccc9543
+
+# set install target
+DEB_MAKE_INSTALL_TARGET = install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-in/hyphen-ml.git



More information about the Debian-in-commits mailing list