From 2ce2c2bb8c3f24ddc8cc0da21b726451f9cf3b3b Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Sun, 14 Jul 2013 12:01:53 -0400 Subject: [PATCH] Creating ubuntu package --- data/glib-2.0/schemas/gschemas.compiled | Bin 0 -> 332 bytes debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 22 ++++++++++++++++++++++ debian/copyright | 10 ++++++++++ debian/rules | 9 +++++++++ 6 files changed, 47 insertions(+) create mode 100644 data/glib-2.0/schemas/gschemas.compiled create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules diff --git a/data/glib-2.0/schemas/gschemas.compiled b/data/glib-2.0/schemas/gschemas.compiled new file mode 100644 index 0000000000000000000000000000000000000000..55ccb0b9e7f94eb63ee72ca66a514721c174ad9d GIT binary patch literal 332 zcmXw!KM%oB6vZ#vL{egsl*C?3JKHRxLuWC1iGMGl$}6!jn0x`>!ACGk_&RnQ=TzO~ zJZWM6xjs8g=u5JbGFXL9w~Jv;Uq 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 + +