debian/0000775000000000000000000000000012053173616007174 5ustar debian/source/0000775000000000000000000000000011761646262010503 5ustar debian/source/format0000664000000000000000000000001411761646262011711 0ustar 3.0 (quilt) debian/batmon.desktop0000664000000000000000000000055211761636560012060 0ustar [Desktop Entry] Name=Battery Monitor (batmon) Name[bg]=Монитор за заряда на батерията (batmon) Comment=Monitor battery status Comment[bg]=Следене на заряда на батерията Type=Application Version=1.0 Categories=System;Monitor; Exec=batmon Icon=/usr/lib/GNUstep/Applications/batmon.app/Resources/Batmon_icon.tiff debian/batmon.10000664000000000000000000000113511761636560010545 0ustar .TH BATMON 1 "June 27, 2010" .SH NAME batmon \- Battery monitor for GNUstep .SH SYNOPSIS .B batmon .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B batmon command. .PP \fBbatmon\fP is a battery monitor for laptops. It displays the current status of the battery (charge/discharge and energy level) as well as some information about the general health of the cell. .SH SEE ALSO .BR GNUstep (7). .SH AUTHOR batmon was written by Riccardo Mottola. .PP This manual page was written by G\[:u]rkan Seng\[:u]n , for the Debian project (but may be used by others). debian/rules0000775000000000000000000000344511761645547010276 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 SHELL := /bin/bash include /usr/share/dpkg/buildflags.mk include /usr/share/GNUstep/debian/config.mk export GNUSTEP_MAKEFILES := $(GS_MAKE_DIR) d_app := $(CURDIR)/debian/batmon.app LDFLAGS += -Wl,-z,defs -Wl,--as-needed ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) optim := debug=yes endif build: build-stamp build-stamp: dh_testdir $(MAKE) $(optim) CPPFLAGS="$(CPPFLAGS)" OBJCFLAGS="$(CFLAGS)" \ LDFLAGS="$(LDFLAGS)" messages=yes convert Resources/BatMon_icon.tif -resize 32x32 batmon.xpm touch $@ clean: dh_testdir dh_testroot $(MAKE) distclean dh_clean build-stamp batmon.xpm install: build dh_testdir dh_testroot dh_prep $(MAKE) install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(d_app) rm $(d_app)$(GNUSTEP_SYSTEM_APPS)/batmon.app/Resources/{LICENSE,README} dh_install debian/*.desktop usr/share/applications/ rm $(d_app)$(GNUSTEP_SYSTEM_APPS)/batmon.app/Resources/*.desktop chmod -x $(d_app)$(GNUSTEP_SYSTEM_APPS)/batmon.app/Resources/*.tif dh_install batmon.xpm usr/share/pixmaps/ # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installmenu dh_installman debian/batmon.1 gsdh_gnustep dh_installdirs usr/share/GNUstep mv $(d_app)$(GNUSTEP_SYSTEM_APPS)/batmon.app/Resources \ $(d_app)/usr/share/GNUstep/batmon.app dh_link usr/share/GNUstep/batmon.app \ $(GNUSTEP_SYSTEM_APPS)/batmon.app/Resources dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/changelog0000664000000000000000000000726712053173616011062 0ustar batmon.app (0.6-1build1) raring; urgency=low * Rebuild for gnustep-gui 0.22 transition. -- Benjamin Drung Wed, 21 Nov 2012 16:47:26 +0100 batmon.app (0.6-1) unstable; urgency=low * New upstream release. * debian/rules: Enable hardening. (binary-arch): Remove GS_USE_FHS conditional, not needed. * debian/control (Build-Depends): Add dpkg-dev (>= 1.16.1~), for hardening support. (Vcs-Arch): Replace with... (Vcs-Git): ...as the package is maintained with Git now. (Vcs-Browser): New field. (Standards-Version): Bump to 3.9.3, no changes necessary. * debian/source/format: Switch to 3.0 (quilt). * debian/copyright: Update copyright years. -- Yavor Doganov Thu, 31 May 2012 13:51:01 +0300 batmon.app (0.5-1) unstable; urgency=low * New upstream release. * GNUmakefile: Revert all Debian modifications. * debian/compat: Set to 7. * debian/control (Section): Change to `gnustep'. (Maintainer): Adopt package under the umbrella of the GNUstep team (Closes: #453503). (Uploaders): [[DebControlField new] addPerson: myself comaintainersWelcome: YES];. (Build-Depends): Require debhelper >= 7. Remove gnustep-make and minimal version for libgnustep-gui-dev. Add imagemagick for the icon conversion. (Depends): Add ${misc:Depends} and ${gnustep:Depends}. (Description): Remove paragraph explaining the current restrictions; obsolete. (Vcs-Arch): New field. (Standards-Version): Compliant with 3.8.4 as of this release. * debian/rules: Do not use gs_make. Use automatic variables. (GNUSTEP_MAKEFILES): Export and define as a simply expanded variable. (SHELL, LDFLAGS, d_app, optim): New variable. (build-stamp): Pass $(optim) and messages=yes to $(MAKE). Convert the icon in XPM format. (clean): Make distclean, not clean. Delete the generated XPM icon. (install): Replace dh_clean -k with dh_prep. Do not invoke dh_installdirs; useless. Install the XPM icon. Delete README as well; not useful. Remove .tif's executable bit. (binary-arch): Pass batmon.1 to dh_installman. Conditionally move arch-independent resource to /usr/share/GNUstep. * debian/dirs: * debian/manpages: Delete. * debian/watch: * debian/source/format: New file. * debian/BatMon.1: Rename as ... * debian/batmon.1: ... to match the executable. s/BatMon/batmon/g. * debian/BatMon.desktop: Rename as ... * debian/batmon.desktop: ... Make it valid, add Icon, adjust other fields for the decapitalized name. * debian/menu: Add icon and longtitle fields. * debian/copyright: Update copyright holder/years. Fix FSF's address. -- Yavor Doganov Sun, 27 Jun 2010 11:46:48 +0300 batmon.app (0.2-5) unstable; urgency=low * QA upload. * Maintainer field set to QA Group. * Standards version updated. * "linux" capitalized in long description. -- Emanuele Rocca Thu, 17 Jul 2008 19:07:09 +0200 batmon.app (0.2-4) unstable; urgency=low * GNUstep transition. (Closes: #447467) + Updated debian/rules. * Added a desktop file. -- Gürkan Sengün Thu, 25 Oct 2007 23:28:37 +0200 batmon.app (0.2-3) unstable; urgency=low * Rebuild against latest libgnustep-gui-dev. * Bump standards version. -- Gürkan Sengün Mon, 18 Sep 2006 22:59:25 +0200 batmon.app (0.2-2) unstable; urgency=low * Patched GNUmakefile so BatMon works. -- Gürkan Sengün Wed, 5 Apr 2006 14:36:36 +0200 batmon.app (0.2-1) unstable; urgency=low * Initial release. (Closes: #352096) -- Gürkan Sengün Sat, 21 Jan 2006 11:49:45 +0100 debian/menu0000664000000000000000000000032011761636560010065 0ustar ?package(batmon.app):needs="X11" \ section="Applications/System/Monitoring" \ title="batmon" command="/usr/bin/batmon" \ icon="/usr/share/pixmaps/batmon.xpm" \ longtitle="Battery monitor for GNUstep" debian/control0000664000000000000000000000152111761646220010577 0ustar Source: batmon.app Section: gnustep Priority: optional Maintainer: Debian GNUstep maintainers Uploaders: Yavor Doganov Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), libgnustep-gui-dev, imagemagick Standards-Version: 3.9.3 Homepage: http://www.nongnu.org/gap/batmon/ Vcs-Git: git://git.debian.org/pkg-gnustep/batmon.app.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnustep/batmon.app.git Package: batmon.app Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${gnustep:Depends} Description: Battery monitor for GNUstep Battery Monitor is a battery monitor for laptops. It displays the current status of the battery (charge/discharge and energy level) as well as some information about the general health of the cell. debian/copyright0000664000000000000000000000225111761646340011133 0ustar This package was debianized by Gürkan Sengün on Sat, 21 Jan 2006 11:49:45 +0100. It was downloaded from http://www.nongnu.org/gap/batmon/ Upstream Author: Riccardo Mottola (multix), FreeBSD support by Chris B. Vetter Copyright: Copyright (C) 2005-2011 GNUstep Application Project License: This application is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This application is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/watch0000664000000000000000000000046511761636560010241 0ustar # The 0.5 tarball contains useless junk (autosaved and object files), # which were manually cleaned and the .orig.tar.gz recreated. They # cause dpkg-source errors -- upstream is now aware, so this shouldn't # happen in future releases. version=3 http://savannah.nongnu.org/download/gap/batmon-(.*)\.tar\.gz debian/compat0000664000000000000000000000000211761636560010401 0ustar 7