Import of Debian version

This commit is contained in:
Emmanuel BENOîT 2021-05-10 08:58:46 +02:00
commit 1463ad60ca
28 changed files with 2244 additions and 0 deletions

112
debian/changelog vendored Normal file
View file

@ -0,0 +1,112 @@
wmtemp (0.0.6-3.3) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS: dockapp.c:52:16: error: variable 'stat' set but not used
[-Werror=unused-but-set-variable]": apply patch from peter green, removing
two unused variables. (Closes: #646488)
-- gregor herrmann <gregoa@debian.org> Tue, 22 Nov 2011 20:45:17 +0100
wmtemp (0.0.6-3.2) unstable; urgency=low
* Non-maintainer upload to fix the previous upload.
* Don't try to open /etc/sensors.conf, use the default path instead
unless a configurationf file is specified.
-- Aurelien Jarno <aurel32@debian.org> Sat, 09 Apr 2011 16:10:42 +0200
wmtemp (0.0.6-3.1) unstable; urgency=low
* Non-maintainer upload.
* Switch to libsensors4 api, thanks to Hugo Vanwoerkom for the patch.
(Closes: #610816).
-- Aurelien Jarno <aurel32@debian.org> Sat, 12 Mar 2011 22:13:32 +0100
wmtemp (0.0.6-3) unstable; urgency=low
* Fix "backlight color change incomplete" changing the xpm files
(Closes: #523890)
* Now we use the automagical dh
* Bumped Standards-Version to 3.8.3, no changes needed.
* Lintian fixes: copyright-with-old-dh-make-debian-copyright
-- Riccardo Stagni <unriccio@email.it> Thu, 12 Nov 2009 21:42:55 +0100
wmtemp (0.0.6-2) unstable; urgency=low
* Bumped Standards-Version to 3.8.0, changed debian/rules to support the
standard values of DEB_BUILD_OPTIONS:
added support to parallel builds (even if we compile just 3 C source
files) and removed the nostrip check (because we rely on dh_strip)
* debian/control: lowered package priority (we depend on lm-sensors
which is extra).
* Removed useless xutils dependency
(this also fixes lintian's build-depends-on-obsolete-package)
* Added dependency on x11proto-xext-dev as we use some of its headers.
-- Riccardo Stagni <unriccio@email.it> Fri, 20 Jun 2008 02:34:07 +0200
wmtemp (0.0.6-1) unstable; urgency=low
* New upstream release
- corrected some cosmetic issues within -h output (closes: #474107)
* Removed the check from debian/rules for Makefile existance in the "clean"
target: since we don't use autoconf, a missing makefile *should* be a
problem anywhere.
* Updated debian/copyright
-- Riccardo Stagni <unriccio@email.it> Mon, 28 Apr 2008 19:57:33 +0200
wmtemp (0.0.5-5) unstable; urgency=low
* New maintainer (closes: #465958)
* Added Homepage field (from package description)
* Update menu file
* Standards-Version bumped to 3.7.3 (changed menu section)
* lintian:
- debian-rules-ignores-make-clean-error (even if we don't use autoconf)
- copyright-without-copyright-notice (rewritten debian/copyright)
- build-depends-on-1-revision
* Disable forced stripping (closes: #438277)
* Added watchfile
-- Riccardo Stagni <unriccio@email.it> Thu, 27 Mar 2008 01:22:25 +0100
wmtemp (0.0.5-4) unstable; urgency=low
* Fixed Build-Depends for xlibs-dev transition using
xlibs-split-check and objdump (closes #346882).
-- Lars Steinke <lss@debian.org> Sat, 14 Jan 2006 14:22:10 +0100
wmtemp (0.0.5-3) unstable; urgency=low
* Fixed lintian warning concerning format of menu entry.
-- Lars Steinke <lss@debian.org> Sat, 14 Jan 2006 14:10:52 +0100
wmtemp (0.0.5-2) unstable; urgency=low
* Forgot calling dh_installmenu.
-- Lars Steinke <lss@debian.org> Sun, 18 Dec 2005 17:57:35 +0100
wmtemp (0.0.5-1) unstable; urgency=low
* New upstream (closes #315552).
-- Lars Steinke <lss@debian.org> Sun, 18 Dec 2005 17:14:00 +0200
wmtemp (0.0.4-2) unstable; urgency=low
* Manpage fixes.
-- Lars Steinke (Debian Developer) <lss@debian.org> Fri, 4 Jun 2004 17:14:00 +0200
wmtemp (0.0.4-1) unstable; urgency=low
* Initial Release.
-- Lars Steinke (Debian Developer) <lss@debian.org> Fri, 4 Jun 2004 15:14:00 +0200

1
debian/compat vendored Normal file
View file

@ -0,0 +1 @@
7

14
debian/control vendored Normal file
View file

@ -0,0 +1,14 @@
Source: wmtemp
Section: x11
Priority: extra
Maintainer: Riccardo Stagni <unriccio@email.it>
Build-Depends: debhelper (>= 7.0.50~), libsensors4-dev (>= 3.1.2), libxpm-dev, libxext-dev, x11proto-xext-dev, libx11-dev
Standards-Version: 3.8.3
Homepage: http://gnodde.org/wmtemp/
Package: wmtemp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
Description: WM dock applet displaying lm_sensors temperature values
Nifty small dock applet for Window Maker that continuously displays
CPU and case temperature by virtue of lm_sensors

35
debian/copyright vendored Normal file
View file

@ -0,0 +1,35 @@
This package was debianized by Lars Steinke <lss@debian.org> on
Fri, 4 Jun 2004 15:14:00 +0200.
It was downloaded from http://gnodde.org/wmtemp/wmtemp-0.0.6.tar.gz
Upstream Author: Peter Gnodde <peter@gnodde.org>
Project Home: http://gnodde.org/wmtemp
Copyright:
All code and design by Peter Gnodde <peter@gnodde.org>
Copyright 2003-2008 Peter Gnodde
License:
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 program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the
Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Please see /usr/share/common-licenses/GPL-2 for the full license.
The Debian packaging is copyright 2008, Riccardo Stagni <unriccio@email.it>
and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

2
debian/dirs vendored Normal file
View file

@ -0,0 +1,2 @@
usr/bin
usr/share/man/man1

1
debian/docs vendored Normal file
View file

@ -0,0 +1 @@
CREDITS

2
debian/menu vendored Normal file
View file

@ -0,0 +1,2 @@
?package(wmtemp):needs="X11" section="Applications/System/Monitoring"\
title="wmtemp" command="/usr/bin/wmtemp"

10
debian/rules vendored Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
$(MAKE) install PREFIX=$(CURDIR)/debian/wmtemp/usr
override_dh_installman:
dh_installman wmtemp.1x

2
debian/watch vendored Normal file
View file

@ -0,0 +1,2 @@
version=3
http://gnodde.org/wmtemp/wmtemp-([\d\.]*).tar.gz