From 8653cec7dccc5974a72c0ffec9cd722ba55bc922 Mon Sep 17 00:00:00 2001 From: lnu Date: Fri, 22 Jul 2005 13:38:10 +0000 Subject: git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@40 f70e237a-67f3-0310-a06c-d2b8a7116972 --- debian/rules | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 debian/rules (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ddd3e7f --- /dev/null +++ b/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f +# debian/rules that uses debhelper. + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdirs + dh_installchangelogs ChangeLog + dh_installdocs README + dh_installexamples feed2imaprc-example + cp -r lib/* debian/tmp/usr/lib/ruby/1.8/ + chmod --recursive 0644 debian/tmp/usr/lib/ruby/1.8/* + chmod 755 `find debian/tmp/usr/lib/ruby/1.8/ -type d` + install -m 655 bin/feed2imap debian/tmp/usr/bin + dh_compress + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + + +binary-arch: build install +# Nothing here, not a binary package + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install -- cgit v1.2.3-70-g09d2