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

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Thu Mar 13 20:41:20 UTC 2014


    Date: Thursday, March 13, 2014 @ 20:41:20
  Author: vcheng
Revision: 10679

s/trusty/unstable/, wrap-and-sort -s

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

Modified: packages/mugshot/trunk/debian/changelog
===================================================================
--- packages/mugshot/trunk/debian/changelog	2014-03-13 20:39:05 UTC (rev 10678)
+++ packages/mugshot/trunk/debian/changelog	2014-03-13 20:41:20 UTC (rev 10679)
@@ -1,4 +1,4 @@
-mugshot (0.2.2-1) trusty; urgency=medium
+mugshot (0.2.2-1) unstable; urgency=medium
 
   * New upstream release
     - Fix crash with IndexError in init_user_details (LP: #1287468)

Modified: packages/mugshot/trunk/debian/control
===================================================================
--- packages/mugshot/trunk/debian/control	2014-03-13 20:39:05 UTC (rev 10678)
+++ packages/mugshot/trunk/debian/control	2014-03-13 20:41:20 UTC (rev 10679)
@@ -2,10 +2,10 @@
 Section: python
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Jackson Doak <noskcaj at ubuntu.com>, Sean Davis <smd.seandavis at gmail.com>
-Build-Depends: debhelper (>= 9),
- python3,
- python3-distutils-extra
+Uploaders:
+ Jackson Doak <noskcaj at ubuntu.com>,
+ Sean Davis <smd.seandavis at gmail.com>
+Build-Depends: debhelper (>= 9), python3, python3-distutils-extra
 Standards-Version: 3.9.5
 Homepage: https://launchpad.net/mugshot
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/mugshot/trunk/
@@ -13,20 +13,20 @@
 
 Package: mugshot
 Architecture: all
-Depends: ${shlibs:Depends}, 
- ${misc:Depends},
- ${python3:Depends},
+Depends:
  gir1.2-gdkpixbuf-2.0,
  gir1.2-glib-2.0,
+ gir1.2-gst-plugins-base-1.0,
  gir1.2-gstreamer-1.0,
- gir1.2-gst-plugins-base-1.0,
  gir1.2-gtk-3.0,
+ gstreamer1.0-tools,
  python3-cairo,
  python3-dbus,
  python3-pexpect,
- gstreamer1.0-tools
-Suggests:
- gstreamer1.0-plugins-good, gstreamer1.0-tools
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
+Suggests: gstreamer1.0-plugins-good, gstreamer1.0-tools
 Description: lightweight user-configuration application
  Mugshot is a lightweight user configuration utility that allows you to
  easily update personal user details. This includes:




More information about the Python-apps-commits mailing list