~ubuntu-branches/ubuntu/precise/partitionmanager/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-11-03 14:32:57 UTC
  • Revision ID: james.westby@ubuntu.com-20091103143257-jq45sl2nry94s4ob
Tags: 1.0.0-1ubuntu1
* Merge with Debian Testing, remaining changes:
  - Keep partitionmanager.pod so that we have a manpage
  - Build the partitionmanager KCM since we can handle root KCMs
  - src/jobs/job.cpp: Interpret any filesystem type starting with
    "linux-swap" as a swap partition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
#
3
 
#  debian/rules file for partitionmanager
4
 
#
5
 
 
 
2
 
 
3
DEB_KDE_LINK_WITH_AS_NEEDED := yes
 
4
 
 
5
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
6
6
include /usr/share/cdbs/1/rules/debhelper.mk
7
 
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
8
7
 
9
8
build/partitionmanager::
10
9
        pod2man --section=1 --release=$(VERSION) --center "" debian/partitionmanager.pod > partitionmanager.1
11
10
 
12
 
 
13
11
cleanbuilddir/partitionmanager::
14
12
        rm -f partitionmanager.1
15
13