~mvo/click/fix-multiple-framework-validation

« back to all changes in this revision

Viewing changes to debhelper/clickpackage.pm

  • Committer: Colin Watson
  • Date: 2013-05-28 14:25:02 UTC
  • Revision ID: cjwatson@canonical.com-20130528142502-pcdj8glzce95r3pf
Add a dh_clickpackage command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /usr/bin/perl
 
2
# debhelper sequence file for click-package
 
3
 
 
4
use warnings;
 
5
use strict;
 
6
use Debian::Debhelper::Dh_Lib;
 
7
 
 
8
insert_after("dh_install", "dh_clickpackage");
 
9
 
 
10
1;