Rev 191 | Rev 216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 191 | Rev 198 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | Source: pike7.8 | 1 | Source: pike8.0 | 
| 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.5 | 6 | Standards-Version: 3.9.5 | 
| Line 12... | Line 12... | ||
| 12 | libglade2-dev, libfreetype6-dev, freeglut3-dev, libjpeg-dev, | 12 | libglade2-dev, libfreetype6-dev, freeglut3-dev, libjpeg-dev, | 
| 13 | libtiff-dev, librsvg2-dev (>= 2.7), libgnomeui-dev, | 13 | libtiff-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://anonscm.debian.org/pkg-pike/branches/7.8-stable | 17 | Vcs-Svn: svn://anonscm.debian.org/pkg-pike/trunk | 
| 18 | Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-pike/ | 18 | Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-pike/ | 
| 19 | 19 | ||
| 20 | Package: pike7.8-core | 20 | Package: pike8.0-core | 
| 21 | Architecture: any | 21 | Architecture: any | 
| 22 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 22 | Depends: ${shlibs:Depends}, ${misc:Depends}
 | 
| 23 | Suggests: pike7.8-doc | 23 | Suggests: pike8.0-doc | 
| 24 | Description: Powerful interpreted programming language | 24 | Description: Powerful interpreted programming language | 
| 25 | Pike is an interpreted, object-oriented, dynamic programming language | 25 | Pike is an interpreted, object-oriented, dynamic programming language | 
| 26 | with a syntax similar to C. It includes many powerful data types and | 26 | with a syntax similar to C. It includes many powerful data types and | 
| 27 | a module system that, for instance, provides image manipulation together, | 27 | a module system that, for instance, provides image manipulation together, | 
| 28 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many | 28 | with support for graphics formats like SVG, JPG, PNG, GIF, XCF and many | 
| 29 | others, database connectivity, advanced cryptography, XML/HTML parsers | 29 | others, database connectivity, advanced cryptography, XML/HTML parsers | 
| 30 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ | 30 | and others. To learn more about pike, please visit http://pike.ida.liu.se/ | 
| 31 | Note that some of the Pike features are found in other pike7.8-* packages | 31 | Note that some of the Pike features are found in other pike8.0-* packages | 
| 32 | (image processing, MySQL, PostgreSQL, SANE and more). | 32 | (image processing, MySQL, PostgreSQL, SANE and more). | 
| 33 | 33 | ||
| 34 | Package: pike7.8 | 34 | Package: pike8.0 | 
| 35 | Architecture: all | 35 | Architecture: all | 
| 36 | Depends: pike7.8-core (>= ${source:Version}), pike7.8-image (>= ${source:Version}), 
 | 36 | Depends: pike8.0-core (>= ${source:Version}), pike8.0-image (>= ${source:Version}), 
 | 
| 37 |  pike7.8-gdbm (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), ${misc:Depends}
 | 37 |  pike8.0-gdbm (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), ${misc:Depends}
 | 
| 38 | Recommends: pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-dev (>= ${source:Version})
 | 38 | Recommends: pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-dev (>= ${source:Version})
 | 
| 39 | Suggests: pike7.8-doc (= ${source:Version})
 | 39 | Suggests: pike8.0-doc (= ${source:Version})
 | 
| 40 | Description: Recommended metapackage for Pike 7.8 | 40 | Description: Recommended metapackage for Pike 8.0 | 
| 41 | This is a metapackage which depends upon several other Pike | 41 | This is a metapackage which depends upon several other Pike | 
| 42 | packages that together make up the recommended Pike installation. | 42 | packages that together make up the recommended Pike installation. | 
| 43 | If you want to install every packaged component of the Pike | 43 | If you want to install every packaged component of the Pike | 
| 44 | distribution, please install the pike7.8-full package. | 44 | distribution, please install the pike8.0-full package. | 
| 45 | . | 45 | . | 
| 46 | If you want to remove several components this package depends | 46 | If you want to remove several components this package depends | 
| 47 | upon, you can purge this package without worrying about the | 47 | upon, you can purge this package without worrying about the | 
| 48 | functionality loss in Pike and then remove the packages you | 48 | functionality loss in Pike and then remove the packages you | 
| 49 | don't need on your system. | 49 | don't need on your system. | 
| 50 | . | 50 | . | 
| 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 pike8.0-core package. | 
| 53 | 53 | ||
| 54 | Package: pike7.8-dev | 54 | Package: pike8.0-dev | 
| 55 | Architecture: any | 55 | Architecture: any | 
| 56 | Depends: ${shlibs:Depends}, ${misc:Depends},
 | 56 | Depends: ${shlibs:Depends}, ${misc:Depends},
 | 
