[Python-apps-commits] r13563 - in packages/mugshot/trunk/debian (changelog control)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Fri Aug 26 21:00:01 UTC 2016


    Date: Friday, August 26, 2016 @ 20:59:59
  Author: noskcaj-guest
Revision: 13563

* New upstream release
  - Use cheese/clutter to display video feed and capture photos
* debian/control:
  - Update depends/build-depends for new release
  - Add missing build-depends so fix tests. Closes: #811323
* debian/copyright: Update copyright length

Modified:
  packages/mugshot/trunk/debian/changelog
  packages/mugshot/trunk/debian/control

Modified: packages/mugshot/trunk/debian/changelog
===================================================================
--- packages/mugshot/trunk/debian/changelog	2016-08-25 16:34:09 UTC (rev 13562)
+++ packages/mugshot/trunk/debian/changelog	2016-08-26 20:59:59 UTC (rev 13563)
@@ -1,3 +1,14 @@
+mugshot (0.3.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - Use cheese/clutter to display video feed and capture photos
+  * debian/control:
+    - Update depends/build-depends for new release
+    - Add missing build-depends so fix tests. Closes: #811323
+  * debian/copyright: Update copyright length
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Sat, 27 Aug 2016 06:48:02 +1000
+
 mugshot (0.2.5-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/mugshot/trunk/debian/control
===================================================================
--- packages/mugshot/trunk/debian/control	2016-08-25 16:34:09 UTC (rev 13562)
+++ packages/mugshot/trunk/debian/control	2016-08-26 20:59:59 UTC (rev 13563)
@@ -5,7 +5,8 @@
 Uploaders:
  Jackson Doak <noskcaj at ubuntu.com>,
  Sean Davis <smd.seandavis at gmail.com>
-Build-Depends: debhelper (>= 9), python3, python3-distutils-extra
+Build-Depends: debhelper (>= 9), python3, python3-distutils-extra,
+ python3-pexpect, python3-dbus, python3-gi, gir1.2-gtk-3.0
 Standards-Version: 3.9.5
 Homepage: https://launchpad.net/mugshot
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/mugshot/trunk/
@@ -19,13 +20,15 @@
  gir1.2-gst-plugins-base-1.0,
  gir1.2-gstreamer-1.0,
  gir1.2-gtk-3.0,
- gstreamer1.0-tools,
  python3-cairo,
  python3-dbus,
  python3-pexpect,
  ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends}
+Recommends:
+ gir1.2-cheese-3.0,
+ gir1.2-gtkclutter-1.0
 Suggests: gstreamer1.0-plugins-good
 Description: lightweight user-configuration application
  Mugshot is a lightweight user configuration utility that allows you to




More information about the Python-apps-commits mailing list