[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#944390: buster-pu: package python-flask-rdf/0.2.1-1+deb10u1



Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian.org@packages.debian.org
Usertags: pu

Let's add the missing Depends on python{3,}-rdflib.


Andreas
diff -Nru python-flask-rdf-0.2.1/debian/changelog python-flask-rdf-0.2.1/debian/changelog
--- python-flask-rdf-0.2.1/debian/changelog	2018-07-08 18:12:13.000000000 +0200
+++ python-flask-rdf-0.2.1/debian/changelog	2019-11-09 01:56:51.000000000 +0100
@@ -1,3 +1,10 @@
+python-flask-rdf (0.2.1-1+deb10u1) buster; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Depends on python{3,}-rdflib.  (Closes: #896358, #896385)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 09 Nov 2019 01:56:51 +0100
+
 python-flask-rdf (0.2.1-1) unstable; urgency=medium
 
   * New upstream version 0.2.1
diff -Nru python-flask-rdf-0.2.1/debian/control python-flask-rdf-0.2.1/debian/control
--- python-flask-rdf-0.2.1/debian/control	2018-07-08 18:00:19.000000000 +0200
+++ python-flask-rdf-0.2.1/debian/control	2019-11-09 01:56:43.000000000 +0100
@@ -21,6 +21,7 @@
 Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends},
+         python-rdflib,
          python-mimeparse (>= 0.1.4)
 Description: Flask decorator to output RDF using content negotiation (Python 2)
  Apply the @flask_rdf decorator to a view function and return an rdflib
@@ -39,6 +40,7 @@
 Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends},
+         python3-rdflib,
          python3-mimeparse
 Description: Flask decorator to output RDF using content negotiation (Python 3)
  Apply the @flask_rdf decorator to a view function and return an rdflib

Reply to: