~ubuntu-branches/debian/squeeze/bzr-builddeb/squeeze

« back to all changes in this revision

Viewing changes to info.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-01-18 19:15:26 UTC
  • mfrom: (5.1.5 karmic)
  • Revision ID: james.westby@ubuntu.com-20100118191526-fzyw0n60z6vrhhhn
Tags: 2.2
* Upload to unstable.
* Bump standards version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#    info.py -- Plugin information for bzr-builddeb
 
2
#
 
3
#    This file is part of bzr-builddeb.
 
4
#
 
5
#    bzr-builddeb is free software; you can redistribute it and/or modify
 
6
#    it under the terms of the GNU General Public License as published by
 
7
#    the Free Software Foundation; either version 2 of the License, or
 
8
#    (at your option) any later version.
 
9
#
 
10
#    bzr-builddeb is distributed in the hope that it will be useful,
 
11
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
#    GNU General Public License for more details.
 
14
#
 
15
#    You should have received a copy of the GNU General Public License
 
16
#    along with bzr-builddeb; if not, write to the Free Software
 
17
#    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
18
 
 
19
bzr_plugin_name = 'builddeb'
 
20
 
 
21
bzr_plugin_version = (2, 2, 0, 'final', 0)
 
22
 
 
23
bzr_commands = [
 
24
    "test_builddeb",
 
25
    "builddeb",
 
26
    "merge_upstream",
 
27
    "import_dsc",
 
28
    "bd_do",
 
29
    "mark_uploaded",
 
30
    ]