commit c0f8e8930f8132dde39d765362baa3ee18d9fc64 Author: Patrick Ulbrich Date: Sun Sep 2 17:22:20 2012 +0200 Initial commit diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e4d2a78 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mailnag (0.4.2-0) unstable; urgency=low + + * Initial release + + -- Patrick Ulbrich Sat, 01 Sep 2012 21:14:33 +0200 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..0734af6 --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: mailnag +Section: gnome +Priority: optional +Maintainer: Patrick Ulbrich +Build-Depends: debhelper (>= 8.0.0), + gettext, + gir1.2-glib-2.0 (>= 1.32.0), + gir1.2-gstreamer-0.10 (>= 0.10.36), + gir1.2-notify-0.7 (>= 0.7.5), + python (>= 2.7.3), + python-gnomekeyring (>= 2.32.0), + python-gobject (>= 3.2.0), + python-httplib2 (>= 0.7.2), + python-xdg +X-Python-Version: >= 2.7 +Standards-Version: 3.9.3 +Homepage: https://github.com/pulb/mailnag +Vcs-Git: git://github.com/pulb/mailnag.git +Vcs-Browser: https://github.com/pulb/mailnag.git + +Package: mailnag +Architecture: any +Depends: gir1.2-glib-2.0 (>= 1.32.0), + gir1.2-gstreamer-0.10 (>= 0.10.36), + gir1.2-notify-0.7 (>= 0.7.5), + gstreamer0.10-plugins-base, + python (>= 2.7.3), + python-gnomekeyring (>= 2.32.0), + python-gobject (>= 3.2.0), + python-httplib2 (>= 0.7.2), + python-xdg, + ${misc:Depends}, + ${python:Depends} +Description: Mail notification daemon for GNOME 3 + Mailnag checks POP3 and IMAP servers for new mail. When it finds new + messsages, it creates a GNOME 3 notification that mentions sender and subject. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e05d6f5 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,295 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mailnag +Upstream-Contact: Patrick Ulbrich +Source: https://github.com/pulb/mailnag + +Files: * +Copyright: 2011 - 2012 Patrick Ulbrich +License: GPL-2+ + +Files: Mailnag/mailnag.py + Mailnag/daemon/mails.py +Copyright: 2011, 2012 Patrick Ulbrich + 2011 Leighton Earl + 2011 Ralf Hersel +License: GPL-2+ + +Files: Mailnag/config.py + Mailnag/common/account.py + Mailnag/common/keyring.py + Mailnag/configuration/configwindow.py + Mailnag/daemon/mail.py + Mailnag/daemon/mailchecker.py + Mailnag/daemon/pid.py + Mailnag/daemon/reminder.py +Copyright: 2011, 2012 Patrick Ulbrich + 2011 Ralf Hersel +License: GPL-2+ + +Files: Mailnag/daemon/idler.py + Mailnag/daemon/idlers.py +Copyright: 2011, 2012 Patrick Ulbrich + 2011 Leighton Earl +License: GPL-2+ + +Files: Mailnag/common/utils.py +Copyright: 2011, 2012 Patrick Ulbrich + 2007 Marco Ferragina +License: GPL-2+ + +Files: Mailnag/daemon/imaplib2.py +Copyright: 2011 - 2012 Piers Lauder