~ubuntu-branches/ubuntu/trusty/config-package-dev/trusty-proposed

« back to all changes in this revision

Viewing changes to examples/debathena-transform-example-1.0/debian/control

  • Committer: Package Import Robot
  • Author(s): Geoffrey Thomas
  • Date: 2013-03-06 17:14:42 UTC
  • Revision ID: package-import@ubuntu.com-20130306171442-k3sj6klfu28zghqr
Tags: 5.0
* Add Debhelper support (Debathena: #867) (Closes: #693672).  This
  release includes a new command, dh_configpackage, and a sequencer
  extension, dh --with config-package.
* Use the terms "displace" and "hide" for actions of the
  config-package-dev system, instead of the terms "divert" and
  "remove", which already have existing (related) meanings in the
  context of Debian packages.
* Move examples/* to examples/cdbs/*, and create examples/debhelper/*,
  with the same packages using Debhelper 7-style packaging.

* Change config-package-dev's own packaging to Debhelper 7.
* Bump Standards-Version to 3.9.4 (no changes required).
* Update Vcs-Git and Vcs-Browser locations to new upstream.
* Drop CDBS runtime dependency. CDBS users should be explicitly
  Build-Depending on CDBS, probably through use of the @cdbs@ macro in
  debian/control.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: debathena-transform-example
2
 
Section: config
3
 
Priority: extra
4
 
Maintainer: Tim Abbott <tabbott@mit.edu>
5
 
Build-Depends: cdbs,
6
 
 debhelper,
7
 
 dh-buildinfo,
8
 
 config-package-dev (>= 4.5~), lynx
9
 
Standards-Version: 3.8.0
10
 
 
11
 
Package: debathena-transform-example
12
 
Architecture: all
13
 
Depends: ${misc:Depends}, lynx
14
 
Provides: ${diverted-files}
15
 
Conflicts: ${diverted-files}
16
 
Description: Example config-package-dev package
17
 
 This is an example config-package-dev package.