~ubuntu-branches/debian/jessie/linpsk/jessie

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-04-10 18:17:27 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050410181727-3l9dnfg0sp7bhk13
Tags: 0.8.1-1
* New upstream release 0.8.1
  * Modified upstream configure.in to support FHS-compliant Qt
    installation! (ie /usr/include/qt3, not /usr/lib/qt3/include) :-(
  * Re-autotools with autoconf2.59 and automake-1.9
* linpsk is no longer a Debian-native package (dsc/tar.gz)
* Now maintained by the debian-hams group
* Switch to debhelper 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
# Sample debian/rules that uses debhelper.
3
 
# GNU copyright 1997 to 1999 by Joey Hess.
4
 
 
5
2
# Uncomment this to turn on verbose mode.
6
3
#export DH_VERBOSE=1
7
4
 
8
 
# This is the debhelper compatability version to use.
9
 
export DH_COMPAT=3
10
 
 
11
5
configure: configure-stamp
12
6
configure-stamp:
13
7
        dh_testdir
14
 
        # Add here commands to configure the package.
15
 
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
8
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-qtdir=/usr
16
9
 
17
10
        touch configure-stamp
18
11
 
19
12
build: configure-stamp build-stamp
20
13
build-stamp:
21
14
        dh_testdir
22
 
 
23
 
        # Add here commands to compile the package.
24
15
        $(MAKE)
 
16
 
25
17
        #/usr/bin/docbook-to-man debian/linpsk.sgml > linpsk.1
26
 
 
27
18
        touch build-stamp
28
19
 
29
20
clean:
44
35
 
45
36
        # Add here commands to install the package into debian/linpsk.
46
37
        $(MAKE) install DESTDIR=$(CURDIR)/debian/linpsk
47
 
 
 
38
        # Remove unwanted static libraries
 
39
        rm -rf debian/linpsk/usr/lib/*.a
48
40
 
49
41
# Build architecture-independent files here.
50
42
binary-indep: build install
63
55
#       dh_installpam
64
56
#       dh_installmime
65
57
#       dh_installinit
66
 
        dh_installcron
 
58
#       dh_installcron
67
59
        dh_installman
68
60
        dh_installinfo
69
 
#       dh_undocumented
70
61
        dh_installchangelogs ChangeLog
71
62
        dh_link
72
63
        dh_strip