1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773
|
Source: graphviz
Section: graphics
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Standards-Version: 4.7.0
Build-Depends: tk-dev,
tcl-dev,
debhelper-compat (= 13),
dh-python,
libfreetype-dev,
zlib1g-dev,
libjpeg-dev,
libpng-dev,
libxaw7-dev,
bison,
flex,
libexpat1-dev,
libfontconfig-dev,
swig,
libperl-dev,
libgd-dev,
guile-3.0-dev,
groff-base,
ghostscript,
lua5.4,
liblua5.4-dev,
ruby [!ia64],
ruby-dev [!ia64],
libargon2-dev,
libsodium-dev,
libxml2-dev,
libpython3-dev,
python3-dev:any,
libcairo2-dev,
libpango1.0-dev,
libpoppler-glib-dev,
chrpath,
libgs-dev,
libgts-dev,
libann-dev,
librsvg2-dev [!alpha !hppa !hurd-amd64 !hurd-i386 !ia64 !m68k !sh4],
libwebp-dev,
libdevil-dev,
libglut-dev,
doxygen,
qt6-base-dev
Build-Conflicts: tcl8.3, tcl8.4, tcl8.5
Rules-Requires-Root: no
Homepage: https://www.graphviz.org/
Package: graphviz
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, libgvc6 (>= 9.0.0), libgvplugin-gd (>= 9.0.0), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Recommends: fonts-liberation
Suggests: gsfonts, graphviz-doc
Description: rich set of graph drawing tools
Graph drawing addresses the problem of visualizing structural information
by constructing geometric representations of abstract graphs and networks.
Automatic generation of graph drawings has important applications in key
technologies such as database design, software engineering, VLSI and
network design and visual interfaces in other domains. Situations where
these tools might be particularly useful include:
.
* you would like to restructure a program and first need to understand
the relationships between its types, procedures, and source files
* you need to find the bottlenecks in an Internet backbone - not only
individual links, but their relationships
* you're debugging a protocol or microarchitecture represented as a
finite state machine and need to figure out how a certain
error state arises
* you would like to browse a database schema, knowledge base, or
distributed program represented graphically
* you would like to see an overview of a collection of linked documents
* you would like to discover patterns and communities of interest in a
database of telephone calls or e-mail messages
.
This package contains the command-line tools.
Package: graphviz-tools
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: graphviz (<< 8.1.0-1~)
Replaces: graphviz (<< 8.1.0-1~)
Description: rich set of graph drawing extra tools
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the extra command-line tools.
Package: libgraphviz-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvc-dev (= ${binary:Version}), libcgraph-dev (= ${binary:Version}), libcdt-dev (= ${binary:Version}), libpathplan-dev (= ${binary:Version}), ${misc:Depends}
Breaks: graphviz (<< 8.1.0-1~)
Replaces: libgraphviz3-dev, libgraphviz4-dev (<< 2.16-3)
Provides: graphviz-dev
Description: graphviz libs and headers against which to build applications
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: graphviz-doc
Depends: ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Section: doc
Suggests: graphviz
Description: additional documentation for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs HTML and PDF documentation for Graphviz, as well as
examples.
#Package: smyrna
#Architecture: any
#Multi-Arch: foreign
#Depends: ${shlibs:Depends}, ${misc:Depends}
#Recommends: fonts-liberation
#Suggests: graphviz, gsfonts, graphviz-doc
#Description: viewer for graphs in the DOT format
# It is especially designed to handle large graphs, and allows flat and
# topological fisheye views. It is assumed the input graph has position
# information associated with all nodes. Using the Graphviz convention,
# a node's position is given by its \fIpos\fP attribute consisting of 2 or 3
# floating point numbers separated by commas.
# Nodes are drawn as points and edges as line segments.
#
Package: libgv-guile
Architecture: any
Multi-Arch: same
Section: interpreters
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Guile bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the guile (3.0) bindings.
Package: libgv-lua
Architecture: any
Multi-Arch: same
Section: interpreters
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Lua bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the lua5.2 bindings.
Package: libgv-perl
Architecture: any
Multi-Arch: same
Section: perl
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Perl bindings.
Package: python3-gv
Architecture: any
Section: python
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Breaks: libgv-python (<< 2.40.1-0~)
Replaces: libgv-python (<< 2.40.1-0~)
Description: Python3 bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Python3 bindings.
Package: libgv-ruby
Architecture: any
Multi-Arch: same
Section: ruby
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Ruby bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Ruby bindings.
Package: libgv-tcl
Depends: tcl-gv, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: Tcl bindings for graphviz (transitional package)
This is a transitional package. It can safely be removed.
Package: tcl-gv
Architecture: any
Multi-Arch: same
Section: interpreters
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libgv-tcl (<< 8.1.0-1~)
Replaces: libgv-tcl (<< 8.1.0-1~)
Description: Tcl bindings for graphviz
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the Tcl (8.6) bindings.
Package: libcgraph-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcgraph6 (= ${binary:Version}), libcdt-dev (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - cgraph library (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libcgraph6
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: rich set of graph drawing tools - cgraph library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the cgraph library.
Package: libcdt-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libcdt5 (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - cdt library (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libcdt5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: rich set of graph drawing tools - cdt library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the cdt library.
Package: libpathplan-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libpathplan4 (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - pathplan library (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libpathplan4
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: rich set of graph drawing tools - pathplan library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the pathplan library.
Package: libgvc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvc6 (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - gvc library (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvc6
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: rich set of graph drawing tools - gvc library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the gvc library.
#Package: libgvc6-plugins-gtk
#Architecture: any
#Multi-Arch: same
#Section: libs
#Depends: ${misc:Depends}, libgvplugin-gdk (= ${binary:Version}), libgvplugin-gtk (= ${binary:Version}), libgvplugin-rsvg (= ${binary:Version})
#Description: rich set of graph drawing tools - GTK plugins
# Graphviz is a set of graph drawing tools. See the description of the graphviz
# package for a full description.
# .
# This is an empty dependency package that pulls in the GDK and GTK plugins.
#
Package: libgvpr-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvpr2 (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - gvpr library (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvpr2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libgvpr1
Description: rich set of graph drawing tools - gvpr library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the gvpr library.
Package: libxdot-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libxdot4 (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - xdot library (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libxdot4
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: rich set of graph drawing tools - xdot library
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the xdot library.
#Package: liblab-gamut-dev
#Architecture: any
#Multi-Arch: same
#Section: libdevel
#Depends: liblab-gamut1 (= ${binary:Version}), ${misc:Depends}
#Breaks: libgraphviz-dev (<< 8.1.0-1~)
#Replaces: libgraphviz-dev (<< 8.1.0-1~)
#Description: rich set of graph drawing tools - liblab_gamut library (devel)
# Graphviz is a set of graph drawing tools. See the description of the graphviz
# package for a full description.
# .
# This package installs the libraries and headers necessary to link graphviz
# library routines into an application. It also installs additional man pages.
# .
# Note: A graphviz user doesn't need to install this package.
#
#Package: liblab-gamut1
#Architecture: any
#Multi-Arch: same
#Section: libs
#Depends: ${shlibs:Depends}, ${misc:Depends}
#Description: rich set of graph drawing tools - liblab_gamut library
# Graphviz is a set of graph drawing tools. See the description of the graphviz
# package for a full description.
# .
# This package contains the liblab_gamut library.
#
Package: libgvplugin-devil-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-devil (= ${binary:Version}), ${misc:Depends}
Description: rich set of graph drawing tools - devil plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-devil
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: rich set of graph drawing tools - devil plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the devil plugin.
Package: libgvplugin-gd-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-gd (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - gd plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-gd
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6 (<< 8.1.0-1~)
Replaces: libgvc6 (<< 8.1.0-1~)
Description: rich set of graph drawing tools - gd plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the gd plugin.
#Package: libgvplugin-gdk-dev
#Architecture: any
#Multi-Arch: same
#Section: libdevel
#Depends: libgvplugin-gdk (= ${binary:Version}), ${misc:Depends}
#Breaks: libgraphviz-dev (<< 8.1.0-1~)
#Replaces: libgraphviz-dev (<< 8.1.0-1~)
#Description: rich set of graph drawing tools - GDK plugin (devel)
# Graphviz is a set of graph drawing tools. See the description of the graphviz
# package for a full description.
# .
# This package installs the libraries and headers necessary to link graphviz
# library routines into an application. It also installs additional man pages.
# .
# Note: A graphviz user doesn't need to install this package.
#
#Package: libgvplugin-gdk
#Architecture: any
#Multi-Arch: same
#Section: libs
#Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
#Breaks: libgvc6-plugins-gtk (<< 8.1.0-1~)
#Replaces: libgvc6-plugins-gtk (<< 8.1.0-1~)
#Description: rich set of graph drawing tools - GDK plugin
# Graphviz is a set of graph drawing tools. See the description of the graphviz
# package for a full description.
# .
# This package contains the GDK plugin.
#
#Package: libgvplugin-gtk-dev
#Architecture: any
#Multi-Arch: same
#Section: libdevel
#Depends: libgvplugin-gtk (= ${binary:Version}), ${misc:Depends}
#Breaks: libgraphviz-dev (<< 8.1.0-1~)
#Replaces: libgraphviz-dev (<< 8.1.0-1~)
#Description: rich set of graph drawing tools - GTK plugin (devel)
# Graphviz is a set of graph drawing tools. See the description of the graphviz
# package for a full description.
# .
# This package installs the libraries and headers necessary to link graphviz
# library routines into an application. It also installs additional man pages.
# .
# Note: A graphviz user doesn't need to install this package.
#
#Package: libgvplugin-gtk
#Architecture: any
#Multi-Arch: same
#Section: libs
#Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
#Breaks: libgvc6-plugins-gtk (<< 8.1.0-1~)
#Replaces: libgvc6-plugins-gtk (<< 8.1.0-1~)
#Description: rich set of graph drawing tools - GTK plugin
# Graphviz is a set of graph drawing tools. See the description of the graphviz
# package for a full description.
# .
# This package contains the GTK plugin.
#
Package: libgvplugin-gs-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-gs (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - ghostscript plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-gs
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6 (<< 8.1.0-1~)
Replaces: libgvc6 (<< 8.1.0-1~)
Description: rich set of graph drawing tools - ghostsript plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the ghostscript plugin.
Package: libgvplugin-neato-layout-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-neato-layout (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - neato_layout plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-neato-layout
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6 (<< 8.1.0-1~)
Replaces: libgvc6 (<< 8.1.0-1~)
Description: rich set of graph drawing tools - neato_layout plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the neato_layout plugin.
Package: libgvplugin-pango-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-pango (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - pango plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-pango
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6 (<< 8.1.0-1~)
Replaces: libgvc6 (<< 8.1.0-1~)
Description: rich set of graph drawing tools - pango plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the pango plugin.
Package: libgvplugin-poppler-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-poppler (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - poppler plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-poppler
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6 (<< 8.1.0-1~)
Replaces: libgvc6 (<< 8.1.0-1~)
Description: rich set of graph drawing tools - poppler plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the poppler plugin.
Package: libgvplugin-rsvg-dev
Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-rsvg (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - rsvg plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-rsvg
Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6-plugins-gtk (<< 8.1.0-1~)
Replaces: libgvc6-plugins-gtk (<< 8.1.0-1~)
Description: rich set of graph drawing tools - rsvg plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the rsvg plugin.
Package: libgvplugin-vt-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-vt (= ${binary:Version}), ${misc:Depends}
Breaks: libgvplugin-vt100-dev (<< 9.0.0-1~)
Replaces: libgvplugin-vt100-dev (<< 9.0.0-1~)
Description: rich set of graph drawing tools - vt plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-vt
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvplugin-vt100 (<< 9.0.0-1~)
Replaces: libgvplugin-vt100 (<< 9.0.0-1~)
Description: rich set of graph drawing tools - vt plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the vt plugin.
Package: libgvplugin-vt100-dev
Depends: libgvplugin-vt-dev, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: rich set of graph drawing tools - vt100 plugin (devel) (transitional package)
This is a transitional package. It can safely be removed.
Package: libgvplugin-vt100
Depends: libgvplugin-vt, ${misc:Depends}
Architecture: all
Priority: optional
Section: oldlibs
Description: rich set of graph drawing tools - vt100 plugin (transitional package)
This is a transitional package. It can safely be removed.
Package: libgvplugin-webp-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-webp (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - webp plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-webp
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6 (<< 8.1.0-1~)
Replaces: libgvc6 (<< 8.1.0-1~)
Description: rich set of graph drawing tools - webp plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the webp plugin.
Package: libgvplugin-xlib-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libgvplugin-xlib (= ${binary:Version}), ${misc:Depends}
Breaks: libgraphviz-dev (<< 8.1.0-1~)
Replaces: libgraphviz-dev (<< 8.1.0-1~)
Description: rich set of graph drawing tools - xlib plugin (devel)
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package installs the libraries and headers necessary to link graphviz
library routines into an application. It also installs additional man pages.
.
Note: A graphviz user doesn't need to install this package.
Package: libgvplugin-xlib
Architecture: any
Multi-Arch: same
Section: libs
Depends: graphviz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: libgvc6 (<< 8.1.0-1~)
Replaces: libgvc6 (<< 8.1.0-1~)
Description: rich set of graph drawing tools - xlib plugin
Graphviz is a set of graph drawing tools. See the description of the graphviz
package for a full description.
.
This package contains the xlib plugin.
|