~donkirkby/hello/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Don Kirkby
  • Date: 2012-08-28 21:55:28 UTC
  • Revision ID: donkirkby+launpd@gmail.com-20120828215528-6lz3rmogox0yz6wi
Initial commit of Debian packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: hello
 
2
Section: unknown
 
3
Priority: extra
 
4
Maintainer: Don Kirkby <donkirkby.github.com>
 
5
Build-Depends: debhelper (>= 8.0.0), autotools-dev
 
6
Standards-Version: 3.9.2
 
7
Homepage: <insert the upstream URL, if relevant>
 
8
#Vcs-Git: git://git.debian.org/collab-maint/hello.git
 
9
#Vcs-Browser: http://git.debian.org/?p=collab-maint/hello.git;a=summary
 
10
 
 
11
Package: hello
 
12
Architecture: any
 
13
Depends: ${shlibs:Depends}, ${misc:Depends}
 
14
Description: Sample program that prints greetings
 
15