debian/0000755000000000000000000000000012103260623007161 5ustar debian/watch0000644000000000000000000000015712103260623010215 0ustar # The upstream does not tag properly :( #version=3 #https://github.com/GreatFruitOmsk/Power .*/(\d.*)\.tar\.gz debian/rules0000755000000000000000000000010312103260623010233 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --with python2 debian/gbp.conf0000644000000000000000000000012512103260623010576 0ustar [DEFAULT] pristine-tar = True debian-branch = debian upstream-branch = upstream-dfsg debian/changelog0000644000000000000000000000024212103260623011031 0ustar power (1.1~git20121207+dfsg-1) unstable; urgency=low * Initial release (Closes: #699010) -- Changwoo Ryu Sun, 03 Feb 2013 03:50:16 +0900 debian/control0000644000000000000000000000144412103260623010567 0ustar Source: power Section: python Priority: optional Maintainer: Changwoo Ryu Build-Depends: debhelper (>= 9.0.0), python-all (>= 2.6.6-3~), python-setuptools, Standards-Version: 3.9.4 Homepage: https://github.com/GreatFruitOmsk/Power Vcs-Git: git://git.debian.org/git/users/cwryu/power.git Vcs-Browser: http://git.debian.org/?p=users/cwryu/power.git;a=summary X-Python-Version: >= 2.6 Package: python-power Architecture: all Depends: ${python:Depends}, ${misc:Depends}, Provides: ${python:Provides} Description: Python module to get get power and battery status This is Python module that allows you to get power and battery status of the system. . Using this module, Python programs which read power status can be written in platform independent way. debian/compat0000644000000000000000000000000212103260623010357 0ustar 9 debian/source/0000755000000000000000000000000012103260623010461 5ustar debian/source/format0000644000000000000000000000001412103260623011667 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000246712103260623011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Power Source: https://github.com/GreatFruitOmsk/Power Files: * Copyright: 2012 Ilya Kulakov License: Expat Files: debian/* Copyright: 2013 Changwoo Ryu License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.