[med-svn] [python-rdflib-jsonld] 03/06: Versioned (Build-)Depends python-rdflib >=4.2.1

Andreas Tille tille at debian.org
Thu Dec 8 11:57:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-rdflib-jsonld.

commit f67d21714797068945fc847323015ab278e58dc3
Author: Andreas Tille <tille at debian.org>
Date:   Thu Dec 8 12:21:36 2016 +0100

    Versioned (Build-)Depends python-rdflib >=4.2.1
---
 debian/changelog |  8 ++++++++
 debian/control   | 10 ++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c9a8bd4..11af966 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-rdflib-jsonld (0.4.0-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Versioned (Build-)Depends python-rdflib >=4.2.1
+    Closes: #843397
+
+ -- Andreas Tille <tille at debian.org>  Thu, 08 Dec 2016 12:18:27 +0100
+
 python-rdflib-jsonld (0.4.0-1) unstable; urgency=medium
 
   * new upstream release
diff --git a/debian/control b/debian/control
index c862d32..d69288e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
                python,
                python-all,
                python-setuptools,
-               python-rdflib,
+               python-rdflib (>= 4.2.1),
                python-html5lib,
                python-sparqlwrapper,
                python-nose,
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9),
                python3-setuptools,
                python3,
                python3-all,
-               python3-rdflib,
+               python3-rdflib (>= 4.2.1),
                python3-html5lib,
                python3-sparqlwrapper,
                python3-nose,
@@ -31,7 +31,8 @@ X-Python3-Version: >= 3.2
 Package: python-rdflib-jsonld
 Architecture: all
 Depends: ${python:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python-rdflib (>= 4.2.1)
 Description: rdflib extension adding JSON-LD parser and serializer in Python 2
  This parser/serialiser will
  .
@@ -43,7 +44,8 @@ Description: rdflib extension adding JSON-LD parser and serializer in Python 2
 Package: python3-rdflib-jsonld
 Architecture: all
 Depends: ${python:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python3-rdflib (>= 4.2.1)
 Description: rdflib extension adding JSON-LD parser and serializer in Python 3
  This parser/serialiser will
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-rdflib-jsonld.git



More information about the debian-med-commit mailing list