| 57 |  pike7.8-core (= ${binary:Version}), pike7.8-image (= ${binary:Version})
 | 57 |  pike8.0-core (= ${binary:Version}), pike8.0-image (= ${binary:Version})
 | 
| 58 | Replaces: pike7.8-core (<< 7.8.352-dfsg-6) | - | |
| 59 | Breaks: pike7.8-core (<< 7.8.352-dfsg-6) | - | |
| 60 | Description: Development files for Pike 7.8 | 58 | Description: Development files for Pike 8.0 | 
| 61 | This package contains files you will need to develop C extension modules | 59 | This package contains files you will need to develop C extension modules | 
| 62 | for Pike. The package depends on the recommended set of packages for the | 60 | for Pike. The package depends on the recommended set of packages for the | 
| 63 | Pike environment. | 61 | Pike environment. | 
| 64 | . | 62 | . | 
| 65 | Pike is an interpreted programming language, for more information | 63 | Pike is an interpreted programming language, for more information | 
| 66 | see the description of the pike7.8-core package. | 64 | see the description of the pike8.0-core package. | 
| 67 | 65 | ||
| 68 | Package: pike7.8-manual | 66 | Package: pike8.0-manual | 
| 69 | Architecture: all | 67 | Architecture: all | 
| 70 | Section: doc | 68 | Section: doc | 
| 71 | Depends: ${misc:Depends}
 | 69 | Depends: ${misc:Depends}
 | 
| 72 | Description: Pike 7.8 manual | 70 | Description: Pike 8.0 manual | 
| 73 | The Pike manual auto-generated from the sources. | 71 | The Pike manual auto-generated from the sources. | 
| 74 | . | 72 | . | 
| 75 | Pike is an interpreted programming language, for more information | 73 | Pike is an interpreted programming language, for more information | 
| 76 | see the description of the pike7.8-core package. | 74 | see the description of the pike8.0-core package. | 
| 77 | 75 | ||
| 78 | Package: pike7.8-reference | 76 | Package: pike8.0-reference | 
| 79 | Architecture: all | 77 | Architecture: all | 
| 80 | Section: doc | 78 | Section: doc | 
| 81 | Depends: ${misc:Depends}
 | 79 | Depends: ${misc:Depends}
 | 
| 82 | Description: Pike 7.8 reference | 80 | Description: Pike 8.0 reference | 
| 83 | The Pike reference auto-generated from the sources. | 81 | The Pike reference auto-generated from the sources. | 
| 84 | . | 82 | . | 
| 85 | Pike is an interpreted programming language, for more information | 83 | Pike is an interpreted programming language, for more information | 
| 86 | see the description of the pike7.8-core package. | 84 | see the description of the pike8.0-core package. | 
| 87 | 85 | ||
| 88 | Package: pike7.8-doc | 86 | Package: pike8.0-doc | 
| 89 | Architecture: all | 87 | Architecture: all | 
| 90 | Section: doc | 88 | Section: doc | 
| 91 | Depends: ${misc:Depends}, pike7.8-manual (= ${source:Version}), pike7.8-reference (= ${source:Version})
 | 89 | Depends: ${misc:Depends}, pike8.0-manual (= ${source:Version}), pike8.0-reference (= ${source:Version})
 | 
