documentation was symlinked wrong REL_8.07.27
authorrohieb <devnull@localhost>
Sat, 26 Jul 2008 21:36:31 +0000 (23:36 +0200)
committerrohieb <devnull@localhost>
Sat, 26 Jul 2008 21:36:31 +0000 (23:36 +0200)
Makefile
debian/changelog
debian/postinst
debian/preinst [new file with mode: 0755]

index 3e912e9..310b57d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ links:
        $(MKDIR) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
        $(LN) doc/{TODO,changelog.old.html} $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/\r
        $(LN) doc/source/* $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation/source/\r
+       $(RM) $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation\r
        $(LN) -s $(DESTDIR)/usr/share/doc/iserv-mod-room-reservation $(DESTDIR)/usr/share/doc/iserv/mod/room-reservation\r
 \r
        # images\r
index 4bbd51e..7cfc3b2 100644 (file)
@@ -1,3 +1,9 @@
+iserv-mod-room-reservation (8.07.27-0) stable; urgency=low
+
+  * documentation was symlinked wrong
+
+ -- Roland Hieber (Package Signing Key) <roland.hieber@wilhelm-gym.net>  Sat, 26 Jul 2008 22:50:00 +0200
+
 iserv-mod-room-reservation (8.07.26-0) stable; urgency=low
 
   * renamed package, added Conflicts and Replaces header for dpkg
index 16b6a14..3ddac10 100755 (executable)
@@ -4,5 +4,5 @@ chgrp www-data /usr/share/iserv/www/inc/mod_room-reservation/config.inc
 chkdb -r
 chkpriv
 chklocale
-ln -fs /usr/share/doc/iserv/mod/room-reservation /usr/share/doc/iserv-mod-room-reservation
+ln -fs /usr/share/doc/iserv-mod-room-reservation /usr/share/doc/iserv/mod/room-reservation
 #DEBHELPER#
diff --git a/debian/preinst b/debian/preinst
new file mode 100755 (executable)
index 0000000..746ff84
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+# repair broken symlinks 
+rm -rf /usr/share/doc/iserv/mod/room-reservation # from 3.0
+rm -rf /usr/share/doc/iserv-mod-room-reservation/room-reservation # from 8.07.26-0, symlink is broken
+#DEBHELPER#
This page took 0.028834 seconds and 4 git commands to generate.