From e6f13e1e64a55e230c5bf88cf7c40db6ede1719d Mon Sep 17 00:00:00 2001 From: fgerlits Date: Tue, 5 Dec 2006 10:43:52 +0000 Subject: [PATCH] undo of the previous -- this would have assigned the same random password in every Campcaster installation --- campcaster/etc/debian/control | 3 +-- campcaster/etc/debian/rules | 21 +++++++++------------ 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/campcaster/etc/debian/control b/campcaster/etc/debian/control index c55e32a69..59357d4e6 100644 --- a/campcaster/etc/debian/control +++ b/campcaster/etc/debian/control @@ -53,8 +53,7 @@ Build-Depends: debhelper (>= 4.0.0), php-pear, php5-gd, postgresql-8.1, - postgresql-client-8.1, - pwgen + postgresql-client-8.1 Standards-Version: 3.6.1 Package: campcaster-libs diff --git a/campcaster/etc/debian/rules b/campcaster/etc/debian/rules index a53ba6d96..168d6fbe2 100755 --- a/campcaster/etc/debian/rules +++ b/campcaster/etc/debian/rules @@ -29,18 +29,15 @@ endif config.status: configure dh_testdir - SCHEDULER_STORAGE_PASS=`pwgen -N1 -s` - CFLAGS="$(CFLAGS)" ./configure \ - --host=$(DEB_HOST_GNU_TYPE) \ - --build=$(DEB_BUILD_GNU_TYPE) \ - --prefix=/opt/campcaster \ - --with-www-docroot=/var/www \ - --with-apache-group=www-data \ - --with-station-audio-out=hw:0,0 \ - --with-studio-audio-out=hw:1,0 \ - --with-studio-audio-cue=hw:2,0 \ - --with-hostname=localhost \ - --with-scheduler-storage-pass=${SCHEDULER_STORAGE_PASS} + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/opt/campcaster \ + --with-www-docroot=/var/www \ + --with-apache-group=www-data \ + --with-station-audio-out=hw:0,0 \ + --with-studio-audio-out=hw:1,0 \ + --with-studio-audio-cue=hw:2,0 \ + --with-hostname=localhost build: build-arch