debian/0000755000000000000000000000000012377670315007201 5ustar debian/watch0000644000000000000000000000046512356575472010244 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/batmon.desktop0000644000000000000000000000065512356575472012067 0ustar [Desktop Entry] Name=Battery Monitor (batmon) Name[bg]=Монитор за заряда на батерията (batmon) Comment=Monitor battery status Comment[bg]=Следене на заряда на батерията Keywords=battery;laptop; Keywords[bg]=батерия;лаптоп; Type=Application Version=1.0 Categories=System;Monitor; Exec=batmon Icon=/usr/lib/GNUstep/Applications/batmon.app/Resources/Batmon_icon.tiff debian/rules0000755000000000000000000000217212356575472010270 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) export GNUSTEP_INSTALLATION_DOMAIN := SYSTEM d_app := $(CURDIR)/debian/batmon.app LDFLAGS += -Wl,-z,defs -Wl,--as-needed ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) optim := debug=yes endif %: dh $@ override_dh_auto_build: $(MAKE) $(optim) CPPFLAGS="$(CPPFLAGS)" OBJCFLAGS="$(CFLAGS)" \ LDFLAGS="$(LDFLAGS)" messages=yes convert Resources/BatMon_icon.tif -resize 32x32 batmon.xpm override_dh_clean: dh_clean batmon.xpm override_dh_link: gsdh_gnustep dh_installdirs usr/share/GNUstep rm $(d_app)$(GNUSTEP_SYSTEM_APPS)/batmon.app/Resources/{LICENSE,README} rm $(d_app)$(GNUSTEP_SYSTEM_APPS)/batmon.app/Resources/*.desktop 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 override_dh_fixperms: dh_fixperms chmod -x $(d_app)/usr/share/GNUstep/batmon.app/*.tif debian/install0000644000000000000000000000011512356575472010574 0ustar debian/batmon.desktop usr/share/applications batmon.xpm usr/share/pixmaps debian/menu0000644000000000000000000000032012356575472010070 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/batmon.10000644000000000000000000000113512356575472010550 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/copyright0000644000000000000000000000221512356575472011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: batmon Source: http://download.savannah.gnu.org/releases/gap/ Files: * Copyright: 2005-2013 GNUstep Application Project License: GPL-2+ Files: debian/* Copyright: 2006-2014 Debian GNUstep maintainers License: GPL-2+ License: GPL-2+ This program 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000012356575472010506 5ustar debian/source/format0000644000000000000000000000001412356575472011714 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212356575472010404 0ustar 9 debian/control0000644000000000000000000000146612356575472010620 0ustar Source: batmon.app Section: gnustep Priority: optional Maintainer: Debian GNUstep maintainers Uploaders: Yavor Doganov Build-Depends: debhelper (>= 9), libgnustep-gui-dev, imagemagick Standards-Version: 3.9.5 Homepage: http://www.nongnu.org/gap/batmon/ Vcs-Git: git://anonscm.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/changelog0000644000000000000000000001033212377670315011052 0ustar batmon.app (0.7-1build1) utopic; urgency=medium * Rebuild against libgnustep-gui0.24. -- Colin Watson Thu, 28 Aug 2014 11:11:25 -0700 batmon.app (0.7-1) unstable; urgency=medium * New upstream release. * debian/compat: Set to 9. * debian/control (Build-Depends): Remove dpkg-dev, bump debhelper. (Vcs-Git): Use the canonical URI. (Standards-Version): Compliant with 3.9.5 as of this release. * debian/rules: Update for modern dh. * debian/install: * debian/manpages: New file. * debian/batmon.desktop: Add Keywords field. * debian/copyright: Rewrite in format 1.0, update copyright years. -- Yavor Doganov Sun, 22 Jun 2014 23:50:46 +0300 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/manpages0000644000000000000000000000002012356575472010714 0ustar debian/batmon.1