diff --git a/data/glib-2.0/schemas/gschemas.compiled b/data/glib-2.0/schemas/gschemas.compiled new file mode 100644 index 0000000..55ccb0b Binary files /dev/null and b/data/glib-2.0/schemas/gschemas.compiled differ diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..069b5da --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mugshot (0.1) raring; urgency=low + + * Initial release. + + -- Sean Davis Sun, 14 Jul 2013 12:01:53 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0896174 --- /dev/null +++ b/debian/control @@ -0,0 +1,22 @@ +Source: mugshot +Section: python +Priority: extra +Build-Depends: debhelper (>= 8), + python (>= 2.6.6-3~), + python-distutils-extra (>= 2.10) +Maintainer: UNKNOWN +Standards-Version: 3.9.3 +X-Python-Version: >= 2.6 + +Package: mugshot +Architecture: all +Depends: ${misc:Depends}, + ${python:Depends}, + gir1.2-glib-2.0, + gir1.2-gtk-3.0, + python-dbus, + python-pexpect, + gir1.2-gdkpixbuf-2.0, + yelp +Description: UNKNOWN + UNKNOWN diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..a80ca45 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,10 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mugshot +Upstream-Contact: UNKNOWN +Source: UNKNOWN + +Files: * +Copyright: (C) 2013 Sean Davis +License: GPL-3 + The full text of the GPL is distributed in + /usr/share/common-licenses/GPL-3 on Debian systems. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2c0fe5e --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +%: +ifneq ($(shell dh -l | grep -xF translations),) + dh $@ --with python2,translations +else + dh $@ --with python2 +endif + +