merging the edits made in the 1.0.x branch to the trunk, for /etc
EXCEPT NOTE THAT portage has not been merged; somebody who understands gentoo should do that
This commit is contained in:
parent
eed5067e1f
commit
b46f4830bb
4 changed files with 29 additions and 16 deletions
|
@ -312,8 +312,11 @@ ${TMP_DIR}/modules_setup.stamp:
|
||||||
cd ${HTML_UI_DIR} && ./configure --prefix=${prefix} \
|
cd ${HTML_UI_DIR} && ./configure --prefix=${prefix} \
|
||||||
--with-apache-group=${APACHE_GROUP} \
|
--with-apache-group=${APACHE_GROUP} \
|
||||||
--with-www-docroot=${WWW_DOCROOT} \
|
--with-www-docroot=${WWW_DOCROOT} \
|
||||||
--with-configure-apache=${CONFIGURE_APACHE}
|
--with-configure-apache=${CONFIGURE_APACHE} \
|
||||||
cd ${STORAGE_ADMIN_DIR} && ./configure --prefix=${prefix}
|
--with-storage-server=${prefix}/var/LiveSupport/storageServer
|
||||||
|
cd ${STORAGE_ADMIN_DIR} && ./configure --prefix=${prefix} \
|
||||||
|
--with-storage-server=${prefix}/var/LiveSupport/storageServer \
|
||||||
|
--with-phppart-dir=${prefix}/var/LiveSupport/storageAdmin
|
||||||
cd ${STORAGE_SERVER_DIR} && \
|
cd ${STORAGE_SERVER_DIR} && \
|
||||||
./configure --prefix=${prefix} \
|
./configure --prefix=${prefix} \
|
||||||
--with-apache-group=${APACHE_GROUP} \
|
--with-apache-group=${APACHE_GROUP} \
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
livesupport (1.0.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* 1.0.2 bugfix release
|
||||||
|
|
||||||
|
-- Akos Maroy <maroy@campware.org> Sun, 13 Nov 2005 15:10:09 +0200
|
||||||
|
|
||||||
|
|
||||||
livesupport (1.0.1-1) unstable; urgency=low
|
livesupport (1.0.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* 1.0.1 bugfix release
|
* 1.0.1 bugfix release
|
||||||
|
|
|
@ -52,7 +52,7 @@ Depends: ${shlibs:Depends},
|
||||||
libmad0,
|
libmad0,
|
||||||
libogg0,
|
libogg0,
|
||||||
libvorbis0a,
|
libvorbis0a,
|
||||||
libboost-date-time1.32.0 (>= 1.31),
|
libboost-date-time1.32.0 (>= 1.31) | libboost-date-time1.33.0 (>= 1.31)
|
||||||
Description: A radio program automation and support tool.
|
Description: A radio program automation and support tool.
|
||||||
This package contains the libraries used by LiveSupport.
|
This package contains the libraries used by LiveSupport.
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ install-arch:
|
||||||
dh_clean -k -s
|
dh_clean -k -s
|
||||||
dh_installdirs -s
|
dh_installdirs -s
|
||||||
|
|
||||||
# this will install everything into /opt/livesupport
|
# this will install everything into /opt/livesupport/usr
|
||||||
$(MAKE) install
|
$(MAKE) install
|
||||||
|
|
||||||
# move the installation to debian/livesupport
|
# move the installation to debian/livesupport
|
||||||
|
@ -110,10 +110,13 @@ install-arch:
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/index.php \
|
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/index.php \
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/htmlUI \
|
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/htmlUI \
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/storageServer \
|
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/storageServer \
|
||||||
|
$(CURDIR)/debian/livesupport/opt/livesupport/var/LiveSupport/storageAdmin \
|
||||||
$(CURDIR)/debian/livesupport-station/opt/livesupport/var/LiveSupport
|
$(CURDIR)/debian/livesupport-station/opt/livesupport/var/LiveSupport
|
||||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/usr/bin \
|
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/bin/backup.sh \
|
||||||
$(CURDIR)/debian/livesupport/opt/livesupport/usr/var \
|
$(CURDIR)/debian/livesupport/opt/livesupport/bin/dumpDbSchema.sh \
|
||||||
$(CURDIR)/debian/livesupport-station/opt/livesupport/usr
|
$(CURDIR)/debian/livesupport/opt/livesupport/bin/import.sh \
|
||||||
|
$(CURDIR)/debian/livesupport/opt/livesupport/bin/restore.sh \
|
||||||
|
$(CURDIR)/debian/livesupport-station/opt/livesupport/bin
|
||||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/cache \
|
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/var/cache \
|
||||||
$(CURDIR)/debian/livesupport-station/opt/livesupport/var
|
$(CURDIR)/debian/livesupport-station/opt/livesupport/var
|
||||||
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/apache \
|
mv -f $(CURDIR)/debian/livesupport/opt/livesupport/etc/apache \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue