diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4e34a4d --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include AUTHORS COPYING mugshot.1 mugshot.desktop.in README +include bin/* +recursive-include data *.svg *.ui *.xml +recursive-include mugshot *.py +recursive-include mugshot_lib *.py +recursive-include po *.po *.in diff --git a/README b/README index 2211231..8fbdc04 100644 --- a/README +++ b/README @@ -12,3 +12,14 @@ Please report comments, suggestions and bugs to: Check for new versions at: https://launchpad.net/mugshot + + +NOTE: If you get the following error: + +(mugshot:22748): GLib-GIO-ERROR **: Settings schema 'apps.mugshot' is not installed + +be sure to copy data/glib-2.0/schemas/apps.mugshot.gschema.xml to either: +/usr/share/glib-2.0/schemas, or +/usr/local/share/glib-2.0/schemas + +and run glib-compile-schemas on that directory before running. \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index aab391a..22d4d1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mugshot (0.2-0ubuntu1) UNRELEASED; urgency=low + + * New upstream release. + + -- Sean Davis Sat, 25 Jan 2014 23:10:50 -0500 + mugshot (0.1-6) unstable; urgency=low * Initial release (closes: #721006) diff --git a/debian/control b/debian/control index 0826e24..4a5a504 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Source: mugshot Section: python -Priority: extra +Priority: optional Maintainer: Sean Davis Build-Depends: debhelper (>= 9.0.0), - python (>= 2.6.6-3~), - python-distutils-extra (>= 2.10) -Standards-Version: 3.9.4 + python3, + python3-distutils-extra +Standards-Version: 3.9.5 Homepage: https://launchpad.net/mugshot #Vcs-Git: git://git.debian.org/collab-maint/mugshot.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/mugshot.git;a=summary @@ -14,7 +14,7 @@ Package: mugshot Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - ${python:Depends}, + ${python3:Depends}, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-gstreamer-1.0, @@ -25,7 +25,7 @@ Depends: ${shlibs:Depends}, python-pexpect, yelp Suggests: - gstreamer1.0-plugins-good + gstreamer1.0-plugins-good, gstreamer1.0-tools Description: lightweight user-configuration application Mugshot allows you to easily update personal user details. This includes: . diff --git a/debian/mugshot.1 b/debian/mugshot.1 deleted file mode 100644 index 44b61b4..0000000 --- a/debian/mugshot.1 +++ /dev/null @@ -1,15 +0,0 @@ -.TH "mugshot" "1" -.SH "NAME" -mugshot \- A lightweight user-configuration application -.SH "SYNOPSIS" -\fB -.SH "DESCRIPTION" -.B mugshot -allows you to easily update personal user details, including finger -information, Pidgin buddy icon, and LibreOffice user details. -.SH "AUTHOR" -.PP -This manual page was written by Sean Davis -for the \fBDebian GNU/Linux\fP system. - - diff --git a/debian/mugshot.manpages b/debian/mugshot.manpages deleted file mode 100644 index 713487f..0000000 --- a/debian/mugshot.manpages +++ /dev/null @@ -1 +0,0 @@ -debian/mugshot.1 \ No newline at end of file diff --git a/po/mugshot.pot b/po/mugshot.pot index 40ff28b..d4b8529 100644 --- a/po/mugshot.pot +++ b/po/mugshot.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-25 19:49-0500\n" +"POT-Creation-Date: 2014-01-25 20:37-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"