[SCM] advene/master: Update control files after upgrade to python3

oaubert-guest at users.alioth.debian.org oaubert-guest at users.alioth.debian.org
Thu Oct 12 20:45:53 UTC 2017


The following commit has been merged in the master branch:
commit b1cffe7cfcbc5b2f57d568ca443e1e52ffc120b2
Author: Olivier Aubert <contact at olivieraubert.net>
Date:   Wed Aug 2 19:17:54 2017 +0200

    Update control files after upgrade to python3

diff --git a/debian/changelog b/debian/changelog
index c541a2e..de9a580 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,18 @@
+advene (3.3-2) unstable; urgency=medium
+
+  * Update description 
+
+ -- Olivier Aubert <contact at olivieraubert.net>  Wed, 02 Aug 2017 19:15:45 +0200
+
+advene (3.3-1) unstable; urgency=medium
+
+  * New upstream release, with port to Python3.
+
+ -- Olivier Aubert <contact at olivieraubert.net>  Wed, 02 Aug 2017 17:09:35 +0200
+
 advene (3.1-1) unstable; urgency=medium
 
-  * New upstream release.
+  * New upstream release. Various bugfixes.
 
  -- Olivier Aubert <contact at olivieraubert.net>  Sun, 18 Jun 2017 23:27:56 +0200
 
diff --git a/debian/control b/debian/control
index d45cd45..cd74b42 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,9 @@ Build-Depends:
  cdbs (>= 0.4.49),
  debhelper (>= 9),
  dh-python,
- python-all (>= 2.7.0)
-X-Python-Version: >= 2.7
+ python3-all (>= 3.4.0),
+ python3-setuptools
+X-Python3-Version: >= 3.4
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/advene.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/advene.git
@@ -19,19 +20,18 @@ Homepage: http://www.advene.org/
 Package: advene
 Architecture: all
 Depends:
- python-gi,
+ python3-gi,
  gir1.2-gstreamer-1.0,
- python-gi-cairo,
- python-requests,
- python-cherrypy3 (>=3.0.0),
+ python3-gi-cairo,
+ python3-requests,
+ python3-cherrypy3 (>=3.0.0),
  gir1.2-gtk-3.0 (>=3.4),
  gir1.2-webkit-3.0,
  gir1.2-goocanvas-2.0,
  gir1.2-gtksource-3.0,
  gir1.2-rsvg-2.0,
- python-simpletal (>=3.0),
  ${misc:Depends},
- ${python:Depends}
+ ${python3:Depends}
 Recommends:
  firefox | chromium | www-browser,
  gstreamer1.0-plugins-bad,
@@ -40,18 +40,10 @@ Recommends:
  libjs-jquery (>= 1.4.2),
  libjs-jquery-ui (>= 1.8),
  gstreamer1.0-libav,
- python-imaging,
- python-simplejson,
- python-vlc,
+ python3-imaging,
+ python3-simplejson,
  shotdetect,
-Description: Annotate DVDs, Exchange on the Net
- The Advene (Annotate DVd, Exchange on the NEt) project is aimed
- towards communities exchanging discourses (analysis, studies) about
- audiovisual documents (e.g. movies) in DVD format. This requires that
- audiovisual content and hypertext facilities be integrated, thanks to
- annotations providing explicit structures on  audiovisual streams, upon
- which hypervideo documents can be engineered.
- .
+Description: Annotate Digital Videos, Exchange on the NEt
  The cross-platform Advene application allows users to easily
  create comments and analyses of video documents, through the
  definition of time-aligned annotations and their mobilisation
@@ -62,11 +54,10 @@ Description: Annotate DVDs, Exchange on the Net
  comments/analyses in the form of Advene packages, independently from
  the video itself.
  .
- The Advene framework provides models and tools allowing to design and reuse
- annotations schemas; annotate video streams according to these schemas;
- generate and create Stream-Time Based (mainly video-centred) or User-Time
- Based (mainly text-centred) visualisations of the annotations. Schemas
- (annotation- and relation-types), annotations and relations, queries and
- views can be clustered and shared in units called packages. Hypervideo
- documents are generated when needed, both from packages (for annotation and
- view description) and DVDs (audiovisual streams).
+ The Advene (Annotate Digital Videos, Exchange on the NEt) project is aimed
+ towards communities exchanging discourses (analysis, studies) about
+ audiovisual documents (e.g. movies) in DVD format. This requires that
+ audiovisual content and hypertext facilities be integrated, thanks to
+ annotations providing explicit structures on  audiovisual streams, upon
+ which hypervideo documents can be engineered.
+ .
diff --git a/debian/rules b/debian/rules
index a9fb0b9..7fbd56b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON2_MODULE_PACKAGES = advene
+DEB_PYTHON3_MODULE_PACKAGES = advene
 
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/python-distutils.mk

-- 
advene packaging



More information about the pkg-multimedia-commits mailing list