~ubuntu-branches/ubuntu/utopic/mce-dev/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2009-02-27 02:42:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090227024208-zbr1xzomn3yvrv2g
Tags: 1.5.6.debian-2
* debian/control
  + Use my debian.org email address.
  + Upped Standards-Version.
  + Removed duplicate Section fields.
* debian/gbp.conf: Added git-buildpackage config file.
* debian/README.source: Added.
* debian/update-patches.mk: Added.
* debian/rules: Include update-patches.mk.
* debian/watch: Added dversionmangle option to remove .debian from
  upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Uncomment this to turn on verbose mode.
5
5
#export DH_VERBOSE=1
6
6
 
 
7
include $(CURDIR)/debian/update-patches.mk
 
8
 
7
9
package = mce-dev
8
10
pkgdir = $(CURDIR)/debian/tmp
9
11