[Python-apps-commits] r10409 - in packages/mugshot/trunk (10 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Sun Jan 26 21:05:50 UTC 2014


    Date: Sunday, January 26, 2014 @ 21:05:49
  Author: noskcaj-guest
Revision: 10409

[svn-inject] Applying Debian modifications (0.2-1) to trunk

Added:
  packages/mugshot/trunk/debian/
  packages/mugshot/trunk/debian/changelog
  packages/mugshot/trunk/debian/compat
  packages/mugshot/trunk/debian/control
  packages/mugshot/trunk/debian/copyright
  packages/mugshot/trunk/debian/menu
  packages/mugshot/trunk/debian/rules
  packages/mugshot/trunk/debian/source/
  packages/mugshot/trunk/debian/source/format
  packages/mugshot/trunk/debian/watch


Property changes on: packages/mugshot/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/mugshot/trunk/debian/changelog
===================================================================
--- packages/mugshot/trunk/debian/changelog	                        (rev 0)
+++ packages/mugshot/trunk/debian/changelog	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1,5 @@
+mugshot (0.2-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #721006)
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Mon, 27 Jan 2014 07:57:13 +1100
\ No newline at end of file

Added: packages/mugshot/trunk/debian/compat
===================================================================
--- packages/mugshot/trunk/debian/compat	                        (rev 0)
+++ packages/mugshot/trunk/debian/compat	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1 @@
+9

Added: packages/mugshot/trunk/debian/control
===================================================================
--- packages/mugshot/trunk/debian/control	                        (rev 0)
+++ packages/mugshot/trunk/debian/control	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1,35 @@
+Source: mugshot
+Section: python
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Jackson Doak <noskcaj at ubuntu.con>, 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/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/mugshot/trunk/
+
+Package: mugshot
+Architecture: all
+Depends: ${shlibs:Depends}, 
+ ${misc:Depends},
+ ${python3:Depends},
+ gir1.2-gdkpixbuf-2.0,
+ gir1.2-glib-2.0,
+ gir1.2-gstreamer-1.0,
+ gir1.2-gst-plugins-base-1.0,
+ gir1.2-gtk-3.0,
+ python3-cairo,
+ python3-dbus,
+ python3-pexpect
+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:
+  - Linux profile image: ~/.face
+  - User details stored in /etc/passwd (used by finger)
+  - Pidgin buddy icon
+  - LibreOffice user details
\ No newline at end of file

Added: packages/mugshot/trunk/debian/copyright
===================================================================
--- packages/mugshot/trunk/debian/copyright	                        (rev 0)
+++ packages/mugshot/trunk/debian/copyright	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mugshot
+Source: https://launchpad.net/mugshot/+download
+
+Files: *
+Copyright: 2013-2014 Sean Davis <smd.seandavis at gmail.com>
+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+
+ This program is free software: you can redistribute it and/or modify
+ it 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
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ 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".

Added: packages/mugshot/trunk/debian/menu
===================================================================
--- packages/mugshot/trunk/debian/menu	                        (rev 0)
+++ packages/mugshot/trunk/debian/menu	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1,2 @@
+?package(mugshot):needs="X11" section="Applications/System/Administration"\
+  title="mugshot" command="/usr/bin/mugshot"

Added: packages/mugshot/trunk/debian/rules
===================================================================
--- packages/mugshot/trunk/debian/rules	                        (rev 0)
+++ packages/mugshot/trunk/debian/rules	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_installchanglogs:
+	dh_installchangeslogs NEWS
+
+#override_dh_auto_install:
+#	LC_ALL=C.UTF-8 dh_auto_install
\ No newline at end of file


Property changes on: packages/mugshot/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/mugshot/trunk/debian/source/format
===================================================================
--- packages/mugshot/trunk/debian/source/format	                        (rev 0)
+++ packages/mugshot/trunk/debian/source/format	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/mugshot/trunk/debian/watch
===================================================================
--- packages/mugshot/trunk/debian/watch	                        (rev 0)
+++ packages/mugshot/trunk/debian/watch	2014-01-26 21:05:49 UTC (rev 10409)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/mugshot/+download https://launchpad.net/mugshot/.*/mugshot-(.*)\.tar\.bz2




More information about the Python-apps-commits mailing list