summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2014-04-13 01:57:07 -0700
committerManoj Srivastava <srivasta@golden-gryphon.com>2014-04-13 01:57:07 -0700
commitf4043b8ab0f481efd1bd4f143f0805069c937ac0 (patch)
tree15500da6df07c2578c87e93284214c6777f91e77
parentc2f35794c1a03987870ea01f50466bd861a3545e (diff)
[master]: fix specification of the menu-methods script
Bug fix: "/etc/menu-methods/wm-icons returned error status 1.", thanks to Andreas Metzler. As Andreas points out, the content of debian/$package.menu-method is not parsed as a list of files that will be installed in /etc/menu-methods/ but it *is* the file being installed. In this case, the file is not a static menu methods file, but is generated at build time. I have now replaced the file as a link, which will no longer be dangling after the package is built. (Closes: #744341). Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
-rw-r--r--debian/changelog13
l---------[-rw-r--r--]debian/wm-icons.menu-method2
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ae0713e..b5a306c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+wm-icons (0.4.0-9) unstable; urgency=low
+
+ * Bug fix: "/etc/menu-methods/wm-icons returned error status 1.", thanks
+ to Andreas Metzler. As Andreas points out, the content of
+ debian/$package.menu-method is not parsed as a list of files that will
+ be installed in /etc/menu-methods/ but it *is* the file being
+ installed. In this case, the file is not a static menu methods file,
+ but is generated at build time. I have now replaced the file as a
+ link, which will no longer be dangling after the package is built.
+ (Closes: #744341).
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 13 Apr 2014 01:55:53 -0700
+
wm-icons (0.4.0-8) unstable; urgency=medium
* Updated to the new policy version. No actual changes required
diff --git a/debian/wm-icons.menu-method b/debian/wm-icons.menu-method
index 2f7ee74..afe1a7e 100644..120000
--- a/debian/wm-icons.menu-method
+++ b/debian/wm-icons.menu-method
@@ -1 +1 @@
-etc/debian-menu-system/wm-icons-fvwm2rc-men
+../etc/debian-menu-system/wm-icons-fvwm2rc-menu \ No newline at end of file