~jsjgruber/nux/lp1167018.1

« back to all changes in this revision

Viewing changes to debian/source_nux.py

  • Committer: Michael Terry
  • Date: 2012-11-05 21:31:06 UTC
  • mfrom: (159.1.211 ubuntu)
  • mto: This revision was merged to the branch mainline in revision 700.
  • Revision ID: michael.terry@canonical.com-20121105213106-f44mwvm2a3jkt3zw
move debian/ packaging inline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import apport.packaging
 
2
 
 
3
def add_info(report, ui):
 
4
    # add all relevant info like xorg ones
 
5
    report.add_hooks_info(ui, srcpackage='xorg')
 
6