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:

committed by
Doug Torrance

parent
d1e07d6477
commit
9e8fc49510
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -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
|
wmcalclock (1.25-13) unstable; urgency=low
|
||||||
|
|
||||||
* Added new watch file.
|
* Added new watch file.
|
||||||
|
2
debian/menu
vendored
2
debian/menu
vendored
@ -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"
|
title="wmcalclock" command="/usr/bin/wmCalClock"
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -33,7 +33,8 @@ clean-patched:
|
|||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp install-stamp
|
rm -f build-stamp install-stamp
|
||||||
[ ! -f Makefile ] || $(MAKE) clean
|
-find ./Src -name '*.o' | xargs rm -f
|
||||||
|
$(MAKE) clean
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
patch: patch-stamp
|
patch: patch-stamp
|
||||||
|
Reference in New Issue
Block a user