| 92 | Description: Pike 7.8 documentation metapackage | 90 | Description: Pike 8.0 documentation metapackage | 
| 93 | This package depends upon all the Pike 7.8 documentation packages. Note | 91 | This package depends upon all the Pike 8.0 documentation packages. Note | 
| 94 | that the download and installation sizes might be very large. | 92 | that the download and installation sizes might be very large. | 
| 95 | . | 93 | . | 
| 96 | Pike is an interpreted programming language, for more information | 94 | Pike is an interpreted programming language, for more information | 
| 97 | see the description of the pike7.8-core package. | 95 | see the description of the pike8.0-core package. | 
| 98 | 96 | ||
| 99 | Package: pike7.8-full | 97 | Package: pike8.0-full | 
| 100 | Architecture: all | 98 | Architecture: all | 
| 101 | Depends: ${misc:Depends}, pike7.8 (= ${source:Version}), pike7.8-mysql (>= ${source:Version}), pike7.8-pg (>= ${source:Version}), pike7.8-odbc (>= ${source:Version}), pike7.8-sdl (>= ${source:Version}), pike7.8-gdbm (>= ${source:Version}), pike7.8-gtk (>= ${source:Version}), pike7.8-gl (>= ${source:Version}), pike7.8-sane (>= ${source:Version}), pike7.8-doc (= ${source:Version}), pike7.8-dev (>= ${source:Version}), pike7.8-svg (>= ${source:Version}), pike7.8-pcre (>= ${source:Version}), pike7.8-bzip2 (>= ${source:Version}), pike7.8-fuse (>= ${source:Version}), pike7.8-sqlite (>= ${source:Version}), pike7.8-dnssd (>= ${source:Version})
 | 99 | Depends: ${misc:Depends}, pike8.0 (= ${source:Version}), pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-odbc (>= ${source:Version}), pike8.0-sdl (>= ${source:Version}), pike8.0-gdbm (>= ${source:Version}), pike8.0-gtk (>= ${source:Version}), pike8.0-gl (>= ${source:Version}), pike8.0-sane (>= ${source:Version}), pike8.0-doc (= ${source:Version}), pike8.0-dev (>= ${source:Version}), pike8.0-svg (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), pike8.0-bzip2 (>= ${source:Version}), pike8.0-fuse (>= ${source:Version}), pike8.0-sqlite (>= ${source:Version}), pike8.0-dnssd (>= ${source:Version})
 | 
