~laney/ubuntu/quantal/swig2.0/guile-2.0

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Landschoff
  • Date: 2010-08-28 22:59:01 UTC
  • Revision ID: james.westby@ubuntu.com-20100828225901-2yifvahf27uulttt
Tags: 2.0.0-1
* New upstream release (closes: #584324).
* Create a new swig2.0 package for unstable. Most packages should be
  able to build with 2.0 instead of 1.3 but the version detection
  in most configure scripts is flawed.
* Fix the most important lintian complaints:
  + debian/control:
    o Update Standards-Version to 3.9.0 (no changes).
    o Add ${misc:Depends} to all binary dependencies.
  + debian/rules:
    o Fix invocation order for dh_makeshlibs.
    o Replace "dh_clean -k" with dh_prep.
  + debian/swig2.0-doc.doc-base: Fixed references into wrong package.
  + debian/swig.1: Renamed to swig2.0-1 to match with the binary.
* Use dh-autoreconf for cleaning up after autotools.
* Fixed "make distclean" in upstream Makefile.in. The first time for
  years that "debian/rules clean" actually completes successfully.
* debian/control: Bump Standards-Version to 3.9.1 (no changes).
* debian/copyright: Update for upstream license change to GPLv3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: swig2.0
 
2
Section: interpreters
 
3
Priority: optional
 
4
Maintainer: Torsten Landschoff <torsten@debian.org>
 
5
Standards-Version: 3.9.1
 
6
Build-Depends: bison,
 
7
               debhelper (>= 7.0),
 
8
               dh-autoreconf,
 
9
               gcj [!hppa !mips !mipsel !alpha !arm !hurd-i386],
 
10
               gij [!hppa !mips !mipsel !alpha !arm !hurd-i386],
 
11
               guile-1.8-dev,
 
12
               libchicken-dev [!m68k !mips !mipsel],
 
13
               libperl-dev,
 
14
               libpcre3-dev [!m68k !mips !mipsel],
 
15
               php5-cgi,
 
16
               php5-dev,
 
17
               python-dev,
 
18
               quilt (>= 0.40),
 
19
               ruby1.8,
 
20
               ruby1.8-dev,
 
21
               tcl8.4-dev,
 
22
               tk8.4-dev
 
23
 
 
24
Package: swig2.0
 
25
Architecture: any
 
26
Depends: ${shlibs:Depends}, ${misc:Depends}
 
27
Suggests: swig2.0-examples, swig2.0-doc
 
28
Description: Generate scripting interfaces to C/C++ code
 
29
 SWIG is a compiler that makes it easy to integrate C and C++ code
 
30
 with other languages including Perl, PHP, Tcl, Ruby, Python, Java, 
 
31
 Guile, Mzscheme, Chicken, OCaml, Pike, and C#.
 
32
 .
 
33
 Swig takes a set of ANSI C/C++ declarations and generates an 
 
34
 interface for them to your favorite scripting language.
 
35
 
 
36
Package: swig2.0-examples
 
37
Architecture: all
 
38
Depends: swig2.0, ${misc:Depends}
 
39
Description: Examples for applications of SWIG
 
40
 Contains examples for applications of SWIG, a wrapper interface
 
41
 generator to integrate C code into scripting languages.
 
42
 
 
43
Package: swig2.0-doc
 
44
Architecture: all
 
45
Section: doc
 
46
Suggests: swig2.0
 
47
Depends: ${misc:Depends}
 
48
Description: HTML documentation for SWIG
 
49
 This is just a convenience package to make smooth upgrades possible.
 
50
 The real stuff is in the swig-doc package.