[Python-apps-commits] r11100 - in packages/mugshot/trunk/debian (changelog control copyright)
bluesabre-guest at users.alioth.debian.org
bluesabre-guest at users.alioth.debian.org
Sun Aug 3 10:48:59 UTC 2014
Date: Sunday, August 3, 2014 @ 10:48:58
Author: bluesabre-guest
Revision: 11100
[svn-inject] Applying Debian modifications (0.2.4-1) to trunk
Modified:
packages/mugshot/trunk/debian/changelog
packages/mugshot/trunk/debian/control
packages/mugshot/trunk/debian/copyright
Modified: packages/mugshot/trunk/debian/changelog
===================================================================
--- packages/mugshot/trunk/debian/changelog 2014-08-02 19:01:17 UTC (rev 11099)
+++ packages/mugshot/trunk/debian/changelog 2014-08-03 10:48:58 UTC (rev 11100)
@@ -1,3 +1,14 @@
+mugshot (0.2.4-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fix: Mugshot does not correctly expand user details (LP: #1310634)
+ - Fix: Remove hard dependency on AccountsService (LP: #1311938)
+ - Remove hard dependency on AccountsService (LP: #1311938)
+ * debian/control: Remove accountsservice dependency
+ * debian/copyright: Update license to GPL3+
+
+ -- Sean Davis <smd.seandavis at gmail.com> Sat, 02 Aug 2014 07:18:19 -0400
+
mugshot (0.2.3-2) unstable; urgency=medium
* Add missing depend on accountsservice. (Closes: #745548)
Modified: packages/mugshot/trunk/debian/control
===================================================================
--- packages/mugshot/trunk/debian/control 2014-08-02 19:01:17 UTC (rev 11099)
+++ packages/mugshot/trunk/debian/control 2014-08-03 10:48:58 UTC (rev 11100)
@@ -14,7 +14,6 @@
Package: mugshot
Architecture: all
Depends:
- accountsservice,
gir1.2-gdkpixbuf-2.0,
gir1.2-glib-2.0,
gir1.2-gst-plugins-base-1.0,
Modified: packages/mugshot/trunk/debian/copyright
===================================================================
--- packages/mugshot/trunk/debian/copyright 2014-08-02 19:01:17 UTC (rev 11099)
+++ packages/mugshot/trunk/debian/copyright 2014-08-03 10:48:58 UTC (rev 11100)
@@ -4,22 +4,23 @@
Files: *
Copyright: 2013-2014 Sean Davis <smd.seandavis at gmail.com>
-License: GPL-3.0
+License: GPL-3.0+
-Files: mugshot/CameraMugshotDialod.py
+Files: mugshot/CameraMugshotDialog.py
Copyright: 2010 Rick Spencer <rick.spencer at canonical.com>
2013-2014 Sean Davis <smd.seandavis at gmail.com>
-License: GPL-3.0
+License: GPL-3.0+
Files: debian/*
Copyright: 2013-2014 Sean Davis <smd.seandavis at gmail.com>,
2014 Jackson Doak <noskcaj at ubuntu.com>
-License: GPL-3.0
+License: GPL-3.0+
-License: GPL-3.0
+License: GPL-3.0+
This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU General Public License version 3, as published
- by the Free Software Foundation.
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -30,4 +31,4 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL".
More information about the Python-apps-commits
mailing list