Rev 132 | Rev 158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 132 | Rev 149 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Source: pike7.8 |
1 | Source: pike7.8 |
2 | Section: interpreters |
2 | Section: interpreters |
3 | Priority: optional |
3 | Priority: optional |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
5 | Uploaders: Henrik Andreasson <debian@han.pp.se> |
5 | Uploaders: Henrik Andreasson <debian@han.pp.se> |
6 | Standards-Version: 3.9.2 |
6 | Standards-Version: 3.9.3 |
7 | Build-Depends: debhelper (>= 5), bison, sharutils, bc, pkg-config, |
7 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 5), bison, sharutils, bc, pkg-config, |
8 | libgmp10-dev, nettle-dev (>= 2.1~), zlib1g-dev | libz-dev, |
8 | libgmp10-dev, nettle-dev (>= 2.1~), zlib1g-dev | libz-dev, |
9 | libbz2-dev, libgdbm-dev, libiodbc2-dev, libmysqlclient-dev, |
9 | libbz2-dev, libgdbm-dev, libiodbc2-dev, libmysqlclient-dev, |
10 | libpq-dev, libsqlite3-dev, libpcre3-dev, libsdl-mixer1.2-dev, |
10 | libpq-dev, libsqlite3-dev, libpcre3-dev, libsdl-mixer1.2-dev, |
11 | libsdl1.2-dev, libsane-dev, x11proto-gl-dev, libxpm-dev, |
11 | libsdl1.2-dev, libsane-dev, x11proto-gl-dev, libxpm-dev, |
12 | libglade2-dev, libfreetype6-dev, freeglut3-dev, libjpeg-dev, |
12 | libglade2-dev, libfreetype6-dev, freeglut3-dev, libjpeg-dev, |
13 | libtiff4-dev, librsvg2-dev (>= 2.7), libgnomeui-dev, |
13 | libtiff4-dev, librsvg2-dev (>= 2.7), libgnomeui-dev, |
14 | libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev |
14 | libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev |
15 | Build-Conflicts: libutahglx-dev |
15 | Build-Conflicts: libutahglx-dev |
16 | Homepage: http://pike.ida.liu.se/ |
16 | Homepage: http://pike.ida.liu.se/ |
17 | Vcs-Svn: svn://svn.debian.org/pkg-pike/trunk |
17 | Vcs-Svn: svn://svn.debian.org/pkg-pike/branches/7.8-stable |
18 | Vcs-Browser: http://svn.debian.org/pkg-pike |
18 | Vcs-Browser: http://svn.debian.org/pkg-pike |
19 | 19 | ||
20 | Package: pike7.8-core |
20 | Package: pike7.8-core |
21 | Architecture: any |
21 | Architecture: any |
22 | Depends: ${shlibs:Depends}, ${misc:Depends} |
22 | Depends: ${shlibs:Depends}, ${misc:Depends} |
Line 51... | Line 51... | ||
51 | Pike is an interpreted programming language, for more information |
51 | Pike is an interpreted programming language, for more information |
52 | see the description of the pike7.8-core package. |
52 | see the description of the pike7.8-core package. |
53 | 53 | ||
54 | Package: pike7.8-dev |
54 | Package: pike7.8-dev |
55 | Architecture: any |
55 | Architecture: any |
- | 56 | Depends: ${shlibs:Depends}, ${misc:Depends}, |
|
56 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version}) |
57 | pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version}) |
- | 58 | Replaces: pike7.8-core (<< 7.8.352-dfsg-6) |
|
- | 59 | Breaks: pike7.8-core (<< 7.8.352-dfsg-6) |
|
57 | Description: Development files for Pike 7.8 |
60 | Description: Development files for Pike 7.8 |
58 | This package contains files you will need to develop C extension modules |
61 | This package contains files you will need to develop C extension modules |
59 | for Pike. The package depends on the recommended set of packages for the |
62 | for Pike. The package depends on the recommended set of packages for the |
60 | Pike environment. |
63 | Pike environment. |
61 | . |
64 | . |
Line 144... | Line 147... | ||
144 | see the description of the pike7.8-core package. |
147 | see the description of the pike7.8-core package. |
145 | 148 | ||
146 | Package: pike7.8-image |
149 | Package: pike7.8-image |
147 | Architecture: any |
150 | Architecture: any |
148 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
151 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}) |
- | 152 | Replaces: pike7.8-core (<< 7.8.352-dfsg-6) |
|
- | 153 | Breaks: pike7.8-core (<< 7.8.352-dfsg-6) |
|
149 | Suggests: pike7.8-svg (= ${source:Version}) |
154 | Suggests: pike7.8-svg (= ${source:Version}) |
150 | Description: Image module for Pike |
155 | Description: Image module for Pike |
151 | This module provides many powerful image processing functions to |
156 | This module provides many powerful image processing functions to |
152 | Pike programs. |
157 | Pike programs. |
153 | . |
158 | . |