~ubuntu-branches/ubuntu/gutsy/pkg-create-dbgsym/gutsy-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-03 10:58:17 UTC
  • Revision ID: james.westby@ubuntu.com-20070403105817-8gr6x57jupwe4ve8
Tags: 0.20
* Move test suite into tests/ to unclutter source root directory.
* Add tests/dhtest.versionoverride: Test case for overriding the version of
  a particular binary. This replicates LP #92747. However, since this is
  unfixable without major changes (dh_strip is called before dh_gencontrol
  usually), we do not run the test case for now.
* pkg_create_dbgsym: Do not generate conflicts to python dbg packages.
  (LP: #88695)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: dhtest.dbg
 
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: dhtest1-dbg
 
15
Architecture: any
 
16
Depends: dhtest1 (= ${Source-Version})
 
17
Description: crash with a SIGSEGV (debug symbols)
 
18
 Test package (debug symbols)
 
19
 
 
20
Package: dhtest2
 
21
Architecture: any
 
22
Depends: ${shlibs:Depends}
 
23
Description: crash with a SIGFPE
 
24
 Test package
 
25
 
 
26
Package: dhtestall
 
27
Architecture: all
 
28
Depends: ${shlibs:Depends}
 
29
Description: dummy arch-all package
 
30
 Test package
 
31