Changeset 318 for trunk/hotstuff/debian
- Timestamp:
- 02/01/07 08:56:17 (5 years ago)
- Location:
- trunk/hotstuff/debian
- Files:
-
- 2 removed
- 4 modified
-
.cvsignore (deleted)
-
changelog (modified) (1 diff)
-
control (modified) (6 diffs)
-
hotstuff-common.templates (modified) (3 diffs)
-
postinst (deleted)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/hotstuff/debian/changelog
r240 r318 1 hotstuff (0.9.1-1) unstable; urgency=low 2 3 * New upstream release, now including DXS. 4 * Debian packaging brought up to date. 5 6 -- Josef Spillner <josef@kstuff.org> Wed, 31 Jan 2007 20:23:23 +0100 7 1 8 hotstuff (0.4-1) unstable; urgency=low 2 9 -
trunk/hotstuff/debian/control
r251 r318 3 3 Priority: optional 4 4 Maintainer: Josef Spillner <josef@kstuff.org> 5 Build-Depends: debhelper (>= 4.0.0)6 Standards-Version: 3. 6.2.15 Build-Depends: debhelper (>= 5.0.0) 6 Standards-Version: 3.7.2 7 7 8 8 Package: hotstuff 9 Architecture: a ny9 Architecture: all 10 10 Depends: hotstuff-doc (= ${Source-Version}), hotstuff-common (= ${Source-Version}), hotstuff-scripts (= ${Source-Version}), hotstuff-admin (= ${Source-Version}), hotstuff-dxs (= ${Source-Version}) 11 11 Description: [Hotstuff] Complete hotstuff installation … … 19 19 20 20 Package: hotstuff-common 21 Architecture: a ny21 Architecture: all 22 22 Depends: perl, postgresql-7.4 | postgresql-8.0, postgresql-common, debconf 23 23 Description: [Hotstuff] Schema files and system configuration … … 31 31 32 32 Package: hotstuff-scripts 33 Architecture: a ny34 Depends: hotstuff-common, perl, s vn33 Architecture: all 34 Depends: hotstuff-common, perl, subversion 35 35 Description: [Hotstuff] Upload processing and repository maintenance 36 36 Data files uploaded by users via GHNS protocols are scanned and processed … … 44 44 45 45 Package: hotstuff-dxs 46 Architecture: a ny46 Architecture: all 47 47 Depends: hotstuff-common, perl, libsoap-lite-perl 48 48 Description: [Hotstuff] Desktop eXchange Service (dxs) backend … … 56 56 57 57 Package: hotstuff-admin 58 Architecture: a ny59 Depends: hotstuff-common, apache2, libapache2-mod-php 458 Architecture: all 59 Depends: hotstuff-common, apache2, libapache2-mod-php5 60 60 Description: [Hotstuff] Administrative web interface 61 61 Day-to-day administrative operations can be performed using the web … … 67 67 Homepage: http://www.kstuff.org/hotstuff/ 68 68 69 Package: hotstuff-docs 70 Architecture: any 71 #Depends: 69 Package: hotstuff-doc 70 Architecture: all 72 71 Description: [Hotstuff] Documentation 73 72 Additional documentation not yet present in the individual packages -
trunk/hotstuff/debian/hotstuff-common.templates
r249 r318 7 7 Template: hotstuff/conf_host 8 8 Type: string 9 Description: Database host 9 Description: Database host: 10 10 The hostname of the database. 11 11 Leave empty for a localhost connection. … … 13 13 Template: hotstuff/conf_database 14 14 Type: string 15 Description: Database name 15 Description: Database name: 16 16 The database name of the database. 17 17 It is strongly recommended to let Hotstuff use a dedicated database. … … 19 19 Template: hotstuff/conf_user 20 20 Type: string 21 Description: Database username 21 Description: Database username: 22 22 The username for the Hotstuff database. 23 23 24 24 Template: hotstuff/conf_password 25 25 Type: password 26 Description: Database password 26 Description: Database password: 27 27 The password for the Hotstuff database. 28 28 -
trunk/hotstuff/debian/rules
r248 r318 31 31 dh_installdirs 32 32 33 $(MAKE) install-common DESTDIR=$(CURDIR)/debian/hotstuff-common 34 $(MAKE) install-scripts DESTDIR=$(CURDIR)/debian/hotstuff-scripts 35 $(MAKE) install-dxs DESTDIR=$(CURDIR)/debian/hotstuff-dxs 36 $(MAKE) install-admin DESTDIR=$(CURDIR)/debian/hotstuff-admin 37 $(MAKE) install-doc DESTDIR=$(CURDIR)/debian/hotstuff-doc 33 $(MAKE) install-common DESTDIR=$(CURDIR)/debian/hotstuff-common prefix=/usr 34 $(MAKE) install-scripts DESTDIR=$(CURDIR)/debian/hotstuff-scripts prefix=/usr 35 $(MAKE) install-dxs DESTDIR=$(CURDIR)/debian/hotstuff-dxs prefix=/usr 36 $(MAKE) install-admin DESTDIR=$(CURDIR)/debian/hotstuff-admin prefix=/usr 37 $(MAKE) install-doc DESTDIR=$(CURDIR)/debian/hotstuff-doc prefix=/usr 38 38 39 39 #mv $(CURDIR)/debian/hotstuff-common/etc/hotstuff.conf \
