~ubuntu-branches/debian/sid/bzr-email/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): KURASHIKI Satoru
  • Date: 2012-07-23 20:18:42 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120723201842-md6jz1pin4d876sj
Tags: 0.0.1~bzr58-1
* New upstream snapshot.
  - add get-orig-source target.
* New Maintainer. (Closes: #668266, #679344)
* debian/control:
  - change VCS to git.
  - suggests mailx. (Closes: #626490)
* debian/copyright:
  - omit duplicate old description for getting GPL copy.
  - document about repackaged upstream source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: vcs
3
3
Priority: optional
4
4
Homepage: https://launchpad.net/bzr-email
5
 
Maintainer: Debian QA Group <packages@qa.debian.org>
 
5
Maintainer: KURASHIKI Satoru <lurdan@gmail.com>
6
6
Build-Depends-Indep: python-bzrlib.tests | bzr (<< 2.4.0~beta1-2),
7
7
                     bzr (>= 1.0),
8
8
                     python-testtools (>= 0.9.5)
9
9
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
10
10
Standards-Version: 3.9.3
11
11
X-Python-Version: >= 2.4
12
 
Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-email/unstable/
 
12
Vcs-Git: git://anonscm.debian.org/collab-maint/bzr-email.git
 
13
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/bzr-email.git
13
14
 
14
15
Package: bzr-email
15
16
Architecture: all
16
17
Depends: python-bzrlib | bzr (>= 1.0), ${misc:Depends}, ${python:Depends}
17
18
Recommends: bzr
18
19
Enhances: bzr
 
20
Suggests: mailx
19
21
Description: Notification email plugin for Bazaar
20
22
 Plugin for Bazaar that can send notification emails at commit time.
21
23
 .