Import Debian changes 1.25-14

wmcalclock (1.25-14) unstable; urgency=low

  * Add line to debian/rules to ensure *.o binary files are removed during
    clean process. Closes: #442761.
  * In debian/menu, changed section title from Apps/Tools to
    Applications/System/Administration to conform with new menu policy.
This commit is contained in:
Kevin Coyner
2007-09-17 14:26:45 -04:00
committed by Doug Torrance
parent d1e07d6477
commit 9e8fc49510
3 changed files with 12 additions and 2 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
wmcalclock (1.25-14) unstable; urgency=low
* Add line to debian/rules to ensure *.o binary files are removed during
clean process. Closes: #442761.
* In debian/menu, changed section title from Apps/Tools to
Applications/System/Administration to conform with new menu policy.
-- Kevin Coyner <kcoyner@debian.org> Mon, 17 Sep 2007 14:26:45 -0400
wmcalclock (1.25-13) unstable; urgency=low
* Added new watch file.

2
debian/menu vendored
View File

@ -1,2 +1,2 @@
?package(wmcalclock):needs="X11" section="Apps/Tools" hints="Clocks"\
?package(wmcalclock):needs="X11" section="Applications/System/Administration" hints="Clocks"\
title="wmcalclock" command="/usr/bin/wmCalClock"

3
debian/rules vendored
View File

@ -33,7 +33,8 @@ clean-patched:
dh_testdir
dh_testroot
rm -f build-stamp install-stamp
[ ! -f Makefile ] || $(MAKE) clean
-find ./Src -name '*.o' | xargs rm -f
$(MAKE) clean
dh_clean
patch: patch-stamp