From 26e426cd446067da7ba22eb3307abcf1b98401eb Mon Sep 17 00:00:00 2001 From: Mikko Rantalainen Date: Thu, 6 May 2010 11:21:58 +0300 Subject: Improved packaging building Fixed debian/control and debian/rules to generate architecture independent binary packages as Etherpad does not include machine code (as opposed to virtual machine byte code). Changed the debian source format to "3.0 (native)". --- debian/control | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c6ea8cd..6c99c6f 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,19 @@ Source: etherpad -Section: unknown +Section: contrib/httpd Priority: extra Maintainer: Egil Möller -Build-Depends: debhelper (>= 7), dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) +Build-Depends: po-debconf, debhelper (>= 7) +Build-Depends-indep: dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) Build-Conflicts: libgcj-common, java-gcj-compat-headless, java-gcj-compat, gcj-4.3-base -Standards-Version: 3.8.0 -Homepage: +Standards-Version: 3.8.4 +Homepage: http://github.com/mikkorantalainen/pad Package: etherpad -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), mysql-server, m4 -Pre-Depends: dbconfig-common -Description: Etherpad multiuser web-based word processor - EtherPad is the only web-based word processor that allows people to work - together in really real-time. +Architecture: all +Depends: ${misc:Depends}, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), mysql-server, m4 +Pre-Depends: dbconfig-common, debconf, adduser +Description: A web-based word processor that allows people to work + together in real-time. . When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone's screen. The result is a new and productive -- cgit v1.2.3