~ubuntu-branches/ubuntu/lucid/pkg-create-dbgsym/lucid

« back to all changes in this revision

Viewing changes to tests/dhtest.compat1override/debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-12-04 11:58:19 UTC
  • Revision ID: james.westby@ubuntu.com-20071204115819-dtwp4qiqps2l9q7v
Tags: 0.21
* Add tests/dhtest.compat1override/: Declare debian/compat '4', but override
  it in debian/rules with DH_COMPAT=1. Reproduces the FTBFS of dvi2tty,
  flexml, and gtk-engines-mono.
* dh_strip: Fix debhelper compatibility level detection so that DH_COMPAT
  overrides debian/compat. (LP: #173631)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: dhtest.compat1override
 
2
Section: utils
 
3
Priority: extra
 
4
Maintainer: Martin Pitt <martin.pitt@ubuntu.com>
 
5
Build-Depends: debhelper (>= 4.1.0)
 
6
Standards-Version: 3.7.2
 
7
 
 
8
Package: dhtest1
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}
 
11
Description: crash with a SIGSEGV
 
12
 Test package
 
13
 
 
14
Package: dhtest2
 
15
Architecture: any
 
16
Depends: ${shlibs:Depends}
 
17
Description: crash with a SIGFPE
 
18
 Test package
 
19
 
 
20
Package: dhtestall
 
21
Architecture: all
 
22
Depends: ${shlibs:Depends}
 
23
Description: dummy arch-all package
 
24
 Test package
 
25