| 102 | Description: Metapackage for Pike 7.8 | 100 | Description: Metapackage for Pike 8.0 | 
| 103 | This package depends on all the components that make up the Pike | 101 | This package depends on all the components that make up the Pike | 
| 104 | language distribution. It will pull in a LOT of packages the | 102 | language distribution. It will pull in a LOT of packages the | 
| 105 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! | 103 | Pike components depend upon (including XFree libraries, GTK+, GNOME)! | 
| 106 | . | 104 | . | 
| 107 | Pike is an interpreted programming language, for more information | 105 | Pike is an interpreted programming language, for more information | 
| 108 | see the description of the pike7.8-core package. | 106 | see the description of the pike8.0-core package. | 
| 109 | 107 | ||
| 110 | Package: pike7.8-mysql | 108 | Package: pike8.0-mysql | 
| 111 | Architecture: any | 109 | Architecture: any | 
| 112 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 110 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 113 | Description: MySQL modules for Pike | 111 | Description: MySQL modules for Pike | 
| 114 | This package contains Pike modules providing access to MySQL | 112 | This package contains Pike modules providing access to MySQL | 
| 115 | databases: Mysql and Sql.mysql(s). | 113 | databases: Mysql and Sql.mysql(s). | 
| 116 | . | 114 | . | 
| 117 | Pike is an interpreted programming language, for more information | 115 | Pike is an interpreted programming language, for more information | 
| 118 | see the description of the pike7.8-core package. | 116 | see the description of the pike8.0-core package. | 
| 119 | 117 | ||
| 120 | Package: pike7.8-pg | 118 | Package: pike8.0-pg | 
| 121 | Architecture: any | 119 | Architecture: any | 
| 122 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 120 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 123 | Description: PostgreSQL modules for Pike | 121 | Description: PostgreSQL modules for Pike | 
| 124 | This package contains Pike module providing access to PostgreSQL | 122 | This package contains Pike module providing access to PostgreSQL | 
| 125 | databases: Postgres, Sql.postgres, and Sql.postgres_result. | 123 | databases: Postgres, Sql.postgres, and Sql.postgres_result. | 
| 126 | . | 124 | . | 
| 127 | Note: These modules are deprecated in favour of the pure Pike | 125 | Note: These modules are deprecated in favour of the pure Pike | 
| 128 | Sql.pgsql module, which is included in the core package. | 126 | Sql.pgsql module, which is included in the core package. | 
| 129 | . | 127 | . | 
| 130 | Pike is an interpreted programming language, for more information | 128 | Pike is an interpreted programming language, for more information | 
| 131 | see the description of the pike7.8-core package. | 129 | see the description of the pike8.0-core package. | 
| 132 | 130 | ||
| 133 | Package: pike7.8-odbc | 131 | Package: pike8.0-odbc | 
| 134 | Architecture: any | 132 | Architecture: any | 
| 135 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 133 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 136 | Description: ODBC modules for Pike | 134 | Description: ODBC modules for Pike | 
| 137 | This package contains Pike modules providing glue to the ODBC | 135 | This package contains Pike modules providing glue to the ODBC | 
| 138 | interface: Odbc, Sql.odbc, and Sql.odbc_result. | 136 | interface: Odbc, Sql.odbc, and Sql.odbc_result. | 
| 139 | . | 137 | . | 
| 140 | Pike is an interpreted programming language, for more information | 138 | Pike is an interpreted programming language, for more information | 
| 141 | see the description of the pike7.8-core package. | 139 | see the description of the pike8.0-core package. | 
| 142 | 140 | ||
| 143 | Package: pike7.8-svg | 141 | Package: pike8.0-svg | 
| 144 | Architecture: any | 142 | Architecture: any | 
| 145 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 143 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 146 | Suggests: pike7.8-image (= ${source:Version})
 | 144 | Suggests: pike8.0-image (= ${source:Version})
 | 
| 147 | Description: SVG format support for Pike | 145 | Description: SVG format support for Pike | 
| 148 | This package provides an SVG graphics format module, Image.SVG. It | 146 | This package provides an SVG graphics format module, Image.SVG. It | 
| 149 | has been separated from the pike7.8-image module because of its quite | 147 | has been separated from the pike8.0-image module because of its quite | 
| 150 | extensive dependencies. | 148 | extensive dependencies. | 
| 151 | . | 149 | . | 
| 152 | Pike is an interpreted programming language, for more information | 150 | Pike is an interpreted programming language, for more information | 
| 153 | see the description of the pike7.8-core package. | 151 | see the description of the pike8.0-core package. | 
| 154 | 152 | ||
| 155 | Package: pike7.8-image | 153 | Package: pike8.0-image | 
| 156 | Architecture: any | 154 | Architecture: any | 
| 157 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 155 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 158 | Replaces: pike7.8-core (<< 7.8.700-6) | - | |
| 159 | Breaks: pike7.8-core (<< 7.8.700-6) | - | |
| 160 | Suggests: pike7.8-svg (= ${source:Version})
 | 156 | Suggests: pike8.0-svg (= ${source:Version})
 | 
