Mugshot daily packaging

This commit is contained in:
Sean Davis 2014-03-08 22:32:45 -05:00
commit a2160a6e6c
8 changed files with 98 additions and 0 deletions

11
debian/changelog vendored Normal file
View File

@ -0,0 +1,11 @@
mugshot (0.2.1-1) unstable; urgency=medium
* New upstream release
-- Jackson Doak <noskcaj@ubuntu.com> Tue, 04 Mar 2014 16:58:55 +1100
mugshot (0.2-1) unstable; urgency=low
* Initial release (closes: #721006)
-- Jackson Doak <noskcaj@ubuntu.com> Mon, 27 Jan 2014 07:57:13 +1100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

35
debian/control vendored Normal file
View File

@ -0,0 +1,35 @@
Source: mugshot
Section: python
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Jackson Doak <noskcaj@ubuntu.com>, Sean Davis <smd.seandavis@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

33
debian/copyright vendored Normal file
View File

@ -0,0 +1,33 @@
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@gmail.com>
License: GPL-3.0
Files: mugshot/CameraMugshotDialod.py
Copyright: 2010 Rick Spencer <rick.spencer@canonical.com>
2013-2014 Sean Davis <smd.seandavis@gmail.com>
License: GPL-3.0
Files: debian/*
Copyright: 2013-2014 Sean Davis <smd.seandavis@gmail.com>,
2014 Jackson Doak <noskcaj@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 version 3, as published
by the Free Software Foundation.
.
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".

2
debian/menu vendored Normal file
View File

@ -0,0 +1,2 @@
?package(mugshot):needs="X11" section="Applications/System/Administration"\
title="mugshot" command="/usr/bin/mugshot"

13
debian/rules vendored Executable file
View File

@ -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

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
https://launchpad.net/mugshot/+download https://launchpad.net/mugshot/.*/mugshot-(.*)\.tar\.bz2