From 2378c65d20e15a10d3a062fd75bc54f205eacc61 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Thu, 22 Oct 2009 22:09:11 +0200 Subject: [PATCH] Symlink notifyd.py to osd_server.py for backward compatibility Adjusted debian/rules to preserve symlinks while copying files Add grml-script manpage for notifyd.py --- debian/rules | 7 ++++--- usr_bin/osd_server.py | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) create mode 120000 usr_bin/osd_server.py diff --git a/debian/rules b/debian/rules index 49aa2ac..774d35a 100755 --- a/debian/rules +++ b/debian/rules @@ -32,9 +32,9 @@ install: build dh_installdirs # Add here commands to install the package into debian/grml-scripts. - cp usr_bin/* debian/grml-scripts/usr/bin/ - cp usr_sbin/* debian/grml-scripts/usr/sbin/ - cp usr_share/* debian/grml-scripts/usr/share/grml-scripts/ + cp -a usr_bin/* debian/grml-scripts/usr/bin/ + cp -a usr_sbin/* debian/grml-scripts/usr/sbin/ + cp -a usr_share/* debian/grml-scripts/usr/share/grml-scripts/ cp makefile.postfix debian/grml-scripts/etc/postfix/Makefile install -m 755 compile/align debian/grml-scripts/usr/bin/align install -m 755 compile/cpu-screen debian/grml-scripts/usr/bin/cpu-screen @@ -125,6 +125,7 @@ binary-arch: build install /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/noeject.1.gz \ /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/noprompt.1.gz \ /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/osd_server.py.1.gz \ + /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/notifyd.py.1.gz \ /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/pong.1.gz \ /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/prepare_ramdisk.sh.1.gz \ /usr/share/man/man1/grml-scripts.1.gz /usr/share/man/man1/prepare_tmpfs.sh.1.gz \ diff --git a/usr_bin/osd_server.py b/usr_bin/osd_server.py new file mode 120000 index 0000000..ed6a80c --- /dev/null +++ b/usr_bin/osd_server.py @@ -0,0 +1 @@ +notifyd.py \ No newline at end of file -- 2.1.4