[SCM] inkscape/master: d/control: add trailing commas to lists

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sat Dec 30 22:20:29 UTC 2017


The following commit has been merged in the master branch:
commit 5ee255164e694fde5f61b428ccc1796b691809c0
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Dec 30 22:56:27 2017 +0100

    d/control: add trailing commas to lists
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

diff --git a/debian/control b/debian/control
index d8b4d1f..3f934d7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders:
  Matteo F. Vescovi <mfv at debian.org>,
- Mattia Rizzolo <mattia at debian.org>
+ Mattia Rizzolo <mattia at debian.org>,
 Build-Depends:
  bash-completion (>= 1:2.1-4.2),
  cmake,
@@ -40,7 +40,7 @@ Build-Depends:
  pkg-config,
  python-dev,
  python-lxml,
- zlib1g-dev
+ zlib1g-dev,
 Standards-Version: 4.1.3
 Homepage: https://inkscape.org
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/inkscape.git
@@ -51,7 +51,7 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${python:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
 Recommends:
  aspell,
  imagemagick,
@@ -60,14 +60,14 @@ Recommends:
  python-lxml,
  python-numpy,
  python-scour,
- transfig
+ transfig,
 Suggests:
  dia,
  libsvg-perl,
  libxml-xql-perl,
  pstoedit,
  python-uniconvertor,
- ruby
+ ruby,
 Description: vector-based drawing program
  Inkscape is an illustration editor which has everything needed to
  create professional-quality computer art. You can use it to make

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list