diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-05-26 13:16:40 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-05-26 13:16:40 +0000 |
| commit | c32f5f33fd5d016a593cb64b6f251aac96626254 (patch) | |
| tree | 8c1dbbc5a9c03d29f783410033ee3a6f2369a222 | |
| parent | Fixed resize handle in corner of main UI. (diff) | |
| download | inkscape-c32f5f33fd5d016a593cb64b6f251aac96626254.tar.gz inkscape-c32f5f33fd5d016a593cb64b6f251aac96626254.zip | |
adding missing comma reported by drew
(bzr r1020)
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ee3295960..3b434542d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ 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), libtool, libxml-parser-perl, libxml2-dev (>= 2.6.0), libxslt1-dev, pkg-config, zlib1g-dev liblcms1-dev +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), libtool, libxml-parser-perl, libxml2-dev (>= 2.6.0), libxslt1-dev, pkg-config, zlib1g-dev, liblcms1-dev Standards-Version: 3.6.1 Package: inkscape |
