From 84d4d72a5d046653dd8fc6e68b11dcb36a455398 Mon Sep 17 00:00:00 2001 From: rohieb Date: Sat, 26 Jul 2008 20:08:58 +0200 Subject: [PATCH] renamed to iserv-mod-room-reservation; changelog.html points to Debian changelog --- .hgignore | 2 +- .project | 2 +- Doxyfile | 2 +- debian/control | 5 +++-- debian/rules | 2 +- doc/changelog.html | 3 ++- includes/functions.inc | 2 +- includes/globals.inc | 2 +- includes/mod_roomReservationConfig.inc | 2 +- lang/mod_room-reservation.po | 2 +- 10 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.hgignore b/.hgignore index 1b3b17b..827c884 100644 --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,5 @@ doc/source -debian/iserv-room-reservation +debian/iserv-mod-room-reservation .cache includes/config.inc debian/files diff --git a/.project b/.project index bf0dbb4..5b0b370 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - iserv-room-reservation + iserv-mod-room-reservation diff --git a/Doxyfile b/Doxyfile index 960f7fe..3867e5c 100644 --- a/Doxyfile +++ b/Doxyfile @@ -17,7 +17,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = iserv-room-reservation +PROJECT_NAME = iserv-mod-room-reservation # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or diff --git a/debian/control b/debian/control index 95ba731..f558fa9 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,14 @@ -Source: iserv-room-reservation +Source: iserv-mod-room-reservation Section: non-free/web Priority: optional Maintainer: Roland Hieber (Package Signing Key) Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2 -Package: iserv-room-reservation +Package: iserv-mod-room-reservation Architecture: all Depends: iserv-portal (>= 8.07.11) +Replaces: iserv-room-reservation Description: Raumbelegungsplan-Modul für IServ Das Raumbelegungsplan-Modul für den IDesk bietet eine effektive Nutzungs- verwaltung der Räume innerhalb öffentlicher Institutionen. IServ-Benutzer diff --git a/debian/rules b/debian/rules index 25379f0..ebcf0f6 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ binary-indep: dh_testroot dh_clean -k dh_installdirs - $(MAKE) DESTDIR=$(CURDIR)/debian/iserv-room-reservation install + $(MAKE) DESTDIR=$(CURDIR)/debian/iserv-mod-room-reservation install dh_testdir dh_testroot diff --git a/doc/changelog.html b/doc/changelog.html index d3e86d8..3907ad6 100644 --- a/doc/changelog.html +++ b/doc/changelog.html @@ -7,8 +7,9 @@

Changelog

+

Änderungen für neuere Versionen befinden sich im Debian-Changelog.

iserv-room-reservation-3.0

-Release: +Release: 26. Juli 2008
  • Umbenennung, um Kollisionen zu vermeiden
  • Angepasst an IServ 2
      diff --git a/includes/functions.inc b/includes/functions.inc index b174e88..78e3690 100644 --- a/includes/functions.inc +++ b/includes/functions.inc @@ -1,7 +1,7 @@