~ubuntu-branches/ubuntu/quantal/spectacle/quantal

« back to all changes in this revision

Viewing changes to spectacle/dsc/dsc.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-08-08 20:01:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100808200142-q09anvq02isk4o6n
Tags: upstream-0.18+git19+4768025
ImportĀ upstreamĀ versionĀ 0.18+git19+4768025

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ##############################################
 
2
# Do not Edit! Generated by:
 
3
# spec-builder version 0.13
 
4
# ###############################################
 
5
 
 
6
Format:     1.0
 
7
Source:     ${metadata.Name}
 
8
Architecture: any
 
9
Version:    ${metadata.Version}
 
10
Homepage:        ${metadata.URL}
 
11
Standards-Version: 3.8.0
 
12
Maintainer: packagers@moblin.org
 
13
## BuildRequires
 
14
#if $metadata.has_key("BuildRequires")
 
15
#for $brtype in $metadata.BuildRequires
 
16
#if $brtype == "PkgConfig"
 
17
#for $br in $metadata.BuildRequires.PkgConfig
 
18
Build-Depends:  $br
 
19
#end for
 
20
#end if
 
21
#if $brtype == "Pkg"
 
22
#for $br in $metadata.BuildRequires.Pkg
 
23
Build-Depends:  $br
 
24
#end for
 
25
#end if
 
26
#end for
 
27
#end if
 
28