root/64studio/trunk/debian/rules

Revision 1, 0.6 kB (checked in by free, 21 months ago)

Mass re-import

  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2# -*- makefile -*-
3
4build:
5
6clean:
7        dh_testdir
8        dh_testroot
9        dh_clean
10
11install: build
12        dh_testdir
13        dh_testroot
14        dh_clean -k
15        dh_installdirs
16#       cp cdd/config.conf $(CURDIR)/debian/tmp/etc/default/cdd-config
17
18# Build architecture-independent files here.
19binary: install
20        dh_testdir
21        dh_testroot
22        dh_installchangelogs
23        dh_installdocs
24        dh_installexamples
25        dh_install
26        dh_gconf --priority 50
27        dh_installman
28        dh_link
29        dh_strip
30        dh_compress
31        dh_installdeb
32        dh_fixperms
33        dh_shlibdeps
34        dh_gencontrol
35        dh_md5sums
36        dh_builddeb
37
38.PHONY: binary install clean
Note: See TracBrowser for help on using the browser.