~ubuntu-branches/ubuntu/karmic/g3data/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Peter S Galbraith
  • Date: 2004-12-14 22:12:00 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041214221200-9c372jt3hu56i055
Tags: 1:1.4.0.1-1
* New upstream release (merges-in man page provided uptream, thanks!)
* Removed debian/g3data.sgml since now merged in package upstream.
* Bug fix: "g3data: 404 on http link in the package description", thanks
  to Fabrice Lorrain for reporting it and providing the new URL, now
  used in the copyright and package description (Closes: #269136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# This is the debhelper compatability version to use.
9
9
export DH_COMPAT=3
10
10
 
11
 
CFLAGS=-Wall `gtk-config --cflags` `gdk-pixbuf-config --cflags`
 
11
CFLAGS=-Wall `pkg-config --cflags gtk+-2.0`
12
12
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
13
13
CFLAGS += -g
14
14
endif
18
18
build-stamp:
19
19
        dh_testdir
20
20
        make CFLAGS="$(CFLAGS)"
21
 
        perl -p -e "s/\.gif/.png/g" debian/g3data.sgml > g3data.sgml
22
 
        /usr/bin/docbook-to-man g3data.sgml > g3data.1
 
21
#       perl -p -e "s/\.gif/.png/g" debian/g3data.sgml > g3data.sgml
 
22
#       /usr/bin/docbook-to-man g3data.sgml > g3data.1
23
23
        touch build-stamp
24
24
 
25
25
clean:
50
50
#       dh_installdebconf
51
51
        dh_installdocs
52
52
        dh_installexamples test*
53
 
# Build-Depend on imagemagick...
 
53
## Build-Depend on imagemagick...
54
54
        (cd debian/g3data/usr/share/doc/g3data/examples ; convert test1.gif test1.png ; rm -f test1.gif)
55
55
        (cd debian/g3data/usr/share/doc/g3data/examples ; convert test2.gif test2.png ; rm -f test2.gif)
56
56
#       dh_installmenu
60
60
#       dh_installmime
61
61
#       dh_installinit
62
62
#       dh_installcron
63
 
        dh_installman g3data.1
 
63
        dh_installman g3data.1.gz
64
64
#       dh_installinfo
65
65
#       dh_undocumented
66
66
        dh_installchangelogs