~ubuntu-branches/ubuntu/edgy/monodevelop/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-03-19 19:04:37 UTC
  • Revision ID: james.westby@ubuntu.com-20060319190437-ddajpr6apylxsn1t
Tags: 0.9-1ubuntu5
* monodevelop.desktop.dpatch:
  + Use a HIG conform name and tooltip text (Closes: Malone #34918)
* use_real_log4net_and_firebird.dpatch:
  + Use the real FirebirdSql.Data.Firebird.dll and log4net.dll

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
build: build-stamp
21
21
build-stamp: configure-stamp
22
22
        dh_testdir
 
23
        mkdir -p build/AddIns
23
24
        $(MAKE) RUNTIME=/usr/bin/cli
24
25
        touch build-stamp
25
26