~ubuntu-branches/ubuntu/trusty/python-docutils/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Jakub Wilk
  • Date: 2011-09-16 20:53:45 UTC
  • Revision ID: package-import@ubuntu.com-20110916205345-p0brv4kliyjz8ymf
* Remove needless comments from debian/rules.
* Restore historical behavior of languages.get_language() taking only a
  single argument (languages-get_language-2nd-arg-optional.diff). Thanks to
  Sergio Talens-Oliag for the bug report.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
# Sample debian/rules that uses debhelper.
3
 
# GNU copyright 1997 to 1999 by Joey Hess.
4
 
 
5
 
# Uncomment this to turn on verbose mode.
6
 
#export DH_VERBOSE=1
7
2
 
8
3
-include /usr/share/python/python.mk
9
4