~ubuntu-branches/ubuntu/trusty/calamaris/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Echeverry
  • Date: 2011-10-08 14:14:19 UTC
  • Revision ID: james.westby@ubuntu.com-20111008141419-nbquyke7rjslux0m
Tags: 2.99.4.0-16
  * Update po file into Catalan translation. Closes: #632201
  * Remove whitespaces in the patchesin the header
  * Update copyright file to DEP5 revision 174
  * debian/rules
    + Remove override_dh_installchangelogs because now is unnecessary
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Made with the aid of debmake, by Christoph Lameter,
3
3
# based on the sample debian/rules file for GNU hello by Ian Jackson.
4
4
# Handmodified by P. Frauenfelder for debhelper support, 5 Sept 1998
5
 
 
6
5
#export DH_VERBOSE=1
7
6
 
8
7
%:
13
12
override_dh_auto_install:
14
13
        dh_auto_install -- DESTDIR=$(CURDIR)/debian/calamaris
15
14
 
16
 
override_dh_installchangelogs:
17
 
        dh_installchangelogs CHANGES
18