~ubuntu-branches/ubuntu/jaunty/aspectc++/jaunty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-07-07 14:41:02 UTC
  • mfrom: (1.1.3 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707144102-lzml7t07f3sl00r5
Tags: 1.0pre4~svn.20080711-1
* new upstream snapshot.
* include all upstream documentation. Clarifying emails regarding
  licensing has been included into debian/copyright.
* reformat description following recomendations of
  http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
  (Closes: #480316)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#export DH_VERBOSE=1
5
5
 
6
6
PACKAGE = aspectc++
 
7
VERSION = 20080711
7
8
 
8
9
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
9
10
        CFLAGS := -Wall -O0 -g
71
72
        dh_testdir
72
73
        dh_testroot
73
74
        dh_clean -k
74
 
        $(MAKE) -C Puma doxygen
 
75
        $(MAKE) -C Puma doc
75
76
        dh_installchangelogs
76
 
        dh_installdocs -p libpuma-doc Puma/doc/doxygen/html
 
77
        dh_installdocs -p libpuma-doc Puma/doc/RefMan/html
77
78
        dh_installexamples -p libpuma-doc Puma/examples/cparser Puma/examples/ccparser Puma/examples/sync
78
79
        dh_compress
79
80
        dh_fixperms
106
107
get-orig-source:
107
108
        dh_testdir
108
109
        chmod +x debian/cleanup-source.sh
109
 
        sh debian/get-orig-source.sh -d20080409 \
 
110
        sh debian/get-orig-source.sh -d$(VERSION) \
110
111
            -c $(CURDIR)/debian/cleanup-source.sh \
111
 
            -o ../aspectc++_1.0pre4~svn.20080409+dfsg.orig.tar.gz
 
112
            -o ../aspectc++_1.0pre4~svn.$(VERSION).orig.tar.gz
112
113
 
113
114
binary: binary-indep binary-arch
114
115
.PHONY: build clean binary-indep binary-arch binary