| 161 | Description: Image modules for Pike | 157 | Description: Image modules for Pike | 
| 162 | This package provides many powerful image processing functions to | 158 | This package provides many powerful image processing functions to | 
| 163 | Pike programs. It contains the modules Image (except Image.SVG), | 159 | Pike programs. It contains the modules Image (except Image.SVG), | 
| 164 | Graphics, Colors, and Protocols.X.XImage. | 160 | Graphics, Colors, and Protocols.X.XImage. | 
| 165 | . | 161 | . | 
| 166 | Pike is an interpreted programming language, for more information | 162 | Pike is an interpreted programming language, for more information | 
| 167 | see the description of the pike7.8-core package. | 163 | see the description of the pike8.0-core package. | 
| 168 | 164 | ||
| 169 | Package: pike7.8-sdl | 165 | Package: pike8.0-sdl | 
| 170 | Architecture: any | 166 | Architecture: any | 
| 171 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 167 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 172 | Description: SDL module for Pike | 168 | Description: SDL module for Pike | 
| 173 | This module provides the Pike interface to the SDL library. | 169 | This module provides the Pike interface to the SDL library. | 
| 174 | . | 170 | . | 
| 175 | Pike is an interpreted programming language, for more information | 171 | Pike is an interpreted programming language, for more information | 
| 176 | see the description of the pike7.8-core package. | 172 | see the description of the pike8.0-core package. | 
| 177 | 173 | ||
| 178 | Package: pike7.8-gdbm | 174 | Package: pike8.0-gdbm | 
| 179 | Architecture: any | 175 | Architecture: any | 
| 180 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 176 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 181 | Description: Gdbm module for Pike | 177 | Description: Gdbm module for Pike | 
| 182 | This Pike module provides access to gdbm databases. | 178 | This Pike module provides access to gdbm databases. | 
| 183 | . | 179 | . | 
| 184 | Pike is an interpreted programming language, for more information | 180 | Pike is an interpreted programming language, for more information | 
| 185 | see the description of the pike7.8-core package. | 181 | see the description of the pike8.0-core package. | 
| 186 | 182 | ||
| 187 | Package: pike7.8-gtk | 183 | Package: pike8.0-gtk | 
| 188 | Architecture: any | 184 | Architecture: any | 
| 189 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version}),
 | 185 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version}),
 | 
| 190 |  pike7.8-image (= ${binary:Version})
 | 186 |  pike8.0-image (= ${binary:Version})
 | 
