Import Debian changes 1.25-6
wmcalclock (1.25-6) unstable; urgency=low * Change /usr/X11R6/bin/wmCalClock to /usr/bin/wmCalClock in debian/menu (closes: #92177) wmcalclock (1.25-5) unstable; urgency=low * Moved the binary to /usr/bin, as specified by Policy 12.8.7 wmcalclock (1.25-4) unstable; urgency=low * Recompile for woody.
This commit is contained in:

committed by
Doug Torrance

parent
f1dd6202e6
commit
0074ecc480
8
debian/README.Debian
vendored
8
debian/README.Debian
vendored
@ -1,7 +1,7 @@
|
||||
wmcalclock for DEBIAN
|
||||
----------------------
|
||||
|
||||
wmcalclock for Debian
|
||||
---------------------
|
||||
This is Debian GNU/Linux's prepackaged version of wmCalclock, a simple
|
||||
clock and calendar.
|
||||
|
||||
Dan Nguyen <dnn@debian.org> Fri, 9 Apr 1999 00:12:45 -0400
|
||||
-- Dan Nguyen <dnn@debian.org> Fri, 9 Apr 1999 00:12:45 -0400
|
||||
|
||||
|
19
debian/changelog
vendored
19
debian/changelog
vendored
@ -1,3 +1,22 @@
|
||||
wmcalclock (1.25-6) unstable; urgency=low
|
||||
|
||||
* Change /usr/X11R6/bin/wmCalClock to /usr/bin/wmCalClock in
|
||||
debian/menu (closes: #92177)
|
||||
|
||||
-- Dan Nguyen <dnn@debian.org> Sat, 31 Mar 2001 20:26:14 -0500
|
||||
|
||||
wmcalclock (1.25-5) unstable; urgency=low
|
||||
|
||||
* Moved the binary to /usr/bin, as specified by Policy 12.8.7
|
||||
|
||||
-- Dan Nguyen <dnn@debian.org> Tue, 27 Mar 2001 18:48:27 -0500
|
||||
|
||||
wmcalclock (1.25-4) unstable; urgency=low
|
||||
|
||||
* Recompile for woody.
|
||||
|
||||
-- Dan Nguyen <dnn@debian.org> Tue, 27 Mar 2001 17:05:34 -0500
|
||||
|
||||
wmcalclock (1.25-3) unstable; urgency=low
|
||||
|
||||
* Changed wmcalclock to wmCalClock in menu file. (closes: #54019)
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -2,14 +2,15 @@ Source: wmcalclock
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Dan Nguyen <dnn@debian.org>
|
||||
Standards-Version: 2.5.0
|
||||
Build-Depends: debhelper (>> 2.0.0), xlibs-dev
|
||||
Standards-Version: 3.2.1
|
||||
|
||||
Package: wmcalclock
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: A dock.app which simply tells time and date.
|
||||
wmCalclock is a dock app specifically written for Window Maker, but will
|
||||
work with other window managers. Some features include antialiased text
|
||||
display, with the ability to choose between different fonts, and colors.
|
||||
12 and 24 hour time, Greenwich time, Greenwich Mean Sidereal Time, and
|
||||
Description: A dock.app which simply tells time and date.
|
||||
wmCalclock is a dock app specifically written for Window Maker, but will
|
||||
work with other window managers. Some features include antialiased text
|
||||
display, with the ability to choose between different fonts, and colors.
|
||||
12 and 24 hour time, Greenwich time, Greenwich Mean Sidereal Time, and
|
||||
Local Sidereal Time.
|
||||
|
5
debian/copyright
vendored
5
debian/copyright
vendored
@ -6,6 +6,5 @@ It was downloaded from http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
|
||||
Upstream Author(s): Michael G. Henderson <mghenderson@lanl.gov>
|
||||
|
||||
Copyright:
|
||||
|
||||
This program is distributed under the GNU General Public License. On Debian
|
||||
systems, this license can be found in the file /usr/doc/copyright/GPL.
|
||||
It's license is GPLv2, which, on debian systems, is available at:
|
||||
/usr/share/common-licenses/GPL.
|
||||
|
5
debian/dirs
vendored
5
debian/dirs
vendored
@ -1,2 +1,3 @@
|
||||
usr/X11R6/bin
|
||||
usr/X11R6/man/man1
|
||||
usr/bin
|
||||
usr/man/man1
|
||||
usr/share
|
||||
|
2
debian/menu
vendored
2
debian/menu
vendored
@ -1,2 +1,2 @@
|
||||
?package(wmcalclock):needs=X11 section=Apps/Tools hints="Clocks"\
|
||||
title="wmcalclock" command="/usr/X11R6/bin/wmCalClock"
|
||||
title="wmcalclock" command="/usr/bin/wmCalClock"
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -12,7 +12,6 @@ build: build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
|
||||
# Add here commands to compile the package.
|
||||
$(MAKE)
|
||||
|
||||
@ -36,7 +35,8 @@ install-stamp: build-stamp
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/tmp.
|
||||
$(MAKE) install DESTDIR=`pwd`/debian/tmp/usr/X11R6
|
||||
$(MAKE) install DESTDIR=`pwd`/debian/tmp/usr
|
||||
mv `pwd`/debian/tmp/usr/man `pwd`/debian/tmp/usr/share
|
||||
|
||||
touch install-stamp
|
||||
|
||||
|
Reference in New Issue
Block a user