summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2007-02-27 02:34:09 +0000
committerkeescook <keescook@users.sourceforge.net>2007-02-27 02:34:09 +0000
commitf8d274a99d40d980d8e59f94f94453ae31275fd4 (patch)
tree4ffffae688a798cde2a5f58656fd9c30c4ca3ddf /debian/control
parentadd paint bucket (diff)
downloadinkscape-f8d274a99d40d980d8e59f94f94453ae31275fd4.tar.gz
inkscape-f8d274a99d40d980d8e59f94f94453ae31275fd4.zip
dropping debian directory totally
(bzr r2452)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 0 insertions, 32 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 852e02d7d..000000000
--- a/debian/control
+++ /dev/null
@@ -1,32 +0,0 @@
-Source: inkscape
-Section: graphics
-Priority: optional
-Maintainer: Nathan Hurst (njh) <njh@mail.csse.monash.edu.au>
-Build-Depends: debhelper (>= 4.0.0), intltool, libart-2.0-dev (>= 2.3.10), libgc-dev (>= 1:6.5-1), libglib2.0-dev, libgnomevfs2-dev, libgtk2.0-dev (>= 2.0.6-1), libglibmm-2.4-dev (>> 2.6.1-1), libgtkmm-2.4-dev (>> 2.4.11-2), libgtkspell-dev (>= 2.0.10-3), libpango1.0-dev, libpng12-dev, libpopt-dev, libsigc++-2.0-dev (>= 2.0.10-3), libxml-parser-perl, libxml2-dev (>= 2.6.0), libxslt1-dev, pkg-config, zlib1g-dev, liblcms1-dev
-Standards-Version: 3.6.1
-
-Package: inkscape
-Architecture: any
-Depends: ${shlibs:Depends}
-Suggests: dia, libwmf-bin, pstoedit, sketch, libxml-xql-perl
-Description: Vector based drawing program
- Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
- format, a standard maintained by the WWW consortium.
- .
- Inkscape user interface should be familiar from CorelDraw and similar
- drawing programs. There are rectangles, ellipses, text items, bitmap
- images and freehand curves.
- As an added bonus both vector and bitmap objects can have alpha
- transparency and can be arbitrarily transformed.
- .
- Inkscape supports multiple opened files and multiple views per file.
- Graphics can be printed and exported to png bitmaps.
- .
- Homepage: http://www.inkscape.org/
- .
- If you wish to import postscript or pdf files, then you need pstoedit
- and sketch.
- dia is needed only if you wish to import Dia files.
- libwmf-bin is needed only if you wish to import Windows metafile
- (.wmf) files.
- libxml-xql-perl is needed only by the drop-shadow effect.