~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2005-08-26 18:38:24 UTC
  • Revision ID: james.westby@ubuntu.com-20050826183824-x58kplulbx0atsh6
Tags: 2.8.1-4
* Stable upload targetted at Sarge.
* Add a trivial patch from upstream fixing crashes when special filesystem
  types are used on a system. [debian/patches/50_special-fs-segfault.patch]
  (Closes: #289384, #311714)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- mode: makefile; coding: utf-8 -*-
 
3
# Copyright © 2003 Colin Walters <walters@verbum.org>
 
4
 
 
5
include /usr/share/cdbs/1/rules/buildcore.mk
 
6
include /usr/share/cdbs/1/rules/debhelper.mk
 
7
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
8
include /usr/share/cdbs/1/class/gnome.mk
 
9
 
 
10
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 
11
 
 
12
DEB_INSTALL_MANPAGES_gnome-system-monitor := debian/gnome-system-monitor.1
 
13
 
 
14
build/gnome-system-monitor::
 
15
        /usr/bin/docbook-to-man debian/gnome-system-monitor.sgml > debian/gnome-system-monitor.1
 
16
 
 
17
binary-post-install/gnome-system-monitor::
 
18
        rm -rf debian/gnome-system-monitor/var
 
19
 
 
20
clean::
 
21
        -rm -f debian/gnome-system-monitor.1
 
22
        -rm -f intltool-{update,merge,extract} po/.intltool-merge-cache
 
23
        -find help -name '*omf.out' -exec rm -f \{\} \;