| 191 | Replaces: pike7.8-core (<< 7.8.700-5) | - | |
| 192 | Breaks: pike7.8-core (<< 7.8.700-5) | - | |
| 193 | Description: GTK+ 2.0 module for Pike | 187 | Description: GTK+ 2.0 module for Pike | 
| 194 | This Pike module provides access to the GTK+ 2.0 library. | 188 | This Pike module provides access to the GTK+ 2.0 library. | 
| 195 | . | 189 | . | 
| 196 | Pike is an interpreted programming language, for more information | 190 | Pike is an interpreted programming language, for more information | 
| 197 | see the description of the pike7.8-core package. | 191 | see the description of the pike8.0-core package. | 
| 198 | 192 | ||
| 199 | Package: pike7.8-gl | 193 | Package: pike8.0-gl | 
| 200 | Architecture: any | 194 | Architecture: any | 
| 201 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 195 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 202 | Description: Mesa modules for Pike | 196 | Description: Mesa modules for Pike | 
| 203 | This package contains the Pike modules providing access to the Mesa | 197 | This package contains the Pike modules providing access to the Mesa | 
| 204 | 3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal | 198 | 3D graphics library: GL, GLU (GL Utilities), and GLUE (GL Universal | 
| 205 | Environment). | 199 | Environment). | 
| 206 | . | 200 | . | 
| 207 | Pike is an interpreted programming language, for more information | 201 | Pike is an interpreted programming language, for more information | 
| 208 | see the description of the pike7.8-core package. | 202 | see the description of the pike8.0-core package. | 
| 209 | 203 | ||
| 210 | Package: pike7.8-sane | 204 | Package: pike8.0-sane | 
| 211 | Architecture: any | 205 | Architecture: any | 
| 212 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 206 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 213 | Description: SANE module for Pike | 207 | Description: SANE module for Pike | 
| 214 | This Pike module provides access to SANE. | 208 | This Pike module provides access to SANE. | 
| 215 | . | 209 | . | 
| 216 | Pike is an interpreted programming language, for more information | 210 | Pike is an interpreted programming language, for more information | 
| 217 | see the description of the pike7.8-core package. | 211 | see the description of the pike8.0-core package. | 
| 218 | 212 | ||
| 219 | Package: pike7.8-pcre | 213 | Package: pike8.0-pcre | 
| 220 | Architecture: any | 214 | Architecture: any | 
| 221 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 215 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 222 | Description: PCRE module for Pike | 216 | Description: PCRE module for Pike | 
| 223 | This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl | 217 | This Pike module (Regexp.PCRE) enables one to use the PCRE (Perl | 
| 224 | compatible regular expressions) library from within the Pike | 218 | compatible regular expressions) library from within the Pike | 
| 225 | programs. | 219 | programs. | 
| 226 | . | 220 | . | 
| 227 | Pike is an interpreted programming language, for more information | 221 | Pike is an interpreted programming language, for more information | 
| 228 | see the description of the pike7.8-core package. | 222 | see the description of the pike8.0-core package. | 
| 229 | 223 | ||
| 230 | Package: pike7.8-bzip2 | 224 | Package: pike8.0-bzip2 | 
| 231 | Architecture: any | 225 | Architecture: any | 
| 232 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 226 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 233 | Description: Bzip2 module for Pike | 227 | Description: Bzip2 module for Pike | 
| 234 | This Pike module enables one to use the Bzip2 compression | 228 | This Pike module enables one to use the Bzip2 compression | 
| 235 | algorithm from within the Pike programs. | 229 | algorithm from within the Pike programs. | 
| 236 | . | 230 | . | 
| 237 | Pike is an interpreted programming language, for more information | 231 | Pike is an interpreted programming language, for more information | 
| 238 | see the description of the pike7.8-core package. | 232 | see the description of the pike8.0-core package. | 
| 239 | 233 | ||
| 240 | Package: pike7.8-fuse | 234 | Package: pike8.0-fuse | 
| 241 | Architecture: any | 235 | Architecture: any | 
| 242 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 236 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 243 | Description: Filesystem in USErspace support for Pike | 237 | Description: Filesystem in USErspace support for Pike | 
| 244 | This Pike module enables one to export filesystems to the Linux | 238 | This Pike module enables one to export filesystems to the Linux | 
| 245 | kernel using the FUSE library. | 239 | kernel using the FUSE library. | 
| 246 | . | 240 | . | 
| 247 | Pike is an interpreted programming language, for more information | 241 | Pike is an interpreted programming language, for more information | 
| 248 | see the description of the pike7.8-core package. | 242 | see the description of the pike8.0-core package. | 
| 249 | 243 | ||
| 250 | Package: pike7.8-sqlite | 244 | Package: pike8.0-sqlite | 
| 251 | Architecture: any | 245 | Architecture: any | 
| 252 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 246 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 253 | Description: SQLite module for Pike | 247 | Description: SQLite module for Pike | 
| 254 | This Pike module enables one to use the SQLite embedded database | 248 | This Pike module enables one to use the SQLite embedded database | 
| 255 | library. | 249 | library. | 
| 256 | . | 250 | . | 
| 257 | Pike is an interpreted programming language, for more information | 251 | Pike is an interpreted programming language, for more information | 
| 258 | see the description of the pike7.8-core package. | 252 | see the description of the pike8.0-core package. | 
| 259 | 253 | ||
| 260 | Package: pike7.8-dnssd | 254 | Package: pike8.0-dnssd | 
| 261 | Architecture: any | 255 | Architecture: any | 
| 262 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike7.8-core (= ${binary:Version})
 | 256 | Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
 | 
| 263 | Description: DNS Service Discovery (DNS-SD) for Pike | 257 | Description: DNS Service Discovery (DNS-SD) for Pike | 
| 264 | This Pike module enables one to take advantage of DNS service discovery. | 258 | This Pike module enables one to take advantage of DNS service discovery. | 
| 265 | . | 259 | . | 
| 266 | DNS Service Discovery is a way of using standard DNS programming interfaces, | 260 | DNS Service Discovery is a way of using standard DNS programming interfaces, | 
| 267 | servers, and packet formats to browse the network for services. | 261 | servers, and packet formats to browse the network for services. | 
| 268 | . | 262 | . | 
| 269 | Pike is an interpreted programming language, for more information | 263 | Pike is an interpreted programming language, for more information | 
| 270 | see the description of the pike7.8-core package. | 264 | see the description of the pike8.0-core package. | 
| 271 | 265 | ||