Symlink notifyd.py to osd_server.py for backward compatibility
authorUlrich Dangel <uli@spamt.net>
Thu, 22 Oct 2009 20:09:11 +0000 (22:09 +0200)
committerUlrich Dangel <uli@spamt.net>
Thu, 22 Oct 2009 21:50:43 +0000 (23:50 +0200)
Adjusted debian/rules to preserve symlinks while copying files
Add grml-script manpage for notifyd.py

debian/rules
usr_bin/osd_server.py [new symlink]

index 49aa2ac..774d35a 100755 (executable)
@@ -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 (symlink)
index 0000000..ed6a80c
--- /dev/null
@@ -0,0 +1 @@
+notifyd.py
\ No newline at end of file