~ubuntu-branches/ubuntu/precise/gnomeradio/precise-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-05-12 00:36:27 UTC
  • mfrom: (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080512003627-m4r405wwqc2e3xgv
Tags: 1.7-6
* debian/changelog: sync with the one from ubuntu.
* debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
  version of the patch, now it's the right one that Cesare Tirabassi
  has included in the ubuntu's package. (Closes: #468796, #462891)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/gnome.mk
 
5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
5
6
 
 
7
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
6
8
DEB_INSTALL_MANPAGES_gnomeradio := debian/gnomeradio.1
7
9
 
8
 
cleanbuilddir::
 
10
SAVERESTORE := \
 
11
        data/gnomeradio.desktop \
 
12
        data/gnomeradio.schemas \
 
13
        gnome-doc-utils.make \
 
14
        gnomeradio.spec \
 
15
        help/sv/gnomeradio.xml
 
16
 
 
17
update-config::
 
18
        for f in $(SAVERESTORE) ; do [ -e $$f.d-r-orig ] || cp -p -r $$f $$f.d-r-orig ; done
 
19
 
 
20
clean::
 
21
        for f in $(SAVERESTORE) ; do [ ! -e $$f.d-r-orig ] || mv $$f.d-r-orig $$f ; done
 
22
 
 
23
cleanbuilddir/gnomeradio::
9
24
        rm -f debian/gnomeradio.1
 
25
        rm -f gnomeradio.xpm
10
26
 
11
 
makebuilddir::
 
27
makebuilddir/gnomeradio::
12
28
        /usr/bin/docbook-to-man debian/gnomeradio.sgml > debian/gnomeradio.1
13
29
 
 
30
build/gnomeradio::
 
31
        convert -resize 32x32 data/icons/32x32/gnomeradio.png gnomeradio.xpm