Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created May 19, 2016 14:42
Show Gist options
  • Save kasramp/70825a0766e4a2963eb004d4aa1de8f9 to your computer and use it in GitHub Desktop.
Save kasramp/70825a0766e4a2963eb004d4aa1de8f9 to your computer and use it in GitHub Desktop.
Debian package control file
Source: indicator-weather
Section: python
Priority: optional
Maintainer: Kasra Madadipouya, <[email protected]>
Build-Depends: debhelper (>= 7),
python (>= 2.6.6-3~)
Standards-Version: 3.9.2
X-Python-Version: >= 2.6
Package: indicator-weather
Architecture: all
Section: python
Depends: python-appindicator, ${misc:Depends}, ${python:Depends}
Description: Display weather temperature
Indicator Weather is a simple indicator to get
weather temperature automatically. It calls
two web services to detect location and gets
weather temperature. Then it displays in the small
indicator for users. Weather updates every ten minutes
and it requires internet connection
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment