tags 448188 + patch thanks Here's a patch which updates the directory, changes the package to the team and cleans up some minor issues.
Hamish diff -u hamradiomenus-1.0/debian/changelog hamradiomenus-1.0/debian/changelog --- hamradiomenus-1.0/debian/changelog +++ hamradiomenus-1.0/debian/changelog @@ -1,3 +1,12 @@ +hamradiomenus (1.0-2) unstable; urgency=low + + * Move old Debian-specific /etc/xdg/menus/{gnome,kde}-applications-merged to + the standard location /etc/xdg/menus/applications-merged (closes: #443188) + * Change maintainer to the Debian hams team + * Minor cleanups to debian/rules, and update to standards revision 3.7.2 + + -- Hamish Moffatt <[EMAIL PROTECTED]> Thu, 20 Sep 2007 00:14:36 +1000 + hamradiomenus (1.0-1) unstable; urgency=low * Initial release. diff -u hamradiomenus-1.0/debian/control hamradiomenus-1.0/debian/control --- hamradiomenus-1.0/debian/control +++ hamradiomenus-1.0/debian/control @@ -1,13 +1,13 @@ Source: hamradiomenus Section: hamradio Priority: optional -Maintainer: Joop Stakenborg <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.2 +Maintainer: Debian Hamradio Maintainers <[EMAIL PROTECTED]> +Uploaders: Jaime Robles <[EMAIL PROTECTED]>, Joop Stakenborg <[EMAIL PROTECTED]>, Patrick Ouellette <[EMAIL PROTECTED]>, Hamish Moffatt <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 4) +Standards-Version: 3.7.2 Package: hamradiomenus Architecture: all -Depends: Conflicts: hamradio-menus Description: hamradio menus for gnome and kde This package creates a hamradio submenu for gnome and kde along with a diff -u hamradiomenus-1.0/debian/rules hamradiomenus-1.0/debian/rules --- hamradiomenus-1.0/debian/rules +++ hamradiomenus-1.0/debian/rules @@ -19,7 +19,7 @@ clean: dh_testdir dh_testroot - -$(MAKE) clean + $(MAKE) clean dh_clean install: build only in patch2: unchanged: --- hamradiomenus-1.0.orig/Makefile +++ hamradiomenus-1.0/Makefile @@ -4,10 +4,8 @@ rm -f *~ debian/*~ install: - mkdir -p $(DESTDIR)/etc/xdg/menus/gnome-applications-merged - mkdir -p $(DESTDIR)/etc/xdg/menus/kde-applications-merged - install -m 0644 hamradio.menu $(DESTDIR)/etc/xdg/menus/gnome-applications-merged - install -m 0644 hamradio.menu $(DESTDIR)/etc/xdg/menus/kde-applications-merged + mkdir -p $(DESTDIR)/etc/xdg/menus/applications-merged + install -m 0644 hamradio.menu $(DESTDIR)/etc/xdg/menus/applications-merged mkdir -p $(DESTDIR)/usr/share/pixmaps install -m 0644 CQ.png $(DESTDIR)/usr/share/pixmaps mkdir -p $(DESTDIR)/usr/share/desktop-directories -- Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]